jun-he edited a comment on pull request #4416: URL: https://github.com/apache/iceberg/pull/4416#issuecomment-1080212954
@kbendick Thanks for the comment. In the past, we discussed [a related topic in a PR](https://github.com/apache/iceberg/pull/2836#issuecomment-884131235). [One agreed point ](https://github.com/apache/iceberg/pull/2836#issuecomment-884771775) in the discussion is that it might not be good to start duplicating guava bugs in other languages. I knew Jython can but not sure if cython can re-use Java implementation. Or might change both Java and Python to use a native C/C++ implementation? Currently, I tried to keep python tests same as the Java tests, which are based on the examples in the spec. -- 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]
