Remove redundant header file in segcore/Record.h (#11478)

Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
pull/11492/head
Cai Yudong 2021-11-09 15:03:09 +08:00 committed by GitHub
parent 863f1bb34e
commit dae65640a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -10,9 +10,9 @@
// or implied. See the License for the specific language governing permissions and limitations under the License
#pragma once
#include "common/Schema.h"
namespace milvus::segcore {
template <typename RecordType>
inline int64_t
get_barrier(const RecordType& record, Timestamp timestamp) {
@ -29,4 +29,5 @@ get_barrier(const RecordType& record, Timestamp timestamp) {
}
return beg;
}
} // namespace milvus::segcore