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 368 #10389

Closed
martint opened this issue Dec 22, 2021 · 19 comments · Fixed by #10433
Closed

Release notes for 368 #10389

martint opened this issue Dec 22, 2021 · 19 comments · Fixed by #10433
Milestone

Comments

@martint
Copy link
Member

martint commented Dec 22, 2021

No description provided.

@martint martint added this to the 368 milestone Dec 22, 2021
@martint martint pinned this issue Dec 22, 2021
@martint
Copy link
Member Author

martint commented Dec 23, 2021

# General
* Improve performance of arithmetic operations involving decimals with 
  precision larger than 18. ({issue}`10051`)

# Hive
* Improve performance of decoding decimal values with precision larger 
  than 18 in ORC, Parquet and RCFile data. ({issue}`10051`)

# SPI
* Encode long decimal values using two's complement representation and 
  change their stack  type `io.trino.type.Int128` instead of `io.airlift.slice.Slice`.  ({issue}`10051`)

#10051

@ebyhr
Copy link
Member

ebyhr commented Dec 31, 2021

# MemSQL
* Add support for `time` type. ({issue}`10332`)

#10332

@ebyhr
Copy link
Member

ebyhr commented Dec 31, 2021

# Oracle
* Fix incorrect result when a `date` value is older than or equal to `1582-10-14`. ({issue}`10380`)

#10380

@dain
Copy link
Member

dain commented Jan 1, 2022

# SPI
* Fix ClassNotFoundException when using aggregation with a custom state type. (#10408)

#10408

@sopel39
Copy link
Member

sopel39 commented Jan 3, 2022

General:
* Improve `phased` execution policy in order to reduce wall time of complex queries and concurrent workloads. ({issue}`10350`)
* Enable `phased` execution policy by default. ({issue}`10455`)

#10350
#10455

@sopel39
Copy link
Member

sopel39 commented Jan 4, 2022

General:
* Fix delegated refresh materialized views queries not transitioning into `RUNNING` state. ({issue}`10360`)

#10360

@mosabua
Copy link
Member

mosabua commented Jan 5, 2022

All entries above are in the PR.

@findepi
Copy link
Member

findepi commented Jan 5, 2022

Iceberg
* Fix Iceberg table creation with location when schema location inaccessible, ({issue}`9732`)

#9732 #9817

@losipiuk
Copy link
Member

losipiuk commented Jan 5, 2022

General
* Allow setting per task memory limits via `query.max-total-memory-per-task` config property or via `query_max_total_memory_per_task` sesion proprty. ({issue}`10308`)

#10308

@phd3
Copy link
Member

phd3 commented Jan 6, 2022

* Hive
- Disallow querying properties system table for Delta Lake tables. ({issue}`10447`)

#10447

@kokosing
Copy link
Member

* Iceberg
- Support file based access control. ({issue}`10493`)

#10493

@findepi
Copy link
Member

findepi commented Jan 10, 2022

Iceberg
* Show Iceberg table location in SHOW CREATE TABLE. ({issue}`10459`)

#10459

@hashhar
Copy link
Member

hashhar commented Jan 10, 2022

# PostgreSQL
* Add support for accessing tables created with declarative partitioning in PostgreSQL. ({issue}`10400`)

#10400, #10403

@sopel39
Copy link
Member

sopel39 commented Jan 11, 2022

Hive:
* Reduce risk of worker out-of-memory exception when scanning ORC files. ({issue}`9949`)

#9949

@ebyhr
Copy link
Member

ebyhr commented Jan 11, 2022

# Phoenix
* Add support for reading `binary` type. ({issue}`10539`)

#10539

@sopel39
Copy link
Member

sopel39 commented Jan 11, 2022

General
* Fix double reporting of scheduled time for scan operators in `EXPLAIN ANALYZE`. ({issue}`10472`)

#10472

@sopel39
Copy link
Member

sopel39 commented Jan 11, 2022

General:
* Reduce risk of out-of-memory failure on congested clusters with high memory usage. ({issue}`10475`)
* Fix queries not being unblocked when placed in reserved memory pool. ({issue}`10475`)

#10475

@martint
Copy link
Member Author

martint commented Jan 11, 2022

#General

* Fix issue where the length of log file names would grow indefinitely upon log rotation. ({issue}`10394`)

@mosabua
Copy link
Member

mosabua commented Jan 11, 2022

All added.

@martint martint unpinned this issue Jan 11, 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.

10 participants