hive icon indicating copy to clipboard operation
hive copied to clipboard

HIVE-28441: NPE in ORC tables when hive.orc.splits.include.file.footer is enabled

Open Aggarwal-Raghav opened this issue 6 months ago • 5 comments

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

Aggarwal-Raghav avatar Aug 08 '24 05:08 Aggarwal-Raghav