-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
HIVE-25497: Moving to ORC to 1.7.2 #2853
Conversation
… a hard implementing its own TreeReaderFactory but initially we are going to avoid LAZY IO here as everything is kept in memory. Change-Id: I210d820efac97e2146dfebfb7d10942980124350
Change-Id: I0aaf22212270daf93dffdd0969e995da5a61b587
Hi, @pgaref .
cc @williamhyun |
Hey @dongjoon-hyun -- thanks for checking! |
Thank you for the info, @pgaref . |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
@kgyrtkirk @pgaref could reopen PR and review again? |
+1 for @slachiewicz comment. The latest one is Apache ORC 1.7.4. We can re-try with 1.7.4. |
And, FYI, cc @williamhyun and @stiga-huang |
What changes were proposed in this pull request?
Bumping to 1.7.1.
LLAP EncodedTreeReaderFactory is implementing its own TreeReaderFactory -- initially we are going to avoid LAZY IO here as everything is kept in memory.
Why are the changes needed?
Does this PR introduce any user-facing change?
How was this patch tested?