Github user yhuai commented on a diff in the pull request:
https://github.com/apache/spark/pull/6669#discussion_r31886183
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/sources/commands.scala ---
@@ -350,6 +356,7 @@ private[sql] abstract class BaseWriterContainer(
}.getOrElse {
// If output committer class is not set, we will use the one
associated with the
// file output format.
+ logInfo(s"Using output committer class
${outputFormatClass.getCanonicalName}")
--- End diff --
Maybe we can get the instance of `outputCommitter` first and then log its
class?
```
val outputCommitter = ...
logInfo(...)
outputCommitter
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]