mihaibudiu commented on PR #4332:
URL: https://github.com/apache/calcite/pull/4332#issuecomment-2864657733

   Is the conclusion that you are fixing a bug with this PR but uncovering 
another one?
   In the conversion to enumerable there will be two kinds of transformations: 
optimizations, and lowering.
   If you can get a list of all the passes, you can try to disable the 
optimizations one by one using the new facility in Quidem tests `set 
planner-rule`. For lowering passes (which convert to enumerable) you cannot do 
this, but maybe we can narrow down where the bug is.
   
   It would be very nice to be able to merge this fix, which seems correct 
based on testing.


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

Reply via email to