Github user jiadexin commented on a diff in the pull request:

    https://github.com/apache/incubator-hawq/pull/837#discussion_r74380940
  
    --- Diff: src/backend/access/external/test/pxffilters_test.c ---
    @@ -61,7 +62,7 @@ test__supported_filter_type(void **state)
     
        /* go over pxf_supported_types array */
        int nargs = sizeof(pxf_supported_types) / sizeof(Oid);
    -   assert_int_equal(nargs, 12);
    +   assert_int_equal(nargs, 13);
    --- End diff --
    
    This test is to check pxf_supported_types number, it's old value is 
hard-coded too(be 12), after an increase of DATEOID become 13.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to