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
Filtering with Hive results on zero rows with a external table created on top of cudf to_orc files. This issues happens with cudf 21.12 and not with 22.06 but however because of #10755, we cannot upgrade to 22.06.
This issue has been labeled inactive-30d due to no recent activity in the past 30 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed. This issue will be labeled inactive-90d if there is no activity in the next 60 days.
Filtering with Hive results on zero rows with a external table created on top of cudf to_orc files. This issues happens with cudf 21.12 and not with 22.06 but however because of #10755, we cannot upgrade to 22.06.
Steps/Code to reproduce bug
you hdfs put or copy the files to hdfs location.
create external table:
run queries:
Query with where clause:
Expected behavior
When i run the same query with cudf files written with rapids 22.02 I get correct results
The text was updated successfully, but these errors were encountered: