[FEA] GpuGlobalLimitExec
and GpuCollectLimitExec
support offset
#5589
Labels
GpuGlobalLimitExec
and GpuCollectLimitExec
support offset
#5589
A new parameter named
offset
is introduced inGlobalLimitExec
andCollectLimitExec
from Spark 340. Accordingly, our GPU versions should also support it.Now they will fall back to CPU for non-zero offset.
The text was updated successfully, but these errors were encountered: