steveloughran commented on a change in pull request #33332:
URL: https://github.com/apache/spark/pull/33332#discussion_r669736316
##########
File path:
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/BasicWriteStatsTracker.scala
##########
@@ -166,7 +166,7 @@ class BasicWriteTaskStatsTracker(hadoopConf: Configuration)
}
if (numSubmittedFiles != numFiles) {
- logInfo(s"Expected $numSubmittedFiles files, but only saw $numFiles. " +
+ logWarning(s"Expected $numSubmittedFiles files, but only saw $numFiles.
" +
Review comment:
This used to happen sometimes on code writing files to S3 where a cached
HEAD-generated 404 was being returned even after the upload.
* Not going to be an issue on S3 any more, never was on GCS/Azure.
* s3a magic committer creates marker files for this code
* Are there any FileOutputFormat's which don't write zero byte files if the
client didn't write the output?
--
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]