Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 16 additions & 14 deletions docs/src/main/sphinx/release/release-449.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
## General

* Add [OpenLineage event listener](/admin/event-listeners-openlineage). ({issue}`21265`)
* Add an event listener which exposes collected events to an HTTP endpoint. ({issue}`22158`)
* Fix rare query failure or incorrect results for array types when the data is
dictionary encoded. ({issue}`21911`)
* Fix JMX metrics not exporting for resource groups. ({issue}`21343`)
Expand All @@ -24,23 +23,25 @@
* Add support for [the `$partitions` system table](delta-lake-partitions-table). ({issue}`18590`)
* Add support for reading from and writing to tables with
[VACUUM Protocol Check](https://github.com/delta-io/delta/blob/master/PROTOCOL.md#vacuum-protocol-check). ({issue}`21398`)
* Add support for configuring the query retry policy on the S3 filesystem with
the `s3.retry-mode` and `s3.max-error-retries` configuration properties.
* Add support for configuring the request retry policy on the native S3
filesystem with the `s3.retry-mode` and `s3.max-error-retries` configuration
properties. ({issue}`21900`)
* Automatically use `varchar` in struct types as a type during table creation
when `char` is specified. ({issue}`21511`)
* Improve performance of writing to Parquet files. ({issue}`22089`)
* Improve performance of writing data files. ({issue}`22089`)
* Fix query failure when the `hive.metastore.glue.catalogid` configuration
property is set. ({issue}`22048`)

## Hive connector

* Add support for specifying a catalog name in the Thrift metastore with the
`hive.metastore.thrift.catalog-name` configuration property. (`10287`)
* Add support for configuring the query retry policy on the S3 filesystem with
the `s3.retry-mode` and `s3.max-error-retries` configuration properties.
`hive.metastore.thrift.catalog-name` configuration property. ({issue}`10287`)
* Add support for configuring the request retry policy on the native S3
filesystem with the `s3.retry-mode` and `s3.max-error-retries` configuration
properties. ({issue}`21900`)
* Improve performance of writing to Parquet files. ({issue}`22089`)
* Fix failure when filesystem caching is enabled on Trino clusters with a single
node. ({issue}`21987`)
* Allow usage of filesystem caching on the Trino coordinator when
`node-scheduler.include-coordinator` is enabled. ({issue}`21987`)
* Fix failure when listing Hive tables with unsupported syntax. ({issue}`21981`)
* Fix query failure when the `hive.metastore.glue.catalogid` configuration
property is set. ({issue}`22048`)
Expand All @@ -49,15 +50,16 @@

## Hudi connector

* Add support for configuring the query retry policy on the S3 filesystem with
the `s3.retry-mode` and `s3.max-error-retries` configuration properties.
* Improve performance of writing to Parquet files. ({issue}`22089`)
* Add support for configuring the request retry policy on the native S3
filesystem with the `s3.retry-mode` and `s3.max-error-retries` configuration
properties. ({issue}`21900`)

## Iceberg connector

* Add support for views when using the Iceberg REST catalog. ({issue}`19818`)
* Add support for configuring the query retry policy on the S3 filesystem with
the `s3.retry-mode` and `s3.max-error-retries` configuration properties.
* Add support for configuring the request retry policy on the native S3
filesystem with the `s3.retry-mode` and `s3.max-error-retries` configuration
properties. ({issue}`21900`)
* Automatically use `varchar` in struct types as a type during table creation
when `char` is specified. ({issue}`21511`)
* Automatically use microsecond precision for temporal types in struct types
Expand Down