mirror of https://github.com/milvus-io/milvus.git
enhance: Resolve ChunkFileWriter lint issue (#35166)
See also #34483 --------- Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>pull/35183/head
parent
7721a28584
commit
a642a26ed4
|
@ -9,7 +9,6 @@
|
|||
// is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
|
||||
// or implied. See the License for the specific language governing permissions and limitations under the License
|
||||
|
||||
|
||||
#include "common/ChunkFileWriter.h"
|
||||
#include "common/ChunkWriter.h"
|
||||
namespace milvus {
|
||||
|
|
|
@ -23,10 +23,10 @@ import (
|
|||
"testing"
|
||||
"time"
|
||||
|
||||
"github.com/golang/protobuf/proto"
|
||||
"github.com/samber/lo"
|
||||
"github.com/stretchr/testify/suite"
|
||||
"go.uber.org/zap"
|
||||
"google.golang.org/protobuf/proto"
|
||||
|
||||
"github.com/milvus-io/milvus-proto/go-api/v2/commonpb"
|
||||
"github.com/milvus-io/milvus-proto/go-api/v2/milvuspb"
|
||||
|
|
Loading…
Reference in New Issue