cloud-fan commented on code in PR #45123:
URL: https://github.com/apache/spark/pull/45123#discussion_r1535006411
##########
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:
I'm a bit confused. Is this PR to extend the file source API, or data source
v2? DS v2 uses `AppendDataExec` and its friends.
--
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]