Skip to content

Commit

Permalink
Fix build due to ClickHouse/ClickHouse#65414
Browse files Browse the repository at this point in the history
  • Loading branch information
baibaichen committed Jul 30, 2024
1 parent db79858 commit 55d8e61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cpp-ch/local-engine/Common/CHUtil.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ const DB::ActionsDAG::Node * ActionsDAGUtil::convertNodeType(
}

const DB::ActionsDAG::Node * ActionsDAGUtil::convertNodeTypeIfNeeded(
DB::ActionsDAGPtr & actions_dag,
DB::ActionsDAG & actions_dag,
const DB::ActionsDAG::Node * node,
const DB::DataTypePtr & dst_type,
const std::string & result_name,
Expand Down
2 changes: 1 addition & 1 deletion cpp-ch/local-engine/Common/CHUtil.h
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ class ActionsDAGUtil
DB::CastType cast_type = DB::CastType::nonAccurate);

static const DB::ActionsDAG::Node * convertNodeTypeIfNeeded(
DB::ActionsDAGPtr & actions_dag,
DB::ActionsDAG & actions_dag,
const DB::ActionsDAG::Node * node,
const DB::DataTypePtr & dst_type,
const std::string & result_name = "",
Expand Down

0 comments on commit 55d8e61

Please sign in to comment.