Skip to content

Commit b54bcad

Browse files
committed
fix ci
1 parent 5bf5060 commit b54bcad

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/metric_engine/src/index/cache.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
// KIND, either express or implied. See the License for the
1515
// specific language governing permissions and limitations
1616
// under the License.
17+
1718
use std::{
1819
collections::{HashMap, HashSet},
1920
path::Path,
@@ -105,6 +106,7 @@ impl MetricsCache {
105106
}
106107
}
107108

109+
#[allow(clippy::type_complexity)]
108110
fn parse_record_batch(
109111
batch: &RecordBatch,
110112
index: usize,

src/metric_engine/src/types.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
// KIND, either express or implied. See the License for the
1515
// specific language governing permissions and limitations
1616
// under the License.
17+
1718
use std::{collections::BTreeSet, io::Write, time::Duration};
1819

1920
pub type Result<T> = common::Result<T>;

0 commit comments

Comments
 (0)