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
HashAggregateSuite has two failing test cases (SortAggregateExec is translated correctly ENABLE_HASH_OPTIMIZE_SORT=true and SortAggregateExec is translated correctly ENABLE_HASH_OPTIMIZE_SORT=false) when AQE is enabled
Steps/Code to reproduce bug
These tests are currently not run when AQE is enabled. Simply remove the conditional code in these tests that disables it.
Expected behavior
The test should execute without error and produce the correct result.
Environment details (please complete the following information)
Running mvn clean verify on desktop (Ubuntu).
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Describe the bug
HashAggregateSuite has two failing test cases (
SortAggregateExec is translated correctly ENABLE_HASH_OPTIMIZE_SORT=true
andSortAggregateExec is translated correctly ENABLE_HASH_OPTIMIZE_SORT=false
) when AQE is enabledSteps/Code to reproduce bug
These tests are currently not run when AQE is enabled. Simply remove the conditional code in these tests that disables it.
Expected behavior
The test should execute without error and produce the correct result.
Environment details (please complete the following information)
Running
mvn clean verify
on desktop (Ubuntu).Additional context
N/A
The text was updated successfully, but these errors were encountered: