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 406 #15563

Closed
martint opened this issue Dec 30, 2022 · 27 comments · Fixed by #15625
Closed

Release notes for 406 #15563

martint opened this issue Dec 30, 2022 · 27 comments · Fixed by #15625
Milestone

Comments

@martint
Copy link
Member

martint commented Dec 30, 2022

No description provided.

@martint martint added this to the 406 milestone Dec 30, 2022
@martint martint pinned this issue Dec 30, 2022
@hashhar
Copy link
Member

hashhar commented Dec 30, 2022

# BigQuery
* Fix possible incorrect results for certain queries like `COUNT(*)` when the table has
  recently been written to in BigQuery. ({issue}`14981`)

#14981, #15542

@raunaqmorarka
Copy link
Member

# Hive, Hudi, Iceberg, Delta
* Fixes a bug which could lead to more data than necessary getting read from parquet files for queries with filters. ({issue}`15552`)

#15552

@ebyhr
Copy link
Member

ebyhr commented Jan 4, 2023

# Hive
* Fix incorrect `schema already exists` error caused by a client timeout when
  creating a new schema. ({issue}`15174`)

#15565

@raunaqmorarka
Copy link
Member

# Hive, Hudi, Iceberg, Delta
* Improve accounting of memory usage by parquet reader. ({issue}`15554`)

#15554 #10061

@raunaqmorarka
Copy link
Member

# Hive, Hudi, Delta, Iceberg
* Improve performance of reading from parquet files. ({issue}`15498`)

#15498

@ebyhr
Copy link
Member

ebyhr commented Jan 6, 2023

# Iceberg
* Fix failure when a subquery contains time travel. ({issue}`15607`)

#15607

@raunaqmorarka
Copy link
Member

# General
* Fix query failure for outer joins in fault tolerant execution. ({issue}`15608`)

#15608

@raunaqmorarka
Copy link
Member

# Hive, Hudi, Delta, Iceberg
* Improve performance of queries with filters or projections on low cardinality string columns stored in parquet files. ({issue}`15269`)

#15269 #2020

@raunaqmorarka
Copy link
Member

# Hive
* Improve performance of queries with filters when bloom filter indexes are present in parquet files. Usage of bloom filters from parquet files can be disabled using the catalog configuration property `parquet.use-bloom-filter` or the catalog session property `parquet_use_bloom_filter`. ({issue}`14428`)

#14428

@ebyhr
Copy link
Member

ebyhr commented Jan 10, 2023

# PostgreSQL
* Add support for changing column types. ({issue}`15515`)

#15591

@ebyhr
Copy link
Member

ebyhr commented Jan 10, 2023

# Delta Lake
* Fix failure when converting JSON statistics to Parquet format. ({issue}`15496`)

#15517

@raunaqmorarka
Copy link
Member

# General
* Fix planner estimates for queries with filters on columns without statistics. ({issue}`15642`)

#15642 #15605

@raunaqmorarka
Copy link
Member

# General
* Improve planner estimates for queries containing outer joins over a topN operation. ({issue}`15428`)

#15428

@raunaqmorarka
Copy link
Member

# Hive, Hudi, Iceberg, Delta
* Fix query failure due to missing nulls counts in parquet column indexes. ({issue}`15706`)

#15706

@ebyhr
Copy link
Member

ebyhr commented Jan 16, 2023

# Iceberg
* Fix failure when reading columns whose type was changed from `float` to `double` by other query engines. ({issue}`15650`)

#15681

@sopel39
Copy link
Member

sopel39 commented Jan 16, 2023

General
* Make table scan memory usage reporting more accurate. ({issue}`15711`)

#15711

@ebyhr
Copy link
Member

ebyhr commented Jan 16, 2023

# MongoDB
* Fix bug when dropping schemas and `mongodb.case-insensitive-name-matching` is enabled.
  Previously, the statement succeeded, but the schema wasn't dropped. ({issue}`15716`)

#15717

@ebyhr
Copy link
Member

ebyhr commented Jan 17, 2023

# Iceberg
* Fix incorrect results when reading or writing `NaN` with `real` or `double` types on partitioned columns. ({issue}`15723`)

#15727

@ebyhr
Copy link
Member

ebyhr commented Jan 17, 2023

# Hive
* * Add support for table redirections to the Hudi connector. ({issue}`14750`)

#15551

@findepi
Copy link
Member

findepi commented Jan 17, 2023

General
* Improve performance of queries parsing  date values in ISO 8861 format. ({issue}`15548`)

#15548 #15229

@hashhar
Copy link
Member

hashhar commented Jan 18, 2023

# Hive

* Disallow UPDATE/DELETE on Hive ACID transactional tables to prevent correctness
  issues when `deprecated.legacy-update-delete-implementation` is set to true. ({issue}`12731`)

#12731, #15684

@ebyhr
Copy link
Member

ebyhr commented Jan 18, 2023

# Iceberg
* Add support for changing column types. ({issue}`15515`)

#15651

@ebyhr
Copy link
Member

ebyhr commented Jan 19, 2023

# Iceberg
* Add support for JDBC catalog. ({issue}`9968`)

#11772

@raunaqmorarka
Copy link
Member

# General
* Improve performance of queries with selective joins. ({issue}`15569`)

#15569 #14797

@ebyhr
Copy link
Member

ebyhr commented Jan 20, 2023

# Cassandra
* Fix incorrect results when Cassandra `list`, `map` and `set` types contain user defined types. ({issue}`15771`)

#15796

@sopel39
Copy link
Member

sopel39 commented Jan 24, 2023

Hive/Iceberg/Delta
* Reduce latency for insert queries for unpartitioned tables. ({issue}`15708`)

#15708

@ebyhr
Copy link
Member

ebyhr commented Jan 25, 2023

# General
* Add support for `CHECK` constraints in `INSERT` statement. ({issue}`14964`)

#14964

@martint martint unpinned this issue Jan 26, 2023
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