-
Notifications
You must be signed in to change notification settings - Fork 315
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
Readonly table error message should not be Internal Error #3653
Comments
Hi, I'd like to have a try to solve this. It seems the failure happens because the table does not have a time-index column. I wonder if it's appropriate to treat all tables without a time-index column as read-only, or there's some other method to identify a read-only table? |
@waynexia @killme2008 what do you think about the comment above? IIRC read-only table is a different concept and we shouldn't depend on the coincidence it can be related to the existence of time-index column. Also cc @MichaelScofield this can be related to the access control design. That is, no users should have write permission on these system tables. |
In this case, i think we can just treat all the tables in |
@killme2008 Thanks! I'll try to add some error messages for it. I've noticed that it's allowed to create a table inside |
Agree. |
What type of enhancement is this?
User experience
What does the enhancement do?
We'd better to check readonly tables and return more friendly message.
Implementation challenges
No response
The text was updated successfully, but these errors were encountered: