DaveDeCaprio commented on issue #23169: [SPARK-26103][SQL] Limit the length of debug strings for query plans URL: https://github.com/apache/spark/pull/23169#issuecomment-471064245 I've removed the check that only prints the warning once, and added an indicator to the end of the truncated string saying how much has been removed. I decided to enforce that the plan string would always be within the limit, even counting the message at the end saying it was truncated. This was a bit of extra code but I think is more the behavior people would expect.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
