TatianaJin / husky-sql

Other
3 stars 5 forks source link

The usage of calcite in Flink may be a starting point/good example for us #1

Closed lmatz closed 5 years ago

lmatz commented 5 years ago

How about porting some code into our repo. The use of calcite in Flink can help us avoid some pitfalls in the use of calcite.

lmatz commented 5 years ago

I intend to move the "convert sub-queries before query decorrelation" part, "convert table references" part, "decorrelate" part and "normalize the logical plan" part first.

TatianaJin commented 5 years ago

Yes. I think Flink provides a very good example. It would be very nice of you to build up the framework first and go through with us including the FYPs. Initially i create this repo just to establish a framework for the FYP and 5120 course project. So we may leave the detailed implementations and ask for their understanding and creativity.