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
Is your feature request related to a problem? Please describe.
GpuCoalesceBatchesSuite tests fail when AQE is enabled, because they don't use the final execution plan when asserting that the plan is correct.
Describe the solution you'd like
I would like to be able to run the tests with AQE enabled.
Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered:
The coalesce HostColumnarToGpu test doen't make sense as written when AQE is enabled. It is checking that no part of the plan runs on CPU except for the Parquet scan, but when AQE is enabled, the Parquet scan becomes a query stage that runs on the CPU and results in transitions that the test is not expecting.
I don't think there is value in modifying this test to work with AQE and we should just ignore it if AQE is enabled.
Is your feature request related to a problem? Please describe.
GpuCoalesceBatchesSuite tests fail when AQE is enabled, because they don't use the final execution plan when asserting that the plan is correct.
Describe the solution you'd like
I would like to be able to run the tests with AQE enabled.
Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: