You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hawq.apache.org by "Shivram Mani (JIRA)" <ji...@apache.org> on 2016/07/07 20:58:10 UTC

[jira] [Updated] (HAWQ-903) Fix pxffilters_test failure and HBase filter failure

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

Shivram Mani updated HAWQ-903:
------------------------------
    Description: 
Below two failures on merging of PR https://github.com/apache/incubator-hawq/pull/695
[~jiadx]

{code}
/tmp/build/94e06087/hawq/pxf/pxf-hbase/src/main/java/org/apache/hawq/pxf/plugins/hbase/HBaseFilterBuilder.java:279: error: unreported exception Exception; must be caught or declared to be thrown
                throw new Exception("unsupported operation for filtering " + op);
                ^
1 error
:pxf-hbase:compileJava FAILED
{code}

{code}
[ RUN         ] test__supported_filter_type
                d != c
                ERROR: pxffilters_test.c:64 Failure!
[      FAILED ] test__supported_filter_type
{code}

  was:
Below two failures on merging of PR https://github.com/apache/incubator-hawq/pull/695

{code}
/tmp/build/94e06087/hawq/pxf/pxf-hbase/src/main/java/org/apache/hawq/pxf/plugins/hbase/HBaseFilterBuilder.java:279: error: unreported exception Exception; must be caught or declared to be thrown
                throw new Exception("unsupported operation for filtering " + op);
                ^
1 error
:pxf-hbase:compileJava FAILED
{code}

{code}
[ RUN         ] test__supported_filter_type
                d != c
                ERROR: pxffilters_test.c:64 Failure!
[      FAILED ] test__supported_filter_type
{code}


> Fix pxffilters_test failure and HBase filter failure
> ----------------------------------------------------
>
>                 Key: HAWQ-903
>                 URL: https://issues.apache.org/jira/browse/HAWQ-903
>             Project: Apache HAWQ
>          Issue Type: Bug
>          Components: PXF
>            Reporter: Shivram Mani
>            Assignee: Shivram Mani
>
> Below two failures on merging of PR https://github.com/apache/incubator-hawq/pull/695
> [~jiadx]
> {code}
> /tmp/build/94e06087/hawq/pxf/pxf-hbase/src/main/java/org/apache/hawq/pxf/plugins/hbase/HBaseFilterBuilder.java:279: error: unreported exception Exception; must be caught or declared to be thrown
>                 throw new Exception("unsupported operation for filtering " + op);
>                 ^
> 1 error
> :pxf-hbase:compileJava FAILED
> {code}
> {code}
> [ RUN         ] test__supported_filter_type
>                 d != c
>                 ERROR: pxffilters_test.c:64 Failure!
> [      FAILED ] test__supported_filter_type
> {code}



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