mirror of
https://github.com/milvus-io/milvus.git
synced 2026-07-21 18:25:44 +00:00
issue: milvus-io/milvus#45881 This change returns the external spec used by refresh external collection jobs through the public refresh job info paths. Changes: - Adds external spec to client refresh job info conversion. - Returns redacted external spec from proxy refresh job responses. - Exposes externalSpec in REST v2 refresh job response maps. - Bumps milvus-proto go-api/v3 to the version containing RefreshExternalCollectionJobInfo.external_spec. Validation: - go test -tags dynamic,test github.com/milvus-io/milvus/client/v2/milvusclient -run 'Test.*External|Test.*Refresh' -count=1 -v Note: - internal/proxy and httpserver targeted tests were blocked locally by missing C++ pkg-config artifacts: milvus_core, rocksdb, and milvus-storage. --------- Signed-off-by: Wei Liu <wei.liu@zilliz.com>