We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ffb462 commit d0c86eaCopy full SHA for d0c86ea
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/jdbc/JdbcUtils.scala
@@ -248,9 +248,8 @@ object JdbcUtils extends Logging {
248
249
/**
250
* The utility to add quote to the column name based on its dialect
251
- *
252
- * @param columnName the input column name
253
* @param dialect the JDBC dialect
+ * @param columnName the input column name
254
* @return the quoted column name
255
*/
256
private def quoteColumnName(dialect: JdbcDialect, columnName: String): String = {
0 commit comments