The GitHub Actions job "E2E - SQL" on shardingsphere.git/fix-enumerator-close-leak has succeeded. Run started by GitHub user PDGGK (triggered by PDGGK).
Head commit for run: ebf8f32fd8a03faaf35628887d1d2701b5b8681e / Zihan Dai <[email protected]> Close every statement in JDBCDataRowEnumerator even when one of them fails The close loop sat inside the try block, so the first statement that threw aborted the loop and left the rest of the federated query's statements open, together with their server side cursors. Close each statement independently and keep the first failure, suppressing any later ones, so the SQLWrapperException a caller already sees is unchanged. Report URL: https://github.com/apache/shardingsphere/actions/runs/32948749204 With regards, GitHub Actions via GitBox
