[jira] [Resolved] (CARBONDATA-552) Unthrown FilterUnsupportedException in catch block

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Resolved] (CARBONDATA-552) Unthrown FilterUnsupportedException in catch block

Akash R Nilugal (Jira)

     [ https://issues.apache.org/jira/browse/CARBONDATA-552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ravindra Pesala resolved CARBONDATA-552.
----------------------------------------
       Resolution: Fixed
    Fix Version/s: 1.0.0-incubating

It is already handled in code

> Unthrown FilterUnsupportedException in catch block
> --------------------------------------------------
>
>                 Key: CARBONDATA-552
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-552
>             Project: CarbonData
>          Issue Type: Bug
>          Components: core
>            Reporter: Jaechang Nam
>            Priority: Trivial
>             Fix For: 1.0.0-incubating
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> new FilterUnsupportedException(e) is not thrown in core/src/main/java/org/apache/carbondata/scan/filter/resolver/RowLevelRangeFilterResolverImpl.java (found in the current github snapshot, ddeb00425537ff59bdfba76779c5d96287e07d2e)
> {code}
> 230       }
> 231     } catch (FilterIllegalMemberException e) {
> 232       new FilterUnsupportedException(e);
> 233     }
> 234     return filterValuesList;
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)