-
Notifications
You must be signed in to change notification settings - Fork 285
modify case(main) #21878
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
modify case(main) #21878
Conversation
[email protected] seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨No code suggestions found for the PR. |
…wlll/matrixone into modifyCase_unix_timestamp
User description
What type of PR is this?
Which issue(s) this PR fixes:
modify case
issue ##14804
What this PR does / why we need it:
modify case
PR Type
Tests
Description
Update test case to use
count(*)
instead of selecting all rowsAdjust expected result to match new test output
Changes walkthrough 📝
create_table_as_select.result
Update expected output for unix_timestamp test case
test/distributed/cases/ddl/create_table_as_select.result
select * from time05
withcount(*)
create_table_as_select.sql
Modify test query to aggregate row count
test/distributed/cases/ddl/create_table_as_select.sql
count(*)
fromtime05
instead of all columns