changgyoopark-db commented on code in PR #47824:
URL: https://github.com/apache/spark/pull/47824#discussion_r1725203386
##########
sql/connect/server/src/main/scala/org/apache/spark/sql/connect/execution/ExecuteThreadRunner.scala:
##########
@@ -295,7 +295,7 @@ private[connect] class ExecuteThreadRunner(executeHolder:
ExecuteHolder) extends
try {
Utils.redact(
executeHolder.sessionHolder.session.sessionState.conf.stringRedactionPattern,
- ProtoUtils.abbreviate(request).toString)
+ ProtoUtils.abbreviate(request, maxLevel = 8).toString)
Review Comment:
Good idea - that will be helpful if 8 is still problematic (e.g., if the
plan is very wide).
--
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]