-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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, executor: support point get as a option of DataSource
#14775
Merged
Merged
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
f4a7122
planner, executor: support point get as a option of `DataSource`
lzmhhh123 49bf84a
fix panic
lzmhhh123 7a1f123
debug
lzmhhh123 7193950
fix
lzmhhh123 b948e4f
Merge branch 'master' into dev/point_get_as_ds
lzmhhh123 795b8ab
add test
lzmhhh123 ad6166f
Merge branch 'dev/point_get_as_ds' of https://github.com/lzmhhh123/ti…
lzmhhh123 8cafed0
add test data
lzmhhh123 d735f97
fix explain test
lzmhhh123 9477124
Merge branch 'master' into dev/point_get_as_ds
lzmhhh123 c0e2a8c
fix test
lzmhhh123 97a3aa8
fix fmt
lzmhhh123 f90b527
fix explain test
lzmhhh123 3e52e69
fix
lzmhhh123 57f28f1
Merge branch 'master' into dev/point_get_as_ds
lzmhhh123 5649d52
fix
lzmhhh123 0a42e9b
fix test
lzmhhh123 0f6bdce
Merge branch 'master' into dev/point_get_as_ds
lzmhhh123 30be7a7
Merge branch 'master' into dev/point_get_as_ds
lzmhhh123 34e37e8
fix test
lzmhhh123 9eef4b8
Merge remote-tracking branch 'origin/master' into dev/point_get_as_ds
lzmhhh123 9b3101f
Merge remote-tracking branch 'origin/master' into dev/point_get_as_ds
lzmhhh123 51ac6e5
fix test
lzmhhh123 cb7431b
Merge remote-tracking branch 'origin/master' into dev/point_get_as_ds
lzmhhh123 db5759c
address comments
lzmhhh123 9d10cbf
address comment
lzmhhh123 31d367b
address comment
lzmhhh123 379b185
Merge remote-tracking branch 'origin/master' into dev/point_get_as_ds
lzmhhh123 435a269
fix test
lzmhhh123 601f2d8
address comments
lzmhhh123 54a156a
fix explain test
lzmhhh123 ac2807d
a better condition format
lzmhhh123 2439afd
remove some unnecessary fields
lzmhhh123 263f226
Merge branch 'master' into dev/point_get_as_ds
eurekaka a5dfcae
if there is generate col, ban the point-get
lzmhhh123 44a2373
Merge branch 'dev/point_get_as_ds' of https://github.com/lzmhhh123/ti…
lzmhhh123 fb651da
Merge branch 'master' into dev/point_get_as_ds
sre-bot 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
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.
What does this test mean?
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.
It means whether there is a point-get plan for the query.