-
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.273 #17775
Add release notes for 0.273 #17775
Conversation
7c9d60c
to
e409575
Compare
@mshang816 did you resolve all the Missing Release Notes.? |
* Bump postgresql driver to 42.3.3. | ||
* Change protoc and grpc version in presto-grpc-api module to adapt linux aarch64. | ||
* If hive files are changed, the modification time can be used to invalidate parquet metadata cache immediately. | ||
* Upgrade zstandard compression to version 1.5.2.2. This can improved about 2% overall CPU with data compressed with zstandard. | ||
* We have an option to now to do a local round robin shuffle to reduce the partial distinct limit output size. |
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.
Are these general changes or connector-specific changes? They look to be misc items...
* Change protoc and grpc version in presto-grpc-api module to adapt linux aarch64. | ||
* If hive files are changed, the modification time can be used to invalidate parquet metadata cache immediately. | ||
* Upgrade zstandard compression to version 1.5.2.2. This can improved about 2% overall CPU with data compressed with zstandard. | ||
* We have an option to now to do a local round robin shuffle to reduce the partial distinct limit output size. |
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.
This note can be removed since it's included by the other distinct limit release note (cc: @kaikalur )
78cdc73
to
a79ee28
Compare
a79ee28
to
ebbb7f5
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.
Mostly looking good now.
Some more minor comments.
ebbb7f5
to
948ce13
Compare
The order of the sections should be like described here
|
The order of changes inside each section should be like described here
|
it looks to me the two commits just added a connector for clickhouse then upgraded it 1.1. So I think it only needs one entry in the release note, no ?
Reshuffled sections as indicated |
948ce13
to
51256b1
Compare
51256b1
to
eb4ba25
Compare
eb4ba25
to
d01f5ec
Compare
cede263
to
51160e5
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.
LGTM % a comment
51160e5
to
e93fb5f
Compare
e93fb5f
to
06a1c31
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.
Mostly looks good.
06a1c31
to
ed064ea
Compare
ed064ea
to
fdf4e44
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.
LGTM
Missing Release Notes
Amit Dutta
Boris Verkhovskiy
Fengpeng Yuan
Ke Wang
Mandy Cho
Naveen Kumar Mahadevuni
Pranjal Shankhdhar
Rebecca Schlussel
Reetika Agrawal
Steve Chuck
ellison840611
Extracted Release Notes
hive.metastore.thrift.delete-files-on-table-drop
to delete files on drop table (:pr:17369
).tdigest_agg
.spark.retry-on-out-of-memory-broadcast-join-enabled
to disable broadcast join on broadcast OOM and retry the query again within the same spark session. This can be overridden byspark_retry_on_out_of_memory_broadcast_join_enabled
session property.hive.partition-cache-column-count-limit
configuration parameter.EXPLAIN (TYPE IO)
did not include the index source from an index join.pinot.pushdown-topn-broker-queries
by default to push down aggregation group by order by queries to improve query performance.getInfoMap
method inConnectorSplit
which returns aMap<String, String>
. This method should be preferred to thegetInfo
method which returns a raw object.concurrent-control-and-test
and test property.planner.query-analyzer-timeout
or session propertyquery_analyzer_timeout
.to_base32
andfrom_base32
varbinary functions.All Commits