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 377 #11863

Closed
martint opened this issue Apr 8, 2022 · 11 comments · Fixed by #11859
Closed

Release notes for 377 #11863

martint opened this issue Apr 8, 2022 · 11 comments · Fixed by #11859
Milestone

Comments

@martint
Copy link
Member

martint commented Apr 8, 2022

No description provided.

@martint martint added this to the 377 milestone Apr 8, 2022
@martint martint pinned this issue Apr 8, 2022
@ebyhr
Copy link
Member

ebyhr commented Apr 8, 2022

# General
* Add support for ANSI compliant `trim` function. ({issue}`11236`)

#11236

@findepi
Copy link
Member

findepi commented Apr 8, 2022

SQL Server
* Improve performance of queries involving joins by pushing computation to the
  SQL Server database. ({issue}`11637`)

#11637

@ebyhr
Copy link
Member

ebyhr commented Apr 8, 2022

# Iceberg
* Support setting Glue metastore catalog id via `hive.metastore.glue.catalogid` configuration property. ({issue}`11520`)

#11649

@sopel39
Copy link
Member

sopel39 commented Apr 11, 2022

Hive
* Improve performance of queries that use `Glue` metadata. ({issue}`11869`)

#11869

@kokosing
Copy link
Member

Kafka
* Allow to read additional Kafka client properties via ````kafka.config.resources``  connector configuration property. ({issue}`8743`)

#8743

@ebyhr
Copy link
Member

ebyhr commented Apr 12, 2022

# BigQuery
* Add `$partition_date` and `$partition_time` hidden columns for ingestion time partitioned tables. ({issue}`11849`)

#11865

@findepi
Copy link
Member

findepi commented Apr 12, 2022

Iceberg
* Improve performance of reading data from files. ({issue}`11322`)

#11322

@sopel39
Copy link
Member

sopel39 commented Apr 12, 2022

General:
* Improve performance of queries where selectivity for some expressions cannot be estimated. ({issue}`11584`)

#11584

@findepi
Copy link
Member

findepi commented Apr 13, 2022

Hive
* Fix `sync_partition_metadata` procedure when partition names differ from partition paths on the file system. ({issue}`11864`)

#11864

@findepi
Copy link
Member

findepi commented Apr 13, 2022

Iceberg
* Add support for materialized views when using Iceberg Glue catalog. ({issue}`11780`)

#11780

@ebyhr
Copy link
Member

ebyhr commented Apr 13, 2022

# Hive
* Fix failure when `date` type partition value has time unit with zero. ({issue}`11873`)

#11873

Note: Previously, only yyyy-mm-dd date format was supported. This change supports reading other format yyyy-mm-dd 00:00:00.000000000 & yyyy-mm-dd 00:00:00 and so on when the hour, minutes, seconds & nanoseconds are zero on date type partition.

@martint martint unpinned this issue Apr 14, 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