Skip to content

Conversation

@MaxGekk
Copy link
Member

@MaxGekk MaxGekk commented Dec 5, 2022

What changes were proposed in this pull request?

Remove the file results/udaf.sql.out because it is not generated anymore after #37873.

Why are the changes needed?

The duplicate file might confuse while searching some text in golden files.

Does this PR introduce any user-facing change?

No.

How was this patch tested?

By running the affected test suite:

$ PYSPARK_PYTHON=python3 build/sbt "sql/testOnly org.apache.spark.sql.SQLQueryTestSuite"

@MaxGekk MaxGekk requested a review from HyukjinKwon December 5, 2022 17:01
@github-actions github-actions bot added the SQL label Dec 5, 2022
@MaxGekk
Copy link
Member Author

MaxGekk commented Dec 5, 2022

@itholic Could you look at this PR since it is related to your PR (reviewed by @HyukjinKwon).

Copy link
Member

@dongjoon-hyun dongjoon-hyun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1, LGTM.

@dongjoon-hyun
Copy link
Member

I verified manually. We use results/udaf/udaf.sql.out instead of results/udaf.sql.out.
Merged to master.

Copy link
Member

@HyukjinKwon HyukjinKwon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM2!

@itholic
Copy link
Contributor

itholic commented Dec 6, 2022

Sorry for confirming late, LGTM.

beliefer pushed a commit to beliefer/spark that referenced this pull request Dec 18, 2022
### What changes were proposed in this pull request?
Remove the file `results/udaf.sql.out` because it is not generated anymore after apache#37873.

### Why are the changes needed?
The duplicate file might confuse while searching some text in golden files.

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

### How was this patch tested?
By running the affected test suite:
```
$ PYSPARK_PYTHON=python3 build/sbt "sql/testOnly org.apache.spark.sql.SQLQueryTestSuite"
```

Closes apache#38919 from MaxGekk/rm-udaf.sql.out.

Authored-by: Max Gekk <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants