kevinjqliu opened a new issue, #2400:
URL: https://github.com/apache/iceberg-python/issues/2400

   ### Apache Iceberg version
   
   None
   
   ### Please describe the bug 🐞
   
   The CI for #2291 is blocked due to 
   ```
   ERROR 
tests/integration/test_writes/test_writes.py::test_nanosecond_support_on_catalog
 - TypeError: BodoPyArrowFileIO.parse_location() takes 1 positional argument 
but 2 were given
   ```
   
   It seems like after importing the bodo library, it will monkey patch 
`PyArrowFileIO` 
   
https://github.com/bodo-ai/Bodo/blob/951cd32e70971f8250c2c73321f6e84ef6f865e6/bodo/io/iceberg/monkey_patch.py#L81
   And fail `test_bodo_nan` along with all tests running after 
   
   This blocks us from making changes to pyiceberg's `PyArrowFileIO` 
implementation. 
   
   I'm going to disable the test for now as a workaround. We should find a more 
permanent solution 
   
   cc @ehsantn
   
   ### Willingness to contribute
   
   - [ ] I can contribute a fix for this bug independently
   - [ ] I would be willing to contribute a fix for this bug with guidance from 
the Iceberg community
   - [ ] I cannot contribute a fix for this bug at this time


-- 
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]

Reply via email to