Skip to content

Conversation

dongjoon-hyun
Copy link
Member

@dongjoon-hyun dongjoon-hyun commented Apr 23, 2025

What changes were proposed in this pull request?

This PR aims to support SPARK_GENERATE_GOLDEN_FILES in SQLTests.

Why are the changes needed?

To improve SQLTests.

Does this PR introduce any user-facing change?

No, this is a test-related improvement.

How was this patch tested?

Pass the CIs and manual review.

SPARK_GENERATE_GOLDEN_FILES=1 swift test --filter SQLTests

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

No.

struct SQLTests {
let fm = FileManager.default
let path = Bundle.module.path(forResource: "queries", ofType: "")!
let encoder = JSONEncoder()
Copy link
Member Author

Choose a reason for hiding this comment

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

nit. This was an unused variable.

@dongjoon-hyun
Copy link
Member Author

Thank you, @viirya .

The setup-swift error is a irrelevant flaky one.

The process '/usr/bin/gpg' failed with exit code 2

@dongjoon-hyun
Copy link
Member Author

Merged to main.

@dongjoon-hyun dongjoon-hyun deleted the SPARK-51870 branch April 23, 2025 00:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants