Revision d431d4034219f2c84c105e1894eebe03745bf105 authored by Hyukjin Kwon on 05 August 2024, 10:29:52 UTC, committed by Hyukjin Kwon on 05 August 2024, 10:29:52 UTC
### What changes were proposed in this pull request?

This PR proposes to remove orphans in ProtoToParsedPlanTestSuite and PlanGenerationTestSuite

### Why are the changes needed?

To remove unused files.

### Does this PR introduce _any_ user-facing change?

No.

### How was this patch tested?

Generated by below

```bash
SPARK_CLEAN_ORPHANED_GOLDEN_FILES=1 build/sbt "connect-client-jvm/testOnly org.apache.spark.sql.PlanGenerationTestSuite"
SPARK_CLEAN_ORPHANED_GOLDEN_FILES=1 build/sbt "connect/testOnly org.apache.spark.sql.connect.ProtoToParsedPlanTestSuite"
```

### Was this patch authored or co-authored using generative AI tooling?

No.

Closes #47603 from HyukjinKwon/minor-cleanup-orphans.

Authored-by: Hyukjin Kwon <gurwls223@apache.org>
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
1 parent 76a1ca5
History

README.md

back to top