Yohahaha commented on code in PR #10697: URL: https://github.com/apache/incubator-gluten/pull/10697#discussion_r2370890800
########## backends-velox/src/main/scala/org/apache/gluten/backendsapi/velox/VeloxIteratorApi.scala: ########## @@ -49,9 +50,25 @@ import scala.collection.JavaConverters._ class VeloxIteratorApi extends IteratorApi with Logging { + private def setFileSchemaForLocalFiles( + localFilesNode: LocalFilesNode, + dataSchema: StructType, Review Comment: maybe `fileSchema` align with localFilesNode? -- 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: commits-unsubscr...@gluten.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@gluten.apache.org For additional commands, e-mail: commits-h...@gluten.apache.org