-
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-28224: Upgrade Orc version in Hive to 1.9.3 #5218
Conversation
2ac4ebc
to
e438f4d
Compare
e438f4d
to
7b803ca
Compare
7b803ca
to
9195137
Compare
ql/src/test/queries/clientpositive/insert_values_orig_table_use_metadata.q
Outdated
Show resolved
Hide resolved
ca7415d
to
48a3c3d
Compare
Quality Gate passedIssues Measures |
@@ -1078,6 +1078,7 @@ public void nextVector(ColumnVector previousVector, boolean[] isNull, final int | |||
FilterContext filterContext, ReadPhase readPhase) throws IOException { | |||
if (vectors == null) { | |||
super.nextVector(previousVector, isNull, batchSize, filterContext, readPhase); | |||
previousVector.isRepeating = false; |
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.
@dongjoon-hyun / @cxzl25 can you help confirm, hardcoding isRepeating
here would be correct workaround for ORC-1741 & it won't lead to any other side affects?
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.
LGTM
What changes were proposed in this pull request?
Upgrading Orc version in Hive to the latest version that supports Java 8 - 1.9.4
Why are the changes needed?
To keep the Orc version in Hive updated.
Does this PR introduce any user-facing change?
No
Is the change a dependency upgrade?
How was this patch tested?
Pre-commit testing