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-47309][SQL][XML] Add schema inference unit tests #45411

Closed

Conversation

shujingyang-db
Copy link
Contributor

@shujingyang-db shujingyang-db commented Mar 6, 2024

What changes were proposed in this pull request?

As titled.

Why are the changes needed?

Fix a bug.

Does this PR introduce any user-facing change?

Yes

How was this patch tested?

Unit tests

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

No

@github-actions github-actions bot added the SQL label Mar 6, 2024
@shujingyang-db shujingyang-db changed the title [SPARK-47309][SQL][XML] Add schema inference unit tests and fix schema inference issues [SPARK-47309][SQL][XML] Add schema inference unit tests Mar 7, 2024
@shujingyang-db shujingyang-db marked this pull request as draft March 7, 2024 21:33
@shujingyang-db shujingyang-db marked this pull request as ready for review March 7, 2024 22:00
HyukjinKwon pushed a commit that referenced this pull request Mar 8, 2024
### What changes were proposed in this pull request?

This PR fixes XML schema inference issues:

1. when there's an empty tag

2. when merging schema for NullType

### Why are the changes needed?

Fix a bug

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

Yes

### How was this patch tested?

Unit tests. There's a follow-up [PR](#45411) that introduces comprehensive tests for schema inference.

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

No

Closes #45426 from shujingyang-db/fix-xml-schema-inference.

Authored-by: Shujing Yang <shujing.yang@databricks.com>
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
@HyukjinKwon
Copy link
Member

Merged to master.

sweisdb pushed a commit to sweisdb/spark that referenced this pull request Apr 1, 2024
### What changes were proposed in this pull request?

This PR fixes XML schema inference issues:

1. when there's an empty tag

2. when merging schema for NullType

### Why are the changes needed?

Fix a bug

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

Yes

### How was this patch tested?

Unit tests. There's a follow-up [PR](apache#45411) that introduces comprehensive tests for schema inference.

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

No

Closes apache#45426 from shujingyang-db/fix-xml-schema-inference.

Authored-by: Shujing Yang <shujing.yang@databricks.com>
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
sweisdb pushed a commit to sweisdb/spark that referenced this pull request Apr 1, 2024
### What changes were proposed in this pull request?

As titled.

### Why are the changes needed?

Fix a bug.

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

Yes

### How was this patch tested?

Unit tests

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

No

Closes apache#45411 from shujingyang-db/xml-inference-check.

Authored-by: Shujing Yang <shujing.yang@databricks.com>
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants