Kylin 几个sql报错原因 汇总

  • Can't create EnumerableAggregate! while executing SQL
    由distinct count引起的错误

  • null while executing SQL
    join的左右两个表之间有相互依赖的关系

  • missing a new olapcontext while executing SQL
    需要用大表join小表

  • Division undefined
    除法中,分母为空,对为空情况进行单独处理

  • No realization found for OLAPContext
    查询的维度或指标不存在与cube中

  • cte内部支持 order by 1,2,3, 不支持 group by 1,2,3
原文地址:https://www.cnblogs.com/wangyi666/p/10056648.html