Spade A
|
d8591f9548
|
fix: csv/json import with STRUCT adapts concatenated struct name (#45000)
After https://github.com/milvus-io/milvus/pull/44557, the field name in
STRUCT field becomes STRUCT_NAME[FIELD_NAME]
This PR make import consider the change.
issue: https://github.com/milvus-io/milvus/issues/45006
ref: https://github.com/milvus-io/milvus/issues/42148
TODO: parquet is much more complex than csv/json, and I will leave it to
a separate PR.
---------
Signed-off-by: SpadeA <tangchenjie1210@gmail.com>
|
2025-10-24 10:22:15 +08:00 |
|
Spade A
|
c4f3f0ce4c
|
feat: impl StructArray -- support more types of vector in STRUCT (#44736)
ref: https://github.com/milvus-io/milvus/issues/42148
---------
Signed-off-by: SpadeA <tangchenjie1210@gmail.com>
Signed-off-by: SpadeA-Tang <tangchenjie1210@gmail.com>
|
2025-10-15 10:25:59 +08:00 |
|
Spade A
|
208481a070
|
feat: impl StructArray -- support same names in different STRUCT (#44557)
ref: https://github.com/milvus-io/milvus/issues/42148
---------
Signed-off-by: SpadeA <tangchenjie1210@gmail.com>
|
2025-10-10 15:53:56 +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 |
|