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] HashAggregateSuite "Avg Distinct with filter" no longer valid when testing against Spark 3.1.0 #528

Closed
andygrove opened this issue Aug 7, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@andygrove
Copy link
Contributor

andygrove commented Aug 7, 2020

Describe the bug

HashAggregateSuite "Avg Distinct with filter" has started failing against Spark 3.1.0 due to changes in Spark functionality in this commit:

apache/spark@1597d8f

The test is expecting an exception but the query now runs without throwing an exception.

Steps/Code to reproduce bug
Run the test suite against Spark 3.1.0.

Expected behavior
The test should not fail. It needs to be updated to reflect Spark 3.1.0 behavior.

Environment details (please complete the following information)
N/A

Additional context
N/A

@andygrove andygrove added bug Something isn't working ? - Needs Triage Need team to review and classify labels Aug 7, 2020
@andygrove andygrove added this to the Aug 3 - Aug 14 milestone Aug 7, 2020
@sameerz sameerz removed the ? - Needs Triage Need team to review and classify label Aug 11, 2020
@jlowe
Copy link
Member

jlowe commented Aug 19, 2020

Fixed by #557

@jlowe jlowe closed this as completed Aug 19, 2020
tgravescs pushed a commit to tgravescs/spark-rapids that referenced this issue Nov 30, 2023
Signed-off-by: spark-rapids automation <[email protected]>

Signed-off-by: spark-rapids automation <[email protected]>
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
None yet
Development

No branches or pull requests

3 participants