seanli-rallyhealth commented on a change in pull request #27081: 
[SPARK-30412][SQL][TESTS] Eliminate warnings in Java tests regarding to 
deprecated Spark SQL API
URL: https://github.com/apache/spark/pull/27081#discussion_r362590145
 
 

 ##########
 File path: 
sql/core/src/test/java/test/org/apache/spark/sql/Java8DatasetAggregatorSuite.java
 ##########
 @@ -25,43 +25,50 @@
 
 import org.apache.spark.sql.Dataset;
 import org.apache.spark.sql.KeyValueGroupedDataset;
-import org.apache.spark.sql.expressions.javalang.typed;
 
 Review comment:
   suggest to use rename a class on import, e.g. import 
org.apache.spark.sql.expressions.javalang.{typed => javaTyped}
   instead of use full class name in rest of code

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to