Skip to content

Conversation

@jiangzhx
Copy link
Contributor

Which issue does this PR close?

Closes #5473.

add more scenario

  • test_count_wildcard_on_sort
  • test_count_wildcard_on_where_in
  • test_count_wildcard_on_where_exist
  • test_count_wildcard_on_where_scalar_subquery

Rationale for this change

What changes are included in this PR?

Are these changes tested?

Are there any user-facing changes?

@github-actions github-actions bot added core Core DataFusion crate optimizer Optimizer rules labels Apr 14, 2023
@jiangzhx jiangzhx force-pushed the update_countwildcardrule_more_scenario branch 2 times, most recently from 26e18c4 to 4b27111 Compare April 14, 2023 10:55
Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

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

Looks good to me -- I especially like the test coverage

@alamb
Copy link
Contributor

alamb commented Apr 14, 2023

Thank you @jiangzhx

@jiangzhx jiangzhx force-pushed the update_countwildcardrule_more_scenario branch from 4b27111 to 86a014f Compare April 15, 2023 02:35
Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

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

Looks good to me -- thanks again @jiangzhx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core Core DataFusion crate optimizer Optimizer rules

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cannot Count(Expr:Wildcard) with DataFrame API

2 participants