liujp commented on issue #5638: URL: https://github.com/apache/incubator-gluten/issues/5638#issuecomment-2219883868
> @liujp @kecookier Any solution for this? I also met this problem. Now I add a schema table to ReadRelNode, and serialize it to Protobuf `LocalFiles`. gluten deserialize the schema in LocalFiles, and the pass the schema to HiveTableHandle. But for ORC file, this schema is only the top level, for the columns which has child type, this schema is not unabridged. For this condition, ORC reader should reuse the parquet reader. -- 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]
