andygrove commented on PR #5201:
URL: 
https://github.com/apache/datafusion-comet/pull/5201#issuecomment-5152414134

   > Thanks @andygrove would it also address issue I came across recently here 
https://github.com/apache/datafusion-comet/pull/4870/changes#diff-9d04b74555b859929052456a8fd83506fd2154fa2a5dbf246ec4f1a04b807b11R40
   > 
   > So plan looks fully native however coverage is 97% and 1 transition
   
   The root of that plan has a c2r, so that explains the transition and one of 
the reported fallbacks.
   
   ```
   CometNativeColumnarToRow
   +- CometTakeOrderedAndProject
      +- CometProject
   ```
   
   There is also a `ReusedSubquery` and perhaps that is not correctly counted 
as native? I will take a look
   
   


-- 
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