mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Fix test 00163_column_oriented_formats failed error
This commit is contained in:
parent
2776772ac6
commit
8d7a53efda
@ -78,7 +78,7 @@ void ORCBlockInputFormat::prepareReader()
|
||||
{
|
||||
if (getPort().getHeader().has(schema->field(i)->name()))
|
||||
{
|
||||
include_indices.push_back(i);
|
||||
include_indices.push_back(i+1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user