-
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 394 #13723
Labels
Milestone
Comments
# Iceberg
* Fix failure when executing time travel queries on a table created with Iceberg < 0.12. ({issue}`13613`) |
|
# BigQuery
* Support query pass-through table function. ({issue}`12502`) |
# Pinot
* Fix failure when query contains `HAVING` clause. ({issue}`13429`) |
# BigQuery
* Support `CREATE TABLE AS SELECT` and `INSERT` statements. ({issue}`6868`, {issue}`6869`) |
Merged
# Delta Lake
* Disallow adding a `NOT NULL` column when the table is not empty. ({issue}`13785`) |
# PostgreSQL
* Prevent using column names with a name which is longer
than the max length supported by PostgreSQL. Previously, long names were
truncated to the max length. ({issue}`13742`)
# SQL Server
* Prevent renaming a column to a name which is longer
than the max length supported by SQL Server. Previously, long names were
truncated to the max length. ({issue}`13742`) PostgreSQL truncated the name when creating a table, adding a column and renaming a column. |
|
# Hive
* Fix failure when reading duplicated column statistics. ({issue}`13787`) |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: