You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Issue #8208 enabled WindowGroupLimit in the Spark 3.5.0 and 3.5.1 shims. It did not enable for Databricks 13.3 ML LTS.
Describe the solution you'd like
Enable WindowGroupLimit in the Databricks 13.3 ML LTS shim.
sameerz
changed the title
[FEA] Support "WindowGroupLimit" optimization on GPU
[FEA] Support "WindowGroupLimit" optimization on GPU for Databricks 13.3 ML LTS+
Mar 1, 2024
* WindowGroupLimit support for [databricks].
Fixes#10531.
This is a followup to #10500, which added support to push down window-group-limit filters before the shuffle phase.
#10500 inadvertently neglected to ensure that the optimization works on Databricks. (It turns out that window-group-limit was cherry-picked into Databricks 13.3, despite the nominal Spark version being `3.4.1`.)
This change ensures that the same optimization is available on Databricks 13.3 (and beyond).
---------
Signed-off-by: MithunR <mythrocks@gmail.com>
Is your feature request related to a problem? Please describe.
Issue #8208 enabled WindowGroupLimit in the Spark 3.5.0 and 3.5.1 shims. It did not enable for Databricks 13.3 ML LTS.
Describe the solution you'd like
Enable WindowGroupLimit in the Databricks 13.3 ML LTS shim.
Describe alternatives you've considered
Additional context
https://docs.databricks.com/en/release-notes/runtime/13.3lts.html
The text was updated successfully, but these errors were encountered: