davidyuan1223 commented on code in PR #5410:
URL: https://github.com/apache/kyuubi/pull/5410#discussion_r1366564369


##########
externals/kyuubi-spark-sql-engine/src/main/scala/org/apache/spark/kyuubi/SparkConsoleProgressBar.scala:
##########
@@ -81,7 +93,11 @@ class SparkConsoleProgressBar(
     val width = TerminalWidth / stages.size

Review Comment:
   
![image](https://github.com/apache/kyuubi/assets/51512358/745ef6de-da1a-4efc-acd2-9583843d3995)
   your guess is right, when there have 3 stages at the same time, the log 
looks not correct, like the screenshot, the first is 3 stages at the same time, 
the scond is 1 stage, the width from 
   `val width = TerminalWidth / stages.size`
   `private val TerminalWidth = sys.env.getOrElse("COLUMNS", "80").toInt`
   i think we can expand the default TerminalWidth
   `[There is no job about this stage] `add length is this



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