-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Prefetch parquet metadata for scan tasks #22700
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
Changes from all commits
80d92b7
109ad43
047d478
52340ba
1b28cbd
3bff8b1
5e47b6c
f3fa17f
7f19690
cf23d61
f80f5fd
0533d4f
ac0d799
5d10839
2decc39
46bf9e2
55a84d2
020a959
d000c01
58c9f38
5eb05b5
6cc42a0
c3b4f76
bc0bde7
504334f
ec64ce2
f82f7a9
3ad4638
2b234dd
759fb37
5c85fce
419e793
1d9e214
8d0bc3a
580c5a1
bb10333
1f9be6b
02a37aa
01a9812
6117014
b66af9f
daa4078
0bd3a1d
674209f
0446983
bb7a9a6
73a1040
ab9d500
6a62e71
d6c125d
36cb181
ef8a87e
479036e
c4a6fe0
44f0eb7
018af7c
fbdfa0b
95430fd
2a71cff
d01be74
4e7f4dc
6f62dd2
848b48d
2e6e1da
2734181
3d2cb95
e8f8534
bb6cbe5
bd02450
805bba3
c8e77a0
cd1b8cc
d22d7cc
90659c7
6a97719
db078d3
677b6f2
0b7898b
ef5bb7a
7a5f86b
c50c207
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -466,6 +466,7 @@ def _(node: plrs._ir_nodes.Scan, translator: Translator, schema: Schema) -> ir.I | |
| ) | ||
| ), | ||
| parquet_options, | ||
| cached_parquet_info=None, | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. note: I gave up on prefetching for the in-memory engine. We can revisit that if we want (it'd need a similar
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. FYI I also did not do hybrid scan for the in-memory engine
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Seems fine to focus on streaming. |
||
| ) | ||
|
|
||
|
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.