Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BUG] PullLog Operator should update the next pull offset to be the l…
…ast record offset + 1 of previous pull (#2056) ## Description of changes *Summarize the changes made by this PR.* - Improvements & Bug fixes - The PullLogOperator does not correctly update the offset after the first fetch as it might return less records than the batch size. - New functionality - ... ## Test plan *How are these changes tested?* - [ ] Tests pass locally with `pytest` for python, `yarn test` for js, `cargo test` for rust ## Documentation Changes *Are all docstrings for user-facing APIs updated if required? Do we need to make documentation changes in the [docs repository](https://github.com/chroma-core/docs)?*
- Loading branch information