版本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表也能查询