Abacn commented on PR #38058:
URL: https://github.com/apache/beam/pull/38058#issuecomment-4345946456
Example test failure
```
testDataTriggeredSchemaUpgradeAtLeastOnce
(org.apache.beam.sdk.io.gcp.bigquery.StorageApiDataTriggeredSchemaUpdateIT)
failed
java.lang.RuntimeException: java.lang.RuntimeException:
org.apache.beam.sdk.util.UserCodeException: java.lang.AssertionError:
MapElements/Map/ParMultiDo(Anonymous).output:
Expected: iterable with items [<GenericData{classInfo=[f], {name=name20,
number=20, new1=blah20, new2=baz20, nested={nested_field1=nested120,
nested_field2=nested220, double_nested={double_nested_field1=double_nested120},
repeated_nested=[{repeated_nested_field1=repeated_nested120},
{repeated_nested_field2=repeated_nested220}]}, req=[43, 44]}}>] in any order
but: not matched: <GenericData{classInfo=[f], {name=name10, number=10,
new1=blah10, new2=baz10, nested={nested_field1=nested110,
nested_field2=nested210}}}>
org.apache.beam.runners.dataflow.worker.GroupAlsoByWindowsParDoFn.lambda$createRunner$0(GroupAlsoByWindowsParDoFn.java:178)
org.apache.beam.sdk.values.WindowedValues$Builder.output(WindowedValues.java:228)
org.apache.beam.runners.dataflow.worker.repackaged.org.apache.beam.runners.core.ReduceFnRunner.lambda$onTrigger$1(ReduceFnRunner.java:1087)
```
https://github.com/apache/beam/runs/73625027997
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]