grundprinzip commented on code in PR #39223:
URL: https://github.com/apache/spark/pull/39223#discussion_r1057437411


##########
python/pyspark/sql/connect/plan.py:
##########
@@ -95,14 +96,68 @@ def to_proto(self, session: "SparkConnectClient", debug: 
bool = False) -> proto.
 
         return plan
 
-    # TODO(SPARK-41717): Implement the command logic for print and _repr_html_
+    def _parameters_to_print(self, parameters: Mapping[str, Any]) -> 
Mapping[str, Any]:
+        params = {}

Review Comment:
   The logic of this method is complicated enough to deserve a docstring.



-- 
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]

Reply via email to