Improve handling of prepared statements with long query text by compressing
them within HTTP headers. This can be configured or disabled using the
protocol.v1.prepared-statement-compression.length-threshold configuration
property. (#11098)
Improve performance of specific queries which compare table columns of type
timestamp with date literals. (#11170)
Add redirection awareness for ADD COLUMN, DROP TABLE, COMMENT tasks. (#11072)
Remove support for reserved memory pool. Configuration property
experimental.reserved-pool-disabled can no longer be used. (#6677)
Ensure memory is released completely after query completion. (#11030)
Fix certain queries failing due to dictionary compacting error. (#11080)
Fix SET SESSION and RESET SESSION not working for catalogs which include
special characters in their name. (#11171)
Fix bug where queries were not transitioned to RUNNING state when task-level
retries were enabled. (#11198)
Fix DatabaseMetaData#getTables and DatabaseMetaData#getColumns to include
views for Iceberg, Raptor, Accumulo and Blackhole connectors. (#11063, #11060)
Fix spurious query failures when metadata cache is not enabled and extra
credentials with user-credential-name or password-credential-name are used
to access data. (#11068)
Fix spurious query failures when metadata cache is not enabled and extra
credentials with user-credential-name or password-credential-name are used
to access data. (#11068)
Fix incorrect query results after writes to a table when directory caching is
enabled enabled with the hive.file-status-cache-tables configuration
property. (#10621)
Fix potential query failures for queries writing data to tables backed by S3.
(#11089)
Fix spurious query failures when metadata cache is not enabled and extra
credentials with user-credential-name or password-credential-name are used
to access data. (#11068)
Fix spurious query failures when metadata cache is not enabled and extra
credentials with user-credential-name or password-credential-name are used
to access data. (#11068)
Add support for pushing down joins on character string type columns. (#10059)
Fix spurious query failures when metadata cache is not enabled and extra
credentials with user-credential-name or password-credential-name are used
to access data. (#11068)
Fix spurious query failures when metadata cache is not enabled and extra
credentials with user-credential-name or password-credential-name are used
to access data. (#11068)
Fix spurious query failures when metadata cache is not enabled, and extra
credentials with user-credential-name or password-credential-name are used
to access data. (#11068)
Update JDBC driver to 10.2.0. The new version automatically enables TLS and
certificate verification. Update the TLS configuration to
keep the old behavior. (#10898)
Fix spurious query failures when metadata cache is not enabled and extra
credentials with user-credential-name or password-credential-name are used
to access data. (#11068)
Pass more information about predicates in ConnectorMetadata#applyFilter
invocation. The predicates that cannot be represented with a TupleDomain are
available via Constraint.getExpression(). (#7994)