kevinjqliu commented on PR #2268:
URL: https://github.com/apache/iceberg-python/pull/2268#issuecomment-3148687780
weird that the test fails with
```
tests/avro/test_reader.py:24: in <module>
from pyiceberg.avro.decoder_fast import CythonBinaryDecoder
E ModuleNotFoundError: No module named 'pyiceberg.avro.decoder_fast'
```
but in the CI's `Install` step, it shows `decoder_fast` being compiled
```
Run make install-dependencies
poetry install --all-extras
Installing dependencies from lock file
No dependencies to install or update
Installing the current project: pyiceberg (0.10.0)
Preparing build environment with build-system requirements
poetry-core>=1.0.0, wheel, Cython>=3.0.0, setuptools
Compiling pyiceberg/avro/decoder_fast.pyx because it changed.
[1/1] Cythonizing pyiceberg/avro/decoder_fast.pyx
```
--
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]