014-code opened a new pull request, #39237:
URL: https://github.com/apache/shardingsphere/pull/39237

   Fixes #39120.
   
   ## Summary
   - Convert only SQL Federation pagination dynamic parameters to `Integer` 
before binding Calcite enumerable plans.
   - Keep non-pagination parameters unchanged, including existing `Long` values 
outside LIMIT/OFFSET.
   - Reject out-of-range or fractional numeric pagination values explicitly 
instead of silently truncating.
   - Add a MySQL SQL Federation E2E sentinel for `LIMIT ?` with a bound `long` 
parameter.
   
   ## Tests
   - `.\mvnw.cmd spotless:apply -Pcheck -T1C`
   - `.\mvnw.cmd checkstyle:check -Pcheck -T1C`
   - `.\mvnw.cmd -pl kernel/sql-federation/core -am -DskipITs 
-Dspotless.skip=true -Dgit.commit.id.skip=true 
-Dtest=StandardSQLFederationProcessorTest -DfailIfNoTests=false 
-Dsurefire.failIfNoSpecifiedTests=false test`
   
   ## Compatibility
   - Behavior: only SQL Federation pagination parameter binding changes.
   - Config: unchanged.
   - API/SPI: unchanged.
   - SQL syntax: unchanged.


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