Skip to content

Commit 880ef19

Browse files
committed
log
1 parent 7606ed3 commit 880ef19

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cpp/velox/jni/JniHashTable.cc

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
#include "substrait/type.pb.h"
2727
#include "velox/core/PlanNode.h"
2828
#include "velox/type/Type.h"
29+
#include <iostream>
2930

3031
namespace gluten {
3132

@@ -68,6 +69,7 @@ std::shared_ptr<facebook::velox::exec::HashTableBuilder> nativeHashTableBuild(
6869
bool hasNullKeyValues,
6970
std::vector<std::shared_ptr<ColumnarBatch>>& batches,
7071
std::shared_ptr<facebook::velox::memory::MemoryPool> memoryPool) {
72+
std::cout << "nativeHashTableBuild is running" << "\n";
7173
auto rowType = std::make_shared<facebook::velox::RowType>(std::move(names), std::move(veloxTypeList));
7274

7375
auto sJoin = static_cast<substrait::JoinRel_JoinType>(joinType);

0 commit comments

Comments
 (0)