[GitHub] [carbondata] xuchuanyin commented on a change in pull request #3409: [CARBONDATA-3544] cli support summary statistics for all columns

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[GitHub] [carbondata] xuchuanyin commented on a change in pull request #3409: [CARBONDATA-3544] cli support summary statistics for all columns

GitBox
xuchuanyin commented on a change in pull request #3409: [CARBONDATA-3544] cli support summary statistics for all columns
URL: https://github.com/apache/carbondata/pull/3409#discussion_r333817050
 
 

 ##########
 File path: tools/cli/src/main/java/org/apache/carbondata/tool/DataSummary.java
 ##########
 @@ -371,6 +373,32 @@ private void printColumnStats(String columnName) throws IOException, MemoryExcep
     printer.collectFormattedData();
   }
 
+  private void printAllColumnStats() {
+    if (!dataFiles.isEmpty()) {
+      outPuts.add("");
 
 Review comment:
   what is this for?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[hidden email]


With regards,
Apache Git Services