hive
hive copied to clipboard
HIVE-28441: NPE in ORC tables when hive.orc.splits.include.file.footer is enabled
What changes were proposed in this pull request?
Check HIVE-28441 for steps to reproduce this issue and stacktrace
Why are the changes needed?
NullPointerException is thrown when hive.orc.splits.include.file.footer is enabled in ORC tables
Does this PR introduce any user-facing change?
NO
Is the change a dependency upgrade?
NO
How was this patch tested?
Using a q file present in the commits.
mvn clean test -Dtest=TestMiniLlapLocalCliDriver -Dqfile=orc_footer_enabled.q -pl itests/qtest -Pitests -Dtest.output.overwrite=true
mvn clean test -Dtest=TestMiniTezCliDriver -Dqfile=orc_footer_enabled.q -pl itests/qtest -Pitests -Dtest.output.overwrite=true