[GitHub] [incubator-doris] morningman commented on a change in pull request #3694: [Enhancement] Improve the performance of query with IN predicate

2020-05-27 Thread GitBox
morningman commented on a change in pull request #3694: URL: https://github.com/apache/incubator-doris/pull/3694#discussion_r430969199 ## File path: be/src/exec/olap_scan_node.cpp ## @@ -736,100 +735,114 @@ static bool ignore_cast(SlotDescriptor* slot, Expr* expr) {

[GitHub] [incubator-doris] morningman commented on a change in pull request #3694: [Enhancement] Improve the performance of query with IN predicate

2020-05-27 Thread GitBox
morningman commented on a change in pull request #3694: URL: https://github.com/apache/incubator-doris/pull/3694#discussion_r430967592 ## File path: be/src/exec/olap_scan_node.cpp ## @@ -838,39 +851,52 @@ Status OlapScanNode::normalize_in_predicate(SlotDescriptor* slot,

[GitHub] [incubator-doris] morningman commented on a change in pull request #3694: [Enhancement] Improve the performance of query with IN predicate

2020-05-26 Thread GitBox
morningman commented on a change in pull request #3694: URL: https://github.com/apache/incubator-doris/pull/3694#discussion_r430842572 ## File path: be/src/exec/olap_scan_node.cpp ## @@ -884,25 +910,54 @@ Status OlapScanNode::normalize_in_predicate(SlotDescriptor* slot,