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
The parquetio.Write transform takes a t reflect.Type parameter, which is redundant since the type can be derived from the incoming PCollection.
It will be a backward incompatible change, however will be more consistent with the other IOs (bigqueryio, bigtableio and so on) and will remove the need for developers to write wrapper functions such as:
What needs to happen?
The
parquetio.Write
transform takes at reflect.Type
parameter, which is redundant since the type can be derived from the incoming PCollection.It will be a backward incompatible change, however will be more consistent with the other IOs (bigqueryio, bigtableio and so on) and will remove the need for developers to write wrapper functions such as:
Issue Priority
Priority: 2 (default / most normal work should be filed as P2)
Issue Components
The text was updated successfully, but these errors were encountered: