linghengqian opened a new pull request, #37421:
URL: https://github.com/apache/shardingsphere/pull/37421

   For #37406 .
   
   Changes proposed in this pull request:
     - Bump Antlr4 to `4.13.2` to fix integration issues with clickhouse-server 
`25.10`. This is consistent with ClickHouse JDBC Driver V2 
`com.clickhouse:clickhouse-jdbc:0.9.4-all`.
     - Bump ClickHouse JDBC Driver to `0.9.4-all`.
     - Bump `testcontainers-java` to `2.0.1`. This is mainly to prevent JUnit 
from continuing to throw warnings, see 
https://github.com/testcontainers/testcontainers-java/pull/10529.
     - Update doc.
        - Because ClickHouse JDBC Driver V2 removed the `Response Column 
Renaming` feature, ShardingSphere's distributed sequence feature is now 
unavailable for ClickHouse integration. This is related to 
https://github.com/ClickHouse/ClickHouse/issues/21697 and 
https://clickhouse.com/docs/integrations/language-clients/java/jdbc#changes-from-07x
 .
       - Reveals deficiencies in the parsing of `INNER JOIN` syntax in 
HiveServer2 and ClickHouse. 
       - The `http` classifier in the ClickHouse JDBC Driver has been removed. 
See 
https://github.com/ClickHouse/clickhouse-java/tree/v0.9.4?tab=readme-ov-file#artifact-changes-in-090-june
 .
     - Add GraalVM Reachability Metadata of 
`com.clickhouse:clickhouse-jdbc:0.9.4-all`, 
`com.github.docker-java:docker-java-api:3.6.0`, 
`org.testcontainers:testcontainers-junit-jupiter:2.0.1`.
   
   ---
   
   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.
   - [x] I have (or in comment I request) added corresponding labels for the 
pull request.
   - [x] I have passed maven check locally : `./mvnw clean install -B -T1C 
-Dmaven.javadoc.skip -Dmaven.jacoco.skip -e`.
   - [x] 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/)
   


-- 
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]

Reply via email to