-
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.232 #14130
Add release notes for 0.232 #14130
Conversation
9cf19a1
to
98c681c
Compare
98c681c
to
455e9aa
Compare
455e9aa
to
feb736d
Compare
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.
Please follow the release note guidelines for the order of sections and the order of changes within a section: https://github.com/prestodb/presto/wiki/Release-Notes-Guidelines
feb736d
to
4df0f18
Compare
@rschlussel can you take another pass, I had some local changes which failed to amend, which had most of the changes that you requested for. I tried to include if anything was missed. thanks |
4df0f18
to
70a9c0d
Compare
@rschlussel addressed the comments |
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.
sorry, a few more comments that I missed before.
70a9c0d
to
e2fce3b
Compare
Feel free to break long lines (say > 100 or > 120 characters) for readability. |
e28f5d0
to
3cf4ccf
Compare
3cf4ccf
to
64b4807
Compare
Missing Release Notes
Andrii Rosa
Da Cheng
Haoyuan Li
YuBin Li
qqibrow
sujay-jain
wuyunfeng01
Extracted Release Notes
ALTER FUNCTION
.internal-communication.task-communication-protocol
to control between HTTP and Thrift.internal-communication.server-info-communication-protocol
to control between HTTP and Thrift.DROP TABLE
query fails because the table has being dropped by other query before this query finishes, change error code name fromHIVE_METASTORE_ERROR
toHIVE_TABLE_DROPPED_DURING_QUERY
.SHOW FUNCTIONS
with session propertylist_built_in_functions_only
. This can also be achieved by configuration propertylist-built-in-functions-only
, which is repurposed fromlist-non-built-in-functions
./admin/function-namespace-managers
).SHOW FUNCTIONS
.SHOW FUNCTIONS
.shuffle_partitioned_columns_for_table_write
. Support shuffle on Hive partition columns before write #14010.pinot.prefer-broker-queries
with the inverse configpinot.forbid-broker-queries
.DATE_TRUNC
may produce incorrect results at certain timestamp inAmerica/Sao_Paulo
.All Commits