Skip to content

Commit

Permalink
Recover
Browse files Browse the repository at this point in the history
  • Loading branch information
zanmato1984 committed Jul 24, 2024
1 parent 75b8fee commit 6192ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/arrow/compute/row/row_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ TEST(RowTableMemoryConsumption, Encode) {
::arrow::gen::Constant(std::make_shared<BinaryScalar>("X"))
->Generate(num_rows_max));

for (int64_t num_rows : {1024, 1025, 4095, 4096, 4097}) {
for (int64_t num_rows : {1023, 1024, 1025, 4095, 4096, 4097}) {
// Fixed length column.
{
SCOPED_TRACE("encoding fixed length column of " + std::to_string(num_rows) +
Expand Down

0 comments on commit 6192ff6

Please sign in to comment.