Zhengcy05 commented on PR #38989: URL: https://github.com/apache/shardingsphere/pull/38989#issuecomment-4881201942
I made a change that I think requires an additional declaration. The CI failure was caused by a stale parser IT expectation for `create_view_with_recursive`. PostgreSQL now parses the `VALUES (1)` part as one projection, but the expected XML still assumed zero projections. I updated the PostgreSQL expected case to include that parsed projection. This case was previously shared by PostgreSQL and openGauss. Since openGauss still keeps the old zero-projection behavior for the same SQL, I split it into separate PostgreSQL and openGauss case IDs and kept each expected result aligned with the current parser output. Verified with `InternalPostgreSQLParserIT#assertSupportedSQL`, `InternalOpenGaussParserIT#assertSupportedSQL`, `./mvnw spotless:apply -Pcheck -T1C`, and `./mvnw checkstyle:check -Pcheck -T1C`. -- 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]
