aboutsummaryrefslogtreecommitdiff
path: root/contrib/native/client/src/include/drill/common.hpp
diff options
context:
space:
mode:
authorParth Chandra <pchandra@maprtech.com>2014-08-27 18:07:35 -0700
committerJacques Nadeau <jacques@apache.org>2014-08-27 18:36:30 -0700
commitcc25504d1bfeb7ac7bc99a6c3ce5285d30e13697 (patch)
treef100494543a6744bf360efb68e97e91a6910c918 /contrib/native/client/src/include/drill/common.hpp
parentceb58c4149f00de4729ff7350b576823e71fbdfc (diff)
DRILL-1352: C++ Client. Update the decoding of nullable value vectors to read a byte for every nullable bit.
Diffstat (limited to 'contrib/native/client/src/include/drill/common.hpp')
-rw-r--r--contrib/native/client/src/include/drill/common.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/native/client/src/include/drill/common.hpp b/contrib/native/client/src/include/drill/common.hpp
index dfb04e83f..151d698b5 100644
--- a/contrib/native/client/src/include/drill/common.hpp
+++ b/contrib/native/client/src/include/drill/common.hpp
@@ -33,7 +33,7 @@
#include <vector>
#include <boost/shared_ptr.hpp>
-#define DRILL_RPC_VERSION 1
+#define DRILL_RPC_VERSION 2
#define LENGTH_PREFIX_MAX_LENGTH 5
#define LEN_PREFIX_BUFLEN LENGTH_PREFIX_MAX_LENGTH