wecharyu opened a new pull request, #12072: URL: https://github.com/apache/gluten/pull/12072
## What changes are proposed in this pull request? This PR updates Velox native Parquet write parameter generation to build write options from: ```scala session.sessionState.newHadoopConfWithOptions(write.options) ``` This matches Spark's write path in `InsertIntoHadoopFsRelationCommand`, where Spark merges session HadoopConf and explicit write options before constructing the write job. ## How was this patch tested? Add new Unit test: ```bash build/mvn test -Dtest=none -Pspark-4.1 -Pscala-2.13 -Pjava-17 -Pbackends-velox -Pspark-ut -DargLine="-Dspark.test.home=/opt/shims/spark41/spark_home/ -Dspark.testing=true" -pl backends-velox -Dsuites="org.apache.spark.sql.execution.VeloxParquetWriteHadoopConfSuite" ``` ## Was this patch authored or co-authored using generative AI tooling? Codex GPT-5.5 -- 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]
