-
Notifications
You must be signed in to change notification settings - Fork 447
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
[VL] Support YearMonthIntervalType and enable make_ym_interval #4798
Conversation
Thanks for opening a pull request! Could you open an issue for this pull request on Github Issues? https://github.com/oap-project/gluten/issues Then could you also rename commit message and pull request title in the following format?
See also: |
Run Gluten Clickhouse CI |
1 similar comment
Run Gluten Clickhouse CI |
6d4b53b
to
e37f600
Compare
Run Gluten Clickhouse CI |
1 similar comment
Run Gluten Clickhouse CI |
ef746c5
to
2cc7fde
Compare
Run Gluten Clickhouse CI |
@PHILO-HE Could you help to review first? I will revert |
2cc7fde
to
35e1296
Compare
Run Gluten Clickhouse CI |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! One small comment.
checkOperatorMatch[ProjectExecTransformer] | ||
} | ||
|
||
// select make_ym_interval() from make_ym_interval_tbl will be optimized with fallback. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe, need to add some handling in FallbackEmptySchemaRelation
to allow offloading this.
Run Gluten Clickhouse CI |
@taiyang-li, CH CI is red, could you give us some clues to fix? Thanks! |
49df8c5
to
4660f58
Compare
Run Gluten Clickhouse CI |
1 similar comment
Run Gluten Clickhouse CI |
Seems like the new added type is not supported in CH backend. |
Run Gluten Clickhouse CI |
@zzcclp do we have any mechanism to disable some types while transforming ? |
ce6f149
to
9c1e68a
Compare
Run Gluten Clickhouse CI |
1 similar comment
Run Gluten Clickhouse CI |
It seems there are some |
724418c
to
604fc7d
Compare
Run Gluten Clickhouse CI |
@zzcclp CH CI passed. Could you help to review? Thanks! |
@taiyang-li @zzcclp @PHILO-HE Could we merge this patch if no further comments? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Limitation: Cast from/to INTERVAL_YEAR_MONTH is not supported in Velox.