alamb commented on PR #11180:
URL: https://github.com/apache/datafusion/pull/11180#issuecomment-2213584028

   
   
   > We have to loop UserDefinedSQLPlanner instances in current design, it 
seems not very efficient and has much boilerplate code. And these 
UserDefinedSQLPlanner instaces might have conflicts.
   
   I agree the looping is not ideal. 
   
   In terms of conflicts, I think the semantics are pretty well defined now 
(the planners are ordered and whichever successfully plans the option first 
will be chosen). 
   
   


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