Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-42639][CONNECT] Add createDataFrame/createDataset methods #40242

Closed
wants to merge 11 commits into from

Conversation

hvanhovell
Copy link
Contributor

What changes were proposed in this pull request?

This PR adds all the SparkSession.createDataFrame(..) and SparkSession.createDataset(..) methods we can support in connect. The implicit conversion that uses this is also added.

I moved the ArrowWriter class from sql/core to sql/catalyst for the arrow writing.

Why are the changes needed?

API partity with the existing SQL APIs

Does this PR introduce any user-facing change?

Yes.

How was this patch tested?

I have added a number of tests to ClientE2ETestSuite.

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 pushed a commit that referenced this pull request Mar 2, 2023
### What changes were proposed in this pull request?
This PR adds all the `SparkSession.createDataFrame(..)` and `SparkSession.createDataset(..)` methods we can support in connect. The implicit conversion that uses this is also added.

I moved the `ArrowWriter` class from sql/core to sql/catalyst for the arrow writing.

### Why are the changes needed?
API partity with the existing SQL APIs

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

### How was this patch tested?
I have added a number of tests to `ClientE2ETestSuite`.

Closes #40242 from hvanhovell/SPARK-42639.

Authored-by: Herman van Hovell <herman@databricks.com>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
(cherry picked from commit a9626d5)
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
@dongjoon-hyun
Copy link
Member

Thank you, @hvanhovell and @HyukjinKwon . Merged to master/3.4.

snmvaughan pushed a commit to snmvaughan/spark that referenced this pull request Jun 20, 2023
### What changes were proposed in this pull request?
This PR adds all the `SparkSession.createDataFrame(..)` and `SparkSession.createDataset(..)` methods we can support in connect. The implicit conversion that uses this is also added.

I moved the `ArrowWriter` class from sql/core to sql/catalyst for the arrow writing.

### Why are the changes needed?
API partity with the existing SQL APIs

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

### How was this patch tested?
I have added a number of tests to `ClientE2ETestSuite`.

Closes apache#40242 from hvanhovell/SPARK-42639.

Authored-by: Herman van Hovell <herman@databricks.com>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
(cherry picked from commit a9626d5)
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants