Help regarding setting up the r package in arrow apache

2023-10-15 Thread Divyansh Khatri
I am having problems regarding setting up the r package using docker of the
apache arrow.Can you give me the step by step process of how do i setup the
r package in my vs code system using docker.


Re: [DISCUSS][IPC Format] Allow dictionary replacement in file format.

2023-10-15 Thread Micah Kornfield
IIRC, the main issue that the community did not want to tackle at the time
was determining which dictionary applied to which particular record batch
when it comes to random access.  The IPC File Footer [1] does not contain
enough information to do this without using heuristics.

Thanks,
Micah

[1] https://github.com/apache/arrow/blob/main/format/File.fbs#L26

On Wed, Oct 11, 2023 at 4:52 PM Chris Larsen 
wrote:

> Hi folks,
>
> The IPC file format notes that it is "invalid to have more than one
> non-delta dictionary batch per dictionary ID (i.e. dictionary replacement
> is not supported)" but there is the "isDelta" flag that indicates
> replacement dictionaries are supported. However it isn't clear that this
> only applies to streams.
>
> I've tried finding context around this [2] [3] [4] but I think there was
> another use case where I want to be able to stream data in blocks to a file
> system but then on read, process each data block and associated dictionary
> in parallel. Dictionary replacement helps with the parallel read case in
> that each data block can load associated dictionary blocks without having
> to read multiple dictionaries up to the associated data block.
>
> Given the delta flag, is there any reason not to support replacement
> dictionaries in the file format?
>
> [1]
>
> https://github.com/apache/arrow/pull/5585/files#diff-8b68cf6859e881f2357f5df64bb073135d7ff6eeb51f116418660b3856564c60R1027-R1030
> [2] https://github.com/apache/arrow/issues/22842
> [3] https://lists.apache.org/thread/2h3o1kbk0t9l16wxp51wdtnz16yqg03d
> [4] https://lists.apache.org/thread/31910z7g64np3dmblokbh1llmxgt74y7
>


Re: [ANNOUNCE] New Arrow PMC member: Jonathan Keane

2023-10-15 Thread Weston Pace
Congratulations Jon!

On Sun, Oct 15, 2023, 1:51 PM Neal Richardson 
wrote:

> Congratulations!
>
> On Sun, Oct 15, 2023 at 1:35 PM Bryce Mecum  wrote:
>
> > Congratulations, Jon!
> >
> > On Sat, Oct 14, 2023 at 9:24 AM Andrew Lamb 
> wrote:
> > >
> > > The Project Management Committee (PMC) for Apache Arrow has invited
> > > Jonathan Keane to become a PMC member and we are pleased to announce
> > > that Jonathan Keane has accepted.
> > >
> > > Congratulations and welcome!
> > >
> > > Andrew
> >
>


Re: [ANNOUNCE] New Arrow committer: Curt Hagenlocher

2023-10-15 Thread Weston Pace
Congratulations!

On Sun, Oct 15, 2023, 8:51 AM Gang Wu  wrote:

> Congrats!
>
> On Sun, Oct 15, 2023 at 10:49 PM David Li  wrote:
>
> > Congrats & welcome Curt!
> >
> > On Sun, Oct 15, 2023, at 09:03, wish maple wrote:
> > > Congratulations!
> > >
> > > Raúl Cumplido  于2023年10月15日周日 20:48写道:
> > >
> > >> Congratulations and welcome!
> > >>
> > >> El dom, 15 oct 2023, 13:57, Ian Cook  escribió:
> > >>
> > >> > Congratulations Curt!
> > >> >
> > >> > On Sun, Oct 15, 2023 at 05:32 Andrew Lamb 
> > wrote:
> > >> >
> > >> > > On behalf of the Arrow PMC, I'm happy to announce that Curt
> > Hagenlocher
> > >> > > has accepted an invitation to become a committer on Apache
> > >> > > Arrow. Welcome, and thank you for your contributions!
> > >> > >
> > >> > > Andrew
> > >> > >
> > >> >
> > >>
> >
>


Re: [ANNOUNCE] New Arrow PMC member: Jonathan Keane

2023-10-15 Thread Neal Richardson
Congratulations!

On Sun, Oct 15, 2023 at 1:35 PM Bryce Mecum  wrote:

> Congratulations, Jon!
>
> On Sat, Oct 14, 2023 at 9:24 AM Andrew Lamb  wrote:
> >
> > The Project Management Committee (PMC) for Apache Arrow has invited
> > Jonathan Keane to become a PMC member and we are pleased to announce
> > that Jonathan Keane has accepted.
> >
> > Congratulations and welcome!
> >
> > Andrew
>


