-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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 365 release notes #10145
Add 365 release notes #10145
Conversation
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.
haven't checked if all release notes are added
9956687
to
a9a8ede
Compare
* Account memory used for tracking information about deleted rows when reading from Hive ACID tables. ({issue}`9914`, {issue}`10070`) | ||
* Fix `REVOKE GRANT OPTION` to revoke only the granting instead of revoking entire privilege. ({issue}`10094`) | ||
* Fix bug that skips writing bloom filters for ORC files. ({issue}`9792`) | ||
* Fix bug where incorrect rows were deleted when deleting from a transactional table that has original files (before the first major compaction). ({issue}`10095`) |
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 sounds serious. Should we put it to the top and some emphasise it?
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.
We normally list changes in order of:
- new features
- performance improvements
- bug fixes
Not sure where we would put this to make it more prominent.
* Fix bug where incorrect rows were deleted when deleting from a transactional table that has original files (before the first major compaction). ({issue}`10095`) | ||
* Fix delete and update failure when changing a table after a major compaction. ({issue}`10120`) | ||
* Fix incorrect results when decoding decimal values in Parquet reader. ({issue}`9971`) | ||
* Fix ``hive.dynamic-filtering.wait-timeout`` not having any effect. ({issue}`10106`) |
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.
I don't get it? Does it mean that previously that flag was not effective? Can we improve wording?
Fix
....
to be effective, previously flag was ignored.
?
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.
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.
As far as I understand it, it wasn't being ignored, but there was a bug in the implementation.
f047840
to
d0cca7f
Compare
@electrum, updated |
Closes #9826