gatorsmile commented on a change in pull request #23276: [SPARK-26321][SQL]
Split a SQL in correct way
URL: https://github.com/apache/spark/pull/23276#discussion_r244657377
##########
File path:
sql/hive-thriftserver/src/main/scala/org/apache/spark/sql/hive/thriftserver/SparkSQLCLIDriver.scala
##########
@@ -18,13 +18,13 @@
package org.apache.spark.sql.hive.thriftserver
import java.io._
-import java.util.{ArrayList => JArrayList, Locale}
+import java.util.{ArrayList, Locale}
Review comment:
keep this unchanged?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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]