Skip to content

Conversation

dongjoon-hyun
Copy link
Member

@dongjoon-hyun dongjoon-hyun commented May 1, 2025

What changes were proposed in this pull request?

This PR aims to improve SparkSQLRepl example to support multiple lines.

Why are the changes needed?

To help users to check complex queries easily. As an example, SQL Pipe Syntax is added to the README.md.

FROM ORC.`/opt/spark/examples/src/main/resources/users.orc`
|> AGGREGATE COUNT(*) cnt
   GROUP BY name
|> ORDER BY cnt DESC, name ASC
;

Does this PR introduce any user-facing change?

No.

How was this patch tested?

After passing the CIs, do manual check.

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

No.

@dongjoon-hyun
Copy link
Member Author

Thank you, @viirya . Merged to main.

@dongjoon-hyun dongjoon-hyun deleted the SPARK-51977 branch May 1, 2025 16:54
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