You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@parquet.apache.org by we...@apache.org on 2016/09/05 20:26:10 UTC

parquet-cpp git commit: PARQUET-704: Install scan-all.h

Repository: parquet-cpp
Updated Branches:
  refs/heads/master c67ee3e52 -> 6a06dcca8


PARQUET-704: Install scan-all.h

Small detail overlooked in PARQUET-681

Author: Wes McKinney <we...@twosigma.com>

Closes #151 from wesm/PARQUET-704 and squashes the following commits:

8ce137c [Wes McKinney] Install scan-all.h


Project: http://git-wip-us.apache.org/repos/asf/parquet-cpp/repo
Commit: http://git-wip-us.apache.org/repos/asf/parquet-cpp/commit/6a06dcca
Tree: http://git-wip-us.apache.org/repos/asf/parquet-cpp/tree/6a06dcca
Diff: http://git-wip-us.apache.org/repos/asf/parquet-cpp/diff/6a06dcca

Branch: refs/heads/master
Commit: 6a06dcca857e87061bb55866f940bb83ae3e2dd7
Parents: c67ee3e
Author: Wes McKinney <we...@twosigma.com>
Authored: Mon Sep 5 16:26:01 2016 -0400
Committer: Wes McKinney <we...@twosigma.com>
Committed: Mon Sep 5 16:26:01 2016 -0400

----------------------------------------------------------------------
 src/parquet/column/CMakeLists.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/parquet-cpp/blob/6a06dcca/src/parquet/column/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/src/parquet/column/CMakeLists.txt b/src/parquet/column/CMakeLists.txt
index 344795c..dc74021 100644
--- a/src/parquet/column/CMakeLists.txt
+++ b/src/parquet/column/CMakeLists.txt
@@ -17,10 +17,11 @@
 
 # Headers: top level
 install(FILES
-  page.h
   levels.h
+  page.h
   properties.h
   reader.h
+  scan-all.h
   scanner.h
   writer.h
   DESTINATION include/parquet/column)