Hi Pallavi, This is a bug in the system. We store Int as bigInt but value beyond the integer range should not be allowed for storage in integer datatype column. >From my opinion you can raise a Jira issue for this.
Regards Manish Gupta On Thu, Nov 3, 2016 at 11:06 PM, Kumar Vishal <[email protected]> wrote: > Hi Pallavi, > Currently in carbon int data type is stored as big int. Can > u please re-upload the image. > > -Regards > Kumar Vishal > > On Thu, Nov 3, 2016 at 10:09 AM, Pallavi Singh <[email protected]> > wrote: > > > Hi, > > > > I would like to know when we execute the query : > > create table employee(id int, name String) stored by 'carbondata'; > > the table created is : > > > > [image: Inline image 1] > > > > the Int is converted into BigInt and Int supports range beyond > > (-2147483648 to 2147483647) > > -- > > Regards | Pallavi Singh > > > > >
