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 373 #11288

Closed
martint opened this issue Mar 2, 2022 · 23 comments · Fixed by #11290
Closed

Release notes for 373 #11288

martint opened this issue Mar 2, 2022 · 23 comments · Fixed by #11290
Assignees
Milestone

Comments

@martint
Copy link
Member

martint commented Mar 2, 2022

No description provided.

@martint martint added this to the 373 milestone Mar 2, 2022
@martint martint pinned this issue Mar 2, 2022
@mosabua mosabua self-assigned this Mar 3, 2022
@hashhar
Copy link
Member

hashhar commented Mar 3, 2022

# SQL Server
* Fix incorrect results when querying SQL Server ``tinyint`` columns by mapping them to Trino ``smallint``. ({issue}`11209`)

#11209

@findepi
Copy link
Member

findepi commented Mar 3, 2022

Iceberg
* Delete table's data when dropping table. ({issue}`11062)

#11062

@mosabua
Copy link
Member

mosabua commented Mar 3, 2022

Added

@ebyhr
Copy link
Member

ebyhr commented Mar 4, 2022

# BigQuery
* Allow configuring view expiration time via the `bigquery.view-expire-duration` config property. ({issue}`11272`)

#11272

@ebyhr
Copy link
Member

ebyhr commented Mar 4, 2022

# Oracle
* Fix query failure when performing concurrent write operations. ({issue}`11318`)

#11319 #11318

@sopel39
Copy link
Member

sopel39 commented Mar 4, 2022

General
* Improve query performance by reducing overhead of cluster internal communication. ({issue}`11146`)

#11146

@findepi
Copy link
Member

findepi commented Mar 4, 2022

Iceberg
* Fix `SHOW TABLES` failure when a materialized view is removed during the query. ({issue}`10976`)
* Fix query failure when reading from `information_schema.tables` or `information_schema.columns`
  and a materialized view is removed during the query. ({issue}`10976`)

#10976 #10844

@mosabua
Copy link
Member

mosabua commented Mar 4, 2022

Above all added

@findepi
Copy link
Member

findepi commented Mar 4, 2022

PostgreSQL
* Improve performance of queries involving `LIKE` by pushing predicate computation the underlying database. ({issue}`11045`)

#11045

@findepi
Copy link
Member

findepi commented Mar 5, 2022

General
* Support delimited identifiers for named parameters in `CALL` statement. ({issue}`11163`)
* Support delimited identifiers for parameters in table procedures invocations (`ALTER TABLE EXECUTE`). ({issue}`11163`)

#11163

@ebyhr
Copy link
Member

ebyhr commented Mar 7, 2022

# Phoenix
* Fix metadata listing failure in case of concurrent table deletion. ({issue}`10904`)

#11212

@sopel39
Copy link
Member

sopel39 commented Mar 7, 2022

General
* Improve performance of aggregations on groups with high cardinality. ({issue}`10965`)

#10965

@mosabua
Copy link
Member

mosabua commented Mar 7, 2022

All above added

@findepi
Copy link
Member

findepi commented Mar 8, 2022

Elasticsearch
* Improve performance of queries involving `LIKE` by pushing predicate computation the underlying database. ({issue}`7994`, {issue}`11354`)

It was added in #7994 (so 372), but a) i missed to add RN entry and b) it worked in simple cases only.
The #11354 fixes it, so we can announce it works.

Or, we can retro-add the above entry to 372, and in 373 say something about ... making it actually work.

@ebyhr
Copy link
Member

ebyhr commented Mar 8, 2022

# Phoenix
* Prevent writing incorrect results by failing a query when Phoenix JDBC driver replaces `null` elements with different values in an array. ({issue}`11351`)

#11351

@sopel39
Copy link
Member

sopel39 commented Mar 8, 2022

# General:
* Fix aggregation results when distinct or ordered aggregation is used with spilling. ({issue}`11353`)

#11353

@findepi
Copy link
Member

findepi commented Mar 8, 2022

General
* Add Delta Lake connector. ({issue}`11296` {issue}`10897`)

#10897 , part of #11296. The roadmap issue #11296 may be more informative to the users than the PR itself, so we should link both.

@sopel39
Copy link
Member

sopel39 commented Mar 8, 2022

Hive
* Improve query performance by better estimating partitioned tables statistics. ({issue}`11333`)

#11333

@mosabua
Copy link
Member

mosabua commented Mar 8, 2022

All above added.

@findepi
Copy link
Member

findepi commented Mar 9, 2022

Hive
* Fix translation of Hive views containing column aliases that differ in case only. ({issue}`11159`, {issue}`11240`)

fix: #11159 test: #11240

@phd3
Copy link
Member

phd3 commented Mar 9, 2022

Core
* Add redirection awareness for `DROP COLUMN` task. ({issue}`11304`)
* Add redirection awareness for `RENAME COLUMN` task. ({issue}`11226`)

#11304, #11226

@findepi
Copy link
Member

findepi commented Mar 9, 2022

For #11308 just include the PR link in existing entry: #11288 (comment)

@mosabua
Copy link
Member

mosabua commented Mar 9, 2022

All above added.

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

7 participants