Skip to content

Tags: infiniflow/infinity

Tags

nightly

Toggle nightly's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Modify tests.yml to skip ci on main when not necessary (#3408)

### Summary

When a pushed commit on main is byte-for-byte identical to the merged
PR's content, cancel the whole run to skip the redundant post-merge CI.

Newer ruff (0.16.0) causes code check fail `ruff check
--exclude=**/remote_thrift/infinity_thrift_rpc/** .`,
apply only safe auto-fixes `ruff check
--exclude=**/remote_thrift/infinity_thrift_rpc/** --fix .`, put unsafe
rules to pyproject.toml

v0.7.2

Toggle v0.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix CI process (#3406)

Fix 'No UV'

Signed-off-by: Jin Hai <haijin.chn@gmail.com>

v0.7.1

Toggle v0.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update version to 0.7.1 (#3390)

### What problem does this PR solve?

As title

### Type of change

- [x] Python SDK impacted, Need to update PyPI
- [x] Other (please describe): update version

Co-authored-by: Jin Hai <haijin.chn@gmail.com>

v0.7.0-dev5

Toggle v0.7.0-dev5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix: Multiple Memory Indexers Cause BM25 Calculation Error (#3340)

Close #3339

### Summary

`ColumnIndexReader` may contain multiple memory indexers (one per
segment). However, `FullTextColumnLengthReader::GetDocTermCount()` was
only using a single `memory_indexer_` variable, causing `total_df_ <
doc_freq_` crash during BM25 calculation.

### Reproduction Steps

1. Set `optimize_interval` to 3600s
2. Run `TestMultipleIndexTypesImport` with snapshot restore enabled
3. The test will crash with `total_df_ < doc_freq_` error

### Expected behavior

_No response_

### Additional information

`UnrecoverableError(fmt::format("total_df_ {} is less than doc_freq_
{}", total_df_, doc_freq_));`

v0.7.0-dev4

Toggle v0.7.0-dev4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix PhysicalFilter::Execute (#3342)

### What problem does this PR solve?

When table is empty, prev_op_state->data_block_array_.empty() is true in
PhysicalFilter, we should return empty result instead of crash.

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)

v0.0.1

Toggle v0.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix release (#3343)

### What problem does this PR solve?

Correct docker image name.

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)

Signed-off-by: noob <yixiao121314@outlook.com>

v0.0.1-arm64

Toggle v0.0.1-arm64's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix release (#3343)

### What problem does this PR solve?

Correct docker image name.

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)

Signed-off-by: noob <yixiao121314@outlook.com>