cloud-fan commented on a change in pull request #26817: [SPARK-30192][SQL] 
support column position in DS v2
URL: https://github.com/apache/spark/pull/26817#discussion_r355881031
 
 

 ##########
 File path: 
sql/core/src/test/scala/org/apache/spark/sql/connector/DataSourceV2SQLSuite.scala
 ##########
 @@ -1191,7 +1191,7 @@ class DataSourceV2SQLSuite
   }
 
   test("tableCreation: duplicate column names in the table definition") {
-    val errorMsg = "Found duplicate column(s) in the table definition of `t`"
+    val errorMsg = "Found duplicate column(s) in the table definition of t"
 
 Review comment:
   Only `IdentifierImpl` always adds the outer quote symbol. I make it 
consistent: 
https://github.com/apache/spark/pull/26817/files#diff-4885a1f40c0c8766af2cc33104a4c8e8R56

----------------------------------------------------------------
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