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
planner: prepared plan cache support cached plan with placeholder in limit clause #40196
planner: prepared plan cache support cached plan with placeholder in limit clause #40196
Changes from 14 commits
eba19fe
47c4f51
544fb69
9ce7ca2
7d90645
505e9c2
2c8f7b6
9a759ee
83f7a9d
b5f17a4
07f327f
a7a5844
d6482e4
6188f82
b5b90ed
fbe23e5
190bc29
f1f73db
b75e63e
ed829d1
8244f14
03cee83
8258da0
51d06a4
5d83cea
aae94e1
0d6335a
ab99bb7
4305ba1
cc040cb
61b1547
cd6ca23
e921a81
9c4df35
d9eadbd
9dc74fb
de1d441
4c05386
67f83dc
18c5b47
a9ba0e6
e1cf8a0
e1b33a4
8bf7f8b
5a985d7
64c82da
b877d21
54edf40
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 add some cases using
PointGet + Limit
.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.
All fixed, PTAL again
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.
How about just commenting these lines out instead of removing them? Since we'll add a switch 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.
good idea