首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >apache AssertionError:关系表达式

apache AssertionError:关系表达式
EN

Stack Overflow用户
提问于 2018-11-28 09:26:03
回答 1查看 173关注 0票数 1

运行apache-钻机-1.14.0

在mysql上测试了这个查询并在0.02秒内得到了结果。

使用AssertionError在drill中运行查询失败

查询:

product_id是BIGINT

代码语言:javascript
复制
  SELECT test50.customername, test50.color, test50.age, test50.city,  
  test50.product_id, test50.price FROM myplugin.sampler.test50 JOIN 
  myplugin.sampler.test52 ON test50.product_id = test52.product_id WHERE 
  test50.product_id = 759216 GROUP BY test50.customername, test50.color,
  test50.age, test50.city, test50.product_id, test50.price ORDER BY
  test50.customername;

错误:

代码语言:javascript
复制
Error: SYSTEM ERROR: AssertionError: Relational expression
rel#873:DrillFilterRel.JDBC.myplugin.ANY([]).
[](input=rel#83:JdbcTableScan.JDBC.myplugin.ANY([]).[](table=[myplugin, 
sampler, test50]),condition=OR(=($18, 759216), =($18, 494636))) has  
calling-convention JDBC.myplugin but does not implement the required interface 
'interface org.apache.calcite.adapter.jdbc.JdbcRel' of that convention

如果我需要额外的配置,需要帮助吗?

谢谢

EN

回答 1

Stack Overflow用户

发布于 2018-11-28 18:06:54

你能查一下现在的主人吗?看起来它是用钻-6850修复的。

票数 2
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/53516086

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档