Skip to content
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

Calcite 升级1.16之后,SQL语法树转化成DAG对KAP的影响 #8

Open
vaful opened this issue Aug 27, 2018 · 1 comment
Open

Comments

@vaful
Copy link

vaful commented Aug 27, 2018

主要是会影响到Context的划分,Kap IT下面的这些Query会出现问题:

  1. org.apache.kylin.query.ITKylinQueryTest#testGroupingQuery
  2. io.kyligence.kap.ITKapKylinQueryTest#testMagine(sql-04)
  3. io.kyligence.kap.ITKapKylinQueryTest#testMultiModelQuery(sql-01)
  4. org.apache.kylin.query.ITKylinQueryTest#testSubQuery(query03)
  5. org.apache.kylin.query.ITKylinQueryTest#testValues(query01)
@vaful
Copy link
Author

vaful commented Aug 27, 2018

解决办法:
将这个树生成DAG的commit revert掉,c0f912d

[CALCITE-2116] In HepPlanner, ensure that common sub-expressions have the same digest (LeoWangLZ)"
This reverts commit c0f912d.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant