Skip to content

Commit

Permalink
stash
Browse files Browse the repository at this point in the history
Signed-off-by: silverbullet233 <[email protected]>
  • Loading branch information
silverbullet233 committed Feb 6, 2025
1 parent b9fd559 commit f395d4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions be/src/exec/hdfs_scanner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ Status HdfsScanner::_build_scanner_context() {
ASSIGN_OR_RETURN(ctx.predicate_tree,
ctx.conjuncts_manager->get_predicate_tree(predicate_parser, ctx.predicate_free_pool));
if (opts.runtime_state->enable_join_runtime_filter_pushdown()) {
// LOG(INFO) << "enable_join_runtime_filter_pushdown";
// @TODO we should remove partition column rf
ASSIGN_OR_RETURN(ctx.runtime_filter_preds, ctx.conjuncts_manager->get_runtime_filter_predicates(_runtime_state->obj_pool(), predicate_parser));
}
Expand Down

0 comments on commit f395d4f

Please sign in to comment.