Skip to content

Conversation

@RussellSpitzer
Copy link
Member

No description provided.

catalog = icebergCatalog;
} else {
catalog = getSessionCatalog();
throw new UnsupportedOperationException("Cannot stage a table create on the Session Catalog");
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Problem 1. Cannot do our old staging behavior without rewriting considerably more


/**
* Removed
*
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Problem 2. We break all of our Catalog Config code

@RussellSpitzer RussellSpitzer changed the title DO NOT MERGE WILL BREAK DO NOT MERGE WILL BREAK - Change BaseCatalog to Interface Sep 25, 2024
@RussellSpitzer RussellSpitzer marked this pull request as draft September 25, 2024 21:49
@manuzhang
Copy link
Member

Thanks @RussellSpitzer. Spark community is reverting the changes such that we don't need to change BaseCatalog now.

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