MaxGekk commented on code in PR #45567:
URL: https://github.com/apache/spark/pull/45567#discussion_r1528707934
##########
sql/core/src/test/scala/org/apache/spark/sql/connector/DeleteFromTableSuiteBase.scala:
##########
@@ -269,7 +269,7 @@ abstract class DeleteFromTableSuiteBase extends
RowLevelOperationSuiteBase {
|WHERE
| id NOT IN (SELECT * FROM deleted_id WHERE value IS NOT NULL)
| AND
- | EXISTS (SELECT 1 FROM FROM deleted_dep WHERE dep =
deleted_dep.value)
+ | EXISTS (SELECT 1 FROM deleted_dep WHERE dep = deleted_dep.value)
Review Comment:
Is worth to change the behaviour, and enforce users to modify their code
because of trailing commas? I doubt about it.
--
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]