Skip to content
This repository was archived by the owner on May 9, 2024. It is now read-only.

Commit ae8667c

Browse files
committed
s
1 parent 7323a13 commit ae8667c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

omniscidb/QueryEngine/Execute.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3156,7 +3156,7 @@ FetchResult Executor::fetchChunks(
31563156
device_allocator,
31573157
thread_idx);
31583158
} else {
3159-
x frag_col_buffers[it->second] =
3159+
frag_col_buffers[it->second] =
31603160
column_fetcher.getAllTableColumnFragments(col_id->getColInfo(),
31613161
all_tables_fragments,
31623162
memory_level_for_column,

0 commit comments

Comments
 (0)