Skip to content

Commit

Permalink
Fix logging in HoodieSparkSqlWriter
Browse files Browse the repository at this point in the history
  • Loading branch information
umehrot2 authored and vinothchandar committed Sep 7, 2019
1 parent 07a0ea8 commit 0e6f078
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import scala.collection.mutable.ListBuffer

private[hudi] object HoodieSparkSqlWriter {

private val log = LogManager.getLogger("HoodieSparkSQLWriter")
private val log = LogManager.getLogger(getClass)

def write(sqlContext: SQLContext,
mode: SaveMode,
Expand Down

0 comments on commit 0e6f078

Please sign in to comment.