You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2017/05/05 19:06:48 UTC

arrow git commit: ARROW-948: [GLib] Update C++ header file list

Repository: arrow
Updated Branches:
  refs/heads/master ba2880c77 -> cc06197bc


ARROW-948: [GLib] Update C++ header file list

Author: Kouhei Sutou <ko...@clear-code.com>

Closes #641 from kou/glib-fix-cpp-header-list and squashes the following commits:

f6b63ab [Kouhei Sutou] [GLib] Update C++ header file list


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

Branch: refs/heads/master
Commit: cc06197bc2825e4602a72730611d523dbc3b80e8
Parents: ba2880c
Author: Kouhei Sutou <ko...@clear-code.com>
Authored: Fri May 5 15:06:42 2017 -0400
Committer: Wes McKinney <we...@twosigma.com>
Committed: Fri May 5 15:06:42 2017 -0400

----------------------------------------------------------------------
 c_glib/arrow-glib/arrow-glib.hpp | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/arrow/blob/cc06197b/c_glib/arrow-glib/arrow-glib.hpp
----------------------------------------------------------------------
diff --git a/c_glib/arrow-glib/arrow-glib.hpp b/c_glib/arrow-glib/arrow-glib.hpp
index 339773f..3184761 100644
--- a/c_glib/arrow-glib/arrow-glib.hpp
+++ b/c_glib/arrow-glib/arrow-glib.hpp
@@ -20,18 +20,15 @@
 #pragma once
 
 #include <arrow-glib/arrow-glib.h>
+
 #include <arrow-glib/array.hpp>
 #include <arrow-glib/array-builder.hpp>
-#include <arrow-glib/boolean-array.hpp>
-#include <arrow-glib/boolean-data-type.hpp>
+#include <arrow-glib/buffer.hpp>
 #include <arrow-glib/chunked-array.hpp>
 #include <arrow-glib/column.hpp>
 #include <arrow-glib/data-type.hpp>
-#include <arrow-glib/double-array.hpp>
 #include <arrow-glib/error.hpp>
 #include <arrow-glib/field.hpp>
-#include <arrow-glib/float-array.hpp>
-#include <arrow-glib/numeric-tensor.hpp>
 #include <arrow-glib/record-batch.h>
 #include <arrow-glib/schema.hpp>
 #include <arrow-glib/table.hpp>
@@ -41,11 +38,10 @@
 #include <arrow-glib/file.hpp>
 #include <arrow-glib/file-mode.hpp>
 #include <arrow-glib/input-stream.hpp>
-#include <arrow-glib/memory-mapped-file.hpp>
 #include <arrow-glib/output-stream.hpp>
-#include <arrow-glib/random-access-file.hpp>
 #include <arrow-glib/readable.hpp>
 #include <arrow-glib/writeable.hpp>
+#include <arrow-glib/writeable-file.hpp>
 
 #include <arrow-glib/file-reader.hpp>
 #include <arrow-glib/file-writer.hpp>