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:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]