使用elastic search插件的apache drill中的以下sql查询返回以下错误。而且这似乎只发生在字符串列中。
select distinct(STRING_BASED_ID) from es_index_name limit 1;
错误: EXECUTION_ERROR错误:执行生成的代码时出现异常
打开读卡器失败: EnumerableRecordReader片段: 0:0
Error Id: c9d0aff7-65c5-4079-b037-4e93b6152c4d on ****servers:31010
发布于 2021-09-17 15:42:08
请看一下整个堆栈跟踪,可能实际原因显示在底部,我认为该表没有这样的字段。
https://stackoverflow.com/questions/68032623
复制相似问题