Skip to content
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

Update Delta Kernel to 3.2.1 #17179

Merged
merged 4 commits into from
Sep 30, 2024

Conversation

abhishekrb19
Copy link
Contributor

Changes:

  • Updated Delta Kernel to 3.2.1, which was released yesterday: https://github.com/delta-io/delta/releases/tag/v3.2.1
  • The class loader workaround for reading snapshots has been removed, as the fix for the LogStore class is available in version 3.2.1. I verified it locally too.
  • The upstream version also contains fixes to reading long columns and the retry mechanism.

This PR has:

  • been self-reviewed.
  • been tested in a test Druid cluster.

}
finally {
Thread.currentThread().setContextClassLoader(currCtxCl);
if (snapshotVersion != null) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice 🚀

@abhishekrb19 abhishekrb19 added this to the 31.0.0 milestone Sep 30, 2024
@abhishekrb19 abhishekrb19 merged commit 15987f5 into apache:master Sep 30, 2024
57 checks passed
@abhishekrb19 abhishekrb19 deleted the delta_kernel_3.2.1 branch September 30, 2024 14:22
abhishekrb19 added a commit to abhishekrb19/incubator-druid that referenced this pull request Sep 30, 2024
Updated Delta Kernel from 3.2.0 to 3.2.1. This upstream version bump contains fixes to reading long columns, class loader and better retry mechanism when reading checkpoint files.
abhishekrb19 added a commit that referenced this pull request Sep 30, 2024
Updated Delta Kernel from 3.2.0 to 3.2.1. This upstream version bump contains fixes to reading long columns, class loader and better retry mechanism when reading checkpoint files.
@abhishekrb19 abhishekrb19 mentioned this pull request Oct 2, 2024
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants