rubenvdg commented on issue #6397: URL: https://github.com/apache/iceberg/issues/6397#issuecomment-1345240557
I was trying to set up the development environment this week and was running into similar issues. When running `make tests` I get: ``` FAILED tests/avro/test_reader.py::test_read_header - TypeError: AvroStruct() takes no arguments FAILED tests/avro/test_reader.py::test_read_manifest_entry_file - TypeError: AvroStruct() takes no arguments FAILED tests/avro/test_reader.py::test_read_manifest_file_file - TypeError: AvroStruct() takes no arguments FAILED tests/avro/test_reader.py::test_null_list_convert_pos_to_dict - TypeError: AvroStruct() takes no arguments FAILED tests/avro/test_reader.py::test_null_dict_convert_pos_to_dict - TypeError: AvroStruct() takes no arguments FAILED tests/avro/test_reader.py::test_null_struct_convert_pos_to_dict - TypeError: AvroStruct() takes no arguments FAILED tests/table/test_snapshots.py::test_fetch_manifest_list - TypeError: AvroStruct() takes no arguments FAILED tests/utils/test_manifest.py::test_read_manifest_entry - TypeError: AvroStruct() takes no arguments FAILED tests/utils/test_manifest.py::test_read_manifest_list - TypeError: AvroStruct() takes no arguments FAILED tests/utils/test_manifest.py::test_read_manifest - TypeError: AvroStruct() takes no arguments ``` Also, for me it's a bit unclear how the following sections connect: - https://github.com/apache/iceberg/blob/master/python/README.md#getting-started - https://github.com/apache/iceberg/blob/master/python/README.md#development - https://github.com/apache/iceberg/blob/master/python/CONTRIBUTING.md it would maybe be nice if there's a single source of truth for how to set up the dev environment. -- 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