Skip to content

Conversation

dongjoon-hyun
Copy link
Member

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

What changes were proposed in this pull request?

This PR aims to support Spark SQL REPL via Spark Connect for Swift library.

Why are the changes needed?

This is helpful for the users in two ways.

  • Provide an interactive environment to use Spark Connect for Swift library for the production, development and testing.
  • Provide a new simple and complete built-in example.

Does this PR introduce any user-facing change?

No, this is a new executable target of this project in addition to the existing library target.

How was this patch tested?

Manual review by following new README.md content.

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

No.

Package.swift Outdated
]
),
.executableTarget(
name: "SQLRepl",
Copy link
Member

Choose a reason for hiding this comment

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

Do we need to add Spark prefix? I.e., SparkSQLRepl?

Copy link
Member Author

Choose a reason for hiding this comment

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

Thank you. Sure, let me add it. :)

@dongjoon-hyun
Copy link
Member Author

Merged to main.

@dongjoon-hyun dongjoon-hyun deleted the SPARK-51855 branch April 21, 2025 06:55
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