Tags: qinling0210/infinity
Tags
Update version info to 0.5.0-dev4 (infiniflow#2265) ### What problem does this PR solve? _Briefly describe what this PR aims to solve. Include background context that will help reviewers understand the purpose of the PR._ ### Type of change - [x] Documentation Update - [x] Refactoring Signed-off-by: Jin Hai <haijin.chn@gmail.com>
Update version info to 0.5.0.dev3 (infiniflow#2255) ### What problem does this PR solve? Update from 0.5.0-dev2 to 0.5.0-dev3. ### Type of change - [x] Documentation Update - [x] Refactoring Signed-off-by: Jin Hai <haijin.chn@gmail.com>
Update version info to 0.5.0-dev2 (infiniflow#2214) ### What problem does this PR solve? Update version to 0.5.0-dev2 ### Type of change - [x] Documentation Update - [x] Refactoring Signed-off-by: Jin Hai <haijin.chn@gmail.com>
Don't build wheel for python 3.13 (infiniflow#2123) ### What problem does this PR solve? Don't build wheel for python 3.13 ### Type of change - [ ] Bug Fix (non-breaking change which fixes an issue) - [ ] New Feature (non-breaking change which adds functionality) - [ ] Breaking Change (fix or feature that could cause existing functionality not to work as expected) - [ ] Documentation Update - [ ] Refactoring - [ ] Performance Improvement - [ ] Test cases - [ ] Python SDK impacted, Need to update PyPI - [x] Other (please describe): CI
Update version before release 0.4.0 (infiniflow#2051) ### What problem does this PR solve? Update version before release 0.4.0 ### Type of change - [x] Documentation Update Signed-off-by: Jin Hai <haijin.chn@gmail.com>
Update info before releasing 0.4.0-dev5 (infiniflow#2046) ### What problem does this PR solve? _Briefly describe what this PR aims to solve. Include background context that will help reviewers understand the purpose of the PR._ ### Type of change - [x] Documentation Update Signed-off-by: Jin Hai <haijin.chn@gmail.com>
[Feature] Column comment (infiniflow#2038) ### What problem does this PR solve? Column comment ### Type of change - [x] New Feature (non-breaking change which adds functionality) --------- Signed-off-by: Jin Hai <haijin.chn@gmail.com> Co-authored-by: shenyushi <shenyushi99@qq.com>
Update version info to 0.4.0-dev3 (infiniflow#1982) ### What problem does this PR solve? _Briefly describe what this PR aims to solve. Include background context that will help reviewers understand the purpose of the PR._ ### Type of change - [x] Other (please describe): Update version info Signed-off-by: Jin Hai <haijin.chn@gmail.com>
Fix alter (infiniflow#1987) ### What problem does this PR solve? Fix some bugs when restart after alter table. Add test case to recurrence the bug. Issue link:infiniflow#1967, infiniflow#1989 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) - [x] Test cases