Skip to content

Commit

Permalink
scalastyle
Browse files Browse the repository at this point in the history
  • Loading branch information
alextheimer committed Jun 14, 2024
1 parent b781e29 commit 4821be7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ package filodb.coordinator.queryplanner


import java.util.concurrent.ThreadLocalRandom

import akka.serialization.SerializationExtension
import com.typesafe.scalalogging.StrictLogging

import filodb.coordinator.{ActorPlanDispatcher, ActorSystemHolder, GrpcPlanDispatcher, RemoteActorPlanDispatcher}
import filodb.core.TargetSchemaProvider
import filodb.core.metadata.{Dataset, DatasetOptions, Schemas}
Expand All @@ -17,6 +19,7 @@ import filodb.query.LogicalPlan._
import filodb.query.exec._
import filodb.query.exec.InternalRangeFunction.Last

// scalastyle:off file.size.limit

/**
* Intermediate Plan Result includes the exec plan(s) along with any state to be passed up the
Expand Down Expand Up @@ -913,3 +916,5 @@ object PlannerUtil extends StrictLogging {
}
// scalastyle:on method.length
}

// scalastyle:on file.size.limit
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ package filodb.coordinator.queryplanner

import scala.collection.mutable.ArrayBuffer
import scala.concurrent.duration._

import akka.actor.ActorRef
import com.typesafe.scalalogging.StrictLogging
import kamon.Kamon

import filodb.coordinator.{ActorPlanDispatcher, GrpcPlanDispatcher, RemoteActorPlanDispatcher, ShardMapper}
import filodb.coordinator.client.QueryCommands.StaticSpreadProvider
import filodb.coordinator.queryplanner.PlannerUtil.{getTargetSchemaColumns, hasAllTargetSchemaFilters}
Expand Down

0 comments on commit 4821be7

Please sign in to comment.