Release notes
8.7.1-31.1
Bug fixes
-
Fixed an issue where there was a need to explicitly specify the INDEX_JOIN strategy when performing a multi-conditional join on a single node cluster.
-
Fixed the calculation of debug information for the throughput value, which was previously based on the output data size but is now calculated using the input data size.
8.7.0-31.0
Features
-
Added multi-conditional join capabilities.
-
Added new binary operators to be used in a join (
gt
,lt
,gte
andlte
).
Improvements
-
Upgraded to Elasticsearch 8.7.0
-
Adapted
ROUTING_JOIN
to work on Adaptive Query Planner (AQP). -
Adapted runtime fields to work on AQP.
-
Adapted Point in Time (PIT) to work on AQP.
-
Enhanced performance by removing several blocking Java calls.
-
Improved documentation on
Query DSL
and PIT limitations.
Bug fixes
-
Resolved a race condition involving job cleanup requests and data packet release.
-
Fixed an integer overflow issue with batch size computation.
-
Fixed ArrowBuf initialization to be in a privileged block.