File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
src/Processors/Formats/Impl Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -282,7 +282,6 @@ void LineColumnBuilder::appendObject(const GeometricObject & object)
282282ColumnWithTypeAndName 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 );
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments