-
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 402 #14780
Labels
Milestone
Comments
# Iceberg
* Add support for skipping archive when committing a table in Glue when
the `iceberg.glue.skip-archive` configuration property is set to true. ({issue}`13413`) |
|
# Hive, Iceberg, Memory
* Add support for setting view column comments over `COMMENT ON COLUMN` sql command. ({issue}`10705`) |
# SQL Server
* Improve performance of queries involving `OR` with simple comparisons and `LIKE` predicates
by pushing predicate computation the underlying database. ({issue}`14570`)
* Improve performance of queries involving `OR` with `IS NULL`, `IS NOT NULL` predicates, or
involving `NOT` expression by pushing predicate computation to the underlying database.
({issue}`14570`)
* Improve performance of queries with predicates involving `nullif` function by
pushing predicate computation to the underlying database. ({issue}`14570`)
* Improve performance of queries involving predicates with arithmetic
expressions by pushing predicate computation to the underlying database. ({issue}`14570`) |
# Iceberg
* Fix incorrect result when column orders in equality delete filter is different from the table definition. ({issue}`14693`) |
# MongoDB
* Support predicate pushdown on `date`, `time(3)`, `timestamp(3)` and
`timestamp(3) with time zone` columns. ({issue}`14795`) The same entry exists in version 399 release note, but the changes in the version was insufficient. |
|
|
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: