shuai-xu opened a new issue, #9046:
URL: https://github.com/apache/incubator-gluten/issues/9046

   ### Description
   
   We are now working on supporting flink in gluten, and want to reuse some 
classes in core and substrait module, but these two module all depend on spark 
now. I suggest we reconstruct the module like this: 
   1. create gluten-common module, to store the base classes like 
GlutenException and so on.
   2. make gluten-substrait module only contain the substraint tranforming 
related code, unrelated to spark and flink.
   3. move the classes related to spark in gluten-substrait module now to 
gluten-core.
   4. So gluten flink can only depend on gluten-common and gluten-substraint.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to