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
chore: add .env.debug configuration
chore: add .env.debug
feat: primitive parquet reader with page pruning
add poetry build for libviewer
add libviewer to rows
refactor: only extract metadata and don't try to calculate offset index
ci: update dockerfiles to include the rust toolchain and libviewer
chore: pin python to 3.12.11 in libviewer and update lockfile
feat: use PageIndexPolicy to optionally read offset index
feat: support querying RowsIndex with page pruning
build: add libviewer as a dependency to libcommon
style: ruff format libcommon changes
chore: use query_with_page_pruning from the rows endpoint
chore: fix mypy errors
style: import Sequence from collections.abc
build: don't use libviewer as an editable dependency
build: try to configure poetry to properly install libviewer
ci: temporarily disable poetry cache
style: fixx ruff check errors
build: relock projects depending on libcommon
build: add rust toolchain to more dockerfiles
build: copy the entire libviewer directory in dockerfiles because poetry install is called at the build phase
build: turn libviewer an optional dependency due to build difficulties
chore: missing api stage from dockerfile
ci: install libviewer extra in the libcommon build
style: fix ruff check error in parquet utils
ci: disable poetry cache
feat: raise TooBigRows exceptions if the scan size would exceed a limit
feat: implement binary truncation for page pruning reader
style: ignore variable shadowing ruff check
ci: install libviewer in the worker image
feat: pass hf_token to the opendal store
chore: remove files_to_index estimation
chore: poetry lock worker service
chore: remove reduntand gitignore entries from libviewer
ci: install libviewer in the worker build
style: fix mypy ignore
chore: cleanup the libviewer python code
style: try to please mypy due to missing import
style: make token optional
test: make the mocking compatible with the page pruning reader in test_first_rows
0 commit comments