BlazingDB / blazingsql

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

[BUG] Fix HiveFileTest TEST_01 #1541

Open Christian8491 opened 3 years ago

Christian8491 commented 3 years ago

Describe the bug This test was commented out because fail when comparing with other engine in the hiveFileTest.py file

This is the query that fails right now. 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 and o_orderdate IS NOT NULL order by o_orderkey"