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 394 #13723

Closed
martint opened this issue Aug 18, 2022 · 11 comments · Fixed by #13813
Closed

Release notes for 394 #13723

martint opened this issue Aug 18, 2022 · 11 comments · Fixed by #13813
Milestone

Comments

@martint
Copy link
Member

martint commented Aug 18, 2022

No description provided.

@martint martint added this to the 394 milestone Aug 18, 2022
@ebyhr ebyhr pinned this issue Aug 18, 2022
@ebyhr
Copy link
Member

ebyhr commented Aug 18, 2022

# Iceberg
* Fix failure when executing time travel queries on a table created with Iceberg < 0.12. ({issue}`13613`)

#13614

@raunaqmorarka
Copy link
Member

# General
* Improve performance of joins over a single BIGINT column. ({issue}`13432`)

#13432

@ebyhr
Copy link
Member

ebyhr commented Aug 19, 2022

# BigQuery
* Support query pass-through table function. ({issue}`12502`)

#12502

@ebyhr
Copy link
Member

ebyhr commented Aug 22, 2022

# Pinot
* Fix failure when query contains `HAVING` clause. ({issue}`13429`)

#13429

@ebyhr
Copy link
Member

ebyhr commented Aug 23, 2022

# BigQuery
* Support `CREATE TABLE AS SELECT` and `INSERT` statements. ({issue}`6868`, {issue}`6869`)

#13094

@findepi
Copy link
Member

findepi commented Aug 23, 2022

General
* Fix Update failure when the update condition can be proven to be always false. ({issue}`12422`)

#12422 #13755 #8855

@ebyhr
Copy link
Member

ebyhr commented Aug 23, 2022

# Delta Lake
* Disallow adding a `NOT NULL` column when the table is not empty. ({issue}`13785`)

#13785

@ebyhr
Copy link
Member

ebyhr commented Aug 24, 2022

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

#13742

PostgreSQL truncated the name when creating a table, adding a column and renaming a column.
SQL Server truncated the name only when renaming a column.

@sopel39
Copy link
Member

sopel39 commented Aug 26, 2022

# General
* Implement `EXPLAIN (TYPE DISTRIBUTED, FORMAT JSON)`. ({issue}`12968`)

# SPI
* Add query plan in JSON format to `QueryCompletedEvent`. ({issue}`12968`)
* Allow for connector to request anonymized query plans in `QueryCompletedEvent`. ({issue}`12968`)

#12968

@ebyhr
Copy link
Member

ebyhr commented Aug 26, 2022

# Hive
* Fix failure when reading duplicated column statistics. ({issue}`13787`)

#13861

@findepi
Copy link
Member

findepi commented Aug 29, 2022

Iceberg
* Improve query planning performance when `varchar` partitioning column contains date values
  in the `uuuu-MM-dd` format. ({issue}`12925`)
PostgreSQL
* Improve query performance when `varchar` column is interpreted as containing date values
  in the `uuuu-MM-dd` format and filtered upon, and
  `postgresql.experimental.enable-string-pushdown-with-collate` is enabled. ({issue}`12925`)
Oracle, Druid, Phoenix
* Improve query performance when `varchar` column is interpreted as containing date values
  in the `uuuu-MM-dd` format and filtered upon. ({issue}`12925`)

#13567 #12925

@martint martint unpinned this issue Aug 30, 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.

5 participants