Add release notes for 0.240#15032
Conversation
|
|
|
capturing the release notes for #14895 from the PR itself. |
e5afc56 to
5a32d18
Compare
|
Please add a highlight section: https://www.internalfb.com/intern/wiki/DataInfra/Presto/Releasing/Release_Preparation/#polish-release-notes You can see 239 release notes as a reference. |
9e2422c to
2063b0e
Compare
@caithagoras I have added a placeholder for now. If a committer can mention the highlights I can add that in. Also, created a PR to update the template to add in a highlights section. prestodb/presto-release-tools#12 |
There was a problem hiding this comment.
I think this is missing some words between token and presto-cli. Is that how you use it?
There was a problem hiding this comment.
I think this should be in two separate lines. See original PR for this #14585 .
Let me add token. Usage : presto-cli --extra-credential hive.gcs.credentials.path="${PRIVATE_KEY_JSON_PATH}".
There was a problem hiding this comment.
not a user friendly description
There was a problem hiding this comment.
I don't know how to rephrase it. It basically pushes limit through union. I think it's pretty easy to understand and if we consider description of plan optimization not user friendly / not user facing we can remove this from release note.
There was a problem hiding this comment.
this isn't a user friendly description
There was a problem hiding this comment.
Provide experimental.pushdown-dereference-enabled to enable pushdown of dereference expressions for querying nested data
There was a problem hiding this comment.
I'm going to reword it as
Add support for pushdown of dereference expressions for querying nested data. This can be enabled with the pushdown_dereference_enabled session property or the experimental.pushdown-dereference-enabled configuration property.
aabc2c4 to
8b9d13e
Compare
674f2ca to
8ec5ffe
Compare
|
@rschlussel / @tdcmeehan / @caithagoras Most of the comments are addressed . Can you please take another pass. |
8ec5ffe to
8d2ab33
Compare
tdcmeehan
left a comment
There was a problem hiding this comment.
LGTM pending @caithagoras comments
8d2ab33 to
d64aca2
Compare
Missing Release Notes
Beinan Wang
George Wang
Jinyang Li
Saksham Sachdev
Weidong Duan
agrawalreetika
Extracted Release Notes
query.max-scan-physical-bytesconfiguration andquery_max_scan_physical_bytessession properties to limit total number of bytes read from storage during table scan. The default limit is 1PB.bing_tile_childrenandbing_tile_parentfunctions to get parents and children of a Bing tile.inline_sql_functionssession property.test_name, to be passed in to the client info blob.skip-control.geometry_from_geojsonand :func:geometry_as_geojsonto convert geometries from and to GeoJSON format.HIVE_PARTITION_OFFLINE.presto-thrift-connector-apitopresto-thrift-apiand have separate packages for datatypes, valuesets and connector.IF EXISTSandIF NOT EXISTSsyntax toALTER TABLE.All Commits
TestDistributedSpillQueries#testJoinPredicatePushdown(Mayank Garg)