-
Notifications
You must be signed in to change notification settings - Fork 11
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
Reporting the GIST / BRIN / SPGIST index methods in analyze-schema using pg-parser and also adding them in assessment report #1734
Conversation
…reporting them in assessment
@@ -41,6 +29,18 @@ OPTIONS ( | |||
table_name 't' | |||
); | |||
|
|||
/* |
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.
why did this move down, suddenly?
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.
as we are now putting the ALTER FOREIGN TABLE
in foreign_table.sql at the end. it will fail after the CREATE FOREIGN TABLE
now. so order of that in this file matters.
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.
Okay, but the filename still says table.sql below?
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, I didn't change it as we ignore the file name while validating these files I just moved it as is.
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.
oh what do we use it for then?!
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.
I think it's just there, and the file path can vary that's why it's not getting validated. cc: @shubham-yb
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.
Yes
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.
LGTM. Please verify that the docs links are correct, for the new issues and for the changes you made as well.
Description-
ALTER FOREIGN TABLE
for Default constraint case inforeign_table.sql
. https://yugabyte.atlassian.net/browse/DB-12734Jenkins:
https://jenkins.dev.yugabyte.com/job/users/job/yb-voyager-testing/job/yb-voyager-testing-pipeline/3631/
https://jenkins.dev.yugabyte.com/job/users/job/yb-voyager-testing/job/yb-voyager-testing-pipeline/3633/