-
Notifications
You must be signed in to change notification settings - Fork 298
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
[Improvement]: Support computed columns for mixed-format tables in Flink DDL #1457
Comments
Interested in it. |
@wuwenchi Yes, the Iceberg doesn't support this feature, but this is a really useful feature. Currently, the Arctic is available to add watermark strategies or computed columns via flink SQL: CREATE TABLE LIKE. But needs another step to create a temporal table to achieve this feature. Could you show your proposal here? |
I think when a mixed-format table is created through the Flink catalog, the virtual columns and watermarks could be serialized into the options. |
@YesOrNo828 hi, I'm interested in this issue, Could you assign it to me? |
Done, looking forward to your contribution. |
Yes, Here is the key point
I had some confusion. I see here is an dimTable in arctic ,should dimTable also refer to the points above? |
I think this dim table would be removed in the future. This is legacy lookup join implemented in the Amoro and would be deprecated. So I think we couldn't update it. cc @zhoujinsong WDYT? |
I also think so. |
Search before asking
What would you like to be improved?
How should we improve?
Filter the computed column or watermark definition field.
Are you willing to submit PR?
Subtasks
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: