You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by GitBox <gi...@apache.org> on 2020/02/26 22:33:43 UTC

[GitHub] [beam] chadrik edited a comment on issue #10822: [BEAM-7746] Minor typing updates / fixes

chadrik edited a comment on issue #10822: [BEAM-7746] Minor typing updates / fixes
URL: https://github.com/apache/beam/pull/10822#issuecomment-591610348
 
 
   Down to 79 errors!
   
   Btw, mypy may have revealed some legitimate errors in a recent change:
   
   ```
   apache_beam/runners/worker/operations.py:837: error: "float" not callable  [operator]
   apache_beam/runners/worker/operations.py:838: error: "float" not callable  [operator]
   apache_beam/runners/worker/operations.py:839: error: "float" not callable  [operator]
   apache_beam/runners/worker/operations.py:841: error: "float" not callable  [operator]
   apache_beam/runners/worker/operations.py:842: error: "float" not callable  [operator]
   apache_beam/runners/worker/operations.py:846: error: Module has no attribute "LATEST_DOUBLES_URN"; maybe "LATEST_DOUBLES_TYPE"?  [attr-defined]
   apache_beam/runners/worker/operations.py:852: error: Module has no attribute "LATEST_DOUBLES_URN"; maybe "LATEST_DOUBLES_TYPE"?  [attr-defined]
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services