Skip to content

Commit

Permalink
[opt](hive)opt select count(*) stmt push down agg on hive
Browse files Browse the repository at this point in the history
  • Loading branch information
hubgeter committed Jul 25, 2023
1 parent 679102a commit 339cb69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/vec/exec/scan/vscan_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Status VScanNode::init(const TPlanNode& tnode, RuntimeState* state) {
}

// tnode.olap_scan_node.push_down_agg_type_opt field is deprecated
// Introduced a new field : tnode.push_down_agg_type_opt
// Introduced a new field : tnode.push_down_agg_type_opt
//
// make it compatible here
if (tnode.__isset.push_down_agg_type_opt) {
Expand Down

0 comments on commit 339cb69

Please sign in to comment.