Skip to content

Commit 692dccd

Browse files
committed
Polish
1 parent b33422f commit 692dccd

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

ydb/library/yql/parser/pg_wrapper/arrow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#include "arrow.h"
2+
#include "arrow_impl.h"
23
#include <ydb/library/yql/parser/pg_wrapper/interface/arrow.h>
34
#include <ydb/library/yql/parser/pg_wrapper/interface/utils.h>
45
#include <ydb/library/yql/minikql/mkql_node_cast.h>
@@ -13,7 +14,6 @@
1314
extern "C" {
1415
#include "utils/date.h"
1516
#include "utils/timestamp.h"
16-
#include "utils/numeric.h"
1717
}
1818

1919
namespace NYql {

ydb/library/yql/parser/pg_wrapper/arrow.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ extern "C" {
1717
#include "fmgr.h"
1818
#include "catalog/pg_type_d.h"
1919
#include "catalog/pg_collation_d.h"
20-
#include "utils/numeric.h"
2120
}
2221

2322
#include "utils.h"
@@ -1301,5 +1300,3 @@ const NPg::TAggregateDesc& ResolveAggregation(const TString& name, NKikimr::NMin
13011300

13021301
}
13031302

1304-
#include "arrow_impl.h"
1305-

ydb/library/yql/parser/pg_wrapper/arrow_impl.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
#include <arrow/array.h>
44
#include <arrow/array/builder_binary.h>
55

6+
extern "C" {
7+
#include "utils/numeric.h"
8+
}
9+
610
namespace NYql {
711

812
Numeric PgFloatToNumeric(double item, ui64 scale, int digits);

ydb/library/yql/parser/pg_wrapper/ut/arrow_ut.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
#include <library/cpp/testing/unittest/registar.h>
55

66
#include "arrow.h"
7+
#include "arrow_impl.h"
78

89
extern "C" {
9-
#include "utils/numeric.h"
1010
#include "utils/fmgrprotos.h"
1111
}
1212

0 commit comments

Comments
 (0)