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/06/05 10:22:44 UTC

arrow git commit: ARROW-1050: [C++] Export arrow::ValidateArray

Repository: arrow
Updated Branches:
  refs/heads/master a44155d6e -> cfaddabec


ARROW-1050: [C++] Export arrow::ValidateArray

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

Closes #730 from wesm/ARROW-1050 and squashes the following commits:

c50dd5a [Wes McKinney] Export arrow::ValidateArray


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

Branch: refs/heads/master
Commit: cfaddabecd104595acf043e92ba8f3cb0841b278
Parents: a44155d
Author: Wes McKinney <we...@twosigma.com>
Authored: Mon Jun 5 12:22:38 2017 +0200
Committer: Uwe L. Korn <uw...@xhochy.com>
Committed: Mon Jun 5 12:22:38 2017 +0200

----------------------------------------------------------------------
 cpp/src/arrow/array.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/arrow/blob/cfaddabe/cpp/src/arrow/array.h
----------------------------------------------------------------------
diff --git a/cpp/src/arrow/array.h b/cpp/src/arrow/array.h
index 2c96ce0..1c9769f 100644
--- a/cpp/src/arrow/array.h
+++ b/cpp/src/arrow/array.h
@@ -515,7 +515,7 @@ ARROW_EXTERN_TEMPLATE NumericArray<TimestampType>;
 ///
 /// \param array an Array instance
 /// \return Status
-Status ValidateArray(const Array& array);
+Status ARROW_EXPORT ValidateArray(const Array& array);
 
 }  // namespace arrow