-
Notifications
You must be signed in to change notification settings - Fork 281
Avoid create tables with system column names #810
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
Comments
Could you assign it to me? |
@wuchong After reviewing the requirements, I propose an implementation. Please let me know if this sounds correct to you. If so I can help @zhaomin1423 to get this started.
|
@MehulBatra the proposal sounds great to me! @zhaomin1423 are you interested in implementing this? |
Yes, thanks @MehulBatra |
Search before asking
Motivation
#640 introduced some system columns (
__offset
,__timestamp
,__bucket
) for lake enabled tables. We should throw exceptions during the creation of the table (even if lake is not enabled for them). This allows users to enable lake for the tables in the future without throwing exceptions.Solution
No response
Anything else?
No response
Willingness to contribute
The text was updated successfully, but these errors were encountered: