bvolpato commented on PR #27725: URL: https://github.com/apache/beam/pull/27725#issuecomment-1656297909
@mutianf @suztomo Are you familiar with the changes that are happening on Bigtable? Seems like it's hitting a real regression ``` 16:15:38 > Task :sdks:java:extensions:sql:test 16:15:38 16:15:38 org.apache.beam.sdk.extensions.sql.meta.provider.bigtable.BigtableTableFlatTest > testSegementedInsert FAILED 16:15:38 java.lang.AssertionError at BigtableTableFlatTest.java:164 16:15:38 Caused by: java.lang.AssertionError at MatcherAssert.java:18 16:15:38 16:15:58 715 tests completed, 1 failed, 8 skipped ``` `readTransformWithSegment` (proxy to `.withMaxBufferElementCount(2)`) is apparently dropping records. -- 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]
