Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: infiniflow/infinity

Tags

v0.6.2

Toggle v0.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix compilation on AVX512 (#3053)

### What problem does this PR solve?

Fix compilation on AVX512


### Type of change

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

nightly

Toggle nightly's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix Persist() during checkpoint (#3050)

### What problem does this PR solve?

restart_test/test_insert.py::TestInsert::test_index in slow test failed
intermittently.

* ------checkpoint----- append ------- checkpoint-------
*--------------------------------------------------   |
*--------------------------------------------------   killed

During the first checkpoint, it persists block data to obj in pm.
append updates the block data.
During the 2nd checkpoint, it removes the old obj from pm and persists
block data to new obj in pm.
The error occurs when instance is killed after old obj is removed from
pm but new obj is not written.

We should persists block data to new obj in pm and then remove old obj
from pm during Persist().

### Type of change

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

v0.6.1

Toggle v0.6.1's commit message
CPack rpm and deb

v0.6.0

Toggle v0.6.0's commit message

Verified

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

### What problem does this PR solve?

Update version to 0.6.0

### Type of change

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

Signed-off-by: Jin Hai <[email protected]>

slow-test

Toggle slow-test's commit message

Verified

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

### What problem does this PR solve?

Update version to 0.6.0

### Type of change

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

Signed-off-by: Jin Hai <[email protected]>

v0.6.0-dev7

Toggle v0.6.0-dev7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update version before release (#3018)

### What problem does this PR solve?

Update version to 0.6.0-dev7

### Type of change

- [x] Documentation Update
- [x] Python SDK impacted, Need to update PyPI

Signed-off-by: Jin Hai <[email protected]>

v0.6.0-dev6

Toggle v0.6.0-dev6's commit message

Verified

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

### What problem does this PR solve?

Update to 0.6.0-dev6

### Type of change

- [x] Documentation Update
- [x] Refactoring
- [x] Python SDK impacted, Need to update PyPI

---------

Signed-off-by: Jin Hai <[email protected]>

v0.6.0-dev5

Toggle v0.6.0-dev5's commit message

Verified

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

### What problem does this PR solve?

Update version info to 0.6.0.dev5, SDK isn't updated.

### Type of change

- [x] Documentation Update
- [x] Refactoring

Signed-off-by: Jin Hai <[email protected]>

v0.6.0-dev4

Toggle v0.6.0-dev4's commit message
Fixed release.yml

v0.6.0-dev3

Toggle v0.6.0-dev3's commit message
Update version info to 0.6.0.dev3 (#2511)

    ### What problem does this PR solve?

    Update version info.

    ### Type of change

    - [x] Refactoring
    - [x] Python SDK impacted, Need to update PyPI

Signed-off-by: Jin Hai <[email protected]>