hvanhovell commented on code in PR #47554: URL: https://github.com/apache/spark/pull/47554#discussion_r1700640373
########## python/pyspark/sql/connect/client/core.py: ########## @@ -1013,7 +1060,9 @@ def explain_string(self, plan: pb2.Plan, explain_mode: str = "extended") -> str: Return explain string for given plan. """ if logger.isEnabledFor(logging.INFO): - logger.info(f"Explain (mode={explain_mode}) for plan {self._proto_to_string(plan)}") + logger.info( + f"Explain (mode={explain_mode}) for plan {self._proto_to_string(plan, True)}" Review Comment: Is it possible for debugging to get the full log? -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org