-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Correct release notes entry in 377 #12022
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,9 +7,10 @@ | |
|
|
||
| ## Hive connector | ||
|
|
||
| * Add support for partition names that include special characters. ({issue}`11719`) | ||
| * Add support for `date` type partition names with timestamp formatting. ({issue}`11873`) | ||
| * Improve performance of queries that use Glue metadata. ({issue}`11869`) | ||
| * Fix `sync_partition_metadata` procedure when partition names differ from | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This wording is still not ideal .. e.g. what was happening before .. did it just fail or corrupt something?
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thats not a full sentence .. also still missing what this did before E.g. Prevent failures of ...
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fix the comparison mechanism for the partition names between the metastore and the file system in the Does this fit better?
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Well... still not sure what happened before.. did data get corrupted or did the procedure just fail or something else?
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Due to the fact that the comparison mechanism between the partition names stored in HMS and partition paths on the file system/ object storage was incorrect, when trying to sync the partition metadata the second time for a table, the user kept hitting rather puzzling exceptions. When using 'FULL' mode after the first successful 'FULL' mode run: When using 'ADD' mode after the first successful 'FULL' mode run : This was due to the fact that partition paths corresponding to existing partition names in HMS were falsely marked to be added/removed from HMS, reason why HMS threw the exceptions mentioned earlier. I hope this comment gives a better context of the problem.
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Okay .. thats rather tricky. Do you have any suggestions on how to make a useful release notes entry out of this @martint ? Maybe just Prevent failures of the |
||
| partition paths on the file system. ({issue}`11864`) | ||
|
|
||
| ## Iceberg connector | ||
|
|
||
|
|
||
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 linked was linked from the one we now add and we thought this is fixed.