milvus/tests/integration/import
yihao.dai 9ff023ee35
fix: Fix filtering by partition key fails for importing data (#33274)
Before executing the import, partition IDs should be reordered according
to partition names. Otherwise, the data might be hashed to the wrong
partition during import. This PR corrects this error.

issue: https://github.com/milvus-io/milvus/issues/33237

---------

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2024-05-23 11:13:40 +08:00
..
binlog_test.go fix: Fix cannot specify partition name in binlog import (#32730) 2024-05-07 17:19:30 +08:00
dynamic_field_test.go fix: Make the dynamic column optional in parquet import (#32738) 2024-05-07 11:21:29 +08:00
import_test.go enhance: Support readable JSON file import for Float16/BFloat16/SparseFloat (#33064) 2024-05-16 14:47:35 +08:00
partition_key_test.go fix: Fix filtering by partition key fails for importing data (#33274) 2024-05-23 11:13:40 +08:00
util_test.go fix: Fix filtering by partition key fails for importing data (#33274) 2024-05-23 11:13:40 +08:00