cloud-fan commented on code in PR #45123:
URL: https://github.com/apache/spark/pull/45123#discussion_r1541239662


##########
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:
   Are you saying iceberg uses `InsertIntoHadoopFsRelationCommand`? I thought 
it uses the DS v2 code path.



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