We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The spark implementation allows for overwriting a table via a create operation. However we need to implement proper schema evolution to support this.
See comment.
Use Case
Related Issue(s)
The text was updated successfully, but these errors were encountered:
@roeap @rtyler is this still relevant with the introduction of CREATE OR REPLACE in the CreateBuilder? #1688
Sorry, something went wrong.
Closing this one, since we already have CREATE OR REPLACE working
No branches or pull requests
Description
The spark implementation allows for overwriting a table via a create operation. However we need to implement proper schema evolution to support this.
See comment.
Use Case
Related Issue(s)
The text was updated successfully, but these errors were encountered: