Skip to content

Commit c0ae76e

Browse files
committed
fixes
1 parent d0a0988 commit c0ae76e

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/Processors/Formats/Impl/ArrowGeoTypes.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,6 @@ void LineColumnBuilder::appendObject(const GeometricObject & object)
282282
ColumnWithTypeAndName LineColumnBuilder::getResultColumn()
283283
{
284284
auto all_points_column = point_column_builder.getResultColumn();
285-
std::cerr << "compare linestring sizes " << all_points_column.column->size() << ' ' << offsets.size() << '\n';
286285
auto array_column = ColumnArray::create(all_points_column.column, offsets_column->getPtr());
287286

288287
auto array_type = std::make_shared<DataTypeArray>(all_points_column.type);

src/Processors/Formats/Impl/ArrowGeoTypes.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
#include <Poco/JSON/Parser.h>
1212
#include "base/types.h"
1313

14-
#include <Functions/geometryConverters.h>
15-
1614
#if USE_ARROW
1715
# include <arrow/array/array_binary.h>
1816
# include <arrow/util/key_value_metadata.h>

0 commit comments

Comments
 (0)