You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "alippai (via GitHub)" <gi...@apache.org> on 2023/05/10 21:17:51 UTC

[GitHub] [arrow] alippai commented on issue #33986: [Python][Rust] Create extension point in python for Dataset/Scanner

alippai commented on issue #33986:
URL: https://github.com/apache/arrow/issues/33986#issuecomment-1542821575

   Nitpicking here but in python terms we are interested in `Protocols` and not `ABC`, right? For a generic lib a static typing interface sounds better than an abstract class (which is a runtime dependency). 
   
   This explains it much better than me: https://jellis18.github.io/post/2022-01-11-abc-vs-protocol/


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org