alamb commented on issue #318:
URL: https://github.com/apache/datafusion/issues/318#issuecomment-3315971764

   > Perhaps we could consider implementing them as plugins to reduce the 
review pressure? (Though I don't know how to using plugin in datafusion.)
   
   I agree that having a better story / examples for how to add specialized 
joins would be ideal. 
   
   DataFusion already has a pretty good story for using custom operators 
(though maybe the docs could be better):
   https://datafusion.apache.org/library-user-guide/extending-operators.html 
   
   I don't think we yet have any sort of general story on planning joins (aka 
some easy way to plug in new join algorithms / implementations). This may also 
be something @NGA-TRAN  is thinking about
   
   


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