OpenSearch/x-pack/plugin/sql
Hendrik Muhs e2f310b56c
Fix AggregationFactories.Builder equality and hash regarding order (#34005)
Fixes the equals and hash function to ignore the order of aggregations to ensure equality after serialization
and deserialization. This ensures storing configs with aggregation works properly.

This also addresses a potential issue in caching when the same query contains aggregations but in 
different order. 1st it will not hit in the cache, 2nd cache objects which shall be equal might end up twice in 
the cache.
2018-09-28 13:30:50 +02:00
..
jdbc Clean up "unused variable" warnings (#31876) 2018-09-26 14:09:32 +02:00
sql-action SQL: Move away internally from JDBCType to SQLType (#33913) 2018-09-22 11:03:38 +03:00
sql-cli Different handling for security specific errors in the CLI. Fix for https://github.com/elastic/elasticsearch/issues/33230 (#33255) 2018-08-31 13:08:32 +03:00
sql-client Run forbidden api checks with runtimeJavaVersion (#32947) 2018-08-22 09:05:22 +03:00
sql-proto SQL: Move away internally from JDBCType to SQLType (#33913) 2018-09-22 11:03:38 +03:00
src Fix AggregationFactories.Builder equality and hash regarding order (#34005) 2018-09-28 13:30:50 +02:00
build.gradle Build: Rework shadow plugin configuration (#32409) 2018-08-21 20:03:28 -04:00