Shivram Mani created HAWQ-903:
---------------------------------
Summary: 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: Goden Yao
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}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)