You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/11/20 19:35:34 UTC

[GitHub] [iceberg] Fokko opened a new issue, #6231: Python: Consider replacing singledispatchmethod with a single method

Fokko opened a new issue, #6231:
URL: https://github.com/apache/iceberg/issues/6231

   ### Feature Request / Improvement
   
   There is an open issue with `singledispatchmethod`: https://bugs.python.org/issue40988 that impacts performance. We could consider replacing this with a single method similar that we have for 
   `literal()`: https://github.com/apache/iceberg/blob/master/python/pyiceberg/expressions/literals.py#L106-L133
   
   ### Query engine
   
   _No response_


-- 
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: issues-unsubscribe@iceberg.apache.org.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] Fokko closed issue #6231: Python: Consider replacing singledispatchmethod with a single method

Posted by "Fokko (via GitHub)" <gi...@apache.org>.
Fokko closed issue #6231: Python: Consider replacing singledispatchmethod with a single method
URL: https://github.com/apache/iceberg/issues/6231


-- 
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: issues-unsubscribe@iceberg.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org