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
By the time we implemented the support of parse_url in Q tool (issue #706), there was a limitation in the GPU support.
For example parse_url (QUERY) was not supported.
Since then, the RAPIDS Plugin added full support for missing arguments:
Signed-off-by: Ahmed Hussein (amahussein) <[email protected]>
FixesNVIDIA#1190
- parse_url(*,query,*) should be treated as supported
- fix the unit-test
Describe the bug
By the time we implemented the support of parse_url in Q tool (issue #706), there was a limitation in the GPU support.
For example
parse_url (QUERY)
was not supported.Since then, the RAPIDS Plugin added full support for missing arguments:
See the details here:
NVIDIA/spark-rapids#8963
The text was updated successfully, but these errors were encountered: