snmvaughan commented on code in PR #45123:
URL: https://github.com/apache/spark/pull/45123#discussion_r1541344810


##########
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/InsertIntoHadoopFsRelationCommand.scala:
##########
@@ -174,6 +174,7 @@ case class InsertIntoHadoopFsRelationCommand(
         qualifiedOutputPath
       }
 
+      val statsTrackers = Seq(basicWriteJobStatsTracker(hadoopConf))

Review Comment:
   Iceberg uses V2.  Iceberg was provided as an example where a source already 
supports collection of the partition metrics but doesn't make this information 
visible.



-- 
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]

Reply via email to