dask-sql
dask-sql copied to clipboard
[ENH] Improve offset implementation logic
Is your feature request related to a problem? Please describe. Based on the discussion here: https://github.com/dask-contrib/dask-sql/pull/529#discussion_r875328421 the offset partition logic should be modified/updated now that offset and limit are decoupled to avoid duplicating computation.