dongjoon-hyun commented on a change in pull request #26010: [SPARK-29342][SQL] 
Make casting of string values to intervals case insensitive
URL: https://github.com/apache/spark/pull/26010#discussion_r330943951
 
 

 ##########
 File path: 
common/unsafe/src/test/java/org/apache/spark/unsafe/types/CalendarIntervalSuite.java
 ##########
 @@ -274,4 +249,23 @@ private static void testSingleUnit(String unit, int 
number, int months, long mic
     assertEquals(fromString(input1), result);
     assertEquals(fromString(input2), result);
   }
+
+  @Test
+  public void fromStringCaseSensitivityTest() {
 
 Review comment:
   This only have `positive` test cases.

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