Conversation
There was a problem hiding this comment.
How about changing this to -
Enable join spilling by default when spill is enabled. This can be disabled by setting the configuration property experimental.join-spill-enabled or session property join_spill_enabled to false.
4458ef5 to
f556993
Compare
There was a problem hiding this comment.
I think this needs to go into the Connectors section.
see https://github.com/prestodb/presto/wiki/Release-Notes-Guidelines#order-of-sections
There was a problem hiding this comment.
This is adding a new connector and not a change in the connector. I am not sure where it needs to go.
There was a problem hiding this comment.
You need to make a new section Prometheus Connector Changes add to that -
* Added Prometheus Connector. See :doc:`connector/prometheus`
There was a problem hiding this comment.
Add ``UUID`` type and operators.
There was a problem hiding this comment.
Add ``UUID`` type. See :doc:`types`
The fact that we added operators like LIKE, CAST is not that important (rather expected I'd guess) - so we can skip those.
There was a problem hiding this comment.
double quotes for the property.
There was a problem hiding this comment.
can we reword this to make it more clear.
trinodb/trino#776 (comment) this reads so much better.
There was a problem hiding this comment.
Yeah! I will just copy them
There was a problem hiding this comment.
lets remove this if there are no highlights
There was a problem hiding this comment.
This is too low level. We should write it in a way such that it is clear what is the end impact. Did this lead to a query failure ? Did this lead to a performance regression?
There was a problem hiding this comment.
@shixuan-fan Can you provide more details here since you reviewed this code?
There was a problem hiding this comment.
How about: Fix a bug in fragment result cache that might cause query failure?
There was a problem hiding this comment.
Fix a bug in fragment result cache that caused query failures
There was a problem hiding this comment.
Add ``UUID`` type. See :doc:`types`
The fact that we added operators like LIKE, CAST is not that important (rather expected I'd guess) - so we can skip those.
There was a problem hiding this comment.
You need to make a new section Prometheus Connector Changes add to that -
* Added Prometheus Connector. See :doc:`connector/prometheus`
There was a problem hiding this comment.
look at how to phrase the line when we have both configuration and session property - https://github.com/prestodb/presto/wiki/Release-Notes-Guidelines#phrasing
There was a problem hiding this comment.
There was a problem hiding this comment.
to toggle the optimization which improves performance of ``IF`` expressions inside aggregation functions
There was a problem hiding this comment.
Yeah I was just talking to @ajaygeorge about adding connector in the names. Good that you called it out.
f556993 to
d317cd2
Compare
There was a problem hiding this comment.
improves the performance of instead of query performance
There was a problem hiding this comment.
This is unclear to me. Is there some documentation from Hive or something that can make this clear?
There was a problem hiding this comment.
Add support to create files for empty buckets when writing data
d317cd2 to
ac60281
Compare
Missing Release Notes
Bin Fan
vaishnavibatni
Extracted Release Notes
hive.create-empty-bucket-files. Changes are also made to use Hive naming convention for bucket file names when computing bucket file name.optimizer.aggregation-if-to-filter-rewrite-enabledand its corresponding session propertyaggregation_if_to_filter_rewrite_enabledto enable or disable an optimizer rule to improve the query performance ofIFexpressions inside aggregation functions.fragment-result-cache.max-single-pages-sizeto control the max fragement cache file size.experimental.join-spill-enabledor session propertyjoin_spill_enabledtofalse.query_max_revocable_memory_per_nodeto override existing configuration propertyexperimental.max-revocable-memory-per-node.inline_sql_functionis set tofalse.experimental.aggregation-spill-enabledto control aggregate spills explicitly. This can be overridden byaggregation_spill_enabledsession property.experimental.window-spill-enabledto control window spills explicitly. This can be overridden bywindow_spill_enabledsession property.experimental.order-by-spill-enabledto control order by spills explicitly. This can be overridden byorder_by_spill_enabledsession property.All Commits