Github user radarwave commented on the issue:
https://github.com/apache/hawq/pull/1369
Please check the unittest failures of those commits:
`pxffilters_test.c: In function
âtest__pxf_serialize_filter_list__oneFilterâ:
pxffilters_test.c:817:2: error: too many arguments to function
âpxf_free_expression_items_listâ
pxf_free_expression_items_list(expressionItems, true);
^
In file included from pxffilters_test.c:26:0:
../pxffilters.c:267:1: note: declared here
pxf_free_expression_items_list(List *expressionItems)
^
pxffilters_test.c: In function
âtest__pxf_serialize_fillter_list__nullFilterâ:
pxffilters_test.c:835:2: error: too many arguments to function
âpxf_free_expression_items_listâ
pxf_free_expression_items_list(expressionItems, true);
^
In file included from pxffilters_test.c:26:0:
../pxffilters.c:267:1: note: declared here
pxf_free_expression_items_list(List *expressionItems)
^
pxffilters_test.c: In function
âtest__pxf_serialize_filter_list__manyFiltersâ:
pxffilters_test.c:873:2: error: too many arguments to function
âpxf_free_expression_items_listâ
pxf_free_expression_items_list(expressionItems, true);
^
In file included from pxffilters_test.c:26:0:
../pxffilters.c:267:1: note: declared here
pxf_free_expression_items_list(List *expressionItems)
^
make[3]: *** [pxffilters_test.o] Error 1
make[3]: *** Waiting for unfinished jobs....`
---