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

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


The following commit(s) were added to refs/heads/main by this push:
     new 0e752c8655 MINOR: [C++][Docs] Remove note about Compute IR in the 
Acero user guide (#34371)
0e752c8655 is described below

commit 0e752c8655685a0108c3eed3de27e7981db688c7
Author: Joris Van den Bossche <[email protected]>
AuthorDate: Mon Feb 27 21:53:30 2023 +0100

    MINOR: [C++][Docs] Remove note about Compute IR in the Acero user guide 
(#34371)
    
    Compute IR was abandoned in favor of Substrait, and this is already handled 
above the current section in that doc page.
    
    Authored-by: Joris Van den Bossche <[email protected]>
    Signed-off-by: Sutou Kouhei <[email protected]>
---
 docs/source/cpp/streaming_execution.rst | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/docs/source/cpp/streaming_execution.rst 
b/docs/source/cpp/streaming_execution.rst
index 0da3ad7ddc..ffe4fccbd2 100644
--- a/docs/source/cpp/streaming_execution.rst
+++ b/docs/source/cpp/streaming_execution.rst
@@ -405,10 +405,6 @@ their completion::
 Constructing ``ExecPlan`` objects
 =================================
 
-.. warning::
-
-    The following will be superceded by construction from Compute IR, see 
ARROW-14074.
-
 None of the concrete implementations of :class:`ExecNode` are exposed
 in headers, so they can't be constructed directly outside the
 translation unit where they are defined. Instead, factories to

Reply via email to