HyukjinKwon commented on code in PR #44519: URL: https://github.com/apache/spark/pull/44519#discussion_r1437995061
########## sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DataSourceManager.scala: ########## @@ -17,15 +17,19 @@ package org.apache.spark.sql.execution.datasources +import java.io.File import java.util.Locale import java.util.concurrent.ConcurrentHashMap +import java.util.regex.Pattern import scala.jdk.CollectionConverters._ import org.apache.spark.api.python.PythonUtils import org.apache.spark.internal.Logging import org.apache.spark.sql.errors.QueryCompilationErrors import org.apache.spark.sql.execution.python.UserDefinedPythonDataSource +import org.apache.spark.util.Utils + Review Comment: ```suggestion ``` ########## sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/DataSourceManager.scala: ########## @@ -17,15 +17,19 @@ package org.apache.spark.sql.execution.datasources +import java.io.File import java.util.Locale import java.util.concurrent.ConcurrentHashMap +import java.util.regex.Pattern import scala.jdk.CollectionConverters._ import org.apache.spark.api.python.PythonUtils import org.apache.spark.internal.Logging import org.apache.spark.sql.errors.QueryCompilationErrors import org.apache.spark.sql.execution.python.UserDefinedPythonDataSource +import org.apache.spark.util.Utils + Review Comment: ```suggestion ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
