Abacn commented on PR #35946: URL: https://github.com/apache/beam/pull/35946#issuecomment-3235098087
Looks like this caused PostCommit SQL test failing (#35514): https://github.com/apache/beam/runs/49030465739 ``` java.lang.AssertionError: Expected: <Document{{$or=[Document{{c_varchar=varchar}}, Document{{c_varchar=Document{{$not=Document{{$eq=fakeString}}}}}}], c_boolean=true, c_integer=2147483647}}> but: was <Document{{$and=[Document{{$or=[Document{{c_varchar=varchar}}, Document{{c_varchar=Document{{$not=Document{{$eq=fakeString}}}}}}]}}, Document{{c_boolean=true}}, Document{{c_integer=2147483647}}]}}> at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) ``` need to fix assertion after checking whether it's a test issue -- 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: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org