ueshin commented on code in PR #40800:
URL: https://github.com/apache/spark/pull/40800#discussion_r1168223649
##########
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:
Sure, we need another round-trip for retrieving some configs, though.
As for `_repr_html_`, we need another protocol anyway because it uses some
methods that is currently not provided in Spark Connect.
--
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]