You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, avro_from_df function just takes data type of the column and converts it to corresponding PFA type. It'd help if this function handles the case where a column has some missing values.
Currently,
avro_from_df
function just takes data type of the column and converts it to corresponding PFA type. It'd help if this function handles the case where a column has some missing values.Minimal reproducible example:
I'd expect
col2
to be of typeavro_union(avro_double, avro_null)
and notavro_double
.The text was updated successfully, but these errors were encountered: