Skip to content
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

[Feature]: Arctic table needs to support the use of calculated columns #1321

Closed
2 tasks done
lklhdu opened this issue Apr 6, 2023 · 1 comment
Closed
2 tasks done
Labels
module:mixed-flink Flink moduel for Mixed Format type:feature Feature Requests

Comments

@lklhdu
Copy link
Contributor

lklhdu commented Apr 6, 2023

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

CREATE TABLE user_tb (
    rtime as proctime()
) LIKE arctic.arctic.keyed_test_tb;

Describe the solution

No response

Subtasks

No response

Related issues

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@lklhdu lklhdu added type:feature Feature Requests module:mixed-flink Flink moduel for Mixed Format labels Apr 6, 2023
@lklhdu
Copy link
Contributor Author

lklhdu commented Jun 30, 2023

Duplicate with issue #1457 .

@lklhdu lklhdu closed this as completed Jun 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module:mixed-flink Flink moduel for Mixed Format type:feature Feature Requests
Projects
None yet
Development

No branches or pull requests

1 participant