You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I still don't get it. This is a java-bean style property on this class. While it's not being used in Spring Framework I think it's meant to be used by applications. Do you have any replacement for this to suggest for people using this?
This is not my area of expertise so I'll leave it to other team members to decide on this.
I believe it's misused here, the intention of rowsExpected is for performance consideration of creating ArrayList, shouldn't rely on it.
If we decide to keep it, then we should use it for initialCapacity of ArrayList.
SqlQuery::setRowsExpected
is invoked somewhere, but it make no sense sinceSqlQuery::getRowsExpected
is never invoked anywhere.We have two options:
See GH-34502
The text was updated successfully, but these errors were encountered: