Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / eto-ai/lance issues and pull requests

#896 - [Rust] Support regular expression on filters

Issue - State: open - Opened by eddyxu over 1 year ago
Labels: enhancement, good first issue, help wanted

#895 - Support data deletion in a Fragment

Issue - State: open - Opened by eddyxu over 1 year ago
Labels: arrow, rust

#893 - ci: fix path in cargo release ci

Pull Request - State: closed - Opened by wjones127 over 1 year ago

#892 - feat: allow setting offset without limit

Pull Request - State: closed - Opened by wjones127 over 1 year ago

#891 - Setting offset but not limit returns zero rows

Issue - State: closed - Opened by wjones127 over 1 year ago
Labels: bug, good first issue, rust

#890 - resolve name conflict for workflows

Pull Request - State: closed - Opened by changhiskhan over 1 year ago

#889 - Update GHA workflow to make a new commit

Pull Request - State: closed - Opened by changhiskhan over 1 year ago

#888 - Github workflow to run cargo publish on release

Pull Request - State: closed - Opened by changhiskhan over 1 year ago

#887 - [DuckDB] Fix linux build

Pull Request - State: closed - Opened by eddyxu over 1 year ago

#886 - Customize index type in index creation benchmark

Pull Request - State: closed - Opened by eddyxu over 1 year ago

#885 - Expose the internal errors

Issue - State: open - Opened by haoxins over 1 year ago - 2 comments
Labels: enhancement

#884 - Check minimal dependencies in CI

Issue - State: open - Opened by wjones127 over 1 year ago
Labels: ci, rust

#883 - fix: update minimal futures version

Pull Request - State: closed - Opened by wjones127 over 1 year ago

#882 - ci: pass both mac os targets to macos release job

Pull Request - State: closed - Opened by wjones127 over 1 year ago

#881 - ci: use more intelligent rust cache

Pull Request - State: closed - Opened by wjones127 over 1 year ago

#880 - [Rust] dependencies seems to be rebuilt in CI despite caching

Issue - State: open - Opened by wjones127 over 1 year ago
Labels: ci, rust

#879 - Lint crates with clippy in CI

Issue - State: open - Opened by wjones127 over 1 year ago
Labels: ci, rust

#878 - Test which Arrow and Pandas datatypes are supported in write APIs

Issue - State: open - Opened by wjones127 over 1 year ago
Labels: python, arrow

#877 - feat: add fragments option to the scanner itself

Pull Request - State: closed - Opened by wjones127 over 1 year ago

#876 - Allow issue vector search in batch mode

Issue - State: open - Opened by eddyxu over 1 year ago
Labels: enhancement

#875 - Allow users to set a distance threshold to consider two vectors a "very similiar"

Issue - State: open - Opened by eddyxu over 1 year ago
Labels: enhancement, vector

#874 - wip: allow scanning data in out of order

Pull Request - State: closed - Opened by wjones127 over 1 year ago - 2 comments

#873 - fix: fetch remainder of metadata if it is large

Pull Request - State: closed - Opened by wjones127 over 1 year ago - 3 comments

#872 - refactor: make from_fragments() a little more efficient

Pull Request - State: closed - Opened by wjones127 over 1 year ago - 1 comment

#871 - Dataset.write_dataset enforcing thread safety

Pull Request - State: closed - Opened by gsilvestrin over 1 year ago

#870 - refactor: make from_fragments() a little more efficient

Pull Request - State: closed - Opened by wjones127 over 1 year ago

#869 - GH-860: Create a scanner from fragments

Pull Request - State: closed - Opened by wjones127 over 1 year ago

#868 - GH-860: Create a scanner from fragments

Pull Request - State: closed - Opened by wjones127 over 1 year ago - 1 comment

#867 - [Rust] Latest Rust docs failed to build

Issue - State: open - Opened by wjones127 over 1 year ago - 1 comment

#866 - Add format string for the assertion

Pull Request - State: closed - Opened by haoxins over 1 year ago - 1 comment

#865 - parse benchmark results

Pull Request - State: closed - Opened by changhiskhan over 1 year ago - 1 comment

#864 - [Python] Expose Fragment data files in Python

Pull Request - State: closed - Opened by eddyxu over 1 year ago

#863 - [Python] Expose DataFile from fragment in Python.

Issue - State: closed - Opened by eddyxu over 1 year ago

#862 - fix benchmarks

Pull Request - State: closed - Opened by changhiskhan over 1 year ago

#861 - [I/O] Allow a flag for Scanner::to_batches() to return batches in non-deterministic order.

Issue - State: closed - Opened by eddyxu over 1 year ago - 3 comments
Labels: benchmark, rust

#860 - [Python] Implement Scanner::from_fragments() to initialize a scanner from sub-set of fragments

Issue - State: closed - Opened by eddyxu over 1 year ago - 3 comments
Labels: good first issue, arrow, benchmark, rust

#859 - Expose batch_readahead via Python scanner API

Pull Request - State: closed - Opened by eddyxu over 1 year ago

#858 - [Bug, DuckDB] " undefined symbol: BIO_clear_flags" when loading duckdb extension on linux

Issue - State: closed - Opened by eddyxu over 1 year ago
Labels: bug, good first issue, help wanted, duckdb

#857 - Fix projection for null struct fields

Pull Request - State: closed - Opened by LiWeiJie over 1 year ago - 1 comment

#856 - Error: `panicked at 'assertion failed: file_size - manifest_pos <= buf.len()'`

Issue - State: closed - Opened by haoxins over 1 year ago - 4 comments
Labels: bug, rust

#855 - Add logging for index generation

Issue - State: open - Opened by jaichopra over 1 year ago - 7 comments
Labels: enhancement, good first issue, help wanted

#854 - Support column deletion.

Issue - State: open - Opened by eddyxu over 1 year ago
Labels: arrow, rust

#853 - Checkin Sift benchmark

Pull Request - State: closed - Opened by eddyxu over 1 year ago
Labels: python, benchmark, vector

#852 - remove unnecessary simd alignment check

Pull Request - State: closed - Opened by changhiskhan over 1 year ago

#851 - Pickle Fragment Metadata

Pull Request - State: closed - Opened by eddyxu over 1 year ago

#850 - Expose schema in Fragment object

Pull Request - State: closed - Opened by eddyxu over 1 year ago

#849 - Improve compatibility with pyarrow compute expression

Issue - State: open - Opened by eddyxu over 1 year ago - 3 comments
Labels: python, c++, arrow, rust

#848 - [Doc] improvement on read related functionalities.

Pull Request - State: closed - Opened by eddyxu over 1 year ago

#847 - Add tests for is_NULL, is_not_null, and invert in filter

Pull Request - State: closed - Opened by eddyxu over 1 year ago

#846 - [Bug] Calculating the nulls from position slices in chunks.

Pull Request - State: closed - Opened by eddyxu over 1 year ago - 1 comment

#845 - We should read var-length position array using block size

Issue - State: open - Opened by eddyxu over 1 year ago
Labels: benchmark

#844 - Fix Projection for struct fields

Pull Request - State: closed - Opened by changhiskhan over 1 year ago

#841 - Support `count_rows()` with filter expression.

Issue - State: open - Opened by eddyxu over 1 year ago
Labels: good first issue, arrow

#840 - Improve documentation on filter predicates

Issue - State: open - Opened by changhiskhan over 1 year ago - 1 comment
Labels: documentation, good first issue, arrow

#839 - Performance a sanity check over column name when writing new data.

Issue - State: open - Opened by eddyxu over 1 year ago
Labels: bug, good first issue, arrow, rust

#837 - Fix nested field filtering

Pull Request - State: closed - Opened by changhiskhan over 1 year ago

#836 - Fix nested schema merge

Pull Request - State: closed - Opened by changhiskhan over 1 year ago

#835 - Allow user to customize BlockSize on ObjectStore.

Pull Request - State: closed - Opened by eddyxu over 1 year ago

#834 - Support 4bits PQ code

Issue - State: open - Opened by eddyxu over 1 year ago

#833 - Recursively merge record batches

Pull Request - State: closed - Opened by changhiskhan over 1 year ago

#832 - Make I/O parallelism factor configurable

Issue - State: open - Opened by eddyxu over 1 year ago
Labels: benchmark

#831 - Make storage block size configuration by users.

