[jira] [Commented] (PARQUET-2246) Add short circuit logic to column index filter

2023-02-23 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/PARQUET-2246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17692685#comment-17692685
 ] 

ASF GitHub Bot commented on PARQUET-2246:
-

gszadovszky merged PR #1030:
URL: https://github.com/apache/parquet-mr/pull/1030




> Add short circuit logic to column index filter
> --
>
> Key: PARQUET-2246
> URL: https://issues.apache.org/jira/browse/PARQUET-2246
> Project: Parquet
>  Issue Type: Improvement
>Reporter: Yujiang Zhong
>Assignee: Yujiang Zhong
>Priority: Minor
>
> ColumnIndexFilter can be optimized by adding short-circuit logic to `AND` and 
> `OR` operations. It's not necessary to evaluating the right node in some 
> cases:
>  * If the left result row ranges of `AND` is empty
>  * If the left result row ranges of `OR` is full range of the row-group



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (PARQUET-2246) Add short circuit logic to column index filter

2023-02-22 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/PARQUET-2246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17692019#comment-17692019
 ] 

ASF GitHub Bot commented on PARQUET-2246:
-

wgtmac commented on PR #1030:
URL: https://github.com/apache/parquet-mr/pull/1030#issuecomment-1439613076

   cc @gszadovszky




> Add short circuit logic to column index filter
> --
>
> Key: PARQUET-2246
> URL: https://issues.apache.org/jira/browse/PARQUET-2246
> Project: Parquet
>  Issue Type: Improvement
>Reporter: Yujiang Zhong
>Priority: Minor
>
> ColumnIndexFilter can be optimized by adding short-circuit logic to `AND` and 
> `OR` operations. It's not necessary to evaluating the right node in some 
> cases:
>  * If the left result row ranges of `AND` is empty
>  * If the left result row ranges of `OR` is full range of the row-group



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (PARQUET-2246) Add short circuit logic to column index filter

2023-02-15 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/PARQUET-2246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17689114#comment-17689114
 ] 

ASF GitHub Bot commented on PARQUET-2246:
-

zhongyujiang opened a new pull request, #1030:
URL: https://github.com/apache/parquet-mr/pull/1030

   Jira: [PARQUET-2246](https://issues.apache.org/jira/browse/PARQUET-2246)




> Add short circuit logic to column index filter
> --
>
> Key: PARQUET-2246
> URL: https://issues.apache.org/jira/browse/PARQUET-2246
> Project: Parquet
>  Issue Type: Improvement
>Reporter: Yujiang Zhong
>Priority: Minor
>
> ColumnIndexFilter can be optimized by adding short-circuit logic to `AND` and 
> `OR` operations. It's not necessary to evaluating the right node in some 
> cases:
>  * If the left result row ranges of `AND` is empty
>  * If the left result row ranges of `OR` is full range of the row-group



--
This message was sent by Atlassian Jira
(v8.20.10#820010)