justinborromeo commented on a change in pull request #7388: Support LPAD and 
RPAD sql function
URL: https://github.com/apache/incubator-druid/pull/7388#discussion_r274070595
 
 

 ##########
 File path: sql/src/test/java/org/apache/druid/sql/calcite/CalciteQueryTest.java
 ##########
 @@ -236,6 +236,45 @@ public void testSelectTrimFamily() throws Exception
     );
   }
 
+  @Test
+  public void testSelectPadFamily() throws Exception
+  {
+    // TRIM has some whacky parsing. Make sure the different forms work.
 
 Review comment:
   This comment doesn't seem to apply to this test.

----------------------------------------------------------------
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]

Reply via email to