ym0506 commented on PR #38187: URL: https://github.com/apache/shardingsphere/pull/38187#issuecomment-3956698267
I pushed a follow-up fix for the CI parser IT failures on commit `e8d3f37847c4ec910108608743d04d6bf007be49`. Root cause: - unary `NOT` handling was too broad and matched `IS NOT ...` forms. Fix: - limit unary `NOT` conversion to actual `NOT aExpr` shape by excluding `IS` branch in `visitAExpr`. Local verification: - `InternalPostgreSQLParserIT`: 1147 tests passed (0 failed) - `PostgreSQLStatementVisitorTest`: passed Current new workflow runs are in `action_required` state again for this fork commit. Could a maintainer please approve and run workflows for the latest commit? -- 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]
