You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Weston Pace (Jira)" <ji...@apache.org> on 2022/05/11 04:51:00 UTC

[jira] [Created] (ARROW-16525) [C++] Tee node not properly marking node finished

Weston Pace created ARROW-16525:
-----------------------------------

             Summary: [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


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)