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-46393][SQL][FOLLOWUP] Classify exceptions in JDBCTableCatalog.loadTable #46905

Closed
wants to merge 1 commit into from

Conversation

cloud-fan
Copy link
Contributor

What changes were proposed in this pull request?

This is a followup of #44335 , which missed to handle loadTable

Why are the changes needed?

better error message

Does this PR introduce any user-facing change?

no

How was this patch tested?

existing test

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

no

@github-actions github-actions bot added the SQL label Jun 6, 2024
@cloud-fan
Copy link
Contributor Author

cc @MaxGekk @yaooqinn

@yaooqinn yaooqinn closed this in 82b4ad2 Jun 7, 2024
@yaooqinn
Copy link
Member

yaooqinn commented Jun 7, 2024

Thank you
Merged to master

@panbingkun
Copy link
Contributor

@cloud-fan @yaooqinn
It seems that some UTs have failed, as follows:
https://github.com/panbingkun/spark/actions/runs/9411155017/job/25926739251
image
image

I have submitted a PR attempt to fix it: #46912

@yaooqinn
Copy link
Member

yaooqinn commented Jun 7, 2024

Oops, My bad, can you cherry-pick 82b4ad2 into your new PR? I just reverted this to recover the CI

@panbingkun
Copy link
Contributor

Oops, My bad, can you cherry-pick 82b4ad2 into your new PR? I just reverted this to recover the CI

Okay, let me to do it.

panbingkun pushed a commit to panbingkun/spark that referenced this pull request Jun 7, 2024
…loadTable

### What changes were proposed in this pull request?

This is a followup of apache#44335 , which missed to handle `loadTable`

### Why are the changes needed?

better error message

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

no

### How was this patch tested?

existing test

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

no

Closes apache#46905 from cloud-fan/jdbc.

Authored-by: Wenchen Fan <[email protected]>
Signed-off-by: Kent Yao <[email protected]>
cloud-fan added a commit that referenced this pull request Jun 7, 2024
…loadTable and Fix UT

### What changes were proposed in this pull request?
This is a followup of #46905, to fix `some UT` on GA.

### Why are the changes needed?
Fix UT.

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

### How was this patch tested?
Manually test.
Pass GA

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

Closes #46912 from panbingkun/SPARK-46393_FOLLOWUP.

Lead-authored-by: panbingkun <[email protected]>
Co-authored-by: Wenchen Fan <[email protected]>
Signed-off-by: Wenchen Fan <[email protected]>
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