enhance: Resolve ChunkFileWriter lint issue (#35166)

See also #34483

---------

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
pull/35183/head
congqixia 2024-08-01 16:52:13 +08:00 committed by GitHub
parent 7721a28584
commit a642a26ed4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View File

@ -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 {

View File

@ -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"