rubenvdg commented on issue #6397:
URL: https://github.com/apache/iceberg/issues/6397#issuecomment-1345519019
And so what happens is this:
```
(pyiceberg-py3.9) ➜ python git:(master) ✗ python
Python 3.9.7 (default, Nov 16 2021, 15:21:45)
[Clang 13.0.0 (clang-1300.0.29.3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from pyiceberg.avro.reader import AvroStruct
>>> AvroStruct([None])
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: AvroStruct() takes no arguments
```
--
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]