[
https://issues.apache.org/jira/browse/ARROW-16525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ben Kietzman resolved ARROW-16525.
----------------------------------
Fix Version/s: 9.0.0
Resolution: Fixed
Issue resolved by pull request 13117
[https://github.com/apache/arrow/pull/13117]
> [C++] Tee node not properly marking node finished
> -------------------------------------------------
>
> Key: ARROW-16525
> URL: https://issues.apache.org/jira/browse/ARROW-16525
> Project: Apache Arrow
> Issue Type: Bug
> Components: C++
> Reporter: Weston Pace
> Assignee: Weston Pace
> Priority: Major
> Labels: pull-request-available
> Fix For: 9.0.0
>
> Time Spent: 3h
> Remaining Estimate: 0h
>
> The tee node was not properly marking the node finished. It needs to call
> End on the dataset writer and wait for all files to close and then call end
> on the task group and wait for all tasks to wrap up.
> We also need to add tests for the TeeNode as well as a standalone test for
> the WriteNode.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)