Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hzxa21 committed Jun 11, 2024
1 parent 109e35d commit a86f026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storage/src/table/batch_table/storage_table.rs
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ impl<S: StateStore, SD: ValueRowSerde> StorageTableInner<S, SD> {
.iter_with_pk_bounds(epoch, pk_prefix, range_bounds, ordered, prefetch_options)
.await?;

// Uses ArraryBuilderImpl instead of DataChunkBuilder here to demonstrate how to build chunk in a columnar manner
// Uses ArrayBuilderImpl instead of DataChunkBuilder here to demonstrate how to build chunk in a columnar manner
let builders = self.schema.create_array_builders(chunk_size);
let row_count = 0;
Ok(stream::unfold(
Expand Down

0 comments on commit a86f026

Please sign in to comment.