beliefer opened a new pull request, #40359:
URL: https://github.com/apache/spark/pull/40359

   ### What changes were proposed in this pull request?
   Currently, the DS V2 pushdown framework pushed offset as `OFFSET n` in 
default and pushed it with limit as `LIMIT m OFFSET n`. But some built-in 
dialect doesn't support these syntax. So, when Spark pushdown offset into these 
databases, them throwing errors.
   
   
   ### Why are the changes needed?
   Fix the bug that pushdown offset or paging is invalid for some built-in 
dialect.
   
   
   ### Does this PR introduce _any_ user-facing change?
   'Yes'.
   The bug will be fixed.
   
   
   ### How was this patch tested?
   New test cases.
   


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to