[BUG] Test aggregation_cant_merge_indexScan_with_project fails #912
Labels
bug
Something isn't working
infrastructure
Changes to infrastructure, testing, CI/CD, pipelines, etc.
What is the bug?
The test aggregation_cant_merge_indexScan_with_project fails when it is enabled.
How can one reproduce the bug?
Steps to reproduce the behavior:
aggregation_cant_merge_indexScan_with_project
in https://github.com/opensearch-project/sql/blob/2.x/opensearch/src/test/java/org/opensearch/sql/opensearch/planner/logical/OpenSearchLogicOptimizerTest.javaAssertionFailedError
with actual beingOpenSearchLogicalIndexAgg(relationName=schema, filter==(intV, 1), aggregatorList=[AVG(intV)], groupByList=[longV], sortList=null)
What is the expected behavior?
Expected is
LogicalAggregation(aggregatorList=[AVG(intV)], groupByList=[longV])
What is your host/environment?
Do you have any additional context?
The test should be enabled once this is fixed.
The text was updated successfully, but these errors were encountered: