You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[9898173277] Resolve row range edge cases for arrow (#2660)
#### Reference Issues/PRs
Fixes monday ref 9898173277
Fixes monday ref 9943908001 when using `query_builder`'s `date_range`.
#### What does this implement or fix?
- Small refactor to use abstract common `is_slice_in_row_range` and
`is_slice_in_index_range` to be used both in regular reads and in
processing pipeline. This resolves the issue fixed in #2632 for query
builder date ranges as well.
- If requested row/date range is empty, we no longer read any data keys
(previously we would read one)
- Removes several unused methods from `query.hpp` and `index_range.hpp`
(index_range one was quite broken)
- Adds arrow tests for:
- open ended row/date range filters
- empty row/date ranges
- negative row ranges
#### Any other comments?
#### Checklist
<details>
<summary>
Checklist for code changes...
</summary>
- [ ] Have you updated the relevant docstrings, documentation and
copyright notice?
- [ ] Is this contribution tested against [all ArcticDB's
features](../docs/mkdocs/docs/technical/contributing.md)?
- [ ] Do all exceptions introduced raise appropriate [error
messages](https://docs.arcticdb.io/error_messages/)?
- [ ] Are API changes highlighted in the PR description?
- [ ] Is the PR labelled as enhancement or bug so it appears in
autogenerated release notes?
</details>
<!--
Thanks for contributing a Pull Request to ArcticDB! Please ensure you
have taken a look at:
- ArcticDB's Code of Conduct:
https://github.com/man-group/ArcticDB/blob/master/CODE_OF_CONDUCT.md
- ArcticDB's Contribution Licensing:
https://github.com/man-group/ArcticDB/blob/master/docs/mkdocs/docs/technical/contributing.md#contribution-licensing
-->
0 commit comments