Skip to content

Commit

Permalink
Merge a77cd38 into 45ddb73
Browse files Browse the repository at this point in the history
  • Loading branch information
GrigoriyPA authored Sep 12, 2024
2 parents 45ddb73 + a77cd38 commit 1968ec4
Show file tree
Hide file tree
Showing 209 changed files with 2,448 additions and 1,871 deletions.
7 changes: 3 additions & 4 deletions ydb/core/formats/arrow/accessor/abstract/constructor.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
#pragma once
#include "accessor.h"

#include <ydb/core/formats/arrow/accessor/common/chunk_data.h>
#include <ydb/core/formats/arrow/protos/accessor.pb.h>

#include <ydb/library/formats/arrow/protos/accessor.pb.h>
#include <ydb/library/formats/arrow/accessor/abstract/accessor.h>
#include <ydb/library/formats/arrow/accessor/common/chunk_data.h>
#include <ydb/services/bg_tasks/abstract/interface.h>

#include <library/cpp/object_factory/object_factory.h>
Expand Down
3 changes: 1 addition & 2 deletions ydb/core/formats/arrow/accessor/abstract/request.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#pragma once
#include "constructor.h"

#include <ydb/core/formats/arrow/protos/accessor.pb.h>

#include <ydb/library/formats/arrow/protos/accessor.pb.h>
#include <ydb/services/bg_tasks/abstract/interface.h>
#include <ydb/services/metadata/abstract/request_features.h>

Expand Down
6 changes: 3 additions & 3 deletions ydb/core/formats/arrow/accessor/abstract/ya.make
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
LIBRARY()

PEERDIR(
ydb/core/formats/arrow/protos
ydb/core/formats/arrow/accessor/common
contrib/libs/apache/arrow
ydb/library/conclusion
ydb/services/metadata/abstract
ydb/library/formats/arrow/accessor/abstract
ydb/library/formats/arrow/accessor/common
ydb/library/formats/arrow/protos
)

SRCS(
accessor.cpp
constructor.cpp
request.cpp
)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once
#include <ydb/core/formats/arrow/accessor/abstract/accessor.h>
#include <ydb/core/formats/arrow/save_load/loader.h>
#include <ydb/library/formats/arrow/accessor/abstract/accessor.h>

