mpouttu commented on a change in pull request #2907: URL: https://github.com/apache/hudi/pull/2907#discussion_r640086811
########## File path: hudi-spark-datasource/hudi-spark/src/main/scala/org/apache/hudi/HoodieSparkSqlWriter.scala ########## @@ -135,6 +135,7 @@ private[hudi] object HoodieSparkSqlWriter { // scalastyle:off if (parameters(ENABLE_ROW_WRITER_OPT_KEY).toBoolean && operation == WriteOperationType.BULK_INSERT) { + log.info("Using BULK_INSERT") Review comment: Yes as of now there is no easy way to tell that bulk insert is being used unless you look at the query plan and then reference the codebase. -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org