Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Enables/fix HiveFileTest TEST_01 #1584

Open
Christian8491 opened this issue Jul 13, 2021 · 0 comments
Open

[BUG] Enables/fix HiveFileTest TEST_01 #1584

Christian8491 opened this issue Jul 13, 2021 · 0 comments
Labels
? - Needs Triage needs team to review and classify bug Something isn't working

Comments

@Christian8491
Copy link
Contributor

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

@Christian8491 Christian8491 added bug Something isn't working ? - Needs Triage needs team to review and classify labels Jul 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
? - Needs Triage needs team to review and classify bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant