Skip to content

Commit

Permalink
TEMP-- minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
alextheimer committed Apr 9, 2022
1 parent f88c04a commit 18ab48f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/src/test/scala/filodb.core/TestData.scala
Original file line number Diff line number Diff line change
Expand Up @@ -548,10 +548,8 @@ object MetricsTestData {
}
}

// Routes input records to the dataset schema correctly
def records(ds: Dataset, readerSeq: Seq[RowReader]): SomeData = {
val builder = new RecordBuilder(MemFactory.onHeapFactory)
//val routing = ds.schema.ingestRouting(columnNames)
readerSeq.foreach { row => builder.addFromReader(row, ds.schema) }
builder.allContainers.zipWithIndex.map { case (container, i) => SomeData(container, i) }.head
}
Expand Down

0 comments on commit 18ab48f

Please sign in to comment.