为什么Vora的ORC阅读器不支持char()类型?下面是我在尝试读取包含char(n)字段的基于Hive ORC的表的文件时得到的结果:
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_STATUShttps://stackoverflow.com/questions/38448034
复制相似问题