apache / iceberg

Apache Iceberg
https://iceberg.apache.org/
Apache License 2.0
5.85k stars 2.06k forks source link

Spark: Remove useless code in TestRemoveOrphanFilesProcedure #10562

Closed hantangwangd closed 6 days ago

hantangwangd commented 6 days ago

This PR remove the useless code in test case TestRemoveOrphanFilesProcedure.testConcurrentRemoveOrphanFiles() for Spark 3.5, 3.4 and 3.3. The variable metadataLocation is declared and assigned a value, but not used anywhere.

Fokko commented 6 days ago

Thanks @hantangwangd for cleaning this up 🙌

hantangwangd commented 6 days ago

Thanks @hantangwangd for cleaning this up 🙌

My pleasure!