Skip to content

Comments

refactor: simplify ArrayBuilder interface#65

Merged
crepererum merged 1 commit intomainfrom
crepererum/simplify_array_builder
Sep 8, 2025
Merged

refactor: simplify ArrayBuilder interface#65
crepererum merged 1 commit intomainfrom
crepererum/simplify_array_builder

Conversation

@crepererum
Copy link
Collaborator

This doesn't need to be generic, since pushing the None-case of Option<Bound<'py, PyAny>> can be be done via skip. As a consequence, the types get simpler and we don't need two variants of pushing NULLs (one via push(None) and one via skip()).

This doesn't need to be generic, since pushing the
`None`-case of `Option<Bound<'py, PyAny>>` can be be done via `skip`. As
a consequence, the types get simpler and we don't need two variants of
pushing NULLs (one via `push(None)` and one via `skip()`).
@crepererum crepererum requested a review from a team September 8, 2025 09:38
@crepererum crepererum added this pull request to the merge queue Sep 8, 2025
Merged via the queue into main with commit 8793ce4 Sep 8, 2025
1 check passed
@crepererum crepererum deleted the crepererum/simplify_array_builder branch September 8, 2025 10:15
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.

2 participants