You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2022/03/02 20:31:44 UTC

[GitHub] [drill] estherbuchwalter commented on a change in pull request #2461: DRILL-8136: Overload existing Math UDFs to allow for VARCHAR input

estherbuchwalter commented on a change in pull request #2461:
URL: https://github.com/apache/drill/pull/2461#discussion_r818077669



##########
File path: exec/java-exec/src/test/java/org/apache/drill/exec/expr/fn/impl/TestMathFunctionsVarcharInput.java
##########
@@ -88,7 +88,7 @@ public void testModVarcharInput() throws Exception {
       "FROM (values (1))";
 
     RowSet results = client.queryBuilder().sql(sql).rowSet();
-    
+

Review comment:
       I don't see any change here. Am I missing something?
   




-- 
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: dev-unsubscribe@drill.apache.org

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