Akash R Nilugal created CARBONDATA-3359:
-------------------------------------------
Summary: Data mismatch issue for decimal column after delete operation
Key: CARBONDATA-3359
URL:
https://issues.apache.org/jira/browse/CARBONDATA-3359 Project: CarbonData
Issue Type: Bug
Reporter: Akash R Nilugal
after delete operation, the decimal column data is incorrect
sql(
s"""create table decimal_table(smallIntField smallInt,intField int,bigIntField bigint,floatField float,
doubleField double,decimalField decimal(25, 4),timestampField timestamp,dateField date,stringField string,
varcharField varchar(10),charField char(10))stored as carbondata
""".stripMargin)
sql(s"load data local inpath '$resourcesPath/decimalData.csv' into table decimal_table")
sql("drop table if exists decimal_table")
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)