presto-docs/src/main/sphinx/release/release-0.225.rst
General Changes
11770)13251)13210)13140)TableStatistics field containing statistics estimates for input tables to the QueryInputMetadata in QueryCompletedEvent for join queries. (:pr:12808)experimental.max-total-running-task-count and experimental.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. (:pr:13228)JDBC Changes
case-insensitive-name-matching catalog configuration option to true.Web UI Changes
Elasticsearch Connector Changes
12642)Hive Changes
13222)hive.gcs.json-key-file-path=/path/to/gcs_keyfile.json.hive.gcs.use-access-token=false.Raptor Changes
13209)storage.orc.optimized-writer-stage is enabled by default. Option DISABLED is removed.trigger_bucket_balancer to trigger bucket balancing job.SPI Changes
TableHandle parameter to ConnectorPageSourceProvider#createPageSource method. This gives connector access to ConnectorTableLayoutHandle during execution.columnHandles parameter to ConnectorMetadata.getTableStatistics method. The new parameter allows connectors to prune statistics to the
desired list of columns and subfields and fixes compatibility issue between subfield pruning and CBO. (:issue:13082)Verifier Changes
QueryFailure.