-
Notifications
You must be signed in to change notification settings - Fork 38
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
feat: allow benchmarking against remote files #2297
Merged
Merged
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
184f038
fix: allocate aligned buffers when reading through ObjectStore
a10y 292069d
save
a10y 1848072
ave
a10y fe04e4c
run queries
a10y cbb42cb
skip q15 for real
a10y 4585171
fix
danking 40483f9
remove unused dotenv dependency
danking 455f737
clippy
danking 469bd14
add --s3-data-dir and --formats
danking 07c134a
add --scale-factor
danking 0a32e4c
fixes
danking 2252a5a
fixes
danking e6eb19e
add --do-not-use-object-store
danking cad4eb6
revert unnecessary changes
danking 4e8e497
revert unnecessary changes
danking d211816
clippy
danking c0d351f
revert unnecssary changes
danking 2415b96
use Iterator::last
danking 22da380
no debugging on named lock
danking e1cbc37
set up tracing
danking 28943b9
try to avoid object store?
danking 20b8d44
remove --do-not-use-object-store
danking cb49b17
remove do --do-not-use-object-store
danking cc99cae
trace the object location as well
danking e08e8ab
cargo fmt
danking c8e407b
clippy
danking 2c45176
Merge remote-tracking branch 'origin/develop' into dk/tpch-objectstore2
danking ce7470e
remove commented writer code
danking 6ba9adb
Merge remote-tracking branch 'origin/develop' into dk/tpch-objectstore2
danking 6f57071
slim diff
danking 3bfa8f8
clippy
danking de329bf
admonitions on stderr
danking c965136
information on stderr
danking 538f594
fix
danking 1da36f5
maybe more understandable path manipulation
danking 816b16b
cleanup
danking a907ffc
cleanup
danking 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.
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.
We should make an issue to followup by
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.
#2350