jiangjiangtian opened a new pull request, #6746: URL: https://github.com/apache/incubator-gluten/pull/6746
The field names of baseSchema in the ReadRelNode and the field names of schema in the LocalFilesNode may mismatch, which we have met. The reason is that gluten converts the field names of the baseSchema in the ReadRelNode to lower case but does not convert the field names of the schema in the LocalFilesNode. The bug will result the reader can't deserialize the column data correctly. -- 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]
