NEUpanning commented on issue #6673: URL: https://github.com/apache/incubator-gluten/issues/6673#issuecomment-2262938371
@Z1Wu Thanks for your clarification. It looks like the old table lacks of column name. The old table orc file schema is ``` Type: struct<_col0:bigint,_col1:string> ``` The new table orc file schema is ``` Type: struct<user_type:bigint,user_id:string> ``` -- 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]