Re: [ANNOUNCE] New Arrow PMC member: Jonathan Keane

2023-10-15 Thread Bryce Mecum
Congratulations, Jon!

On Sat, Oct 14, 2023 at 9:24 AM Andrew Lamb  wrote:
>
> The Project Management Committee (PMC) for Apache Arrow has invited
> Jonathan Keane to become a PMC member and we are pleased to announce
> that Jonathan Keane has accepted.
>
> Congratulations and welcome!
>
> Andrew


Re: [ANNOUNCE] New Arrow PMC member: Jonathan Keane

2023-10-15 Thread Dewey Dunnington
Congrats, Jon!

On Sun, Oct 15, 2023 at 7:53 AM Nic Crane  wrote:
>
> Congrats Jon!
>
> On Sun, 15 Oct 2023, 05:52 Jacob Wujciak-Jens,
>  wrote:
>
> > Congratulations 🎉!
> >
> > Raúl Cumplido  schrieb am So., 15. Okt. 2023,
> > 00:58:
> >
> > > Congratulations Jon!
> > >
> > > El dom, 15 oct 2023, 0:05, Antoine Pitrou  escribió:
> > >
> > > >
> > > > Welcome to the PMC, Jon!
> > > >
> > > > Le 14/10/2023 à 19:42, David Li a écrit :
> > > > > Congrats Jon!
> > > > >
> > > > > On Sat, Oct 14, 2023, at 13:25, Ian Cook wrote:
> > > > >> Congratulations Jonathan!
> > > > >>
> > > > >> On Sat, Oct 14, 2023 at 13:24 Andrew Lamb 
> > > wrote:
> > > > >>
> > > > >>> The Project Management Committee (PMC) for Apache Arrow has invited
> > > > >>> Jonathan Keane to become a PMC member and we are pleased to
> > announce
> > > > >>> that Jonathan Keane has accepted.
> > > > >>>
> > > > >>> Congratulations and welcome!
> > > > >>>
> > > > >>> Andrew
> > > > >>>
> > > >
> > >
> >


Re: [DISCUSS][Flight SQL] Adding Ingest Support for Flight SQL

2023-10-15 Thread Joel Lubinitsky
Providing some follow-up on this.

I've opened a PR [1] in the arrow repo with the proposed protobuf changes
as well as generated go code. A second implementation and integration tests
will be forthcoming, but I wanted to get this out there and solicit any
feedback that community members might have.

Context on certain details of the implementation can be found in
the discussion [2] in the arrow-adbc repo.

Thanks,
Joel Lubinitsky

[1] https://github.com/apache/arrow/pull/38256
[2] https://github.com/apache/arrow-adbc/issues/1107

On Tue, Sep 26, 2023 at 8:09 PM Joel Lubi  wrote:

> Hi devs,
>
> I would like to open a discussion around adding support for a native
> "ingest" command to the Flight SQL specification. The initial motivating
> use-case for this is to be able to support ADBC ingest when using the
> Flight SQL driver, which is currently not possible because the specific
> UPDATE semantics cannot be generalized across all possible Flight SQL
> backends.
>
> Specifically, I am proposing to extend the Flight SQL protobuf
> specification with a "CommandStatementIngest" message type. The GH issue
> [1] includes a sample message definition for this command. This command
> would be included in the FlightDescriptor of a DoPut call to the server,
> after which the subsequent FlightData stream could be handled as a single
> bulk ingest.
>
> I would greatly appreciate thoughts and feedback on this proposal.
>
> Thank you,
> Joel Lubinitsky
>
> [1] https://github.com/apache/arrow-adbc/issues/1107
>


Re: [ANNOUNCE] New Arrow committer: Curt Hagenlocher

2023-10-15 Thread Gang Wu
Congrats!

On Sun, Oct 15, 2023 at 10:49 PM David Li  wrote:

> Congrats & welcome Curt!
>
> On Sun, Oct 15, 2023, at 09:03, wish maple wrote:
> > Congratulations!
> >
> > Raúl Cumplido  于2023年10月15日周日 20:48写道:
> >
> >> Congratulations and welcome!
> >>
> >> El dom, 15 oct 2023, 13:57, Ian Cook  escribió:
> >>
> >> > Congratulations Curt!
> >> >
> >> > On Sun, Oct 15, 2023 at 05:32 Andrew Lamb 
> wrote:
> >> >
> >> > > On behalf of the Arrow PMC, I'm happy to announce that Curt
> Hagenlocher
> >> > > has accepted an invitation to become a committer on Apache
> >> > > Arrow. Welcome, and thank you for your contributions!
> >> > >
> >> > > Andrew
> >> > >
> >> >
> >>
>


