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 2018/09/21 18:41:58 UTC

[arrow] branch master updated: ARROW-3286: [C++] Add missing ARROW_EXPORT to RecordBatchBuilder

This is an automated email from the ASF dual-hosted git repository.

wesm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new b254d34  ARROW-3286: [C++] Add missing ARROW_EXPORT to RecordBatchBuilder
b254d34 is described below

commit b254d34d156bacac5938da9c16f7bb89882c3a7a
Author: Kouhei Sutou <ko...@clear-code.com>
AuthorDate: Fri Sep 21 14:41:47 2018 -0400

    ARROW-3286: [C++] Add missing ARROW_EXPORT to RecordBatchBuilder
    
    Author: Kouhei Sutou <ko...@clear-code.com>
    
    Closes #2601 from kou/cpp-add-missing-arrow-export and squashes the following commits:
    
    752b5a634 <Kouhei Sutou>  Add missing ARROW_EXPORT to RecordBatchBuilder
---
 cpp/src/arrow/table_builder.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cpp/src/arrow/table_builder.h b/cpp/src/arrow/table_builder.h
index 8a13f4d..9c02e7c 100644
--- a/cpp/src/arrow/table_builder.h
+++ b/cpp/src/arrow/table_builder.h
@@ -38,7 +38,7 @@ class Schema;
 /// \class RecordBatchBuilder
 /// \brief Helper class for creating record batches iteratively given a known
 /// schema
-class RecordBatchBuilder {
+class ARROW_EXPORT RecordBatchBuilder {
  public:
   /// \brief Create an initialize a RecordBatchBuilder
   /// \param[in] schema The schema for the record batch