Alex Behm has posted comments on this change. Change subject: IMPALA-3845: Split up hdfs-parquet-scanner.cc into more files/components. ......................................................................
Patch Set 4: (4 comments) http://gerrit.cloudera.org:8080/#/c/3596/4/be/src/exec/hdfs-parquet-scanner.cc File be/src/exec/hdfs-parquet-scanner.cc: Line 268: ParquetSchemaResolver schema_resolver(*scan_node_->hdfs_table(), > why move this up? My mistake. Reverted. http://gerrit.cloudera.org:8080/#/c/3596/4/be/src/exec/parquet-schema-resolver.h File be/src/exec/parquet-schema-resolver.h: Line 1: // Copyright 2016 Cloudera Inc. > rename file to parquet-schema-utils? moved into parquet-metadata-utils (we are checking more than just the schema) Let me know if you prefer to give the files a different name. Line 27: /// Checks the version of the given file and returns a non-OK status if > move these 3 functions into namespace/class ParquetUtils or something like Moved into a ParquetMetadataUtils class. I'm not aware or any existing ParquetUtils or similar. Let me know if you want to give the class another name. Line 31: > extra blank line Done -- To view, visit http://gerrit.cloudera.org:8080/3596 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: I4c5fd46f9c1a0ff2a4c30ea5a712fbae17c68f92 Gerrit-PatchSet: 4 Gerrit-Project: Impala Gerrit-Branch: cdh5-trunk Gerrit-Owner: Alex Behm <[email protected]> Gerrit-Reviewer: Alex Behm <[email protected]> Gerrit-Reviewer: Marcel Kornacker <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]> Gerrit-HasComments: Yes
