查询hive外表报错

版本2.2.4
刚刚新建的hive外表,查询报以下错误

SQL 错误 [1064] [42000]: com.starrocks.common.DdlException: get partition detail failed: com.starrocks.common.DdlException: get hive partition meta data failed: unsupported file format [org.apache.hadoop.mapred.SequenceFileInputFormat]

请问外表不支持Sequence格式吗

文档写的是

  • 支持 Hive 的存储格式为 Parquet,ORC 和 CSV 格式。如果为 CSV 格式,则暂不支持使用引号作为转义字符。

这里是只支持 Parquet,ORC 和 CSV 吗?普通text表也能查询

您好,当前是不支持Sequence格式的

是的,还不支持sequence。支持Parquet,ORC,CSV

知道了,谢谢解答

好的,感谢解答。