We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Fixed by #557
Sorry, something went wrong.
Update submodule cudf to ba4f715 (NVIDIA#528)
f81c924
Signed-off-by: spark-rapids automation <[email protected]> Signed-off-by: spark-rapids automation <[email protected]>
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: