TheNeuralBit commented on a change in pull request #15073:
URL: https://github.com/apache/beam/pull/15073#discussion_r658365970
##########
File path: sdks/python/apache_beam/dataframe/schemas.py
##########
@@ -305,7 +305,7 @@ def _dtype_to_fieldtype(dtype):
elif dtype.kind == 'S':
return bytes
else:
- raise TypeError("Unsupported dtype in proxy: '%s'" % dtype)
+ return Any
Review comment:
Note the execution time unbatching code "just works" because it always
iterates over the Series' values. The only thing blocking this was finding an
appropriate type mapping.
--
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]