Skip to content
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: re-add ability to filter tables from trace data #1455

Merged
merged 4 commits into from
Aug 16, 2024

Conversation

cmwaters
Copy link
Contributor

Reintroduces #1374 in a non-breaking way. This would be helpful for my compact blocks test. I don't know why it got reverted

staheri14 and others added 2 commits August 13, 2024 12:19
This PR updates the `S3Download` implementation to allow specifying the
names of the traced tables when downloading from an S3 bucket. This
enhancement enables file filtering and reduces the amount of data
downloaded. It is a desirable feature when interacting with the traced
data of large network tests. If no table name is provided, then
`S3Download` downloads all the traced tables.
@cmwaters cmwaters requested a review from a team as a code owner August 13, 2024 10:21
@cmwaters cmwaters requested review from staheri14 and evan-forbes and removed request for a team August 13, 2024 10:21
@@ -23,6 +23,8 @@ import (
"github.com/aws/aws-sdk-go/service/s3"
)

const jsonL = ".jsonl"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@cmwaters cmwaters enabled auto-merge (squash) August 16, 2024 12:40
@cmwaters cmwaters merged commit b648b80 into v0.34.x-celestia Aug 16, 2024
20 of 21 checks passed
@cmwaters cmwaters deleted the cal/readd-trace-filtering branch August 16, 2024 21:12
rach-id pushed a commit that referenced this pull request Nov 18, 2024
Reintroduces #1374 in a non-breaking way. This would be helpful for my
compact blocks test. I don't know why it got reverted

---------

Co-authored-by: Sanaz Taheri <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants