Impala Public Jenkins has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/11749 )

Change subject: IMPALA-6964: Track stats about column and page sizes in Parquet 
reader
......................................................................


Patch Set 1:

(7 comments)

http://gerrit.cloudera.org:8080/#/c/11749/1/be/src/exec/hdfs-parquet-scanner.h
File be/src/exec/hdfs-parquet-scanner.h:

http://gerrit.cloudera.org:8080/#/c/11749/1/be/src/exec/hdfs-parquet-scanner.h@468
PS1, Line 468:   /// to this counter, (2) when a page that is not compressed is 
read, its size is added to
line too long (91 > 90)


http://gerrit.cloudera.org:8080/#/c/11749/1/be/src/exec/hdfs-parquet-scanner.h@661
PS1, Line 661:   /// Update the counter parquet_compressed_page_size_counter_ 
with the given compressed page size
line too long (98 > 90)


http://gerrit.cloudera.org:8080/#/c/11749/1/be/src/exec/hdfs-parquet-scanner.h@664
PS1, Line 664:   /// Update the counter parquet_uncompressed_page_size_counter_ 
with the given uncompressed page size
line too long (102 > 90)


http://gerrit.cloudera.org:8080/#/c/11749/1/be/src/exec/hdfs-scan-node-base.h
File be/src/exec/hdfs-scan-node-base.h:

http://gerrit.cloudera.org:8080/#/c/11749/1/be/src/exec/hdfs-scan-node-base.h@538
PS1, Line 538:   /// the size of a single column that is scanned by the scan 
node. The scan node tracks the
line too long (92 > 90)


http://gerrit.cloudera.org:8080/#/c/11749/1/be/src/exec/hdfs-scan-node-base.h@539
PS1, Line 539:   /// number of bytes read for each column it processes, and 
when the scan node is closed, it
line too long (93 > 90)


http://gerrit.cloudera.org:8080/#/c/11749/1/be/src/exec/hdfs-scan-node-base.h@542
PS1, Line 542:   RuntimeProfile::SummaryStatsCounter* 
uncompressed_data_read_per_column_counter_ = nullptr;
line too long (92 > 90)


http://gerrit.cloudera.org:8080/#/c/11749/1/be/src/exec/hdfs-scan-node-base.cc
File be/src/exec/hdfs-scan-node-base.cc:

http://gerrit.cloudera.org:8080/#/c/11749/1/be/src/exec/hdfs-scan-node-base.cc@376
PS1, Line 376:   uncompressed_data_read_per_column_counter_ = 
ADD_SUMMARY_STATS_COUNTER(runtime_profile(),
line too long (91 > 90)



--
To view, visit http://gerrit.cloudera.org:8080/11749
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I5373b1e2b8157c5b2e3d79d46b60ec44a55f79bc
Gerrit-Change-Number: 11749
Gerrit-PatchSet: 1
Gerrit-Owner: Sahil Takiar <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
Gerrit-Comment-Date: Mon, 22 Oct 2018 17:56:11 +0000
Gerrit-HasComments: Yes

Reply via email to