arina-ielchiieva commented on a change in pull request #1886: DRILL-7273: 
Introduce operators for handling metadata
URL: https://github.com/apache/drill/pull/1886#discussion_r344785672
 
 

 ##########
 File path: 
exec/java-exec/src/main/java/org/apache/drill/exec/planner/sql/DrillSqlWorker.java
 ##########
 @@ -131,7 +130,9 @@ private static PhysicalPlan convertPlan(QueryContext 
context, String sql, Pointe
           "Will sync remote and local function registries if needed and retry 
" +
           "in case if issue was due to missing function implementation.", e);
       if (context.getFunctionRegistry().syncWithRemoteRegistry(
-          context.getDrillOperatorTable().getFunctionRegistryVersion())) {
+              context.getDrillOperatorTable().getFunctionRegistryVersion())
 
 Review comment:
   Please explain? What about CTAS for example?

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

Reply via email to