From f1c1663bf48ea40a687a27986abc0c1ede73a41f Mon Sep 17 00:00:00 2001 From: "Xianhui.Lin" Date: Fri, 17 Jan 2025 18:37:19 +0800 Subject: [PATCH] fix e2e test error Signed-off-by: Xianhui.Lin --- internal/metastore/model/collection.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/metastore/model/collection.go b/internal/metastore/model/collection.go index 001a06f4f30f9..3c18b8b79882a 100644 --- a/internal/metastore/model/collection.go +++ b/internal/metastore/model/collection.go @@ -75,6 +75,7 @@ func (c *Collection) ShallowClone() *Collection { State: c.State, EnableDynamicField: c.EnableDynamicField, Functions: c.Functions, + UpdateTimestamp: c.UpdateTimestamp, } }