You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2019/11/26 18:06:24 UTC

[GitHub] [incubator-pinot] jackjlli commented on a change in pull request #4860: Add string udfs

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org