Re: [DISCUSSION] Support Avro Datatype Conversion to Carbon

2018-08-24 Thread Indhumathi
Hello all, Please find below plan for avro datatype conversion to carbon storage type. 1. Avro Complex DataType *Union* can be internally stored as *Struct of Distinct Value types*. 2. Avro Complex DataType *Enum* can be internally stored as *Array of Value type*. 3. Avro *Fixed* DataType can

Re: [DISCUSSION] Support Standard Spark's FileFormat interface in Carbondata

2018-08-24 Thread kanaka
+ 1 for Carbon FileFormat. Thanks for the design details. Regards, Kanaka -- Sent from: http://apache-carbondata-dev-mailing-list-archive.1130556.n5.nabble.com/

Re: [DISCUSSION] Support Avro Datatype Conversion to Carbon

2018-08-24 Thread kanaka
Hi Indhumathi, Thanks for initiating the discussion. Please list the internal storage types in carbon how you are planning to store and retrieve these types in query. -- Sent from: http://apache-carbondata-dev-mailing-list-archive.1130556.n5.nabble.com/

Re: [DISCUSSION] Remove BTree related code

2018-08-24 Thread Kunal Kapoor
+1 for removing unused code Regards Kunal Kapoor On Fri, Aug 24, 2018, 2:09 PM Ravindra Pesala wrote: > +1 > We can remove unused code > > Regards, > Ravindra > > On Fri, 24 Aug 2018 at 14:06, Kumar Vishal > wrote: > > > > > > > +1 > > > > Better to remove Btree code as now it is not

Re: [DISCUSSION] Remove BTree related code

2018-08-24 Thread Kumar Vishal
> > +1 Better to remove Btree code as now it is not getting used. -Regards Kumar Vishal