[SPARK-43940][SQL] Test the error class: BATCH_METADATA_NOT_FOUND - #57926
[SPARK-43940][SQL] Test the error class: BATCH_METADATA_NOT_FOUND#57926deepujain wants to merge 1 commit into
Conversation
0857bbc to
5a956de
Compare
|
Fixed the commit author metadata and force-pushed the same test-only tree. Local check already passed: |
5a956de to
432f7ba
Compare
|
Rebased on current master. I reran |
|
Thank you @deepujain! |
Summary
Adds coverage for the missing batch metadata error path.
Change
HDFSMetadataLog.applyFnToBatchByStreamnow has a focused test that checksBATCH_METADATA_NOT_FOUND, the missing batch file parameter, and SQLSTATE42K03.Tests
JAVA_HOME=/opt/homebrew/opt/openjdk@17 PATH="/opt/homebrew/opt/openjdk@17/bin:$PATH" ./build/sbt "sql/testOnly org.apache.spark.sql.errors.QueryExecutionErrorsSuite -- -z SPARK-43940"Fixes SPARK-43940
JIRA assignee for credit: deepujain