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
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"
The text was updated successfully, but these errors were encountered:
Describe the bug
This test was commented out because fail when comparing with other engine in the
hiveFileTest.py
fileThis 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"
The text was updated successfully, but these errors were encountered: