-
Notifications
You must be signed in to change notification settings - Fork 455
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] Add schema validation for all operators #6406
Conversation
Thanks for opening a pull request! Could you open an issue for this pull request on Github Issues? https://github.com/apache/incubator-gluten/issues Then could you also rename commit message and pull request title in the following format?
See also: |
Run Gluten Clickhouse CI |
Aslo create a separate task to track the support for |
cc @zhztheplayer and @PHILO-HE , thanks |
Run Gluten Clickhouse CI |
1 similar comment
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.
I note this exception happens in RowToColumnar. Looks it will also happen for other Gluten operators following RowToColumnar, other than for Gluten coalesce operator. Right? If so, can we just do the check in doValidate()
of GlutenPlan.scala to cover all?
+1 with @PHILO-HE |
I thought this is the only missed case, as I saw this check is already added for broadcastExchange, union. But sure, let me move this to GlutenPlan. |
Run Gluten Clickhouse CI |
@zhli1142015, then, could you help remove the redundant check for |
gluten-core/src/main/scala/org/apache/gluten/extension/GlutenPlan.scala
Outdated
Show resolved
Hide resolved
Run Gluten Clickhouse CI |
Done, thanks. |
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.
Looks nice! Thanks!
===== Performance report for TPCH SF2000 with Velox backend, for reference only ====
|
This reverts commit 1cc4ef4.
This reverts commit 1cc4ef4.
This reverts commit 1cc4ef4.
This reverts commit 1cc4ef4.
This reverts commit 1cc4ef4.
This reverts commit 1cc4ef4.
This reverts commit 1cc4ef4.
What changes were proposed in this pull request?
This PR fixed the failure below.
How was this patch tested?
UT.