milvus/tests/integration/import
yihao.dai cc18864e62
fix: Use actual data timestamps for imported segment positions (#47276)
This PR:
1. Modifies the import mechanism to use actual timestamps from the
imported data for segment positions instead of using the channel
checkpoint.
2. Fix writeDelta() to extract actual min/max timestamps from
deltaData.Tss instead of using pack.tsFrom/tsTo.
3. Integration test TestBinlogImport updated to verify L1 and L0 segment
positions.

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

---------

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2026-01-28 14:13:32 +08:00
..
auto_id_test.go
binlog_test.go fix: Use actual data timestamps for imported segment positions (#47276) 2026-01-28 14:13:32 +08:00
dynamic_field_test.go
import_test.go
multi_vector_test.go
partition_key_test.go
util_test.go
vector_array_test.go feat: impl StructArray -- add more tests for non-float embedding lists (#46686) 2026-01-15 10:13:27 +08:00