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.
Currently, the Spark Rapids plugin limits the types supported for WindowExec calls to common types and Decimal 64. I wish the plugin will support Decimal 128 in the partition spec for Window operations. This relates to the issue #4626 which was closed when StructType support was enabled in #4673.
Describe the solution you'd like
GPU support should be enabled and corresponding test should be added to test for proper support of this feature.
Additional context libcudfgrouped_rolling_window() was tested for __decimal128 support earlier, so this should work in the plugin now.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently, the Spark Rapids plugin limits the types supported for WindowExec calls to common types and Decimal 64. I wish the plugin will support Decimal 128 in the partition spec for Window operations. This relates to the issue #4626 which was closed when
StructType
support was enabled in #4673.Describe the solution you'd like
GPU support should be enabled and corresponding test should be added to test for proper support of this feature.
Additional context
libcudf
grouped_rolling_window()
was tested for__decimal128
support earlier, so this should work in the plugin now.The text was updated successfully, but these errors were encountered: