Skip to content
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

Closed
martint opened this issue Oct 26, 2022 · 8 comments · Fixed by #14862
Closed

Release notes for 402 #14780

martint opened this issue Oct 26, 2022 · 8 comments · Fixed by #14862
Milestone

Comments

@martint
Copy link
Member

martint commented Oct 26, 2022

No description provided.

@martint martint added this to the 402 milestone Oct 26, 2022
@ebyhr ebyhr pinned this issue Oct 26, 2022
@ebyhr
Copy link
Member

ebyhr commented Oct 27, 2022

# 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`)

#14336

@raunaqmorarka
Copy link
Member

raunaqmorarka commented Oct 28, 2022

# Hive, Iceberg, Delta, Hudi 
* Remove deprecated configuration properties `hive.parquet.fail-on-corrupted-statistics` and `parquet.fail-on-corrupted-statistics`. 
  The property `parquet.ignore-statistics` can be used to allow querying Parquet files with corrupted or incorrect statistics. ({issue}`14777`)

#14777

@ebyhr
Copy link
Member

ebyhr commented Oct 28, 2022

# Hive, Iceberg, Memory
* Add support for setting view column comments over `COMMENT ON COLUMN` sql command. ({issue}`10705`)

#13800

@hashhar
Copy link
Member

hashhar commented Oct 31, 2022

# 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`)

#14570

@ebyhr
Copy link
Member

ebyhr commented Nov 1, 2022

# Iceberg
* Fix incorrect result when column orders in equality delete filter is different from the table definition. ({issue}`14693`)

#14813

@ebyhr
Copy link
Member

ebyhr commented Nov 1, 2022

# MongoDB
* Support predicate pushdown on `date`, `time(3)`, `timestamp(3)` and
  `timestamp(3) with time zone` columns. ({issue}`14795`)

#14795

The same entry exists in version 399 release note, but the changes in the version was insufficient.

@kokosing
Copy link
Member

kokosing commented Nov 2, 2022

JDBC connectors
 * Make connector more interactive by reusing JDBC connection for metadata queries. It can be disabled with configuration property ``query.reuse-connection=false``. ({issue}`14653`)

#14653

@sopel39
Copy link
Member

sopel39 commented Nov 2, 2022

Hive, Delta, Iceberg:
* Improve insert query memory accounting. ({issue}`14823`)
* Fix memory leak during large insert queries. ({issue}`14823`)

#14823

@martint martint unpinned this issue Nov 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

6 participants