julianhyde commented on a change in pull request #1640: [CALCITE-3552] Support 
MySQL ExtractValue function
URL: https://github.com/apache/calcite/pull/1640#discussion_r355789004
 
 

 ##########
 File path: 
core/src/main/java/org/apache/calcite/sql/fun/SqlStdOperatorTable.java
 ##########
 @@ -1334,6 +1334,10 @@ public boolean argumentMustBeScalar(int ordinal) {
   @Deprecated // to be removed before 2.0
   public static final SqlFunction JSON_STORAGE_SIZE = 
SqlLibraryOperators.JSON_STORAGE_SIZE;
 
+  @Deprecated // to be removed before 2.0
+  public static final SqlFunction EXTRACTVALUE = 
SqlLibraryOperators.EXTRACTVALUE;
+
 
 Review comment:
   Why add a member that is deprecated?

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