Josh Elser created CALCITE-1205:
-----------------------------------
Summary: Inconsistency in protobuf TypedValue field names
Key: CALCITE-1205
URL: https://issues.apache.org/jira/browse/CALCITE-1205
Project: Calcite
Issue Type: Bug
Components: avatica
Reporter: Josh Elser
Assignee: Josh Elser
Priority: Minor
Fix For: avatica-1.8.0
[~francischuang] pointed out over in CALCITE-1192 that the "byte array" field
in the protobuf TypedValue message has the name "bytes_values" instead of
"bytes_value". Plural here does not make sense (as it is a single collection of
bytes, not multiple collections of bytes).
Changing the field name will not have an affect on binary compatibility, so I'm
going to go ahead and make that change. The java API will change
ever-so-slightly, but we haven't defined what our Java API is truly comprised
of and to what degree we are providing stability, so we'll just ignore that for
now.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)