RushabhK commented on code in PR #9844: URL: https://github.com/apache/incubator-gluten/pull/9844#discussion_r2126123546
########## backends-velox/src/main/scala/org/apache/spark/sql/execution/VeloxColumnarWriteFilesExec.scala: ########## @@ -121,6 +124,9 @@ class VeloxColumnarWriteFilesRDD( // part1=1/part2=1 val partitionFragment = metrics.name + + fileNames += partitionFragment + "/" + targetFileName Review Comment: @JkSelf Do we not want to collect the fileNames in case of non-partition segments? -- 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