Skip to content

Commit

Permalink
[OPPRO-207] Remove cpp example code (oap-project#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
rui-mo authored Jul 20, 2022
1 parent 56a3fa2 commit 78a14ba
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 580 deletions.
4 changes: 2 additions & 2 deletions cpp/gazelle-cpp/compute/substrait_arrow.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@

#include <arrow/engine/substrait/serde.h>

#include <utility>
#include "jni/exec_backend.h"

#include "compute/substrait_utils.h"
#include <utility>

namespace gazellecpp {
namespace compute {
Expand Down
1 change: 0 additions & 1 deletion cpp/gazelle-cpp/jni/jni_wrapper.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#include <jni.h>

#include "compute/substrait_arrow.h"
#include "compute/substrait_utils.h"
#include "jni/jni_errors.h"

#ifdef __cplusplus
Expand Down
2 changes: 0 additions & 2 deletions cpp/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,6 @@ set(SPARK_COLUMNAR_PLUGIN_SRCS
memory/allocator.cc
${PROTO_SRCS}
compute/protobuf_utils.cc
compute/substrait_utils.cc
compute/kernels_ext.cc
operators/c2r/arrow_columnar_to_row_converter.cc
operators/c2r/columnar_to_row_base.cc
operators/shuffle/splitter.cc
Expand Down
71 changes: 0 additions & 71 deletions cpp/src/compute/kernels_ext.cc

This file was deleted.

63 changes: 0 additions & 63 deletions cpp/src/compute/kernels_ext.h

This file was deleted.

Loading

0 comments on commit 78a14ba

Please sign in to comment.