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.
NVIDIA/spark-rapids@6244613 added support to ROW_NUMBER.
Since this is not tracked in the supported CSV files, we need to manually update the implementation of WindowGroupLimitParser to follow suit.
The text was updated successfully, but these errors were encountered:
Signed-off-by: Ahmed Hussein (amahussein) <[email protected]>
FixesNVIDIA#1484
This code adds the `row_number` to the list of supported expressions in
`WindowGroupLimit`.
Update the unit-tests to verify that the behavior is as expected.
Is your feature request related to a problem? Please describe.
NVIDIA/spark-rapids@6244613 added support to ROW_NUMBER.
Since this is not tracked in the supported CSV files, we need to manually update the implementation of
WindowGroupLimitParser
to follow suit.The text was updated successfully, but these errors were encountered: