sre-ci-robot
2f35db5a09
enhance: update builder env rust ( #44366 )
...
Signed-off-by: Zhikun Yao <zhikun.yao@zilliz.com>
Co-authored-by: Zhikun Yao <zhikun.yao@zilliz.com>
2025-09-16 11:53:59 +08:00
zhikunyao
008caae713
enhance: base images use https to install apt package ( #44382 )
...
Signed-off-by: Zhikun Yao <zhikun.yao@zilliz.com>
2025-09-16 11:51:59 +08:00
sthuang
0ec47a50ba
enhance: clean up vcpkg build ( #44386 )
...
related: #44385
Signed-off-by: shaoting-huang <shaoting.huang@zilliz.com>
2025-09-16 10:21:59 +08:00
congqixia
aa861f55e6
enhance: [StorageV2] Reverts #44232 bucket name change ( #44390 )
...
Related to #39173
- Put bucket name concatenation logic back for azure support
This reverts commit 8f97eb355fde6b86cf37f166d2191750b4210ba3.
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
2025-09-16 10:10:00 +08:00
XuanYang-cn
ad86292bed
fix: Deny RenameCollection when db enabled encryption ( #44225 )
...
Also fix the validation of enabling encyption when create db
See also: #44217 , #44218
---------
Signed-off-by: yangxuan <xuan.yang@zilliz.com>
2025-09-16 10:08:07 +08:00
Spade A
eb793531b9
feat: impl StructArray -- support import for CSV/JSON/PARQUET/BINLOG ( #44201 )
...
Ref https://github.com/milvus-io/milvus/issues/42148
---------
Signed-off-by: SpadeA <tangchenjie1210@gmail.com>
2025-09-15 20:41:59 +08:00
aoiasd
2b2a11afba
enhance: use fixed vcpkg version for build image ( #44378 )
...
Signed-off-by: aoiasd <zhicheng.yue@zilliz.com>
2025-09-15 19:33:59 +08:00
congqixia
634026a177
fix: [AddField] Forbid delete dynamicfield.enable property ( #44335 )
...
Related to #44311
This PR forbids delete `dynamicfield.enable` property and returns user
understandable error message to user.
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
2025-09-15 14:20:00 +08:00
XuanYang-cn
e70c2f7b3d
test: Increase PyMilvus version to 2.7.0rc29 for master branch ( #44367 )
...
Automated daily bump from pymilvus master branch. Updates
tests/python_client/requirements.txt.
Signed-off-by: XuanYang-cn <xuan.yang@zilliz.com>
2025-09-15 11:11:59 +08:00
cai.zhang
76f6768ea1
enhance: Remove timeout for compaction task ( #44277 )
...
issue: #44272
---------
Signed-off-by: Cai Zhang <cai.zhang@zilliz.com>
2025-09-15 11:03:58 +08:00
yihao.dai
c15290c125
fix: Fix invalid pre-allocated segment IDs ( #44350 )
...
Mark the task as failed when PreAllocatedSegmentIDs is nil.
issue: https://github.com/milvus-io/milvus/issues/44349
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2025-09-15 10:27:58 +08:00
zhagnlu
baa84e0b2b
fix: avoid mvcc when doing pk compare expr ( #44353 )
...
#44352
Signed-off-by: luzhang <luzhang@zilliz.com>
Co-authored-by: luzhang <luzhang@zilliz.com>
2025-09-15 10:17:59 +08:00
zhagnlu
e9bbb6aa9b
fix: fix json_contains bug for stats ( #44325 )
...
#42533
Signed-off-by: luzhang <luzhang@zilliz.com>
Co-authored-by: luzhang <luzhang@zilliz.com>
2025-09-15 10:16:07 +08:00
sthuang
b38013352d
enhance: [StorageV2] enable build with azure ( #44177 )
...
related: #43869
---------
Signed-off-by: shaoting-huang <shaoting.huang@zilliz.com>
2025-09-14 08:05:58 +08:00
qixuan
9228ed7b8f
test: add case about enable dynamic schema ( #44355 )
...
related issue: #42126
Signed-off-by: qixuan <673771573@qq.com>
2025-09-13 19:55:57 +08:00
sthuang
9140201b8f
fix: add init fs check for querynode and streaming node ( #44360 )
...
related: #44354
Signed-off-by: shaoting-huang <shaoting.huang@zilliz.com>
2025-09-13 10:31:58 +08:00
congqixia
abe22b95c7
enhance: Utilize group info estimating logic usage as well ( #44356 )
...
Related to #44257 #44334
---------
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
2025-09-12 22:47:57 +08:00
cai.zhang
f135dff94d
fix: Fix GetCompactionTo return empty results when segment was GCed ( #44270 )
...
issue: #44269
---------
Signed-off-by: Cai Zhang <cai.zhang@zilliz.com>
2025-09-12 18:11:58 +08:00
congqixia
bfc9e80e14
enhance: Add param item forcing all indices ready for segment ( #44313 )
...
Related to #44312
---------
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
2025-09-12 17:51:58 +08:00
zhikunyao
1d658b5e84
test: fix macos runner image to lower version ( #44348 )
...
Signed-off-by: Zhikun Yao <zhikun.yao@zilliz.com>
2025-09-12 16:55:58 +08:00
congqixia
9d2ff48d63
enhance: Utilize group split info to estimate usage ( #44338 )
...
Related to #44257 #44334
---------
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
2025-09-12 14:49:57 +08:00
Bingyi Sun
1931dcd9b5
fix: Fix initialize timestamp index concurrently ( #44317 )
...
#issue: https://github.com/milvus-io/milvus/issues/44341
---------
Signed-off-by: sunby <sunbingyi1992@gmail.com>
2025-09-12 14:25:57 +08:00
cai.zhang
62d416bf4f
fix: Check if ArrayData is nil to prevent panic ( #44332 )
...
issue: #44331
Signed-off-by: Cai Zhang <cai.zhang@zilliz.com>
2025-09-12 14:17:57 +08:00
sparknack
060fc61e80
fix: milvus-common commits update ( #44339 )
...
issue: #41435
related: #44268
Signed-off-by: Shawn Wang <shawn.wang@zilliz.com>
2025-09-12 12:43:57 +08:00
aoiasd
fb58701cbb
enhance: update rust version ( #44322 )
...
relate: https://github.com/milvus-io/milvus/issues/44321
Signed-off-by: aoiasd <zhicheng.yue@zilliz.com>
2025-09-12 10:53:57 +08:00
9Eurydice9
662397e487
test: migrate test_query V2 cases for milvus client ( #44238 )
...
issue: #44090
Migrate test_query cases from TestcaseBase to TestMilvusClientV2Base
---------
Signed-off-by: Orpheus Wang <orpheus.wang@zilliz.com>
2025-09-12 09:31:57 +08:00
Feilong Hou
6884cdbe90
test: add complex json expression test ( #44211 )
...
<test>: <add test case for complex json expression
On branch feature/json-shredding
Changes to be committed:
modified: milvus_client/expressions/README.md
modified:
milvus_client/expressions/test_milvus_client_scalar_filtering.py
---------
Signed-off-by: Eric Hou <eric.hou@zilliz.com>
Co-authored-by: Eric Hou <eric.hou@zilliz.com>
2025-09-11 19:57:58 +08:00
congqixia
9cfa013ec6
enhance: [StorageV2] Store column group info in compaction result ( #44327 )
...
Related to #44257
This PR store split result in compaction segment binlog struct to make
querynode could utilize it later.
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
2025-09-11 19:49:57 +08:00
zhagnlu
16e6b6aa8a
fix:fix build json stats bug for nested object ( #44303 )
...
issue: #44132
Signed-off-by: luzhang <luzhang@zilliz.com>
Co-authored-by: luzhang <luzhang@zilliz.com>
2025-09-11 14:13:56 +08:00
cqy123456
f5c6138793
enhance: update knowhere version ( #44294 )
...
issue: https://github.com/milvus-io/milvus/issues/42937
Signed-off-by: cqy123456 <qianya.cheng@zilliz.com>
2025-09-11 11:21:56 +08:00
congqixia
fc968ff1c2
enhance: [StorageV2] Pass args for avg size split policy ( #44301 )
...
Related to #44257
This PR
- Pass column stats for avg size split policy
- Add param items for policy configuration
---------
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
2025-09-11 10:43:57 +08:00
sparknack
e821468d2a
fix: milvus-common commit update ( #44304 )
...
issue: #41435
related: #44268
Signed-off-by: Shawn Wang <shawn.wang@zilliz.com>
2025-09-11 10:19:56 +08:00
zhagnlu
77f7d19400
fix:avoid mmap rewrite by multi json fields ( #44299 )
...
issue: #44127
Signed-off-by: zhagnlu <lu.zhang@zilliz.com>
2025-09-11 10:13:57 +08:00
congqixia
64140d696f
enhance: Resolve PR conflict #44282 #44253 ( #44302 )
...
Resolve conflict between pr #44282 and #44253
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
2025-09-10 19:13:56 +08:00
congqixia
fd83cae0fd
fix: Adapt all valid nullable data without valid data flags ( #44296 )
...
Related to milvus-io/pymilvus#2971
---------
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
2025-09-10 18:41:56 +08:00
wei liu
18371773dd
enhance: Optimize partial update merge logic by unifying nullable format ( #44197 )
...
issue: #43980
This commit optimizes the partial update merge logic by standardizing
nullable field representation before merge operations to avoid corner
cases during the merge process.
Key changes:
- Unify nullable field data format to FULL FORMAT before merge execution
- Add extensive unit tests for bounds checking and edge cases
The optimization ensures:
- Consistent nullable field representation across SDK and internal
- Proper handling of null values during merge operations
- Prevention of index out-of-bounds errors in vector field updates
- Better error handling and validation for partial update scenarios
This resolves issues where different nullable field formats could cause
merge failures or data corruption during partial update operations.
Signed-off-by: Wei Liu <wei.liu@zilliz.com>
2025-09-10 17:27:56 +08:00
groot
68fb357515
fix: Hide credential of embedding/reranking providers in WebUI ( #44275 )
...
issue: https://github.com/milvus-io/milvus/issues/44065
Signed-off-by: yhmo <yihua.mo@zilliz.com>
2025-09-10 16:39:57 +08:00
XuanYang-cn
c5a8aace18
fix: Pooling datanode decompress statslog without rootpath ( #44288 )
...
This bug makes pooling datanode unable to execute L0 compactions
See also: #44289
Signed-off-by: yangxuan <xuan.yang@zilliz.com>
2025-09-10 16:11:56 +08:00
congqixia
f5618d5153
enhance: [StorageV2] Utilized advance split policy and persist in meta ( #44282 )
...
Related to #44257
This PR:
- Utilize configurable split policy for storage v2, enabling system
field policy
- Store split result in field binlog struct
- Adapt legacy binlog without child fields
---------
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
2025-09-10 14:47:57 +08:00
Bingyi Sun
08a2678f07
feat: add a namespace compactor ( #44253 )
...
#44011
---------
Signed-off-by: sunby <sunbingyi1992@gmail.com>
2025-09-10 14:45:56 +08:00
aoiasd
9add663a08
fix: idf oracle use wrong dir ( #44266 )
...
relate: https://github.com/milvus-io/milvus/issues/44264
Signed-off-by: aoiasd <zhicheng.yue@zilliz.com>
2025-09-10 14:41:56 +08:00
Zhen Ye
3b01388587
fix: use recovery snapshot checkpoint if no vchannel is on-recovering ( #44246 )
...
issue: #44194
Signed-off-by: chyezh <chyezh@outlook.com>
2025-09-10 14:15:56 +08:00
Zhen Ye
cbe4c3d231
enhance: get cchannel before build message ( #44229 )
...
issue: #43897
- support never expire txn message.
Signed-off-by: chyezh <chyezh@outlook.com>
2025-09-10 11:09:57 +08:00
sparknack
4a01c726f3
enhance: cachinglayer: some metric and params update ( #44276 )
...
issue: #41435
---------
Signed-off-by: Shawn Wang <shawn.wang@zilliz.com>
2025-09-10 11:03:57 +08:00
zhagnlu
2f8620fa79
fix: fix like failed and add max columns limit ( #44233 )
...
#44137
Signed-off-by: luzhang <luzhang@zilliz.com>
Co-authored-by: luzhang <luzhang@zilliz.com>
2025-09-10 10:33:57 +08:00
nico
cc7a6d3ec6
test: update nightly case ( #44248 )
...
Signed-off-by: nico <cheng.yuan@zilliz.com>
2025-09-10 10:31:56 +08:00
Spade A
45adf2d426
fix: load resource considers ngram index ( #44237 )
...
fix https://github.com/milvus-io/milvus/issues/44236
---------
Signed-off-by: SpadeA <tangchenjie1210@gmail.com>
2025-09-10 10:27:56 +08:00
Chun Han
26a024625d
feat: support search by on json field and dynamic field( #43124 ) ( #43203 )
...
related: #43124
Signed-off-by: MrPresent-Han <chun.han@gmail.com>
Co-authored-by: MrPresent-Han <chun.han@gmail.com>
2025-09-09 21:51:56 +08:00
wei liu
0cb262e1fb
test: fix stream node panic caused by ctx canceled ( #44285 )
...
issue: #44284
Signed-off-by: Wei Liu <wei.liu@zilliz.com>
2025-09-09 20:41:56 +08:00
sthuang
dfc2335144
enhance: [StorageV2] storage file system error messages ( #44255 )
...
related: https://github.com/milvus-io/milvus/issues/44138
bump milvus storage version, include the followings:
* https://github.com/milvus-io/milvus-storage/pull/243
* https://github.com/milvus-io/milvus-storage/pull/240
* https://github.com/milvus-io/milvus-storage/pull/245
Signed-off-by: shaoting-huang <shaoting.huang@zilliz.com>
2025-09-09 19:37:56 +08:00