kevinjqliu commented on PR #2268:
URL: https://github.com/apache/iceberg-python/pull/2268#issuecomment-3148697555

   i think we're using the same prompt haha
   
   ```
   Check if .so file exists
   
   Run ls -lh pyiceberg/avro/
   total 1.4M
   -rw-r--r-- 1 runner docker 1021 Aug  3 20:56 __init__.py
   drwxr-xr-x 2 runner docker 4.0K Aug  3 20:56 codecs
   -rw-r--r-- 1 runner docker 5.9K Aug  3 20:56 decoder.py
   -rw-r--r-- 1 runner docker 2.0K Aug  3 20:56 decoder_basic.c
   -rw-r--r-- 1 runner docker 619K Aug  3 20:57 decoder_fast.c
   -rw-r--r-- 1 runner docker 521K Aug  3 20:58 
decoder_fast.cpython-310-x86_64-linux-gnu.so
   -rw-r--r-- 1 runner docker 178K Aug  3 20:57 decoder_fast.html
   -rw-r--r-- 1 runner docker 1.8K Aug  3 20:56 decoder_fast.pyi
   -rw-r--r-- 1 runner docker 6.3K Aug  3 20:56 decoder_fast.pyx
   -rw-r--r-- 1 runner docker 3.0K Aug  3 20:56 encoder.py
   -rw-r--r-- 1 runner docker  11K Aug  3 20:56 file.py
   -rw-r--r-- 1 runner docker  17K Aug  3 20:56 reader.py
   -rw-r--r-- 1 runner docker  21K Aug  3 20:56 resolver.py
   -rw-r--r-- 1 runner docker 7.0K Aug  3 20:56 writer.py
   ```
   
   ```
   Print PYTHONPATH and files
   
   Run echo $PYTHONPATH
   
   ./build/temp.linux-x86_64-cpython-310/pyiceberg/avro/decoder_fast.o
   
./build/lib.linux-x86_64-cpython-310/pyiceberg/avro/decoder_fast.cpython-310-x86_64-linux-gnu.so
   ./.mypy_cache/3.10/pyiceberg/avro/decoder_fast.meta.json
   ./.mypy_cache/3.10/pyiceberg/avro/decoder_fast.data.json
   ./pyiceberg/avro/decoder_fast.pyx
   ./pyiceberg/avro/decoder_fast.c
   ./pyiceberg/avro/decoder_fast.cpython-310-x86_64-linux-gnu.so
   ./pyiceberg/avro/decoder_fast.pyi
   ./pyiceberg/avro/decoder_fast.html
   ```
   
   from https://github.com/kevinjqliu/iceberg-python/pull/18
   
   this test passed... maybe it was intermittent or just a bad host machine?


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