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 409 #16247

Closed
martint opened this issue Feb 23, 2023 · 14 comments · Fixed by #16335
Closed

Release notes for 409 #16247

martint opened this issue Feb 23, 2023 · 14 comments · Fixed by #16335
Milestone

Comments

@martint
Copy link
Member

martint commented Feb 23, 2023

No description provided.

@martint martint added this to the 409 milestone Feb 23, 2023
@martint martint pinned this issue Feb 23, 2023
@ebyhr
Copy link
Member

ebyhr commented Feb 24, 2023

# Delta Lake
* Support setting default reader and writer versions using the `delta.default-reader-version` and 
  `delta.default-writer-version` config properties. ({issue}`16208`)

#16208

@hashhar
Copy link
Member

hashhar commented Feb 24, 2023

# SQL Server
* Add support for pushing down joins using `=` and `!=`  predicates over
  text columns to SQL Server if the column uses a case-sensitive collation
  within SQL Server. ({issue}`16185`)

#16185

@ebyhr
Copy link
Member

ebyhr commented Feb 26, 2023

# BigQuery
* Fix failure when non-lowercase column names exist in `query` table function. ({issue}`16075`)

#16077

@ebyhr
Copy link
Member

ebyhr commented Feb 27, 2023

# ClickHouse
* Remove support for legacy JDBC driver `ru.yandex.clickhouse.ClickHouseDriver`. ({issue}`16188`)

#16193

@ebyhr
Copy link
Member

ebyhr commented Feb 27, 2023

# General & Iceberg
* Support dropping a field with `DROP COLUMN` statement. ({issue}`15975`)

#16002

@raunaqmorarka
Copy link
Member

# Hive
* Use table statistics generated by Apache Spark when statistics have not been generated by the Trino hive connector during cost based optimization of queries. The catalog configuration property `hive.metastore.thrift.use-spark-table-statistics-fallback` can be set to `false` to disable this feature. ({issue}`16120`)

#16120

@ebyhr
Copy link
Member

ebyhr commented Feb 28, 2023

# ClickHouse
* Remove support for specifying expressions in `sample_by` table properties to prevent SQL injection. ({issue}`16261`)

#16261

@raunaqmorarka
Copy link
Member

# General
* Improve output of EXPLAIN queries to show statistics when the query contains aggregations. ({issue}`16201`)

#16201 #6323

@raunaqmorarka
Copy link
Member

# General
* Improve performance of queries with distinct aggregations using table statistics.  ({issue}`15927`)
The choice of whether `MarkDistinct` operator is used for distinct aggregations is now configurable using a new configuration property `optimizer.mark-distinct-strategy` with the values `NONE`, `ALWAYS` and `AUTOMATIC`, with
`AUTOMATIC` as the default.
The `optimizer.use-mark-distinct` configuration property is deprecated in favour of the new property. If used, its values are mapped to the `optimizer.mark-distinct-strategy` property as `true` -> `AUTOMATIC`, `false` -> `NONE`.

#15927

@raunaqmorarka
Copy link
Member

# Hive, Hudi, Iceberg, Delta
* Fix query failures on reading parquet files generated by Kafka Connect. ({issue}`16264`)

#16264

@ebyhr
Copy link
Member

ebyhr commented Mar 2, 2023

# BigQuery
* Add support for inserting default values. ({issue}`16327`)

#16327

@raunaqmorarka
Copy link
Member

raunaqmorarka commented Mar 2, 2023

# Hive
* Improve performance of queries which read from partitioned hive tables and write to partitioned tables when table statistics are not generated for the source tables. ({issue}`16229`)

#16229

@raunaqmorarka
Copy link
Member

# General
* Show query queued, analysis, planning and execution time in EXPLAIN ANALYZE output. ({issue}`16329`)

#16329

@ebyhr
Copy link
Member

ebyhr commented Mar 3, 2023

# Cassandra
* Add support for `time` type. ({issue}`13063`)

#15802

@martint martint unpinned this issue Mar 3, 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.

4 participants