Hi Wes, Was checking if all of Vector modules(in Java, under vector folder) are available or equivalent available for CPP distro. thanks,Sanjay
> From: wesmck...@gmail.com > Date: Fri, 5 Aug 2016 11:07:21 -0700 > Subject: Re: Is CPP version of Arrow having all modules/functionality as Java > version ? > To: dev@arrow.apache.org > > hi Sanjay, > > Since the C++ codebase is much newer than the Java one, it is missing > some features and also implements some features that are not > necessarily found in the Java codebase. > > Our initial goal is functional completeness of the data structure > specification (immutable array containers, builder classes, > reference-counted buffers and memory management) and memory sharing / > IPC / RPC (this requires a canonical metadata specification). This > functional completeness will need to be validated with integration > tests in which data constructed in Java is sent to a C++ process and > pulled back, and vice versa. > > Can you let me know which specific operations you are referring to? > Would be great to create some JIRAs enumerating the missing > functionality. > > Thanks > Wes > > On Fri, Aug 5, 2016 at 4:36 AM, Sanjay Rao <getsanjay...@live.com> wrote: > > Why this question is I don't see much of Vector operations in CPP. > > --Sanjay