-
Notifications
You must be signed in to change notification settings - Fork 444
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
[GLUTEN-7031][CORE] Initialize new module structure gluten-core / gluten-substrait #7057
Conversation
Run Gluten Clickhouse CI |
Run Gluten Clickhouse CI |
Run Gluten Clickhouse CI |
This removes blockers towards multi-backend support of Gluten |
8901dc0
to
869bcdb
Compare
Run Gluten Clickhouse CI |
@zhztheplayer, I would prefer the follow directory structure
|
@zhztheplayer Can you help me to fix it. |
Run Gluten Clickhouse CI |
hi @baibaichen, the final goal is to implement this dep graph
Then |
@zhztheplayer You can also use the following command locally to test whether the Java code for Gluten CH can compile successfully. |
@lwz9103 Thank you for keeping following. Let me update the PR. |
Run Gluten Clickhouse CI |
Which module depends on gluten-arrow? Does it only used in backends-velox? oh, I see the idea. Is there any more new backends which depends on gluten-arrow? |
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!
* KE-43825 Auto Update Gluten Ext Version (240829) * Fix Build due to apache/incubator-gluten#7057 --------- Co-authored-by: kyligence-git <[email protected]> Co-authored-by: Chang Chen <[email protected]>
…ten-substrait (apache#7057) Closes apache#7031
* KE-43825 Auto Update Gluten Ext Version (240829) * Fix Build due to apache/incubator-gluten#7057 --------- Co-authored-by: kyligence-git <[email protected]> Co-authored-by: Chang Chen <[email protected]>
* Fix Build due to apache/incubator-gluten#7057 --------- Co-authored-by: kyligence-git <[email protected]> Co-authored-by: Chang Chen <[email protected]>
* Fix Build due to apache/incubator-gluten#7057 --------- Co-authored-by: kyligence-git <[email protected]> Co-authored-by: Chang Chen <[email protected]>
* Fix Build due to apache/incubator-gluten#7057 * minor fix ut --------- Co-authored-by: kyligence-git <[email protected]> Co-authored-by: Chang Chen <[email protected]> Co-authored-by: Guoliang Sun <[email protected]>
* Fix Build due to apache/incubator-gluten#7057 * minor fix ut --------- Co-authored-by: kyligence-git <[email protected]> Co-authored-by: Chang Chen <[email protected]> Co-authored-by: Guoliang Sun <[email protected]>
#7031
Part of the dependency graph after the change will become
This belongs to the objective supporting mixed backend execution in Gluten.
The PR only initializes the new module structure. Will move more code in subsequent PRs.