dengziming commented on code in PR #38659:
URL: https://github.com/apache/spark/pull/38659#discussion_r1024864116
##########
connector/connect/src/main/protobuf/spark/connect/relations.proto:
##########
@@ -213,7 +213,7 @@ message Deduplicate {
message LocalRelation {
repeated Expression.QualifiedAttribute attributes = 1;
- // TODO: support local data.
+ repeated bytes data = 2;
Review Comment:
Thank you, I use `repeated bytes` in case that the batch size is lager than
maxRecordsPerBatch, I think is enough to use `bytes` here since
`LocalRelation` is mostly used in debugging cases.
--
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]