mcvsubbu commented on a change in pull request #4774: Refactor virtualColumn
URL: https://github.com/apache/incubator-pinot/pull/4774#discussion_r344417836
##########
File path:
pinot-common/src/main/java/org/apache/pinot/common/utils/CommonConstants.java
##########
@@ -386,6 +388,12 @@ public ServerType getServerType() {
public static String REPLICA_GROUP_SEGMENT_ASSIGNMENT_STRATEGY =
"ReplicaGroupSegmentAssignmentStrategy";
}
+ public static class VirtualColumn {
Review comment:
IIRC you can add a virtual column in the schema with its own provider.
I am not sure if there is a restriction that virtual columns have to start
with the "$" sign, but we can discuss if we can introduce that now.
----------------------------------------------------------------
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]