You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2020/11/17 02:43:38 UTC

[GitHub] [incubator-pinot] siddharthteotia commented on a change in pull request #6225: Perf optimization for SQL GROUP BY ORDER BY

siddharthteotia commented on a change in pull request #6225:
URL: https://github.com/apache/incubator-pinot/pull/6225#discussion_r524848862



##########
File path: pinot-core/src/main/java/org/apache/pinot/core/data/table/Record.java
##########
@@ -45,6 +45,7 @@
 public class Record {
   private final Object[] _values;
 
+  private Key _key;

Review comment:
       Removed this. No longer needed




----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org