yihao.dai
|
9b17108b50
|
fix: [2.5] Fix import reader goroutine leak (#41870)
Close the chunk manager's reader after the import completes to prevent
goroutine leaks.
issues: https://github.com/milvus-io/milvus/issues/41868
pr: https://github.com/milvus-io/milvus/pull/41869
---------
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
|
2025-05-15 22:20:23 +08:00 |
SimFG
|
18eb627533
|
fix: [2.5] Update logging context and upgrade dependencies (#41319)
- issue: #41291
- pr: #41318
---------
Signed-off-by: SimFG <bang.fu@zilliz.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2025-04-24 23:50:40 +08:00 |
yihao.dai
|
cba8feade3
|
enhance: [2.5] Add UTF-8 string validation for import (#40746)
issue: https://github.com/milvus-io/milvus/issues/40684
pr: https://github.com/milvus-io/milvus/pull/40694
---------
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
|
2025-03-31 21:08:21 +08:00 |
Xiaofan
|
a7dd0eda9e
|
fix: [2.5] empty row for sparse vector (#40586)
fix: #40584
pr: #40585
Signed-off-by: xiaofanluan <xiaofan.luan@zilliz.com>
|
2025-03-12 16:42:06 +08:00 |
yihao.dai
|
b0ad3d9444
|
enhance: [2.5] Improve import error msgs (#40597)
issue: https://github.com/milvus-io/milvus/issues/40208
pr: https://github.com/milvus-io/milvus/pull/40567
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
|
2025-03-12 14:36:08 +08:00 |
congqixia
|
709594f158
|
enhance: [2.5] Use v2 package name for pkg module (#40117)
Cherry-pick from master
pr: #39990
Related to #39095
https://go.dev/doc/modules/version-numbers
Update pkg version according to golang dep version convention
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
|
2025-02-23 00:46:01 +08:00 |
congqixia
|
b0bd290a6e
|
enhance: Use internal json(sonic) to replace std json lib (#37708)
Related to #35020
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
|
2024-11-18 10:46:31 +08:00 |
yihao.dai
|
b45cf2d49f
|
enhance: Add max length check for csv import (#37077)
1. Add max length check for csv import.
2. Tidy import options.
3. Tidy common import util functions.
issue: https://github.com/milvus-io/milvus/issues/34150
---------
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
|
2024-10-25 14:37:29 +08:00 |
Buqian Zheng
|
82c5cf2fa2
|
feat: add bulk insert support for Functions (#36715)
issue: https://github.com/milvus-io/milvus/issues/35853 and
https://github.com/milvus-io/milvus/issues/35856
Signed-off-by: Buqian Zheng <zhengbuqian@gmail.com>
|
2024-10-12 17:19:20 +08:00 |
OxalisCu
|
3a381bc247
|
enhance: Bulkinsert supports null in csv formats (#35912)
see details in this issue
https://github.com/milvus-io/milvus/issues/35911
---------
Signed-off-by: OxalisCu <2127298698@qq.com>
|
2024-09-09 19:17:07 +08:00 |
Xiaofan
|
50fcfe8ef1
|
enhance: add nan and inf check (#35683)
fix #35594
add float check on files
Signed-off-by: xiaofanluan <xiaofan.luan@zilliz.com>
|
2024-08-25 15:22:57 +08:00 |
OxalisCu
|
ed4eaffc9d
|
enhance: add csv support for bulkinsert (#34938)
See this issue for details: #34937
---------
Signed-off-by: OxalisCu <2127298698@qq.com>
|
2024-08-21 17:47:01 +08:00 |