viirya commented on code in PR #52428:
URL: https://github.com/apache/spark/pull/52428#discussion_r2376353965
##########
sql/api/src/main/antlr4/org/apache/spark/sql/catalyst/parser/SqlBaseParser.g4:
##########
@@ -995,9 +1001,11 @@ identifierComment
relationPrimary
: streamRelationPrimary #streamRelation
| identifierReference temporalClause?
- optionsClause? sample? tableAlias #tableName
- | LEFT_PAREN query RIGHT_PAREN sample? tableAlias #aliasedQuery
- | LEFT_PAREN relation RIGHT_PAREN sample? tableAlias #aliasedRelation
+ optionsClause? sample? watermarkClause? tableAlias #tableName
Review Comment:
`watermarkClause` is already defined in `streamRelationPrimary`. Do we still
need it here? Is it also applied for non-stream relation?
--
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]