Xuanwo commented on PR #518:
URL: https://github.com/apache/iceberg-rust/pull/518#issuecomment-2272722392

   > nit: any strong feelings about `pyiceberg_core_rust` vs `pyiceberg_core`? 
The folder is named `pyiceberg_core` but the module is named 
`pyiceberg_core_rust`
   
   Hi, there are some internal issues with pyo3. We will build a Python package 
called `pyiceberg_core`, and internally, we will link this package to 
`libpyiceberg_core_rust.so` to avoid confusing the Python importer.
   
   The `pyiceberg_core_rust` will never be exposed to users, and we won't allow 
direct access. It can have any name except `pyiceberg_core`.


-- 
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-unsubscr...@iceberg.apache.org

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


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

Reply via email to