You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@carbondata.apache.org by "Jaechang Nam (JIRA)" <ji...@apache.org> on 2016/12/22 15:19:58 UTC

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

Jaechang Nam created CARBONDATA-552:
---------------------------------------

             Summary: 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


new FilterUnsupportedException(e) is not thrown in core/src/main/java/org/apache/carbondata/scan/filter/resolver/RowLevelRangeFilterResolverImpl.java

{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)