[ 
https://issues.apache.org/jira/browse/ORC-148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15895075#comment-15895075
 ] 

ASF GitHub Bot commented on ORC-148:
------------------------------------

GitHub user prasanthj opened a pull request:

    https://github.com/apache/orc/pull/99

    ORC-148: Move ORC PPD failure messages from WARN to DEBUG level

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/prasanthj/orc ORC-148

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/orc/pull/99.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #99
    
----
commit 257d94b12cfeaeab3fc4f023e6d2419208fa9af9
Author: Prasanth Jayachandran <prasan...@apache.org>
Date:   2017-03-03T21:41:56Z

    ORC-148: Move ORC PPD failure messages from WARN to DEBUG level

----


> Move ORC PPD failure messages from WARN to DEBUG level
> ------------------------------------------------------
>
>                 Key: ORC-148
>                 URL: https://issues.apache.org/jira/browse/ORC-148
>             Project: ORC
>          Issue Type: Bug
>    Affects Versions: 1.4.0
>            Reporter: Prasanth Jayachandran
>            Assignee: Prasanth Jayachandran
>            Priority: Blocker
>
> Bunch of warn messages about skipping ORC PPD gets printed. This happens for 
> every stripe and every row group. Either we should print this once or move 
> this to DEBUG level
> {code}
> 2017-02-14T17:42:06,665  WARN [IO-Elevator-Thread-8 
> (1484282558103_6753_2_05_000030_2)] impl.RecordReaderImpl: 
> IllegalStateException when evaluating predicate. Skipping ORC PPD. Exception: 
> Failed to retrieve dynamic value for RS_19_store_ss_store_sk_min StatsType: 
> Long PredicateType: null
> 2017-02-14T17:42:06,665  WARN [IO-Elevator-Thread-3 
> (1484282558103_6753_2_05_000057_0)] impl.RecordReaderImpl: 
> IllegalStateException when evaluating predicate. Skipping ORC PPD. Exception: 
> Failed to retrieve dynamic value for RS_19_store_ss_store_sk_min StatsType: 
> Long PredicateType: null
> 2017-02-14T17:42:06,665  WARN [IO-Elevator-Thread-8 
> (1484282558103_6753_2_05_000030_2)] impl.RecordReaderImpl: 
> IllegalStateException when evaluating predicate. Skipping ORC PPD. Exception: 
> Failed to retrieve dynamic value for RS_13_item_ss_item_sk_min StatsType: 
> Long PredicateType: null
> 2017-02-14T17:42:06,665  WARN [IO-Elevator-Thread-3 
> (1484282558103_6753_2_05_000057_0)] impl.RecordReaderImpl: 
> IllegalStateException when evaluating predicate. Skipping ORC PPD. Exception: 
> Failed to retrieve dynamic value for RS_13_item_ss_item_sk_min StatsType: 
> Long PredicateType: null
> 2017-02-14T17:42:06,665  WARN [IO-Elevator-Thread-8 
> (1484282558103_6753_2_05_000030_2)] impl.RecordReaderImpl: 
> IllegalStateException when evaluating predicate. Skipping ORC PPD. Exception: 
> Failed to retrieve dynamic value for RS_19_store_ss_store_sk_min StatsType: 
> Long PredicateType: null
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to