zhouyuan commented on issue #10441: URL: https://github.com/apache/incubator-gluten/issues/10441#issuecomment-3199962814
@KAlbert2333 The ORC format support is not completed, all complex datatype will fallback to use JVM Spark code path https://github.com/apache/incubator-gluten/blob/main/backends-velox/src/main/scala/org/apache/gluten/backendsapi/velox/VeloxBackend.scala#L151-L172 For this case `varchar` types are used in table, `varchar` are still experimental in Spark. Velox has some ongoing efforts on supporting these https://github.com/facebookincubator/velox/pull/10727 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
