cloud-fan commented on a change in pull request #33566:
URL: https://github.com/apache/spark/pull/33566#discussion_r683634209
##########
File path:
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/parquet/ParquetWrite.scala
##########
@@ -72,6 +72,8 @@ case class ParquetWrite(
ParquetOutputFormat.setWriteSupportClass(job, classOf[ParquetWriteSupport])
+ // TODO: Check V2 insert schema together.
Review comment:
Can we revert it? file source v2 is not enabled by default anyway and we
don't need to rush for a partial fix.
--
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]