yihua commented on code in PR #11130:
URL: https://github.com/apache/hudi/pull/11130#discussion_r1587001209


##########
hudi-spark-datasource/hudi-spark3-common/src/main/java/org/apache/hudi/spark3/internal/ReflectUtil.java:
##########
@@ -23,7 +23,7 @@
 import org.apache.spark.sql.catalyst.util.DateFormatter;
 
 import scala.Option;
-import scala.collection.Seq;
+import scala.collection.immutable.Seq;
 import scala.collection.immutable.Map;

Review Comment:
   These scala imports cannot be combined.  Otherwise the compiler throws error.



##########
hudi-spark-datasource/hudi-spark3-common/src/main/java/org/apache/hudi/spark3/internal/ReflectUtil.java:
##########
@@ -23,7 +23,7 @@
 import org.apache.spark.sql.catalyst.util.DateFormatter;
 
 import scala.Option;
-import scala.collection.Seq;
+import scala.collection.immutable.Seq;
 import scala.collection.immutable.Map;

Review Comment:
   These scala imports cannot be combined.  Otherwise, the compiler throws 
error.



-- 
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]

Reply via email to