Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dataroaring committed Mar 5, 2024
1 parent 2334f9e commit 8fa695c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2775,7 +2775,7 @@ public Map<SlotRef, Expr> getPointQueryEQPredicates() {
}

public boolean isPointQueryShortCircuit() {
return false;
return isPointQuery;
}

// Check if it is a point query and set EQUAL predicates
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
testGroups = "p0"
//exclude groups and exclude suites is more prior than include groups and include suites.
excludeSuites = "test_index_failure_injection,test_dump_image,test_profile,test_spark_load,test_refresh_mtmv,test_bitmap_filter,test_information_schema_external,test_primary_key_partial_update_parallel"
excludeDirectories = "workload_manager_p1,nereids_rules_p0/subquery,unique_with_mow_p0/cluster_key,unique_with_mow_p0/ssb_unique_sql_zstd_cluster,point_query_p0,nereids_rules_p0/mv"
excludeDirectories = "workload_manager_p1,nereids_rules_p0/subquery,unique_with_mow_p0/cluster_key,unique_with_mow_p0/ssb_unique_sql_zstd_cluster"

0 comments on commit 8fa695c

Please sign in to comment.