coderfender commented on code in PR #1916:
URL: 
https://github.com/apache/datafusion-ballista/pull/1916#discussion_r4100086090


##########
ballista/core/proto/ballista.proto:
##########
@@ -829,6 +829,12 @@ message FailedTask {
   }
 }
 
+message TaskColumnStats {
+  uint32 column      = 1;
+  uint64 null_count  = 2;
+  bytes  hll_sketch  = 3;

Review Comment:
   Ah! Totally get the idea of encapsulating sketches. Let me get to it 



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to