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 found a minor improvement in spring-data-elasticsearch, and I am submitting the same fix here.
I found that initial capacity of ArrayList is set to smaller than that actually needed, and in some cases, it isn't set at all.
Additionally, while LineString and MultiPoint use assertions for validating parameters, but Polygon doesn't.
I created this issue for fix it.
Thank you.
The text was updated successfully, but these errors were encountered:
related spring-projects/spring-data-elasticsearch#3063
I found a minor improvement in spring-data-elasticsearch, and I am submitting the same fix here.
I found that initial capacity of ArrayList is set to smaller than that actually needed, and in some cases, it isn't set at all.
Additionally, while LineString and MultiPoint use assertions for validating parameters, but Polygon doesn't.
I created this issue for fix it.
Thank you.
The text was updated successfully, but these errors were encountered: