Skip to content

Commit

Permalink
fix build gtest code due to ClickHouse/ClickHouse#55696
Browse files Browse the repository at this point in the history
  • Loading branch information
baibaichen committed Dec 16, 2023
1 parent ae510e2 commit 0921080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp-ch/local-engine/tests/gtest_parquet_write.cpp
Expand Up @@ -26,11 +26,11 @@
#include <DataTypes/DataTypeMap.h>
#include <DataTypes/DataTypeNullable.h>
#include <DataTypes/DataTypeString.h>
#include <Formats/FormatSettings.h>
#include <Processors/Formats/Impl/ArrowColumnToCHColumn.h>
#include <Processors/Formats/Impl/CHColumnToArrowColumn.h>
#include <arrow/table.h>
#include <gtest/gtest.h>

using namespace DB;

template <typename Column>
Expand Down

0 comments on commit 0921080

Please sign in to comment.