Skip to content

Commit

Permalink
to trigger test
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian-Yu committed Jan 2, 2025
1 parent 2facf42 commit ff7d6cc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2729,7 +2729,6 @@ class PlannerHierarchySpec extends AnyFunSpec with Matchers with PlanValidationS
List(PartitionAssignment("remote0", "remote0-url", TimeRange(timeRange.startMs, splitMs1)),
PartitionAssignment("remote1", "remote1-url", TimeRange(splitMs1 + 1, timeRange.endMs)))
}

override def getMetadataPartitions(nonMetricShardKeyFilters: Seq[ColumnFilter],
timeRange: TimeRange): List[PartitionAssignment] =
throw new RuntimeException("should not use")
Expand Down

0 comments on commit ff7d6cc

Please sign in to comment.