[
https://issues.apache.org/jira/browse/CALCITE-1189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hongze Zhang closed CALCITE-1189.
---------------------------------
The issue was resolved but not closed in the given fix version. Closing now.
> 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
(v7.6.3#76005)