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 2019/06/24 21:27:16 UTC

[GitHub] [incubator-pinot] fx19880617 commented on a change in pull request #4346: Adding support for udfs in Selection

fx19880617 commented on a change in pull request #4346: Adding support for udfs in Selection
URL: https://github.com/apache/incubator-pinot/pull/4346#discussion_r296904839
 
 

 ##########
 File path: pinot-core/src/main/java/org/apache/pinot/core/plan/TransformPlanNode.java
 ##########
 @@ -81,15 +93,36 @@ private void extractColumnsAndTransforms(@Nonnull BrokerRequest brokerRequest) {
         }
       }
     } else {
-      throw new UnsupportedOperationException("Transforms not supported in selection queries.");
-      // TODO: Add transform support.
-      // projectionColumns.addAll(brokerRequest.getSelections().getSelectionColumns());
+//      throw new UnsupportedOperationException("Transforms not supported in selection queries.");
 
 Review comment:
   delete this.

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


With regards,
Apache Git Services

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