Merge branch 'branch-0.5.0' into 'branch-0.5.0'

MS-626 Refactor DataObj to support cache any type data

See merge request megasearch/milvus!682

Former-commit-id: 15f33afbfd88993a92baab53cd979e6b65e045e2
This commit is contained in:
jinhai 2019-10-10 15:13:15 +08:00
commit e8b09efaaf

View File

@ -27,7 +27,6 @@ class DataObj {
public:
virtual int64_t
Size() = 0;
};
using DataObjPtr = std::shared_ptr<DataObj>;