Details
-
Bug
-
Status: Resolved
-
P3
-
Resolution: Fixed
-
None
-
None
Description
Though technically Any == Optional[Any], we should ensure this turns into a nullable field in the inferred row type.
with beam.Pipeline() as p: to_pcollection(pd.DataFrame({'A': [1, '2', float('nan')]}), pipeline=p)
Attachments
Issue Links
- links to