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-42398][SQL][FOLLOWUP] DelegatingCatalogExtension should override the new createTable method #40369

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 #40049 to fix a small issue: DelegatingCatalogExtension should also override the new createTable function and call the session catalog, instead of using the default implementation.

Why are the changes needed?

bug fix

Does this PR introduce any user-facing change?

no

How was this patch tested?

N/A, too trivial.

@github-actions github-actions bot added the SQL label Mar 10, 2023
@cloud-fan
Copy link
Contributor Author

cc @gengliangwang

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.
Merged to master/3.4.

dongjoon-hyun pushed a commit that referenced this pull request Mar 10, 2023
…de the new createTable method

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

This is a followup of #40049 to fix a small issue: `DelegatingCatalogExtension` should also override the new `createTable` function and call the session catalog, instead of using the default implementation.

### Why are the changes needed?

bug fix

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

no

### How was this patch tested?

N/A, too trivial.

Closes #40369 from cloud-fan/api.

Authored-by: Wenchen Fan <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
(cherry picked from commit 061bd92)
Signed-off-by: Dongjoon Hyun <[email protected]>
@dongjoon-hyun
Copy link
Member

cc @xinrong-meng , too

snmvaughan pushed a commit to snmvaughan/spark that referenced this pull request Jun 20, 2023
…de the new createTable method

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

This is a followup of apache#40049 to fix a small issue: `DelegatingCatalogExtension` should also override the new `createTable` function and call the session catalog, instead of using the default implementation.

### Why are the changes needed?

bug fix

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

no

### How was this patch tested?

N/A, too trivial.

Closes apache#40369 from cloud-fan/api.

Authored-by: Wenchen Fan <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
(cherry picked from commit 061bd92)
Signed-off-by: Dongjoon Hyun <[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.

2 participants