Skip to content

Commit

Permalink
Add Trino 438 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
colebow committed Jan 30, 2024
1 parent e9db1a1 commit a47a43d
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/main/sphinx/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
```{toctree}
:maxdepth: 1
release/release-438
release/release-437
release/release-436
```
Expand Down
33 changes: 33 additions & 0 deletions docs/src/main/sphinx/release/release-438.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Release 438 (31 Jan 2024)

## General

* Add support for using `char` and `varchar` types with the {func}`reduce_agg`
function. ({issue}`20452`)

## Delta Lake connector

* Add support for configuring the maximum value count for pages written in
Parquet files with the `parquet.writer.page-value-count` configuration
property or the `parquet_writer_page_value_count` session property. ({issue}`20171`)

## Hive connector

* Add support for configuring the maximum value count for pages written in
Parquet files with the `parquet.writer.page-value-count` configuration
property or the `parquet_writer_page_value_count` session property. ({issue}`20171`)

## Iceberg connector

* Add support for the `ALTER COLUMN ... DROP NOT NULL` statement. ({issue}`20315`)
* Add support for configuring the maximum value count for pages written in
Parquet files with the `parquet.writer.page-value-count` configuration
property or the `parquet_writer_page_value_count` session property. ({issue}`20171`)

## Pinot connector

* Add support for the `DATE` type. ({issue}`13059`)

## PostgreSQL connector

* Add support for the `ALTER COLUMN ... DROP NOT NULL` statement. ({issue}`20315`)

0 comments on commit a47a43d

Please sign in to comment.