Github user Oliver-Luo commented on a diff in the pull request:

    https://github.com/apache/incubator-hawq/pull/679#discussion_r64881019
  
    --- Diff: src/backend/cdb/cdbparquetfooterserializer.c ---
    @@ -577,12 +620,14 @@ readRowGroupInfo(
        if (!isset_columns)
                ereport(ERROR,
                                (errcode(ERRCODE_GP_INTERNAL_ERROR), 
errmsg("file metadata row group column chunk not set")));
    +   #if 0
        if (!isset_total_byte_size)
                ereport(ERROR,
                                (errcode(ERRCODE_GP_INTERNAL_ERROR), 
errmsg("file metadata row group total byte size not set")));
    --- End diff --
    
    Yes, these are some codes left due to the debugging process. Thanks for 
mentioning that. I will check that again.


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