Indhumathi27 commented on code in PR #5515:
URL: https://github.com/apache/hive/pull/5515#discussion_r1818602714


##########
serde/src/test/org/apache/hadoop/hive/serde2/TestOpenCSVSerde.java:
##########
@@ -39,6 +39,18 @@ public void setup() throws Exception {
     props.setProperty(serdeConstants.LIST_COLUMN_TYPES, 
"string,string,string");
   }
 
+
+  @Test
+  public void testColumnDeserializeCase() throws Exception {
+    props.setProperty(serdeConstants.LIST_COLUMN_TYPES, 
"STRING,STRING,STRING");

Review Comment:
   Can you modify the column type with different cases for the datatype



-- 
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: gitbox-unsubscr...@hive.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org
For additional commands, e-mail: gitbox-h...@hive.apache.org

Reply via email to