-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Complete iceberg support for time type #24091
base: master
Are you sure you want to change the base?
Conversation
d761fc0
to
717735c
Compare
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.
ORC changes look good.
@@ -186,6 +196,8 @@ private Block readNullBlock(boolean[] isNull, int nonNullCount) | |||
throw new VerifyError("Unsupported type " + type); | |||
} | |||
|
|||
protected void maybeTransformValues(long[] values, int nextBatchSize) {} |
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.
Why do we need this?
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.
Actually I don't think we do here... just took this directly from the IBM code. Will push version without it
ba62319
to
f5e2b92
Compare
Description
Bringing this functionality from IBM's repository. Added support for partitioning over the time type in orc files through the iceberg connector