The GitHub Actions job "Nightly - E2E SQL" on shardingsphere.git/master has failed. Run started by GitHub user menghaoranss (triggered by menghaoranss).
Head commit for run: ec31978cbc7eeccd59c86c57a7f073595f7d0749 / Cong Hu <[email protected]> Use payload charset for PostgreSQL binary strings (#39409) * Use payload charset for PostgreSQL binary strings WHAT: Decode PostgreSQL VARCHAR, CHAR, and unspecified binary parameter values with the packet payload charset. WHY: Using the JVM default charset corrupts non-ASCII bind values when it differs from the PostgreSQL frontend charset. HOW: Pass payload.getCharset() to String decoding and strengthen both read tests with a non-default multibyte charset. * Preserve PostgreSQL binary string read test cases WHAT: Restore the original ASCII and timestamp read scenarios while keeping the new multibyte charset scenarios. WHY: The charset regression should extend existing coverage instead of replacing established inputs. HOW: Split each original and multibyte input into separate focused test methods. Report URL: https://github.com/apache/shardingsphere/actions/runs/31506637761 With regards, GitHub Actions via GitBox
