kevinjqliu opened a new issue, #3877: URL: https://github.com/apache/iceberg-python/issues/3877
From the vote thread: https://lists.apache.org/thread/g6strrb3vmtg3yp8fqw6mrwt32gnvv8p Thanks @jbonofre ``` -- LICENSE --- LICENSE in whl says the Thrift/Hive code is in vendor/fb303 and vendor/hive_metastore. That's correct for the source distribution, but in whl, it's actually located directly in fb303 and hive_metastore (without vendor). So, the documentation is correct but the path is not. It would be good to fix this. --- The whl distributions bundle Cython 3.3.0 runtime code (cython_runtime, __reduce_cython_ in the so lib). I checked: Cython is Apache 2.0 license without NOTICE file. We should document Cython in our LICENSE file (in the whl distributions) ``` -- 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]
