dongjoon-hyun commented on PR #57110:
URL: https://github.com/apache/spark/pull/57110#issuecomment-4911561658

   Hmm. I removed my previous recomment because the test case was invalid in 
Java side. Maybe, I was confused while reading the code.
   ```
   $ jshell
   |  Welcome to JShell -- Version 25.0.3
   |  For an introduction type: /help intro
   
   jshell> java.time.ZoneId.of("GMT+08:00")
   $1 ==> GMT+08:00
   
   jshell> java.time.ZoneId.of("GMT+8:00")
   |  Exception java.time.DateTimeException: Invalid ID for offset-based 
ZoneId: GMT+8:00
   ````


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