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-45827][SQL] Add variant singleton type for Java #45455

Closed

Conversation

richardc-db
Copy link
Contributor

What changes were proposed in this pull request?

Adds the Variant singleton

Why are the changes needed?

Dependent projects (i.e. Delta kernel) require access to this singleton

Does this PR introduce any user-facing change?

no

How was this patch tested?

existing tests

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

no

@github-actions github-actions bot added the SQL label Mar 11, 2024
@HyukjinKwon HyukjinKwon changed the title [SPARK-45827] Add variant singleton type [SPARK-45827][SQL] Add variant singleton type Mar 11, 2024
@HyukjinKwon HyukjinKwon changed the title [SPARK-45827][SQL] Add variant singleton type [SPARK-45827][SQL] Add variant singleton type for Java Mar 11, 2024
@MaxGekk
Copy link
Member

MaxGekk commented Mar 11, 2024

The test failure is not related to the changes: Run / Run Docker integration tests

+1, LGTM. Merging to master.
Thank you, @richardc-db and @HyukjinKwon for review.

@MaxGekk MaxGekk closed this in 66d6a23 Mar 11, 2024
jpcorreia99 pushed a commit to jpcorreia99/spark that referenced this pull request Mar 12, 2024
### What changes were proposed in this pull request?

Adds the Variant singleton

### Why are the changes needed?

Dependent projects (i.e. Delta kernel) require access to this singleton

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

no

### How was this patch tested?

existing tests

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

no

Closes apache#45455 from richardc-db/add_variant_singleton_type.

Authored-by: Richard Chen <r.chen@databricks.com>
Signed-off-by: Max Gekk <max.gekk@gmail.com>
sweisdb pushed a commit to sweisdb/spark that referenced this pull request Apr 1, 2024
### What changes were proposed in this pull request?

Adds the Variant singleton

### Why are the changes needed?

Dependent projects (i.e. Delta kernel) require access to this singleton

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

no

### How was this patch tested?

existing tests

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

no

Closes apache#45455 from richardc-db/add_variant_singleton_type.

Authored-by: Richard Chen <r.chen@databricks.com>
Signed-off-by: Max Gekk <max.gekk@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants