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.
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
sysvar: add INSTANCE scope for system variable #32888
sysvar: add INSTANCE scope for system variable #32888
Changes from 11 commits
30c3d12
b3f3eea
4538447
d2e0ef8
7e1f0ec
25012d2
f93fae2
c0431f9
1c09554
ac6acd8
9184f7e
de3d119
0d13773
749ce93
0ce2022
5494eae
26adce2
5b362b9
b940682
1c6ff4b
540e64b
4ab7b1e
ecfe407
a93cb7d
05182a3
304f496
ad21af5
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Please remove this useless line.
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.
Please remove this blank line.
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.
Could we remove this comment?
Does this comment contain only line711 or several lines? Do we need to update all related lines?
Besides, this PR do we need to do update these
session scope
variables or only add instance scope? Please add this info to the decription.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, we can remove this comment (previously the variables were organized, but this out of date).
Yes - there are several other system variables which need to be changed to instance scope. In an earlier review comment I suggested that we just update one variable first, since this file often has lots of merge conflicts. You can see the revert here: 4538447 -- we will need to address this in a followup PR.
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 will make another PR to re-organize the order of system variables by their scopes.
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.
Got it. Maybe we can add this info to the description.
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.
Please add
.
at the end of a complete statement.