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: Move count test to slt #10383

Merged
merged 1 commit into from
May 6, 2024
Merged

Minor: Move count test to slt #10383

merged 1 commit into from
May 6, 2024

Conversation

jayzhan211
Copy link
Contributor

Which issue does this PR close?

Closes #.

Rationale for this change

What changes are included in this PR?

Are these changes tested?

Are there any user-facing changes?

Signed-off-by: jayzhan211 <jayzhan211@gmail.com>
@github-actions github-actions bot added physical-expr Physical Expressions sqllogictest labels May 5, 2024
@jayzhan211 jayzhan211 marked this pull request as ready for review May 5, 2024 14:50
use super::*;
use crate::expressions::tests::aggregate;
use crate::expressions::{col, lit};
use crate::generic_test_op;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I plan to move others test as well, so we can move the functions easily without importing test-specific things.

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.

LGTM -- thank you @jayzhan211

@alamb alamb merged commit dac2a7e into apache:main May 6, 2024
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
physical-expr Physical Expressions sqllogictest
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants