[
https://issues.apache.org/jira/browse/PARQUET-1092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16292532#comment-16292532
]
ASF GitHub Bot commented on PARQUET-1092:
-----------------------------------------
xhochy commented on a change in pull request #426: PARQUET-1092: Support
writing chunked arrow::Table columns
URL: https://github.com/apache/parquet-cpp/pull/426#discussion_r157197930
##########
File path: src/parquet/arrow/arrow-reader-writer-test.cc
##########
@@ -325,6 +330,73 @@ void WriteTableToBuffer(const std::shared_ptr<Table>&
table, int num_threads,
*out = sink->GetBuffer();
}
+namespace internal {
Review comment:
Can we move this code into Arrow after we have done the releases?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> [C++] Write Arrow tables with chunked columns
> ---------------------------------------------
>
> Key: PARQUET-1092
> URL: https://issues.apache.org/jira/browse/PARQUET-1092
> Project: Parquet
> Issue Type: Improvement
> Components: parquet-cpp
> Reporter: Wes McKinney
> Assignee: Wes McKinney
> Fix For: cpp-1.3.0
>
>
> Requires incoming patch in ARROW-232
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)