Skip to content

Minor cleanup in RefreshView tests #26282

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

Merged
merged 1 commit into from
Jul 29, 2025

Conversation

Praveen2112
Copy link
Member

Description

Each connector might have a different way of handling drops and column rename, we use EXCEPT CORRESPONDING clause to ensure the results of the both the views and tables are same. Additionally fixed error message when dropping a column.

Additional context and related issues

Release notes

(x) This is not user-visible or is docs only, and no release notes are required.

@cla-bot cla-bot bot added the cla-signed label Jul 25, 2025
@Praveen2112 Praveen2112 requested a review from ebyhr July 25, 2025 12:58
@chenjian2664
Copy link
Contributor

I didn’t know that syntax until now :)

@Praveen2112
Copy link
Member Author

Thanks to @ebyhr for implementing it

@Praveen2112 Praveen2112 requested a review from chenjian2664 July 25, 2025 15:01
Each connector might have a different way of handling drops and column rename, we use
EXCEPT CORRESPONDING clause to ensure the results of the both the views and tables are same.
Additionally fixed error message when dropping a column.
@Praveen2112 Praveen2112 force-pushed the praveen/view_test_cleanups branch from b2af241 to bc6bfc9 Compare July 29, 2025 02:15
@Praveen2112 Praveen2112 merged commit e61a8df into trinodb:master Jul 29, 2025
183 of 184 checks passed
@github-actions github-actions bot added this to the 477 milestone Jul 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

3 participants