You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Arctic tables currently do not support adding calculated columns to tables, which can be a limitation in some scenarios and requires the addition of this new feature.
Use case/motivation
CREATE TABLE user_tb (
rtime as proctime()
) LIKE arctic.arctic.keyed_test_tb;
Description
Arctic tables currently do not support adding calculated columns to tables, which can be a limitation in some scenarios and requires the addition of this new feature.
Use case/motivation
Describe the solution
No response
Subtasks
No response
Related issues
No response
Are you willing to submit a PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: