Github user jackylk commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2113#discussion_r181665909
--- Diff:
integration/spark2/src/main/scala/org/apache/spark/sql/execution/command/mutation/CarbonProjectForUpdateCommand.scala
---
@@ -17,6 +17,8 @@
package org.apache.spark.sql.execution.command.mutation
+import scala.collection.JavaConverters._
--- End diff --
seems no need to modify this file---
