Indhumathi27 commented on a change in pull request #3702: 
[WIP][CARBONDATA-3769]Upgrade hadoop versionto 3.1.1 and add profile for 2.7.2
URL: https://github.com/apache/carbondata/pull/3702#discussion_r406606134
 
 

 ##########
 File path: 
integration/hive/src/test/java/org/apache/carbondata/hive/HiveCarbonTest.java
 ##########
 @@ -65,7 +65,11 @@ public static void setup() throws Exception {
   public void verifyDataAfterLoad() throws Exception {
     statement.execute("drop table if exists hive_carbon_table4");
     statement.execute("CREATE TABLE hive_carbon_table4(shortField SMALLINT , 
intField INT, bigintField BIGINT , doubleField DOUBLE, stringField STRING, 
timestampField TIMESTAMP, decimalField DECIMAL(18,2), dateField DATE, charField 
CHAR(5), floatField FLOAT) stored by 
'org.apache.carbondata.hive.CarbonStorageHandler'");
-    statement.execute("insert into hive_carbon_table4 select * from 
hive_table");
+    try {
+      statement.execute("insert into hive_carbon_table4 select * from 
hive_table");
+    } catch (Exception ex) {
 
 Review comment:
   okay

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

Reply via email to