Skip to content

Commit

Permalink
Fix past references to coercion in release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
colebow authored and martint committed Jul 12, 2024
1 parent 6c0cf93 commit 6c01c52
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/src/main/sphinx/release/release-423.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@

## Hive connector

* Add support for `varchar` to `timestamp` coercion in Hive tables. ({issue}`18014`)
* Add support for changing a column's type from `varchar` to `timestamp`. ({issue}`18014`)
* Improve memory accounting of the Parquet writer. ({issue}`18564`)
* Remove the legacy Parquet writer, along with the
`parquet.optimized-writer.enabled` configuration property and the
Expand Down
9 changes: 5 additions & 4 deletions docs/src/main/sphinx/release/release-450.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,12 @@

## Hive connector

* Add support for `integer` to `varchar` and `decimal` to `varchar` type
coercion in unpartitioned tables. ({issue}`22246`, {issue}`22293`)
* Add support for `double` to `varchar` type coercion in unpartitioned tables
* Add support for changing a column's type from `integer` to `varchar` and
`decimal` to `varchar`, respectively, in unpartitioned tables. ({issue}`22246`, {issue}`22293`)
* Add support for changing a column's type from `double` to `varchar` in
unpartitioned tables
using Parquet files. ({issue}`22277`)
* Add support for `float` to `varchar` type coercion. ({issue}`22291`)
* Add support for changing a column's type from `float` to `varchar`. ({issue}`22291`)
* Set the default value for the `s3.max-connections` configuration property
to 500. ({issue}`22209`)

Expand Down

0 comments on commit 6c01c52

Please sign in to comment.