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

Minor: Update exected output due to logical conflict #11824

Merged
merged 1 commit into from
Aug 5, 2024

Conversation

alamb
Copy link
Contributor

@alamb alamb commented Aug 5, 2024

Which issue does this PR close?

N/A

Rationale for this change

CI is failing on main, for example https://github.com/apache/datafusion/actions/runs/10251066368/job/28358425606

I think it is a logical conflict between #11795 and #11814

What changes are included in this PR?

Update test output

Are these changes tested?

Are there any user-facing changes?

No, this is just a development process change

@alamb alamb added the development-process Related to development process of DataFusion label Aug 5, 2024
@github-actions github-actions bot added sqllogictest SQL Logic Tests (.slt) and removed development-process Related to development process of DataFusion labels Aug 5, 2024
@@ -4530,21 +4530,21 @@ EXPLAIN SELECT DISTINCT c3, min(c1) FROM aggregate_test_100 group by c3 limit 5;
----
logical_plan
01)Limit: skip=0, fetch=5
02)--Aggregate: groupBy=[[aggregate_test_100.c3, MIN(aggregate_test_100.c1)]], aggr=[[]]
03)----Aggregate: groupBy=[[aggregate_test_100.c3]], aggr=[[MIN(aggregate_test_100.c1)]]
02)--Aggregate: groupBy=[[aggregate_test_100.c3, min(aggregate_test_100.c1)]], aggr=[[]]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the case of the aggregate name is different

Copy link
Member

@lewiszlw lewiszlw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I noticed this too and planning to fix it.

@alamb
Copy link
Contributor Author

alamb commented Aug 5, 2024

Thanks @lewiszlw -- let's merge this once the tests pass green to get CI back success

@alamb
Copy link
Contributor Author

alamb commented Aug 5, 2024

@alamb alamb merged commit 0417e54 into apache:main Aug 5, 2024
25 checks passed
@alamb
Copy link
Contributor Author

alamb commented Aug 5, 2024

Thanks for the speedy review @lewiszlw

@alamb alamb deleted the alamb/update_plans branch August 5, 2024 16:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sqllogictest SQL Logic Tests (.slt)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants