cloud-fan commented on code in PR #48413:
URL: https://github.com/apache/spark/pull/48413#discussion_r1799127633
##########
common/utils/src/main/resources/error/error-conditions.json:
##########
@@ -4926,9 +4926,14 @@
"Catalog <catalogName> does not support <operation>."
]
},
+ "CLAUSE_WITH_PIPE_OPERATORS" : {
Review Comment:
Maybe @srielau can also comment here, but it looks to me that we have two
new errors:
1. WINDOW in the SQL pipe operator. We don't support window definition in
SQL pipe yet.
2. More than one QUERY_RESULT_CLAUSES in SQL pipe. SQL pipe is designed to
specify one operator at a time, so we don't allow any combination, such as
ORDER BY col LIMIT 1, or LIMIT 1 OFFSET 1
--
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]