apache / superset

Apache Superset is a Data Visualization and Data Exploration Platform
https://superset.apache.org/
Apache License 2.0
60.48k stars 13.06k forks source link

Drill to detail by not support Presto #25277

Open PenneyHuang opened 9 months ago

PenneyHuang commented 9 months ago

this function can generate Presto SQL like:select from xxx LIMIT 50 OFFSET 50; but Presto does support SQL like:select from xxx OFFSET 50 LIMIT 50 ; Is there anyone who can help me modify this sentence?

rusackas commented 3 months ago

Sorry, I misinterpreted your question when I closed this.

Is this still an issue in Superset 3.x?

rusackas commented 3 months ago

CC @bkyryliuk as a resident Presto afficionado.

bkyryliuk commented 2 months ago

@PenneyHuang can you confirm that you still see the issue? We don't have offset enabled on our cluster - it's hard to test.