-
Notifications
You must be signed in to change notification settings - Fork 12
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
Added FixedIn version for issues fixed in the 2.25 YB version #2214
Merged
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
2debf43
run issues -integration tests with 2.25
priyanshi-yb 80a69ee
Merge branch 'main' into priyanshi/2.25-in-yb-version
priyanshi-yb 8980396
add fixed in for the issues fixed in 2.25
priyanshi-yb e19a6a9
build
priyanshi-yb abc7333
fix copy on where and on error test case and add versions to couple o…
priyanshi-yb cfc2e05
separated out the any_value and range agg functions
priyanshi-yb a3b67f4
changed copy where case to match with error msg casing
priyanshi-yb 17ad8ca
fixed a few more cases
priyanshi-yb 5fdee56
Merge branch 'main' into priyanshi/2.25-in-yb-version
priyanshi-yb 4f79e8d
fixed new cases
priyanshi-yb 769a038
error msgs as per tdb version
priyanshi-yb ab48233
trial
priyanshi-yb e22d126
try
priyanshi-yb 72771d3
fix
priyanshi-yb 064f01b
fix
priyanshi-yb 1184455
fixed in for issues_dml/issues_ddl
priyanshi-yb 11fe8e0
fixed before row trigger on partitioned table on 2.25
priyanshi-yb fae1fd1
fix cte issue
priyanshi-yb e895f33
Merge branch 'main' into priyanshi/2.25-in-yb-version
priyanshi-yb d8099f2
review comment
priyanshi-yb 8c97917
commit missed files
priyanshi-yb 8bb03a5
add fullstop to the some descriptions
priyanshi-yb File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
16 changes: 8 additions & 8 deletions
16
migtests/tests/pg/adventureworks/expected_files/expected_schema_analysis_report.json
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you provide context behind this change to have separate issues? Pls add to PR description as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah will add it to the PR description, but the reason for separating it out is that
any_value
is a PG16 feature and range_agg.. functions are PG15 ones and are supported in 2.25so we have to add the version for range ones only. So I thought it would be better to separate them now.