You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by om...@apache.org on 2018/04/10 23:01:27 UTC

orc git commit: ORC-332: Add syntax version to orc_proto.proto

Repository: orc
Updated Branches:
  refs/heads/master 8ea3592f6 -> d91bee362


ORC-332: Add syntax version to orc_proto.proto

Fixes #241

Signed-off-by: Owen O'Malley <om...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/orc/repo
Commit: http://git-wip-us.apache.org/repos/asf/orc/commit/d91bee36
Tree: http://git-wip-us.apache.org/repos/asf/orc/tree/d91bee36
Diff: http://git-wip-us.apache.org/repos/asf/orc/diff/d91bee36

Branch: refs/heads/master
Commit: d91bee3627115a8aa1702de1e5082db272c18c57
Parents: 8ea3592
Author: rip-nsk <ri...@gmail.com>
Authored: Sun Apr 8 13:21:10 2018 -0700
Committer: Owen O'Malley <om...@apache.org>
Committed: Tue Apr 10 15:59:11 2018 -0700

----------------------------------------------------------------------
 proto/orc_proto.proto | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/orc/blob/d91bee36/proto/orc_proto.proto
----------------------------------------------------------------------
diff --git a/proto/orc_proto.proto b/proto/orc_proto.proto
index fbc86e9..e6e797f 100644
--- a/proto/orc_proto.proto
+++ b/proto/orc_proto.proto
@@ -16,6 +16,8 @@
  * limitations under the License.
  */
 
+syntax = "proto2";
+
 package orc.proto;
 
 option java_package = "org.apache.orc";