namespace NKikimr::NArrow::NAccessor {

Expand Down
1 change: 1 addition & 0 deletions ydb/core/formats/arrow/accessor/composite_serial/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ LIBRARY()

PEERDIR(
contrib/libs/apache/arrow
ydb/library/formats/arrow/accessor/abstract
ydb/core/formats/arrow/common
ydb/core/formats/arrow/save_load
)
Expand Down
4 changes: 2 additions & 2 deletions ydb/core/formats/arrow/accessor/plain/accessor.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once
#include <ydb/core/formats/arrow/accessor/abstract/accessor.h>
#include <ydb/core/formats/arrow/validation/validation.h>
#include <ydb/library/formats/arrow/accessor/abstract/accessor.h>
#include <ydb/library/formats/arrow/validation/validation.h>

namespace NKikimr::NArrow::NAccessor {

Expand Down
5 changes: 2 additions & 3 deletions ydb/core/formats/arrow/accessor/plain/constructor.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
#include "accessor.h"
#include "constructor.h"

#include <ydb/core/formats/arrow/accessor/abstract/accessor.h>
#include <ydb/core/formats/arrow/simple_arrays_cache.h>

#include <ydb/library/formats/arrow/accessor/abstract/accessor.h>
#include <ydb/library/formats/arrow/simple_arrays_cache.h>
#include <contrib/libs/apache/arrow/cpp/src/arrow/record_batch.h>

namespace NKikimr::NArrow::NAccessor::NPlain {
Expand Down
2 changes: 1 addition & 1 deletion ydb/core/formats/arrow/accessor/plain/constructor.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once
#include <ydb/core/formats/arrow/accessor/abstract/constructor.h>
#include <ydb/core/formats/arrow/accessor/common/const.h>
#include <ydb/library/formats/arrow/accessor/common/const.h>

namespace NKikimr::NArrow::NAccessor::NPlain {

Expand Down
2 changes: 1 addition & 1 deletion ydb/core/formats/arrow/accessor/plain/request.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once
#include <ydb/core/formats/arrow/accessor/abstract/request.h>
#include <ydb/core/formats/arrow/accessor/common/const.h>
#include <ydb/library/formats/arrow/accessor/common/const.h>

namespace NKikimr::NArrow::NAccessor::NPlain {

Expand Down
3 changes: 2 additions & 1 deletion ydb/core/formats/arrow/accessor/plain/ya.make
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
LIBRARY()

PEERDIR(
ydb/core/formats/arrow/protos
ydb/core/formats/arrow/accessor/abstract
ydb/library/formats/arrow
ydb/library/formats/arrow/protos
)

SRCS(
Expand Down
2 changes: 1 addition & 1 deletion ydb/core/formats/arrow/accessor/sparsed/accessor.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#include "accessor.h"

#include <ydb/core/formats/arrow/simple_arrays_cache.h>
#include <ydb/core/formats/arrow/size_calcer.h>
#include <ydb/core/formats/arrow/splitter/simple.h>
#include <ydb/core/formats/arrow/save_load/saver.h>
#include <ydb/library/formats/arrow/simple_arrays_cache.h>

namespace NKikimr::NArrow::NAccessor {

Expand Down
2 changes: 1 addition & 1 deletion ydb/core/formats/arrow/accessor/sparsed/accessor.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#pragma once
#include <ydb/core/formats/arrow/accessor/abstract/accessor.h>
#include <ydb/core/formats/arrow/arrow_helpers.h>

#include <ydb/library/accessor/accessor.h>
#include <ydb/library/formats/arrow/accessor/abstract/accessor.h>

#include <contrib/libs/apache/arrow/cpp/src/arrow/array/array_base.h>
#include <contrib/libs/apache/arrow/cpp/src/arrow/record_batch.h>
Expand Down
2 changes: 1 addition & 1 deletion ydb/core/formats/arrow/accessor/sparsed/constructor.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once
#include <ydb/core/formats/arrow/accessor/abstract/constructor.h>
#include <ydb/core/formats/arrow/accessor/common/const.h>
#include <ydb/library/formats/arrow/accessor/common/const.h>

namespace NKikimr::NArrow::NAccessor::NSparsed {

Expand Down
2 changes: 1 addition & 1 deletion ydb/core/formats/arrow/accessor/sparsed/request.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once
#include <ydb/core/formats/arrow/accessor/abstract/request.h>
#include <ydb/core/formats/arrow/accessor/common/const.h>
#include <ydb/library/formats/arrow/accessor/common/const.h>

namespace NKikimr::NArrow::NAccessor::NSparsed {

Expand Down
3 changes: 2 additions & 1 deletion ydb/core/formats/arrow/accessor/sparsed/ya.make
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
LIBRARY()

PEERDIR(
ydb/core/formats/arrow/protos
ydb/core/formats/arrow/accessor/abstract
ydb/library/formats/arrow
ydb/library/formats/arrow/protos
)

SRCS(
Expand Down
1 change: 0 additions & 1 deletion ydb/core/formats/arrow/accessor/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ LIBRARY()
PEERDIR(
ydb/core/formats/arrow/accessor/abstract
ydb/core/formats/arrow/accessor/plain
ydb/core/formats/arrow/accessor/composite
ydb/core/formats/arrow/accessor/composite_serial
ydb/core/formats/arrow/accessor/sparsed
)
Expand Down
2 changes: 1 addition & 1 deletion ydb/core/formats/arrow/arrow_filter.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "arrow_filter.h"
#include "switch_type.h"
#include "switch/switch_type.h"
#include "common/container.h"
#include "common/adapter.h"

Expand Down
Loading

0 comments on commit 1968ec4

Please sign in to comment.