damccorm opened a new issue, #20887:
URL: https://github.com/apache/beam/issues/20887
Started to see this:
```
[2021-05-11 13:00:51,541] {native_type_compatibility.py:268} INFO - Using
Any for unsupported type:
typing.Sequence[~T]
```
From what I can tell it related to this code:
```
# Find the first matching entry. matched_entry = next((entry for entry in
type_map if entry.match(typ)),
None) if not matched_entry: # Please add missing type support if you see
this message. _LOGGER.info('Using
Any for unsupported type: %s', typ) return typehints.
```
[https://github.com/apache/beam/blob/c3c4933977f96ebc2d858b8953635041a17d2fd1/sdks/python/apache_beam/typehints/native_type_compatibility.py#L257](https://github.com/apache/beam/blob/c3c4933977f96ebc2d858b8953635041a17d2fd1/sdks/python/apache_beam/typehints/native_type_compatibility.py#L257)
but I don't know what to do with it.. I'll leave it to you
Imported from Jira
[BEAM-12327](https://issues.apache.org/jira/browse/BEAM-12327). Original Jira
may contain additional context.
Reported by: lovk.
--
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]