strongduanmu opened a new pull request, #39276:
URL: https://github.com/apache/shardingsphere/pull/39276
Fixes #N/A.
Changes proposed in this pull request:
- Support PostgreSQL/openGauss whole-row alias projection binding after
normal column resolution fails.
- Add SelectStatementBinder coverage for PostgreSQL-compatible whole-row
projections.
- Verified full passthrough Proxy Cluster E2E SQL for PostgreSQL and
openGauss.
---
Before committing this PR, I'm sure that I have checked the following
options:
- [x] My code follows the [code of
conduct](https://shardingsphere.apache.org/community/en/involved/conduct/code/)
of this project.
- [x] I have self-reviewed the commit code.
- [ ] I have (or in comment I request) added corresponding labels for the
pull request.
- [ ] I have passed maven check locally : `./mvnw clean install -B -T1C
-Dmaven.javadoc.skip -Dmaven.jacoco.skip -e`.
- [ ] I have made corresponding changes to the documentation.
- [x] I have added corresponding unit tests for my changes.
- [ ] I have updated the Release Notes of the current development version.
For more details, see [Update Release
Note](https://shardingsphere.apache.org/community/en/involved/contribute/contributor/)
Validation:
- `./mvnw -pl infra/binder/core -DskipITs -Dspotless.skip=true
-Dtest=org.apache.shardingsphere.infra.binder.engine.statement.dml.SelectStatementBinderTest
-Dsurefire.failIfNoSpecifiedTests=false test`
- `./mvnw spotless:apply -Pcheck -T1C`
- `./mvnw checkstyle:check -Pcheck -T1C`
- `./mvnw -B install -am -pl test/e2e/sql -Pe2e.env.docker -DskipTests
-Dspotless.apply.skip=true`
- `./mvnw -nsu -B install -f test/e2e/sql/pom.xml -Dspotless.apply.skip=true
-De2e.run.type=DOCKER -De2e.artifact.modes=Cluster
-De2e.artifact.adapters=proxy -De2e.run.additional.cases=false
-De2e.scenarios=passthrough -De2e.artifact.databases=PostgreSQL`
- `./mvnw -nsu -B install -f test/e2e/sql/pom.xml -Dspotless.apply.skip=true
-De2e.run.type=DOCKER -De2e.artifact.modes=Cluster
-De2e.artifact.adapters=proxy -De2e.run.additional.cases=false
-De2e.scenarios=passthrough -De2e.artifact.databases=openGauss`
--
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]