gr4ve commented on a change in pull request #1405: [CALCITE-2772] Support
varargs UDF for scalar function
URL: https://github.com/apache/calcite/pull/1405#discussion_r399000506
##########
File path: core/src/test/java/org/apache/calcite/util/Smalls.java
##########
@@ -253,7 +254,7 @@ public RelDataType getRowType(RelDataTypeFactory
typeFactory) {
private long current = 0;
public Object[] current() {
- return new Object[] {current};
+ return new Object[]{current};
}
Review comment:
These changes have been rolled back.
----------------------------------------------------------------
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