PDGGK commented on PR #39750:
URL: https://github.com/apache/beam/pull/39750#issuecomment-5294494160

   The one red check is `beam_PreCommit_Java_IOs_Direct`, and the failure is in 
a module this PR does not touch:
   
   ```
   DebeziumReadSchemaTransformTest > testNoProblem[0] FAILED
       io.debezium.DebeziumException: Creation of replication slot failed
       Caused by:
       org.postgresql.util.PSQLException: ERROR: library "decoderbufs" may not 
be used as an output plugin
   > Task :sdks:java:io:debezium:test FAILED
   51 tests completed, 1 failed
   ```
   
   That is the Postgres testcontainer refusing to load its logical-decoding 
output plugin, in `sdks/java/io/debezium`. This PR changes 
`sdks/java/core/.../schemas/SchemaUtils.java` and its test; 51 of 52 tests in 
that job passed and nothing in the failure touches schema rendering.
   


-- 
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]

Reply via email to