julianhyde commented on code in PR #3590:
URL: https://github.com/apache/calcite/pull/3590#discussion_r1434597746


##########
testkit/src/main/java/org/apache/calcite/test/SqlOperatorTest.java:
##########
@@ -13686,6 +13673,31 @@ void testCastTruncates(CastType castType, 
SqlOperatorFixture f) {
     }
   }
 
+  static class AliasInfo {
+    private final SqlFunction function;
+    private final String alias;
+    private final SqlLibrary[] libraries;
+
+    private  AliasInfo(SqlFunction function, String alias, SqlLibrary[] 
libraries) {

Review Comment:
   Use a better name than `AliasInfo`. Info means data, after all. Maybe 
`FunctionAlias`. Also, move it to the end of the file.



-- 
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: commits-unsubscr...@calcite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to