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 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"
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
The text was updated successfully, but these errors were encountered: