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

    https://github.com/apache/incubator-hawq/pull/1384#discussion_r208434124
  
    --- Diff: src/backend/cdb/cdbdatalocality.c ---
    @@ -123,10 +132,20 @@ typedef struct File_Split {
        int64 logiceof;
        int host;
        bool is_local_read;
    +   char *ext_file_uri;
    --- End diff --
    
    Remove below element:
    ```
        char *lower_bound_inc;
        char *upper_bound_exc;
        int fs_lb_len;
        int fs_ub_len;
    ```


---

Reply via email to