-
Notifications
You must be signed in to change notification settings - Fork 248
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
[query] Move LoweredTableReaderCoercer into ExecuteContext #14696
Open
ehigham
wants to merge
1
commit into
ehigham/ctx-persisted-ir
Choose a base branch
from
ehigham/ctx-coercer-cache
base: ehigham/ctx-persisted-ir
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+358
−375
Conversation
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 was referenced Sep 20, 2024
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
This was referenced Sep 20, 2024
f2c39a6
to
2f3f122
Compare
16d54bd
to
82cd91b
Compare
2f3f122
to
b02c83b
Compare
82cd91b
to
63191ba
Compare
b02c83b
to
20e6520
Compare
63191ba
to
dded098
Compare
20e6520
to
e66b858
Compare
dded098
to
4f3a6e3
Compare
e66b858
to
49bdf73
Compare
4f3a6e3
to
db7595e
Compare
49bdf73
to
0ce4a09
Compare
db7595e
to
9615ece
Compare
1 task
0ce4a09
to
3a671ee
Compare
9615ece
to
1951717
Compare
3a671ee
to
ee01140
Compare
1951717
to
3f89fe2
Compare
ee01140
to
22c3b9b
Compare
3f89fe2
to
1d6e424
Compare
df36f36
to
51edeb7
Compare
804d4fa
to
dd7471c
Compare
51edeb7
to
07eaf29
Compare
dd7471c
to
0b07e0a
Compare
07eaf29
to
006475e
Compare
0b07e0a
to
4b12f9a
Compare
006475e
to
8330580
Compare
4b12f9a
to
f455097
Compare
8330580
to
d7b182d
Compare
f455097
to
f8830d3
Compare
d7b182d
to
d1cf72f
Compare
f8830d3
to
0ab8b01
Compare
d1cf72f
to
cf11bbe
Compare
0ab8b01
to
9d5cf6c
Compare
cf11bbe
to
aa8477e
Compare
9d5cf6c
to
dde4ab0
Compare
aa8477e
to
490b5a6
Compare
dde4ab0
to
071d613
Compare
490b5a6
to
fcdedec
Compare
071d613
to
ea9666d
Compare
fcdedec
to
b0c0615
Compare
ea9666d
to
7d6b30f
Compare
b0c0615
to
1fbfbbd
Compare
7d6b30f
to
bd3988a
Compare
1fbfbbd
to
d7d8ab1
Compare
bd3988a
to
9397c47
Compare
d7d8ab1
to
8f40db1
Compare
9397c47
to
aaf021a
Compare
8f40db1
to
c2882b7
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Refactored table reader coercion and caching mechanism.
What changed?
shouldCacheQueryInfo
method fromBackend
classCoercerCache
inExecuteContext
LoweredTableReader.makeCoercer
to return a function instead of a classGenericTableValue
andLoweredTableReader
NoCaching
utilityWhy make this change?
This change aims to optimize table reader coercion by:
ExecuteContext