Apache Iceberg version
None
Please describe the bug 🐞
Context: https://lists.apache.org/thread/s0m77324rn871vr082z0gtfshhkdtk8c
A few notes from my verification:
I ran into a number of issues with the integration tests including
Pandas wasn't installed with 'make install', but is required to run the tests
Running the tests doesn't work in a virtual environment because we use --user in the poetry install
Running the tests hit errors like 'OSError: [Errno 24] Too many open files'
Docker compose didn't shutdown after tests/failures
Willingness to contribute