You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by el...@apache.org on 2016/04/18 17:23:05 UTC

svn commit: r1739770 - /calcite/site/avatica/docs/protobuf_reference.html

Author: elserj
Date: Mon Apr 18 15:23:05 2016
New Revision: 1739770

URL: http://svn.apache.org/viewvc?rev=1739770&view=rev
Log:
[CALCITE-1205] Fix the TypedValue field name

Modified:
    calcite/site/avatica/docs/protobuf_reference.html

Modified: calcite/site/avatica/docs/protobuf_reference.html
URL: http://svn.apache.org/viewvc/calcite/site/avatica/docs/protobuf_reference.html?rev=1739770&r1=1739769&r2=1739770&view=diff
==============================================================================
--- calcite/site/avatica/docs/protobuf_reference.html (original)
+++ calcite/site/avatica/docs/protobuf_reference.html Mon Apr 18 15:23:05 2016
@@ -1373,7 +1373,7 @@ SQL or by a DatabaseMetaData operation w
   bool bool_value = 2;
   string string_value = 3;
   sint64 number_value = 4;
-  bytes bytes_values = 5;
+  bytes bytes_value = 5;
   double double_value = 6;
   bool null = 7;
 }</code></pre></figure>