Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
amolnayak311 committed Nov 6, 2024
1 parent 3687264 commit 302de45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/scala/filodb.core/query/RangeVector.scala
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ final class RepeatValueVector(rangeVectorKey: RangeVectorKey,

// This will now be used only during serialization of this vector in protos
// This is room for optimization here as we cant instantiate anything under 2048 bytes which is the MinContainerSize
lazy val containers: Seq[RecordContainer] = {
def containers: Seq[RecordContainer] = {
val builder = new RecordBuilder(MemFactory.onHeapFactory, RecordBuilder.MinContainerSize)
rowReader.map(builder.addFromReader(_, schema, 0))
builder.allContainers.toList
Expand Down

0 comments on commit 302de45

Please sign in to comment.