diff --git a/go/common/arrow_util/arrow_util.go b/go/common/arrow_util/arrow_util.go index b5ca4212..6e89058e 100644 --- a/go/common/arrow_util/arrow_util.go +++ b/go/common/arrow_util/arrow_util.go @@ -1,11 +1,11 @@ // Copyright 2023 Zilliz -// +// // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at -// +// // http://www.apache.org/licenses/LICENSE-2.0 -// +// // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -30,7 +30,7 @@ func MakeArrowFileReader(fs fs.Fs, filePath string) (*pqarrow.FileReader, error) if err != nil { return nil, err } - parquetReader, err := file.NewParquetReader(f, nil) + parquetReader, err := file.NewParquetReader(f) if err != nil { return nil, err }