Skip to content

Commit d0c86ea

Browse files
author
bomeng
committed
adjust param order
1 parent 9ffb462 commit d0c86ea

File tree

1 file changed

+1
-2
lines changed
  • sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/jdbc

1 file changed

+1
-2
lines changed

sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/jdbc/JdbcUtils.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,9 +248,8 @@ object JdbcUtils extends Logging {
248248

249249
/**
250250
* The utility to add quote to the column name based on its dialect
251-
*
252-
* @param columnName the input column name
253251
* @param dialect the JDBC dialect
252+
* @param columnName the input column name
254253
* @return the quoted column name
255254
*/
256255
private def quoteColumnName(dialect: JdbcDialect, columnName: String): String = {

0 commit comments

Comments
 (0)