File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -111,10 +111,10 @@ def sickbayTests = [
111
111
112
112
// Java side dying during execution.
113
113
// https://github.com/apache/beam/issues/32930
114
- ' org.apache.beam.sdk.transforms.FlattenTest.testFlattenMultipleCoders' ,
114
+ // 'org.apache.beam.sdk.transforms.FlattenTest.testFlattenMultipleCoders',
115
115
// Stream corruption error java side: failed:java.io.StreamCorruptedException: invalid stream header: 206E6F74
116
116
// Likely due to prism't coder changes.
117
- ' org.apache.beam.sdk.transforms.FlattenTest.testFlattenWithDifferentInputAndOutputCoders2' ,
117
+ // 'org.apache.beam.sdk.transforms.FlattenTest.testFlattenWithDifferentInputAndOutputCoders2',
118
118
119
119
// java.lang.IllegalStateException: Output with tag Tag<output> must have a schema in order to call getRowReceiver
120
120
// Ultimately because getRoeReceiver code path SDK side isn't friendly to LengthPrefix wrapping of row coders.
You can’t perform that action at this time.
0 commit comments