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....`


---

Reply via email to