Skip to content

Conversation

@kevinjzhang
Copy link
Contributor

Summary:
Refactors parsing such that it is more streamlined to add parameters to a profile.

Adds chunk size via profile args chunk-size-mb=*. This always displays:

Chunking is not currently implemented for all profiles. Ignoring parameter if unimplemented.
Chunking is implemented for the following profiles: csv

Differential Revision: D86459877

@meta-cla meta-cla bot added the cla signed label Nov 10, 2025
@meta-codesync
Copy link

meta-codesync bot commented Nov 10, 2025

@kevinjzhang has exported this pull request. If you are a Meta employee, you can view the originating Diff in D86459877.

kevinjzhang added a commit to kevinjzhang/openzl-1 that referenced this pull request Nov 11, 2025
Summary:

Refactors parsing such that it is more streamlined to add parameters to a profile.

Adds chunk size via profile args `chunk-size-mb=*`. This always displays:
```
Chunking is not currently implemented for all profiles. Ignoring parameter if unimplemented.
Chunking is implemented for the following profiles: csv
```

Differential Revision: D86459877
kevinjzhang added a commit to kevinjzhang/openzl-1 that referenced this pull request Nov 11, 2025
Summary:

Refactors parsing such that it is more streamlined to add parameters to a profile and profiles have profile args which are parsed separately (as global args). The alternative is to pass in the command as arguments (since profile is not actually a command).

Adds chunk size via profile args `--chunk-size-mb` flag. This always displays:
```
Chunking is not currently implemented for all profiles. Ignoring parameter if unimplemented.
Chunking is implemented for the following profiles: csv
```

Differential Revision: D86459877
kevinjzhang added a commit to kevinjzhang/openzl-1 that referenced this pull request Nov 12, 2025
Summary:

Refactors parsing such that it is more streamlined to add parameters to a profile and profiles have profile args which are parsed separately (as global args). The alternative is to pass in the command as arguments (since profile is not actually a command).

Adds chunk size via profile args `--chunk-size-mb` flag. This always displays:
```
Chunking is not currently implemented for all profiles. Ignoring parameter if unimplemented.
Chunking is implemented for the following profiles: csv
```

Differential Revision: D86459877
@kevinjzhang kevinjzhang force-pushed the export-D86459877 branch 2 times, most recently from 3e115eb to 426a4e6 Compare November 17, 2025 21:37
kevinjzhang added a commit to kevinjzhang/openzl-1 that referenced this pull request Nov 17, 2025
Summary:

Refactors parsing such that it is more streamlined to add parameters to a profile and profiles have profile args which are parsed separately (as global args). The alternative is to pass in the command as arguments (since profile is not actually a command).

Adds chunk size via profile args `--chunk-size-mb` flag. This always displays:
```
Chunking is not currently implemented for all profiles. Ignoring parameter if unimplemented.
Chunking is implemented for the following profiles: csv
```

Differential Revision: D86459877
kevinjzhang added a commit to kevinjzhang/openzl-1 that referenced this pull request Nov 21, 2025
Summary:

Refactors parsing such that it is more streamlined to add parameters to a profile and profiles have profile args which are parsed separately (as global args). The alternative is to pass in the command as arguments (since profile is not actually a command).

Adds chunk size via profile args `--chunk-size-mb` flag. This always displays:
```
Chunking is not currently implemented for all profiles. Ignoring parameter if unimplemented.
Chunking is implemented for the following profiles: csv
```

Differential Revision: D86459877
Summary:

Refactors parsing such that it is more streamlined to add parameters to a profile and profiles have profile args which are parsed separately (as global args). The alternative is to pass in the command as arguments (since profile is not actually a command).

Adds chunk size via profile args `--chunk-size-mb` flag. This always displays:
```
Chunking is not currently implemented for all profiles. Ignoring parameter if unimplemented.
Chunking is implemented for the following profiles: csv
```

Differential Revision: D86459877
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant