jun-he commented on pull request #2689:
URL: https://github.com/apache/iceberg/pull/2689#issuecomment-860295895
Seems the failures are from linters
```
linters run-test: commands[2] | mypy --ignore-missing-imports iceberg/
iceberg/api/transforms/transform_util.py:20: error: Library stubs not
installed for "pytz" (or incompatible with Python 3.8)
iceberg/api/expressions/literals.py:23: error: Library stubs not installed
for "pytz" (or incompatible with Python 3.8)
iceberg/api/expressions/literals.py:23: note: Hint: "python3 -m pip
install types-pytz"
iceberg/api/expressions/literals.py:23: note: (or run "mypy
--install-types" to install all missing stub packages)
iceberg/api/expressions/literals.py:23: note: See
https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
iceberg/api/expressions/literals.py:385: error: Library stubs not
installed for "dateutil.parser" (or incompatible with Python 3.8)
iceberg/api/expressions/literals.py:385: note: Hint: "python3 -m pip
install types-python-dateutil"
iceberg/api/expressions/literals.py:385: error: Library stubs not
installed for "dateutil" (or incompatible with Python 3.8)
```
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]