BlazingDB / blazingsql

BlazingSQL is a lightweight, GPU accelerated, SQL engine for Python. Built on RAPIDS cuDF.
https://blazingsql.com
Apache License 2.0
1.92k stars 181 forks source link

[BUG] Enables/fix HiveFileTest TEST_01 #1584

Open Christian8491 opened 2 years ago

Christian8491 commented 2 years ago

Describe the bug This test was commented out because lately crashes randomly (from hiveFileTest.py file)

This is the query in question. query = "select o_totalprice from orders where o_orderstatus = 'F' and o_orderdate <= '1992-01-31' and o_orderpriority IS NOT NULL and o_orderstatus IS NOT NULL order by o_orderkey"

Note: This one is not the same as #1541