-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release notes for 370 #10794
Comments
# ClickHouse
* Support creating tables with Trino `timestamp(0)` type columns. ({issue}`10751`) |
Added above. Does this need an extension to the type mapping section in the Clickhouse connector @ebyhr ? |
@mosabua The mapping already exists at clickhouse.rst#type-mapping |
|
|
All above added with minor rewording for your suggestions @ebyhr |
|
No release notes or docs for #10507 @losipiuk and @arhimondr right? |
@mosabua Not yet :-) |
|
Updated again. |
# Phoenix
* Fix incorrect result when a `date` value is older than or equal to `1899-12-31`. ({issue}`10749`) |
|
|
Added the above suggestions. |
|
Added all above with rewording. |
|
Above added now. |
# ClickHouse
* Drop support for ClickHouse servers older than version 20.7 to avoid using a deprecated driver. You can continue to use the deprecated driver with the `clickhouse.legacy-driver` flag when connecting to old servers. ({issue}`10541`) |
# General
* Automatically raise max open files limit to recommended value in Trino init script if required. ({issue}`8819`) |
# Docker Image
* Change base image to `registry.access.redhat.com/ubi8/ubi` since CentOS 8 has reached end-of-line. ({issue}`10866`) |
|
All above added again. |
|
No release notes needed for #10875 |
# Cassandra
* Fix query failure when pushing predicates on `uuid` partitioned columns. ({issue}`10799`) |
* Fix failure when nested subquery contains `TABLESAMPLE` clause. ({issue}`10764`) |
All above are taken care of |
|
|
# Hive connector changes
* Add configuration property `hive.single-statement-writes` to require auto-commit for writes.
This can be used to disallow multi-statement write transactions. ({issue}`10820`) |
## Other connectors
This change applies to the Druid, MemSQL, MySQL, Oracle, Phoenix, PostgreSQL, Redshift, and SQL Server connectors.
* Remove the legacy `allow-drop-table` configuration property. This previously defaulted
to `false`, which disallowed dropping tables, but other modifications were still allowed.
Use {doc}`/security/built-in-system-access-control` instead, if desired. ({issue}`588`) |
All above are in |
No description provided.
The text was updated successfully, but these errors were encountered: