akashrn5 commented on a change in pull request #3702: [CARBONDATA-3769]Upgrade
hadoop versionto 3.1.1 and add profile for 2.7.2
URL: https://github.com/apache/carbondata/pull/3702#discussion_r406605719
##########
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:
there are some issues, im just adding for my reference, not actual code
----------------------------------------------------------------
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