rdblue 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_r356903899
##########
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:
+1 for not using quotes unless it is necessary.
----------------------------------------------------------------
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]