LuciferYang commented on PR #36573: URL: https://github.com/apache/spark/pull/36573#issuecomment-1128399257
@sadikovi I found you added this configuration at the following location: `ParquetFileFormat.prepareWrite` https://github.com/apache/spark/blob/5535d932e0c003154ebeecf8b95e8ffde828d788/sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetFileFormat.scala#L122-L124 `ParquetFileFormat.buildReaderWithPartitionValues` https://github.com/apache/spark/blob/5535d932e0c003154ebeecf8b95e8ffde828d788/sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetFileFormat.scala#L227-L229 `ParquetScan.createReaderFactory` https://github.com/apache/spark/blob/5535d932e0c003154ebeecf8b95e8ffde828d788/sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/parquet/ParquetScan.scala#L88-L90 Do you remember why this configuration was not added to `ParquetWrite.prepareWrite`? -- 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]
