Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Cannot Reproduce
-
None
-
None
-
None
Description
JDBC adapter generates LIMIT, OFFSET in wrong order for Presto dialect.
The presto paging statement should be:
SELECT * FROM db1.tb1 offset 100 limit 20;
The original version defaults to spelling limit first and then offset, which does not conform to presto syntax.
Attachments
Issue Links
- links to