Yi Hu
Yi Hu
Part of #19817 **Please** add a meaningful description for your change here ------------------------ Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:...
Fixes #19357 Was considering add another suppression in #22479 and found these were all outdated **Please** add a meaningful description for your change here ------------------------ Thank you for your contribution!...
### What happened? Was investigating #22115 and find this interesting observation pytest results with time consuming info: ``` ---------------------------------- Original: =========================================================================================== slowest 100 test durations ============================================================================================ 10.01s call apache_beam/runners/portability/fn_api_runner/fn_runner_test.py::FnApiRunnerTestWithDisabledCaching::test_pack_combiners 9.82s...
### What would you like to happen? Creating dataflow pipelines via Proxy Server with own java trust store will encounter certificate error: ``` WARNING: exception thrown while executing request java.net.UnknownHostException:...
Originally, the problem was watermark set to Instant.now() at initialization and after finalizing every non zero checkpoint mark. This had two issues - watermark can be too new for incoming...
### What happened? It appears that PreCommit timeout happens more frequently recently. the succeeded job run after the timed out run shows the following tests are added, which suggests the...
### What needs to happen? This is not a trivial dependency upgrade. slf4j 2.x uses a different binding mechanism makes it incompatible with SLF4J 1.x. Arrow has a compile dependency...
### What would you like to happen? There are interests to leverage the new Vector API (AVX2 CPU instructions) in Java [1], which requires special JVM flags for activation (`--add-modules=jdk.incubator.vector`)....
### What happened? Example run: https://github.com/apache/beam/runs/21250090063 (an PR unrelated to Jms): ``` java.lang.AssertionError at org.junit.Assert.fail(Assert.java:87) at org.junit.Assert.assertTrue(Assert.java:42) at org.junit.Assert.assertTrue(Assert.java:53) at org.apache.beam.sdk.io.jms.JmsIOTest.testCheckpointMark(JmsIOTest.java:463) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ``` Fails at here: https://github.com/apache/beam/blob/d5aa44c9ba9eb910774d789dd4182a5d25d8f552/sdks/java/io/jms/src/test/java/org/apache/beam/sdk/io/jms/JmsIOTest.java#L463 In...
### Related Template(s) N/A ### Template Version N/A ### What happened? GCP IO performance benchmark used for validation for SpannerIO no longer working. This command used to work: ``` [main]...