Skip to content

Commit

Permalink
Remove unused ToRow, mark WithSchema as experimental.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertwb committed Sep 18, 2023
1 parent 881c597 commit 80f765b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions sdks/python/apache_beam/yaml/yaml_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -522,12 +522,7 @@ def _parse_window_spec(spec):
'PyFilter': lambda keep: beam.Filter(
python_callable.PythonCallableWithSource(keep)),
'PyTransform': fully_qualified_named_transform,
'PyToRow': lambda fields: beam.Select(
**{
name: python_callable.PythonCallableWithSource(fn)
for (name, fn) in fields.items()
}),
'WithSchema': with_schema,
'WithSchemaExperimental': with_schema,
'Flatten': Flatten,
'WindowInto': WindowInto,
'GroupByKey': beam.GroupByKey,
Expand Down

0 comments on commit 80f765b

Please sign in to comment.