You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by uw...@apache.org on 2017/03/12 12:28:16 UTC

arrow git commit: ARROW-606: [C++] upgrade flatbuffers version to 1.6.0

Repository: arrow
Updated Branches:
  refs/heads/master d99958dd3 -> fdc25b418


ARROW-606: [C++] upgrade flatbuffers version to 1.6.0

all unittests pass

benchmark (builder, column, jemalloc-builder) results suffer minor
differences (<5%) wrt to flatbuffer 1.3.0

Author: Julien Lafaye <jl...@gmail.com>

Closes #373 from jlafaye/master and squashes the following commits:

3d001e5 [Julien Lafaye] ARROW-606: [C++] upgrade flatbuffers version to 1.6.0


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

Branch: refs/heads/master
Commit: fdc25b418273a9a0d9d2512f571236e96cb4e2b4
Parents: d99958d
Author: Julien Lafaye <jl...@gmail.com>
Authored: Sun Mar 12 13:28:09 2017 +0100
Committer: Uwe L. Korn <uw...@xhochy.com>
Committed: Sun Mar 12 13:28:09 2017 +0100

----------------------------------------------------------------------
 cpp/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/arrow/blob/fdc25b41/cpp/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt
index 294c439..5ecc34e 100644
--- a/cpp/CMakeLists.txt
+++ b/cpp/CMakeLists.txt
@@ -35,7 +35,7 @@ set(THIRDPARTY_DIR "${CMAKE_SOURCE_DIR}/thirdparty")
 set(GFLAGS_VERSION "2.1.2")
 set(GTEST_VERSION "1.7.0")
 set(GBENCHMARK_VERSION "1.1.0")
-set(FLATBUFFERS_VERSION "1.3.0")
+set(FLATBUFFERS_VERSION "1.6.0")
 set(JEMALLOC_VERSION "4.4.0")
 
 find_package(ClangTools)