guiyanakuang edited a comment on pull request #941:
URL: https://github.com/apache/orc/pull/941#issuecomment-946774472


   Travis CI caught a very rare exception, which I logged here first
   ```
   java.time.format.DateTimeParseException: Text 
'2021-10-19T0700:01.683210-0700' could not be parsed at index 13
        at 
java.base/java.time.format.DateTimeFormatter.parseResolved0(DateTimeFormatter.java:2046)
        at 
java.base/java.time.format.DateTimeFormatter.parseBest(DateTimeFormatter.java:1994)
        at 
org.apache.orc.tools.convert.JsonReader$TimestampColumnConverter.convert(JsonReader.java:169)
        at 
org.apache.orc.tools.convert.JsonReader.nextBatch(JsonReader.java:375)
        at 
org.apache.orc.tools.convert.TestJsonReader.testDateTimeTypeSupport(TestJsonReader.java:132)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        at 
org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:725)
        at 
org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
        at 
   ```
   
   update:
   I made pr to fix this, https://github.com/apache/orc/pull/942
   It looks like this is the problem pointed out by 
https://issues.apache.org/jira/projects/ORC/issues/ORC-879


-- 
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: dev-unsubscr...@orc.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to