j7nhai opened a new pull request, #8374:
URL: https://github.com/apache/incubator-gluten/pull/8374

   * current function is more readable.
   * previous version has a bug for plans like:
   
   ```
   CommandResult <empty>
      +- AppendData
         +- AdaptiveSparkPlan isFinalPlan=true
            +- == Final Plan ==
               VeloxColumnarToRow
               +- AQEShuffleRead coalesced
                  +- ShuffleQueryStage
                     +- ColumnarExchange
   ```
   
   The nodes of both descendants of CommandResult and AdaptiveSparkPlan cannot 
be collected. (for example, the ColumnarExchange above).
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to