Re: [ANNOUNCE] New Arrow committer: Curt Hagenlocher

2023-10-15 Thread David Li
Congrats & welcome Curt!

On Sun, Oct 15, 2023, at 09:03, wish maple wrote:
> Congratulations!
>
> Raúl Cumplido  于2023年10月15日周日 20:48写道:
>
>> Congratulations and welcome!
>>
>> El dom, 15 oct 2023, 13:57, Ian Cook  escribió:
>>
>> > Congratulations Curt!
>> >
>> > On Sun, Oct 15, 2023 at 05:32 Andrew Lamb  wrote:
>> >
>> > > On behalf of the Arrow PMC, I'm happy to announce that Curt Hagenlocher
>> > > has accepted an invitation to become a committer on Apache
>> > > Arrow. Welcome, and thank you for your contributions!
>> > >
>> > > Andrew
>> > >
>> >
>>


Re: [ANNOUNCE] New Arrow committer: Curt Hagenlocher

2023-10-15 Thread wish maple
Congratulations!

Raúl Cumplido  于2023年10月15日周日 20:48写道:

> Congratulations and welcome!
>
> El dom, 15 oct 2023, 13:57, Ian Cook  escribió:
>
> > Congratulations Curt!
> >
> > On Sun, Oct 15, 2023 at 05:32 Andrew Lamb  wrote:
> >
> > > On behalf of the Arrow PMC, I'm happy to announce that Curt Hagenlocher
> > > has accepted an invitation to become a committer on Apache
> > > Arrow. Welcome, and thank you for your contributions!
> > >
> > > Andrew
> > >
> >
>


Re: [ANNOUNCE] New Arrow committer: Curt Hagenlocher

2023-10-15 Thread Raúl Cumplido
Congratulations and welcome!

El dom, 15 oct 2023, 13:57, Ian Cook  escribió:

> Congratulations Curt!
>
> On Sun, Oct 15, 2023 at 05:32 Andrew Lamb  wrote:
>
> > On behalf of the Arrow PMC, I'm happy to announce that Curt Hagenlocher
> > has accepted an invitation to become a committer on Apache
> > Arrow. Welcome, and thank you for your contributions!
> >
> > Andrew
> >
>


Re: [ANNOUNCE] New Arrow committer: Curt Hagenlocher

2023-10-15 Thread Ian Cook
Congratulations Curt!

On Sun, Oct 15, 2023 at 05:32 Andrew Lamb  wrote:

> On behalf of the Arrow PMC, I'm happy to announce that Curt Hagenlocher
> has accepted an invitation to become a committer on Apache
> Arrow. Welcome, and thank you for your contributions!
>
> Andrew
>


Re: [ANNOUNCE] New Arrow PMC member: Jonathan Keane

2023-10-15 Thread Nic Crane
Congrats Jon!

On Sun, 15 Oct 2023, 05:52 Jacob Wujciak-Jens,
 wrote:

> Congratulations 🎉!
>
> Raúl Cumplido  schrieb am So., 15. Okt. 2023,
> 00:58:
>
> > Congratulations Jon!
> >
> > El dom, 15 oct 2023, 0:05, Antoine Pitrou  escribió:
> >
> > >
> > > Welcome to the PMC, Jon!
> > >
> > > Le 14/10/2023 à 19:42, David Li a écrit :
> > > > Congrats Jon!
> > > >
> > > > On Sat, Oct 14, 2023, at 13:25, Ian Cook wrote:
> > > >> Congratulations Jonathan!
> > > >>
> > > >> On Sat, Oct 14, 2023 at 13:24 Andrew Lamb 
> > wrote:
> > > >>
> > > >>> The Project Management Committee (PMC) for Apache Arrow has invited
> > > >>> Jonathan Keane to become a PMC member and we are pleased to
> announce
> > > >>> that Jonathan Keane has accepted.
> > > >>>
> > > >>> Congratulations and welcome!
> > > >>>
> > > >>> Andrew
> > > >>>
> > >
> >
>


[ANNOUNCE] New Arrow committer: Curt Hagenlocher

2023-10-15 Thread Andrew Lamb
On behalf of the Arrow PMC, I'm happy to announce that Curt Hagenlocher
has accepted an invitation to become a committer on Apache
Arrow. Welcome, and thank you for your contributions!

Andrew