vldpyatkov commented on code in PR #12893:
URL: https://github.com/apache/ignite/pull/12893#discussion_r2983571844


##########
modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/exec/ddl/DdlCommandHandler.java:
##########
@@ -399,4 +405,37 @@ else if (!F.isEmpty(cmd.primaryKeyColumns()) && 
cmd.primaryKeyColumns().size() =
 
         return res;
     }
+
+    /** */
+    private void checkPseudoColumns(CreateTableCommand cmd) {
+        PseudoColumnProvider pseudoColProv = 
cacheProc.context().kernalContext().plugins().createComponentOrDefault(

Review Comment:
   I think it might not be necessary to carry around the EMPTY constant. Is 
there really no way to encapsulate it in the method createComponent?



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

Reply via email to