Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ private object VectorizedRleValuesReaderSuite {

/**
* Runs readBatch end-to-end and asserts null-bits, non-null values, and def levels.
* Each batch uses a fresh output vector since `state.valueOffset` resets to 0 per batch
* mirrors production where `VectorizedColumnReader` hands in a batch-sized vector.
* Each batch uses a fresh output vector since `state.valueOffset` resets to 0 per batch,
* mirroring production where `VectorizedColumnReader` hands in a batch-sized vector.
*/
// Non-trivial value formula: off-by-one mismatches won't coincidentally align.
private def valueAt(idx: Int): Int = idx * 100 + 7
Expand Down