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 |
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 |
smellthemoon
|
f896b0e3e8
|
fix: Bulk insert failed when the nullable/default_value field is not exist(#39063) (#39111)
pr: #39063
issue: #39036
Signed-off-by: lixinguo <xinguo.li@zilliz.com>
Co-authored-by: lixinguo <xinguo.li@zilliz.com>
|
2025-01-09 19:27:04 +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 |
smellthemoon
|
80a7c78f28
|
enhance: import supports null in parquet and json formats (#35558)
#31728
---------
Signed-off-by: lixinguo <xinguo.li@zilliz.com>
Co-authored-by: lixinguo <xinguo.li@zilliz.com>
|
2024-08-20 16:50:55 +08:00 |
nish112022
|
3948bd4e79
|
fix: Added check for validating varchar,array max length (#35499)
issue : https://github.com/milvus-io/milvus/issues/34150
This is for numpy,parquet,json readers.
---------
Signed-off-by: Nischay Yadav <nischay.yadav@ibm.com>
|
2024-08-20 11:42:55 +08:00 |
yihao.dai
|
1b5554c8cb
|
enhance: Support $meta key for json import (#32013)
During JSON import:
1. Allow the specification of the $meta key
2. Prohibit duplicated keys within the $meta field, for instance,
`{"id": 1, "vector": [], "x": 6, "$meta": {"x": 8}}`
issue: https://github.com/milvus-io/milvus/issues/31835
---------
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
|
2024-04-10 17:27:17 +08:00 |