Arrow Flight SQL数据查询求助!!!

Viewed 88

一个复杂的sql,分别用jdbc:mysql://和jdbc:arrow-flight-sql://执行,mysql可以正常执行,arrow-flight-sql无返回数据。是需要设置什么吗?如果不处理字段,直接count(1),都有结果。这个ResultMeta是什么?

mysql:
image.png

arrow-flight-sql:
image.png

count(1)结果都有:
image.png

3 Answers

你是用什么工具执行的

2.1.7及之前 arrow flight sql 默认没走 pipeline,jdbc默认走的是 pipeline
这里结果不一致实际是 pipeline 和 非pipeline 结果不一致

这个pr修了
https://github.com/apache/doris/pull/45661