-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Add release notes for 0.242 #15270
Add release notes for 0.242 #15270
Conversation
|
|
|
#15147 Cassandra Change
|
|
e5a9c83
to
715285b
Compare
The line below each section header should be "-" instead of "_", and the number of dashes should match the length of the section header. Otherwise, it is an syntax error. |
We forgot to do so in 241, but let's add a highlight section for important changes, including improvements and new features. You can see the examples in 240 release notes. |
ce667f5
to
2ed68a6
Compare
Let's also add a "Credits" section at the bottom of the release notes to mention all the contributors. I have generated the list for 0.242. You can simply copy-paste: https://github.com/prestodb/presto/pull/15294/files#diff-1e8973cca5a81e71ac9c1efdfef41081R70-R73 In future releases, it will be auto-generated by the release notes tool: prestodb/presto-release-tools#13 |
2ed68a6
to
0ca8b3d
Compare
0ca8b3d
to
1766971
Compare
* Fix a bug where non-Presto readers could not read encrypted DWRF files written by Presto if the encryption group listed columns out of order. | ||
* Fix a performance regression for String field handling in GenericHiveRecordCursor when the SerDe does not provide an efficient Writable implementation. | ||
* Improve split loading efficiency by only using as many threads as are required. | ||
* Add support for file renaming for Hive connector. This can be enabled with the ``hive.file_renaming_enabled`` configuration property. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not a feedback to the release notes but I thought we normally use "-" rather than "_" in configs?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1766971
to
767313a
Compare
* Fix a bug where non-Presto readers could not read encrypted DWRF files written by Presto if the encryption group listed columns out of order. | ||
* Fix a performance regression for String field handling in GenericHiveRecordCursor when the SerDe does not provide an efficient Writable implementation. | ||
* Improve split loading efficiency by only using as many threads as are required. | ||
* Add support for file renaming for Hive connector. This can be enabled with the ``hive.file_renaming_enabled`` configuration property. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
767313a
to
0693cbc
Compare
0693cbc
to
0557975
Compare
Missing Release Notes
Ariel Weisberg
Daniel Ohayon
Mayank Garg
Nikhil Collooru
Rongrong Zhong
Saumitra Shahapure
Xiang Fu
Yuya Ebihara
asdf2014
Extracted Release Notes
hive.file_renaming_enabled
configuration property.15101
). This can be enabled by configuration propertyexplain
.query_max_output_bytes
and configuration propertyquery.max-output-bytes
to control how much data a query can output.fragment-result-cache.enabled
totrue
and tuned by other configs started withfragment-result-cache
. Query could use fragment result cache by setting configexperimental.fragment-result-caching-enabled
or session propertyfragment_result_caching_enabled
totrue
.getSplitIdentifier
toConnectorSplit
. Split identifier is used in fragment result caching to identify if splits are identical.getIdentifier
toConnectorTableLayoutHandle
. Layout identifier is used in fragment result caching to construct canonical plan.experimental.spiller.task-spilling-strategy
for choosing different spilling strategy to use.15198
).All Commits