Vora 支持 ORC 文件 - char() 类型?

Vora support for ORC files - char() type?

Vora 的 ORC reader 不支持 char() 类型有什么原因吗?这是我在尝试读取包含 char(n) 字段的基于 Hive ORC table 的文件时得到的:

com.sap.spark.vora.client.VoraClientException: Could not load table FLIGHTS_2006_ORC: [Vora[eba165.extendtec.com.au:2202]] sap.hanavora.jdbc.VoraException: HL(9): Runtime error. (ORC Reader: Unsupported type char(2)
 (c++ exception))
[Vora[eba169.extendtec.com.au:2202]] sap.hanavora.jdbc.VoraException: HL(9): Runtime error. (ORC Reader: Unsupported type char(2)
 (c++ exception))
[Vora[eba156.extendtec.com.au:2202]] sap.hanavora.jdbc.VoraException: HL(9): Runtime error. (ORC Reader: Unsupported type char(2)
 (c++ exception)) with error code 0, status TStatusCode_ERROR_STATUS

这是 Vora 1.2 及更早版本中的一个已知问题。它将在下一个 Vora 版本 (Vora 1.3) 中运行。