jackjlli commented on a change in pull request #4860: Add string udfs
URL: https://github.com/apache/incubator-pinot/pull/4860#discussion_r350900122
##########
File path:
pinot-core/src/test/java/org/apache/pinot/core/operator/transform/function/BaseTransformFunctionTest.java
##########
@@ -89,7 +91,7 @@ public void setUp()
_floatSVValues[i] = _intSVValues[i] * RANDOM.nextFloat();
_doubleSVValues[i] = _intSVValues[i] * RANDOM.nextDouble();
_stringSVValues[i] = Double.toString(_intSVValues[i] *
RANDOM.nextDouble());
-
+ _stringAlphaNumericSVValues[i] = "CaMeL";
Review comment:
You can use `RandomStringUtils.randomAlphabetic(int count)` to randomly
generate the test case.
----------------------------------------------------------------
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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]