11.5. Release 0.225
- Fix under-reporting of output data size from a fragment. (#11770)
- Fix leak in operator peak memory computations. ()
- Allow overriding session zone sent by clients. (#13140)
- Throw an exception when a spatial partition is made with 0 rows.
- Add field containing statistics estimates for input tables to the
QueryInputMetadata
inQueryCompletedEvent
for join queries. () - Add configuration property
experimental.max-total-running-task-count
andexperimental.max-query-running-task-count
to limit number of running tasks for all queries and a single query, respectively. Query will be killed only if both conditions are violated. (#13228)
JDBC Changes
- Match schema and table names case insensitively. This behavior can be enabled by setting the catalog configuration option to true.
- Display tasks per stage on the query page.
Elasticsearch Connector Changes
- Fix and support nested fields in Elasticsearch Connector. ()
- Improve performance of file reads on S3. (#13222)
- Add ability to use client-provided OAuth token to access Google Cloud Storage. This can be configured using the configuration property
hive.gcs.use-access-token=false
.
Raptor Changes
- Return an error when creating tables with unsupported types like ROW type. (#13209)
- Remove legacy ORC writer. Configuration property
storage.orc.optimized-writer-stage
is enabled by default. OptionDISABLED
is removed. - Add a new procedure to trigger bucket balancing job.
- Add
TableHandle
parameter toConnectorPageSourceProvider#createPageSource
method. This gives connector access toConnectorTableLayoutHandle
during execution. - Add
columnHandles
parameter to method. The new parameter allows connectors to prune statistics to thedesired list of columns and subfields and fixes compatibility issue between subfield pruning and CBO. ()
Verifier Changes
- Add support for overriding session properties for all queries in a suite.
- Add cluster type and retryable information for
QueryFailure
. - Add final query failure information to Verifier output event.