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-47265][SQL][FOLLOWUP] V2SessionCatalog#createTable should not fail #47755

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 #45368 . DelegatingCatalogExtension can invoke any method in V2SessionCatalog, and we should make sure the two overloads of createTable in V2SessionCatalog both work.

Why are the changes needed?

Avoid breaking custom catalogs that extend DelegatingCatalogExtension.

Does this PR introduce any user-facing change?

no

How was this patch tested?

N/A

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

no

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

cloud-fan commented Aug 14, 2024

cc @panbingkun @yaooqinn

@yaooqinn yaooqinn closed this in d8bb37e Aug 15, 2024
@yaooqinn
Copy link
Member

Merged to master. Thank you @HyukjinKwon @cloud-fan

@panbingkun
Copy link
Contributor

late LGTM. 

IvanK-db pushed a commit to IvanK-db/spark that referenced this pull request Sep 20, 2024
…fail

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

This is a followup of apache#45368 . `DelegatingCatalogExtension` can invoke any method in `V2SessionCatalog`, and we should make sure the two overloads of `createTable` in `V2SessionCatalog` both work.

### Why are the changes needed?

Avoid breaking custom catalogs that extend `DelegatingCatalogExtension`.

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

no

### How was this patch tested?

N/A

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

no

Closes apache#47755 from cloud-fan/create-table.

Authored-by: Wenchen Fan <wenchen@databricks.com>
Signed-off-by: Kent Yao <yao@apache.org>
attilapiros pushed a commit to attilapiros/spark that referenced this pull request Oct 4, 2024
…fail

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

This is a followup of apache#45368 . `DelegatingCatalogExtension` can invoke any method in `V2SessionCatalog`, and we should make sure the two overloads of `createTable` in `V2SessionCatalog` both work.

### Why are the changes needed?

Avoid breaking custom catalogs that extend `DelegatingCatalogExtension`.

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

no

### How was this patch tested?

N/A

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

no

Closes apache#47755 from cloud-fan/create-table.

Authored-by: Wenchen Fan <wenchen@databricks.com>
Signed-off-by: Kent Yao <yao@apache.org>
himadripal pushed a commit to himadripal/spark that referenced this pull request Oct 19, 2024
…fail

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

This is a followup of apache#45368 . `DelegatingCatalogExtension` can invoke any method in `V2SessionCatalog`, and we should make sure the two overloads of `createTable` in `V2SessionCatalog` both work.

### Why are the changes needed?

Avoid breaking custom catalogs that extend `DelegatingCatalogExtension`.

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

no

### How was this patch tested?

N/A

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

no

Closes apache#47755 from cloud-fan/create-table.

Authored-by: Wenchen Fan <wenchen@databricks.com>
Signed-off-by: Kent Yao <yao@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.

4 participants