TatianaJin / husky-sql

Other
3 stars 5 forks source link

[WIP] Mimic optimization procedure used in Flink #2

Closed lmatz closed 5 years ago

lmatz commented 5 years ago

issue #1, moved some of the steps in Flink optimization procedure, still in progress. We may get the husky logical plan optimization almost done and then move to the last step --- husky physical plan optimization.

TatianaJin commented 5 years ago

How about breaking down the task and make small prs step by step? It would be easier to follow.

lmatz commented 5 years ago

I will push smaller commits in the future. The current commit is sort of like the whole framework, has to push these so that the example can be runned. Most of part except the last step in current “getPhysicalPlan” func is standard and boilerplate. I may remove some parts which are not necessary at the current stage