zhengruifeng commented on code in PR #40800:
URL: https://github.com/apache/spark/pull/40800#discussion_r1168080225
##########
connector/connect/common/src/main/protobuf/spark/connect/relations.proto:
##########
@@ -456,6 +457,24 @@ message ShowString {
bool vertical = 4;
}
+// Try eager evaluation.
+// It will invoke 'Dataset.showString' or 'Dataset.htmlString' to compose the
result.
Review Comment:
I was wondering is it possible to implement the eager mode on client side
only?
--
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]