Josh Elser created CALCITE-1189:
-----------------------------------

             Summary: Unit test failure when JVM default charset is not UTF-8
                 Key: CALCITE-1189
                 URL: https://issues.apache.org/jira/browse/CALCITE-1189
             Project: Calcite
          Issue Type: Bug
          Components: avatica
            Reporter: Josh Elser
            Assignee: Josh Elser
            Priority: Trivial
             Fix For: avatica-1.8.0


The changes done in CALCITE-1103 (potentially along with the new test for 
unicode column names in CALCITE-835) was causing failures on some ASF jenkins 
hosts.

In TypedValue, when serializing a String in a the Protobuf variant of 
TypedValue, the resulting bytes were platform dependent, instead of always 
specifying UTF-8. Protobuf requires UTF-8 bytes for the method we were 
invoking, and, thus, threw an exception.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to