Issue - State: closed - Opened by eddyxu over 1 year ago - 1 comment

#830 - [Rust] increase parallelism, reduce array build overhead

Pull Request - State: closed - Opened by eddyxu over 1 year ago

#829 - [Rust] Caching index in LRU

Pull Request - State: closed - Opened by eddyxu over 1 year ago

#828 - Failed to build duckdb lance extension on linux

Issue - State: closed - Opened by jalateras over 1 year ago - 2 comments

#827 - improve docs

Issue - State: open - Opened by changhiskhan over 1 year ago

#826 - Index out of bounds using lance extension in duckdb v0.7.0

Issue - State: open - Opened by jalateras over 1 year ago - 3 comments
Labels: bug, good first issue, duckdb

#825 - Allow create fragment on non-existed dataset.

Pull Request - State: closed - Opened by eddyxu over 1 year ago - 1 comment

#824 - [WIP] Merge a pre-computed column / array.

Pull Request - State: open - Opened by eddyxu over 1 year ago

#823 - [Python] Provide a private / distributed add column api in Python

Pull Request - State: closed - Opened by eddyxu over 1 year ago

#822 - [Rust] Project schema by schema

Pull Request - State: closed - Opened by eddyxu over 1 year ago - 1 comment

#821 - Setting field ID after merging the fields.

Pull Request - State: closed - Opened by eddyxu over 1 year ago

#820 - Do not use lifetime on FileWriter

Pull Request - State: closed - Opened by eddyxu over 1 year ago

#819 - fix(docs): correct link to docs.rs

Pull Request - State: closed - Opened by Mause over 1 year ago

#818 - Make PyO3 functions as async function

Issue - State: open - Opened by eddyxu over 1 year ago
Labels: enhancement, good first issue, python, rust

#817 - update arrow version in duckdb extension

Pull Request - State: closed - Opened by changhiskhan over 1 year ago

#816 - Add a check to make sure field names don't contain periods

Pull Request - State: closed - Opened by changhiskhan over 1 year ago

#815 - Merge batches from multiple datafiles in the same Fragment

Pull Request - State: closed - Opened by eddyxu over 1 year ago

#814 - Schema intersection

Pull Request - State: closed - Opened by eddyxu over 1 year ago - 1 comment

#813 - IVF_PQ should not store empty partition in metadata

Issue - State: open - Opened by eddyxu over 1 year ago
Labels: bug, vector

#812 - Fix duckdb extension after arrow version upgrade

Issue - State: closed - Opened by changhiskhan over 1 year ago

#811 - Support max_rows_per_group

Pull Request - State: open - Opened by eddyxu over 1 year ago

#810 - Upgrade Arrow to 37

Pull Request - State: closed - Opened by changhiskhan over 1 year ago

#809 - Update README.md

Pull Request - State: closed - Opened by jaichopra over 1 year ago

#808 - Fix cosine similarity when missing simd alignment

Pull Request - State: closed - Opened by changhiskhan over 1 year ago

#807 - add support for aws profile

Pull Request - State: closed - Opened by Renkai over 1 year ago - 2 comments

#806 - Support aws profile

Issue - State: closed - Opened by Renkai over 1 year ago

#805 - Fix offset overflow in plain decoder

Pull Request - State: closed - Opened by eddyxu over 1 year ago - 1 comment

#803 - bugfix: make schemes supported by object store explicit

Pull Request - State: open - Opened by gsilvestrin over 1 year ago

#802 - Make Dot Product one of the metric type

Issue - State: open - Opened by eddyxu over 1 year ago
Labels: enhancement, good first issue, help wanted, vector

#801 - Testing windows build

Pull Request - State: closed - Opened by gsilvestrin over 1 year ago - 1 comment

#800 - S3 to local issue

Pull Request - State: closed - Opened by Renkai over 1 year ago - 1 comment

#799 - pylance write to local disk with a path started with `s3://`

Issue - State: open - Opened by Renkai over 1 year ago - 3 comments
Labels: bug

#798 - [Rust] DiskANN search

Pull Request - State: closed - Opened by eddyxu over 1 year ago
Labels: vector

#797 - Failed to load dataset from S3 storage.

Issue - State: closed - Opened by wilhelmjung over 1 year ago - 2 comments