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] Fix HiveFileTest TEST_01 #1541

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

[BUG] Fix HiveFileTest TEST_01 #1541

Christian8491 opened this issue May 13, 2021 · 0 comments
Labels
bug Something isn't working
Projects

Comments

@Christian8491
Copy link
Contributor

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"

@Christian8491 Christian8491 added bug Something isn't working ? - Needs Triage needs team to review and classify labels May 13, 2021
@wmalpica wmalpica added this to Needs prioritizing in Scrum board May 14, 2021
@wmalpica wmalpica removed the ? - Needs Triage needs team to review and classify label Jun 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Scrum board
  
Needs prioritizing
Development

No branches or pull requests

2 participants