rohangarg commented on a change in pull request #12127:
URL: https://github.com/apache/druid/pull/12127#discussion_r781923995



##########
File path: 
sql/src/main/java/org/apache/druid/sql/calcite/planner/PlannerContext.java
##########
@@ -392,4 +394,14 @@ public QueryMaker getQueryMaker()
   {
     return Preconditions.checkNotNull(queryMaker, "QueryMaker not available");
   }
+
+  public VirtualColumnRegistry getVirtualColumnRegistry()

Review comment:
       have changed it to `joinExpressionVirtulaColumnRegistry` which clearer. 
and added a comment where its getting called




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