yaooqinn commented on PR #43615:
URL: https://github.com/apache/spark/pull/43615#issuecomment-1788462471

   Patterns like below will use space for padding,
   ```scala
   "driver-%s-%4d".format("20231111111111", 1)
   driver-20231111111111-   1
   ```
   
   Can we have a test too to see if other components, such as UI, driver work 
properly?


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