|
3 | 3 | ## General |
4 | 4 |
|
5 | 5 | * Add [OpenLineage event listener](/admin/event-listeners-openlineage). ({issue}`21265`) |
6 | | -* Add an event listener which exposes collected events to an HTTP endpoint. ({issue}`22158`) |
7 | 6 | * Fix rare query failure or incorrect results for array types when the data is |
8 | 7 | dictionary encoded. ({issue}`21911`) |
9 | 8 | * Fix JMX metrics not exporting for resource groups. ({issue}`21343`) |
|
24 | 23 | * Add support for [the `$partitions` system table](delta-lake-partitions-table). ({issue}`18590`) |
25 | 24 | * Add support for reading from and writing to tables with |
26 | 25 | [VACUUM Protocol Check](https://github.com/delta-io/delta/blob/master/PROTOCOL.md#vacuum-protocol-check). ({issue}`21398`) |
27 | | -* Add support for configuring the query retry policy on the S3 filesystem with |
28 | | - the `s3.retry-mode` and `s3.max-error-retries` configuration properties. |
| 26 | +* Add support for configuring the request retry policy on the native S3 |
| 27 | + filesystem with the `s3.retry-mode` and `s3.max-error-retries` configuration |
| 28 | + properties. ({issue}`21900`) |
29 | 29 | * Automatically use `varchar` in struct types as a type during table creation |
30 | 30 | when `char` is specified. ({issue}`21511`) |
31 | | -* Improve performance of writing to Parquet files. ({issue}`22089`) |
| 31 | +* Improve performance of writing data files. ({issue}`22089`) |
32 | 32 | * Fix query failure when the `hive.metastore.glue.catalogid` configuration |
33 | 33 | property is set. ({issue}`22048`) |
34 | 34 |
|
35 | 35 | ## Hive connector |
36 | 36 |
|
37 | 37 | * Add support for specifying a catalog name in the Thrift metastore with the |
38 | | - `hive.metastore.thrift.catalog-name` configuration property. (`10287`) |
39 | | -* Add support for configuring the query retry policy on the S3 filesystem with |
40 | | - the `s3.retry-mode` and `s3.max-error-retries` configuration properties. |
| 38 | + `hive.metastore.thrift.catalog-name` configuration property. ({issue}`10287`) |
| 39 | +* Add support for configuring the request retry policy on the native S3 |
| 40 | + filesystem with the `s3.retry-mode` and `s3.max-error-retries` configuration |
| 41 | + properties. ({issue}`21900`) |
41 | 42 | * Improve performance of writing to Parquet files. ({issue}`22089`) |
42 | | -* Fix failure when filesystem caching is enabled on Trino clusters with a single |
43 | | - node. ({issue}`21987`) |
| 43 | +* Allow usage of filesystem caching on the Trino coordinator when |
| 44 | + `node-scheduler.include-coordinator` is enabled. ({issue}`21987`) |
44 | 45 | * Fix failure when listing Hive tables with unsupported syntax. ({issue}`21981`) |
45 | 46 | * Fix query failure when the `hive.metastore.glue.catalogid` configuration |
46 | 47 | property is set. ({issue}`22048`) |
|
49 | 50 |
|
50 | 51 | ## Hudi connector |
51 | 52 |
|
52 | | -* Add support for configuring the query retry policy on the S3 filesystem with |
53 | | - the `s3.retry-mode` and `s3.max-error-retries` configuration properties. |
54 | | -* Improve performance of writing to Parquet files. ({issue}`22089`) |
| 53 | +* Add support for configuring the request retry policy on the native S3 |
| 54 | + filesystem with the `s3.retry-mode` and `s3.max-error-retries` configuration |
| 55 | + properties. ({issue}`21900`) |
55 | 56 |
|
56 | 57 | ## Iceberg connector |
57 | 58 |
|
58 | 59 | * Add support for views when using the Iceberg REST catalog. ({issue}`19818`) |
59 | | -* Add support for configuring the query retry policy on the S3 filesystem with |
60 | | - the `s3.retry-mode` and `s3.max-error-retries` configuration properties. |
| 60 | +* Add support for configuring the request retry policy on the native S3 |
| 61 | + filesystem with the `s3.retry-mode` and `s3.max-error-retries` configuration |
| 62 | + properties. ({issue}`21900`) |
61 | 63 | * Automatically use `varchar` in struct types as a type during table creation |
62 | 64 | when `char` is specified. ({issue}`21511`) |
63 | 65 | * Automatically use microsecond precision for temporal types in struct types |
|
0 commit comments