amaliujia commented on code in PR #38275:
URL: https://github.com/apache/spark/pull/38275#discussion_r997460595
##########
connector/connect/src/main/protobuf/spark/connect/relations.proto:
##########
@@ -37,10 +37,11 @@ message Relation {
Join join = 5;
Union union = 6;
Sort sort = 7;
- Fetch fetch = 8;
+ Limit limit = 8;
Aggregate aggregate = 9;
SQL sql = 10;
LocalRelation local_relation = 11;
+ Offset offset = 13;
Review Comment:
Please see the PR description. TLDR DataFrame does not follow SQL semantic.
--
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]