[C++] Apache Arrow C++ Variadic Kernels Design

2021-06-17 Thread Ian Cook
Arrow developers, A couple of recent PRs have added new variadic scalar kernels to the Arrow C++ library (ARROW-12751, ARROW-12709). There were some questions raised in comments on Jira and GitHub about whether these could instead be implemented as unary or binary kernels that take ListArray or

Re: [ANNOUNCE] New Arrow PMC member: David M Li

2021-06-21 Thread Ian Cook
Congratulations, David! Ian On Mon, Jun 21, 2021 at 6:19 PM Wes McKinney wrote: > > The Project Management Committee (PMC) for Apache Arrow has invited > David M Li to become a PMC member and we are pleased to announce > that David has accepted. > > Congratulations and welcome!

Re: [C++] Apache Arrow C++ Variadic Kernels Design

2021-06-18 Thread Ian Cook
I have removed them. Thank you, Ian On Fri, Jun 18, 2021 at 2:26 PM Antoine Pitrou wrote: > > > Aren't SELECT DISTINCT and COUNT DISTINCT just condensed variants of a > GROUP BY query? Do they need to be exposed as standalone kernels? > > > Le 18/06/2021 à 00:58, Ian Cook a é

Re: String reverse kernel

2021-05-17 Thread Ian Cook
+1 for clarifying this in the kernel documentation, referring to these multi-emoji glyphs as "emoji ZWJ sequences," and linking to https://unicode.org/emoji/charts/emoji-zwj-sequences.html Ian On Mon, May 17, 2021 at 11:21 AM Antoine Pitrou wrote: > > > Le 17/05/2021 à 17:17, David Li a écrit

Re: Arrow sync call July 7 at 12:00 US/Eastern, 16:00 UTC

2021-07-07 Thread Ian Cook
Update: For the meeting starting now, please us this Google Meet URL: https://meet.google.com/ebp-tczo-xjn Ian On Tue, Jul 6, 2021 at 12:07 PM Ian Cook wrote: > > Hi all, > > Our biweekly sync call is tomorrow at > https://meet.google.com/vtm-teks-phx. All are welcome

Distributing the Arrow C++ library through vcpkg

2021-07-07 Thread Ian Cook
Hi Arrow devs, Since 2017, it has been possible to install the Arrow C++ library using the vcpkg package manager[1], but until recently, the Arrow vcpkg port ("port" is their term for a package) was maintained by community members, not by core Arrow devs. This led to a pattern of irregular

Re: Arrow sync call July 7 at 12:00 US/Eastern, 16:00 UTC

2021-07-07 Thread Ian Cook
Thanks to all who attended. Meeting notes: Attendees: Nate Bauernfeind Ian Cook Nic Crane Alenka Frim Micah Kornfield Jorge Leitao Alessandro Molina Weston Pace Eduardo Ponce Pol Santamaria Discussion: - Arrow 5.0.0 release - Goal: release end of next week or worst case the third week

Arrow sync call July 7 at 12:00 US/Eastern, 16:00 UTC

2021-07-06 Thread Ian Cook
Hi all, Our biweekly sync call is tomorrow at https://meet.google.com/vtm-teks-phx. All are welcome to join. Notes will be shared with the mailing list afterward. Ian

Re: [DISCUSS] integration against parquet files?

2021-03-08 Thread Ian Cook
I had some similar thoughts recently and wrote a bit of code to automate the process of running PySpark jobs that write sample Parquet files with multiple versions of Spark: https://github.com/ursa-labs/parquet-lot That repo provides some lightweight scaffolding and includes two simple example

Setting Affects Version in Arrow Jira bug issues

2021-04-07 Thread Ian Cook
Hi all, In discussion with Wes, Neal, and Krisztián, we had the following idea for how to make better use of the Affects Version field when creating issues with Type = Bug in Jira: (1) When reporting a bug, set Affects Version to the the most recent released version of Arrow if and only if the

Re: 4.0 release preparation

2021-04-10 Thread Ian Cook
I can confirm that the test-r-minimal-build failure was fixed in ARROW-12197. Ian On Sat, Apr 10, 2021 at 17:06 Weston Pace wrote: > Nightly build triage (based on nightly builds from 4/9): > > Failed Tasks: > - conda-linux-gcc-py36-aarch64: > ARROW-12324 (conda builds timing out, conda

Re: Arrow sync call April 14 at 12:00 US/Eastern, 16:00 UTC

2021-04-14 Thread Ian Cook
Thanks everyone who attended. Meeting notes: Attendees: Colin Alworth Nate Bauernfeind Ian Cook Nic Crane Andy Grove Jonathan Keane Micah Kornfield David Li Kirill Lykov Roc Mihevc Alessandro Molina Weston Pace Antoine Pitrou Neal Richardson Krisztián Szűcs Naman Udasi Discussion: - Arrow

Re: [VOTE] Release Apache Arrow 4.0.0 - RC3

2021-04-22 Thread Ian Cook
+1 (non-binding) Verified C++ source on Windows 10 with only known failures[1] that seem to be caused by using Visual Studio 2019. [1] https://issues.apache.org/jira/browse/ARROW-11675 On Wed, Apr 21, 2021 at 5:30 PM Krisztián Szűcs wrote: > > Hi, > > I would like to propose the following

Arrow sync call August 18 at 12:00 US/Eastern, 16:00 UTC

2021-08-18 Thread Ian Cook
Hi all, Our biweekly sync call is today at 12:00 noon Eastern time. For today's call, let's please us this Google Meet URL (different from the usual one): https://meet.google.com/ebp-tczo-xjn All are welcome to join. Notes will be shared with the mailing list afterward. Thanks, Ian

Re: Arrow sync call August 18 at 12:00 US/Eastern, 16:00 UTC

2021-08-18 Thread Ian Cook
Meeting notes: Attendees: Ian Cook Nic Crane Alenka Frim David Li Rok Mihevc Niranda Perera Eduardo Ponce Discussion: - Voltron Data update - Ursa Computing now part of Voltron Data [1] - Ursa Labs now Voltron Labs - Mission to support Apache Arrow project and community continues

[ANNOUNCE] New Zoom URL for biweekly Arrow sync call

2021-08-27 Thread Ian Cook
As there were no objections to the proposal [1] to move the biweekly Arrow sync call to Zoom, we will move to Zoom beginning with the next call. The regular date and time of the sync call is unchanged: every two weeks on Wednesday at 12:00 noon US Eastern time. The next occurrence is on September

Arrow sync call September 1 at 12:00 US/Eastern, 16:00 UTC

2021-09-01 Thread Ian Cook
Hi all, Our biweekly sync call is today at 12:00 noon Eastern time. We have switched to using Zoom instead of Google Meet. The Zoom meeting URL for this and future Arrow sync calls is: https://zoom.us/j/87649033008?pwd=SitsRHluQStlREM0TjJVYkRibVZsUT09 Alternatively, enter this information into

[DISCUSS] Proposal to move biweekly Arrow sync call to Zoom

2021-08-25 Thread Ian Cook
In last week's Arrow sync call, I suggested that we move future sync calls from Google Meet to Zoom. The primary benefit of this is that Zoom meetings can be configured to allow participants to join even if the host is not present, thus eliminating the need for any one particular person or person

Re: Arrow sync call September 1 at 12:00 US/Eastern, 16:00 UTC

2021-09-15 Thread Ian Cook
Meeting notes (with apologies for the delay in sending these out): Attendees: - Nate Bauernfeind - Phillip Cloud - Ian Cook - Nic Crane - David Li - Rok Mihevc - Eduardo Ponce - Micah Kornfield - Niranda Perera Discussion: - Deephaven built a asynchronous event-driven framework for Arrow

Arrow sync call September 15 at 12:00 US/Eastern, 16:00 UTC

2021-09-15 Thread Ian Cook
Hi all, Our biweekly sync call is today at 12:00 noon Eastern time. Many (possibly all) of the folks at Voltron Data will be attending a separate meeting at this same time today, so attendance might be lighter than usual. Please carry on without us. We ask that someone who does attend please

Re: 5.0.0 Release and Release Manager

2021-08-03 Thread Ian Cook
We should post the 5.0.0 release blog post soon. If anyone would like to review the content or make changes or additions, please do so as soon as possible: https://github.com/apache/arrow-site/pull/127 Thanks, Ian On Fri, Jul 16, 2021 at 1:44 PM Neal Richardson wrote: > > I've started a draft

Re: [VOTE][RESULT] Release Apache Arrow 5.0.0 - RC1

2021-07-29 Thread Ian Cook
The vcpkg port is updated in https://github.com/microsoft/vcpkg/pull/19229. Waiting for the vcpkg maintainers to merge it. Ian On Thu, Jul 29, 2021 at 3:19 PM Neal Richardson wrote: > > Just as a matter of course, I've created a 5.0.1 Fix Version in JIRA--not a > commitment to doing a patch

Arrow sync call October 13 at 12:00 US/Eastern, 16:00 UTC

2021-10-13 Thread Ian Cook
Hi all, Our biweekly sync call is today at 12:00 noon Eastern time. The Zoom meeting URL for this and other biweekly Arrow sync calls is: https://zoom.us/j/87649033008?pwd=SitsRHluQStlREM0TjJVYkRibVZsUT09 Alternatively, enter this information into the Zoom website or app to join the call:

Re: Arrow sync call October 13 at 12:00 US/Eastern, 16:00 UTC

2021-10-14 Thread Ian Cook
Attendees: Ian Cook Micah Kornfield Rok Mihevc Benson Muite Antoine Pitrou Matt Topol Discussion: 6.0.0 release [1] - RC0 expected in the next several days - Krisztián will serve as release manager Bumping versions of bundled dependencies [2] - Micah raised concerns that this is potentially

Arrow sync call September 29 at 12:00 US/Eastern, 16:00 UTC

2021-09-28 Thread Ian Cook
Hi all, Our biweekly sync call is tomorrow at 12:00 noon Eastern time. The Zoom meeting URL for this and other biweekly Arrow sync calls is: https://zoom.us/j/87649033008?pwd=SitsRHluQStlREM0TjJVYkRibVZsUT09 Alternatively, enter this information into the Zoom website or app to join the call:

Re: Long title on github page

2021-09-22 Thread Ian Cook
Reopening this old thread to discuss whether we should change the heading text on the Arrow website (https://arrow.apache.org) to match this updated description in the GitHub repo. I opened a Jira issue for this at https://issues.apache.org/jira/browse/ARROW-14086. Please share feedback here or

Arrow sync call December 22 at 12:00 US/Eastern, 17:00 UTC

2021-12-22 Thread Ian Cook
Hi all, Our biweekly sync call is today at 12:00 noon Eastern time. The Zoom meeting URL for this and other biweekly Arrow sync calls is: https://zoom.us/j/87649033008?pwd=SitsRHluQStlREM0TjJVYkRibVZsUT09 Alternatively, enter this information into the Zoom website or app to join the call:

Arrow sync call January 5 at 12:00 US/Eastern, 17:00 UTC

2022-01-05 Thread Ian Cook
Hi all, Our biweekly sync call is today at 12:00 noon Eastern time. The Zoom meeting URL for this and other biweekly Arrow sync calls is: https://zoom.us/j/87649033008?pwd=SitsRHluQStlREM0TjJVYkRibVZsUT09 Alternatively, enter this information into the Zoom website or app to join the call:

Re: [ANNOUNCE] New Arrow committer: Alessandro Molina

2022-01-05 Thread Ian Cook
Congratulations Alessandro! On Wed, Jan 5, 2022 at 9:40 AM Rok Mihevc wrote: > > Congrats Alessandro! > > On Wed, Jan 5, 2022 at 2:24 PM Eduardo Ponce wrote: > > > > Great addition to PMC. Congratulations! > > > > ~Eduardo > > > > On Wed, Jan 5, 2022 at 7:34 AM Wes McKinney wrote: > > > > > On

Re: Arrow sync call December 22 at 12:00 US/Eastern, 17:00 UTC

2021-12-22 Thread Ian Cook
Attendees Ian Cook James Duong Pradeep Garigipati Ian Joiner David Li Rok Mihevc Eduardo Ponce Discussion Upcoming Arrow 7.0.0 release [1] - Expected in first half of January - Please plan to complete PRs for 7.0.0 in time - Please bump Fix Version from 7.0.0 to 8.0.0 for Jira issues

Re: [RESULT][VOTE] Release Apache Arrow 6.0.1 - RC1

2021-11-18 Thread Ian Cook
Regarding vcpkg: The 6.0.0 arrow port update PR (https://github.com/microsoft/vcpkg/pull/21113) is not yet merged because of a problem with the aws-sdk-cpp vcpkg port on which it depends. Once that is merged, I will open another PR to update it to 6.0.1. Ian On Thu, Nov 18, 2021 at 3:28 AM Sutou

Arrow sync call November 10 at 12:00 US/Eastern, 17:00 UTC

2021-11-10 Thread Ian Cook
Hi all, Our biweekly sync call is today at 12:00 noon Eastern time. The Zoom meeting URL for this and other biweekly Arrow sync calls is: https://zoom.us/j/87649033008?pwd=SitsRHluQStlREM0TjJVYkRibVZsUT09 Alternatively, enter this information into the Zoom website or app to join the call:

Arrow sync call November 24 at 12:00 US/Eastern, 17:00 UTC

2021-11-24 Thread Ian Cook
Hi all, Our biweekly sync call is today at 12:00 noon Eastern time. The Zoom meeting URL for this and other biweekly Arrow sync calls is: https://zoom.us/j/87649033008?pwd=SitsRHluQStlREM0TjJVYkRibVZsUT09 Alternatively, enter this information into the Zoom website or app to join the call:

Re: [VOTE][RESULT] Release Apache Arrow 6.0.0 - RC3

2021-10-29 Thread Ian Cook
I am working on the vcpkg port update today. Ian On Fri, Oct 29, 2021 at 11:31 AM Neal Richardson wrote: > > R package has been accepted by CRAN, though we will have to patch and > resubmit due to a sanitizer error ( > https://issues.apache.org/jira/browse/ARROW-14514 for the failure, >

Arrow sync call October 27 at 12:00 US/Eastern, 16:00 UTC

2021-10-26 Thread Ian Cook
Hi all, Our biweekly sync call is tomorrow at 12:00 noon Eastern time. The Zoom meeting URL for this and other biweekly Arrow sync calls is: https://zoom.us/j/87649033008?pwd=SitsRHluQStlREM0TjJVYkRibVZsUT09 Alternatively, enter this information into the Zoom website or app to join the call:

Arrow sync call December 8 at 12:00 US/Eastern, 17:00 UTC

2021-12-08 Thread Ian Cook
Hi all, Our biweekly sync call is today at 12:00 noon Eastern time. The Zoom meeting URL for this and other biweekly Arrow sync calls is: https://zoom.us/j/87649033008?pwd=SitsRHluQStlREM0TjJVYkRibVZsUT09 Alternatively, enter this information into the Zoom website or app to join the call:

Re: Arrow sync call December 8 at 12:00 US/Eastern, 17:00 UTC

2021-12-08 Thread Ian Cook
Attendees Ian Cook Alenka Frim Andrew Lamb David Li Antoine Pitrou Discussion Proposal from Joris Van den Bossche to split the Sphinx docs project into multiple projects [1] - This is mostly a technical proposal but it affects how we maintain the docs - Feedback and questions welcome Proposal

Arrow sync call July 21 at 12:00 US/Eastern, 16:00 UTC

2021-07-21 Thread Ian Cook
Hi all, Our biweekly sync call is today at 12:00 noon Eastern time. For today's call, let's please us this Google Meet URL (different from the usual one): https://meet.google.com/ebp-tczo-xjn All are welcome to join. Notes will be shared with the mailing list afterward. Thanks, Ian

Re: Arrow sync call July 21 at 12:00 US/Eastern, 16:00 UTC

2021-07-22 Thread Ian Cook
Meeting notes: Attendees: Nate Bauernfeind Ian Cook Nic Crane Jonathan Keane Rok Mihevc Weston Pace Eduardo Ponce Discussion: - 5.0.0 release is underway this week - Thanks to all who have contributed! - No blocking Jira issues[1] - Krisztián is managing this release and is currently

Re: Compute Functions: Modulo

2021-07-28 Thread Ian Cook
Hi Rares, We have an open Jira issue for this at https://issues.apache.org/jira/browse/ARROW-12755, and some other related issues linked from it. Please comment there if you have suggestions for the implementation. Thank you, Ian On Wed, Jul 28, 2021 at 7:15 AM Antoine Pitrou wrote: > > >

Arrow sync call March 16 at 12:00 US/Eastern, 16:00 UTC

2022-03-16 Thread Ian Cook
Hi all, Our biweekly sync call is today at 12:00 noon Eastern time. For attendees in locations where Daylight Saving Time is observed but has not yet begun, please note that this is one hour earlier than the usual time in your local time zone. The Zoom meeting URL for this and other biweekly

Re: Arrow sync call February 16 at 12:00 US/Eastern, 17:00 UTC

2022-02-16 Thread Ian Cook
Attendees: Ian Cook Nic Crane James Duong Alenka Frim Ian Joiner Will Jones Jonathan Keane Rok Mihevc Discussion: Arrow visual identity proposal - If interested, please review the PR [1] arrow vcpkg port 7.0.0 update PR [2] - To maintain ORC functionality, the orc vcpkg port must be updated

Re: [VOTE] Release Apache Arrow 7.0.0 - RC10

2022-02-15 Thread Ian Cook
r Go modules > > > > >> >> > 19. [in-pr] update docs > > > > >> >> > > > > > >> >> > On Thu, Feb 3, 2022 at 10:26 PM Neal Richardson > > > > >> >> > wrote: > > > > >> >> >> > &

Arrow sync call February 16 at 12:00 US/Eastern, 17:00 UTC

2022-02-15 Thread Ian Cook
Hi all, Our biweekly sync call is tomorrow at 12:00 noon Eastern time. The Zoom meeting URL for this and other biweekly Arrow sync calls is: https://zoom.us/j/87649033008?pwd=SitsRHluQStlREM0TjJVYkRibVZsUT09 Alternatively, enter this information into the Zoom website or app to join the call:

Arrow sync call March 2 at 12:00 US/Eastern, 17:00 UTC

2022-03-02 Thread Ian Cook
Hi all, Our biweekly sync call is today at 12:00 noon Eastern time. The Zoom meeting URL for this and other biweekly Arrow sync calls is: https://zoom.us/j/87649033008?pwd=SitsRHluQStlREM0TjJVYkRibVZsUT09 Alternatively, enter this information into the Zoom website or app to join the call:

Arrow sync call March 30 at 12:00 US/Eastern, 16:00 UTC

2022-03-30 Thread Ian Cook
Hi all, Our biweekly sync call is today at 12:00 noon Eastern time. The Zoom meeting URL for this and other biweekly Arrow sync calls is: https://zoom.us/j/87649033008?pwd=SitsRHluQStlREM0TjJVYkRibVZsUT09 Alternatively, enter this information into the Zoom website or app to join the call:

Re: Arrow sync call March 30 at 12:00 US/Eastern, 16:00 UTC

2022-03-30 Thread Ian Cook
Attendees: Ian Cook James Duong Ian Joiner Micah Kornfield David Li Rok Mihevc Matt Topol Discussion: C++ helpers for conversion between Arrow columnar formats and row-oriented formats - Discussion at [1]; comments requested - Could this be pursued by factoring out existing code from the CSV

Re: Adding Apache Arrow to the registry of Digital Public Goods

2022-03-28 Thread Ian Cook
Hi Arrow devs, What we most need to help complete the DPG application are links to evidence showing that Apache Arrow is relevant to the UN's Sustainable Development Goals, which are described here: https://sdgs.un.org/goals Here is some information from the DPG organization explaining what is

Arrow sync call February 2 at 12:00 US/Eastern, 17:00 UTC

2022-02-02 Thread Ian Cook
Hi all, Our biweekly sync call is today at 12:00 noon Eastern time. The Zoom meeting URL for this and other biweekly Arrow sync calls is: https://zoom.us/j/87649033008?pwd=SitsRHluQStlREM0TjJVYkRibVZsUT09 Alternatively, enter this information into the Zoom website or app to join the call:

Re: Arrow sync call February 2 at 12:00 US/Eastern, 17:00 UTC

2022-02-02 Thread Ian Cook
Attendees: Ian Cook Ian Joiner Will Jones Jon Keane Micah Kornfield Rok Mihevc Alessandro Molina Antoine Pitrou Jacob Quinn Krisztián Szűcs Matt Topol Joris Van den Bossche Discussion: Recent ORC writer work - Ian Joiner is working on several follow-up issues [1] 7.0.0 release current state

Re: [VOTE] Release Apache Arrow 7.0.0 - RC10

2022-02-03 Thread Ian Cook
Thanks Krisztián! I will update the vcpkg port. Ian On Thu, Feb 3, 2022 at 2:35 PM Krisztián Szűcs wrote: > > Current status of the post release tasks: > > 1. [done] make the released version as "RELEASED" on JIRA > 2. [done] start the new version on JIRA > 4. [done] upload source > 5. [done]

Arrow sync call January 19 at 12:00 US/Eastern, 17:00 UT

2022-01-19 Thread Ian Cook
Hi all, Our biweekly sync call is today at 12:00 noon Eastern time. The Zoom meeting URL for this and other biweekly Arrow sync calls is: https://zoom.us/j/87649033008?pwd=SitsRHluQStlREM0TjJVYkRibVZsUT09 Alternatively, enter this information into the Zoom website or app to join the call:

Re: Arrow sync call January 19 at 12:00 US/Eastern, 17:00 UT

2022-01-19 Thread Ian Cook
Attendees: Colin Alworth Ian Cook Nic Crane Alenka Frim Will Jones David Li Rok Mihevc Dragoș Moldovan-Grünfeld Niranda Perera Antoine Pitrou Matt Topol Joris Van den Bossche Discussion: 7.0.0 release - Krisztián has a PR open for RC0 [1] - Joris has identified a regression [2] so

Re: [ANNOUNCE] New Arrow PMC chair: Kouhei Sutou

2022-01-26 Thread Ian Cook
Congratulations Kou! Many thanks for your dedication. On Tue, Jan 25, 2022 at 11:33 AM Wes McKinney wrote: > > I am pleased to announce that we have a new PMC chair and VP as per > our newly started tradition of rotating the chair once a year. I have > resigned and Kouhei was duly elected by the

Arrow sync call April 13 at 12:00 US/Eastern, 16:00 UTC

2022-04-12 Thread Ian Cook
Hi all, Our biweekly sync call is tomorrow at 12:00 noon Eastern time. The Zoom meeting URL for this and other biweekly Arrow sync calls is: https://zoom.us/j/87649033008?pwd=SitsRHluQStlREM0TjJVYkRibVZsUT09 Alternatively, enter this information into the Zoom website or app to join the call:

Arrow community meeting August 30 at 16:00 UTC

2023-08-30 Thread Ian Cook
Our next biweekly Arrow community meeting is today at 16:00 UTC / 12:00 EDT. Zoom meeting URL: https://zoom.us/j/87649033008?pwd=SitsRHluQStlREM0TjJVYkRibVZsUT09 Meeting ID: 876 4903 3008 Passcode: 958092 Meeting notes will be captured in this Google Doc:

Arrow community meeting September 13 at 16:00 UTC

2023-09-12 Thread Ian Cook
Our next biweekly Arrow community meeting is tomorrow at 16:00 UTC / 12:00 EDT. Zoom meeting URL: https://zoom.us/j/87649033008?pwd=SitsRHluQStlREM0TjJVYkRibVZsUT09 Meeting ID: 876 4903 3008 Passcode: 958092 Meeting notes will be captured in this Google Doc:

Re: [Python][Discuss] PyArrow Dataset as a Python protocol

2023-08-29 Thread Ian Cook
; > That wouldn't remove the feature from DuckDB, would it? It would just > > > > mean > > > > > that we recognize that PyArrow expressions don't have well-defined > > > > > semantics that we are committing to at this time. As long as we have > > &

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 >

Arrow community meeting October 25 at 16:00 UTC

2023-10-25 Thread Ian Cook
Our next biweekly Arrow community meeting is today at 16:00 UTC / 12:00 EDT. Zoom meeting URL: https://zoom.us/j/87649033008?pwd=SitsRHluQStlREM0TjJVYkRibVZsUT09 Meeting ID: 876 4903 3008 Passcode: 958092 Meeting notes will be captured in this Google Doc:

Arrow community meeting November 8 at 17:00 UTC

2023-11-07 Thread Ian Cook
Our next biweekly Arrow community meeting is tomorrow at 17:00 UTC / 12:00 EDT. Zoom meeting URL: https://zoom.us/j/87649033008?pwd=SitsRHluQStlREM0TjJVYkRibVZsUT09 Meeting ID: 876 4903 3008 Passcode: 958092 Meeting notes will be captured in this Google Doc:

Re: [DISCUSS][C++] Raw pointer string views

2023-09-29 Thread Ian Cook
I strongly agree with Ben's assertion that "the risk of a parallel ecosystem… is more likely to be provoked by excluding a user's vital use case [than by implementing support for an unofficial layout variant]" in the C++ library. But there seems to be a consensus here that there is a real risk of

Arrow community meeting September 27 at 16:00 UTC

2023-09-27 Thread Ian Cook
Our next biweekly Arrow community meeting is today at 16:00 UTC / 12:00 EDT. Zoom meeting URL: https://zoom.us/j/87649033008?pwd=SitsRHluQStlREM0TjJVYkRibVZsUT09 Meeting ID: 876 4903 3008 Passcode: 958092 Meeting notes will be captured in this Google Doc:

Re: [VOTE][Format] Add ListView and LargeListView Arrays to Arrow Format

2023-09-29 Thread Ian Cook
+1 (non-binding) Thanks very much Felipe for your persistence and your commitment to addressing the numerous questions and comments that have been raised since the beginning of the discussion on this in April. On Fri, Sep 29, 2023 at 12:34 PM Benjamin Kietzman wrote: > > +1 > > On Fri, Sep 29,

Arrow community meeting October 11 at 16:00 UTC

2023-10-11 Thread Ian Cook
Our next biweekly Arrow community meeting is today at 16:00 UTC / 12:00 EDT. Zoom meeting URL: https://zoom.us/j/87649033008?pwd=SitsRHluQStlREM0TjJVYkRibVZsUT09 Meeting ID: 876 4903 3008 Passcode: 958092 Meeting notes will be captured in this Google Doc:

Re: [ANNOUNCE] New Arrow committer: Xuwei Fu

2023-10-23 Thread Ian Cook
Congratulations Xuwei! On Mon, Oct 23, 2023 at 12:46 AM Sutou Kouhei wrote: > > On behalf of the Arrow PMC, I'm happy to announce that Xuwei Fu > has accepted an invitation to become a committer on Apache > Arrow. Welcome, and thank you for your contributions! > > -- > kou

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

2023-10-14 Thread Ian Cook
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: [Vote][Format] C Data Interface Format string for REE

2023-08-16 Thread Ian Cook
+1 (non-binding) On Wed, Aug 16, 2023 at 10:16 AM Matt Topol wrote: > > Hey All, > > As proposed by Felipe [1] I'm starting a vote on the proposed update to the > Format Spec of adding "+r" as the format string for passing Run-End Encoded > arrays through the Arrow C Data Interface. > > A PR

Arrow community meeting August 16 at 16:00 UTC

2023-08-16 Thread Ian Cook
Our next biweekly Arrow community meeting is today at 16:00 UTC / 12:00 EDT. Zoom meeting URL: https://zoom.us/j/87649033008?pwd=SitsRHluQStlREM0TjJVYkRibVZsUT09 Meeting ID: 876 4903 3008 Passcode: 958092 Meeting notes will be captured in this Google Doc:

Re: Sort a Table In C++?

2023-08-17 Thread Ian Cook
Li, Here's a standalone C++ example that constructs a Table and executes an Acero ExecPlan to sort it: https://gist.github.com/ianmcook/2aa9aa82e61c3ea4405450b93cf80fbc Ian On Thu, Aug 17, 2023 at 4:50 PM Li Jin wrote: > > Hi, > > I am writing some C++ test and found myself in need for an c++

Re: Arrow sync call May 11 at 12:00 US/Eastern, 16:00 UTC

2022-05-11 Thread Ian Cook
Attendees: Joris Van den Bossche Ian Cook Nic Crane Raul Cumplido Ian Joiner David Li Rok Mihevc Dragoș Moldovan-Grünfeld Aldrin Montana Weston Pace Eduardo Ponce Matthew Topol Jacob Wujciak Discussion: Eduardo: Draft PR with a guide showing how to create a new Arrow C++ compute kernel [1

Arrow sync call May 25 at 12:00 US/Eastern, 16:00 UTC

2022-05-25 Thread Ian Cook
Hi all, Our biweekly sync call is today at 12:00 noon Eastern time. The Zoom meeting URL for this and other biweekly Arrow sync calls is: https://zoom.us/j/87649033008?pwd=SitsRHluQStlREM0TjJVYkRibVZsUT09 Alternatively, enter this information into the Zoom website or app to join the call:

Re: [RESULT][VOTE] Release Apache Arrow 8.0.0 - RC3

2022-05-28 Thread Ian Cook
> 16. [todo:ianmcook] update vcpkg port Done On Sat, May 7, 2022 at 07:20 Krisztián Szűcs wrote: > Updated status of post-release tasks: > > 1. [done] make the released version as "RELEASED" on JIRA > 2. [done] start the new version on JIRA > 3. [done] merge changes on release branch to

Arrow sync call July 6 at 12:00 US/Eastern, 16:00 UTC

2022-07-05 Thread Ian Cook
Hi all, Our biweekly sync call is tomorrow at 12:00 noon Eastern time. The Zoom meeting URL for this and other biweekly Arrow sync calls is: https://zoom.us/j/87649033008?pwd=SitsRHluQStlREM0TjJVYkRibVZsUT09 Alternatively, enter this information into the Zoom website or app to join the call:

Arrow sync call June 22 at 12:00 US/Eastern, 16:00 UTC

2022-06-22 Thread Ian Cook
Hi all, Our biweekly sync call is today at 12:00 noon Eastern time. The Zoom meeting URL for this and other biweekly Arrow sync calls is: https://zoom.us/j/87649033008?pwd=SitsRHluQStlREM0TjJVYkRibVZsUT09 Alternatively, enter this information into the Zoom website or app to join the call:

Re: Arrow sync call July 6 at 12:00 US/Eastern, 16:00 UTC

2022-07-06 Thread Ian Cook
Attendees: - Ian Cook - Raul Cumplido - James Duong - Will Jones - David Li - Ashish Paliwal - Matt Topol - Jacob Wujciak Discussion: Donation of Flight SQL drivers to Arrow project - The vote to accept the donation of the Flight SQL JDBC driver has passed [1]. We are awaiting some

Re: [ANNOUNCE] New Arrow committers: Dewey Dunnington, Alenka Frim, and Rok Mihevc

2022-06-22 Thread Ian Cook
Congratulations Dewey, Alenka, and Rok!!! On Wed, Jun 22, 2022 at 1:13 PM Neal Richardson wrote: > > On behalf of the Arrow PMC, I'm happy to announce that > > Dewey Dunnington > Alenka Frim > Rok Mihevc > > have all accepted invitations to become committers on Apache Arrow! > Welcome, thank you

Re: Arrow sync call June 22 at 12:00 US/Eastern, 16:00 UTC

2022-06-22 Thread Ian Cook
Attendees: - Ian Cook - Will Jones - David Li - Rok Mihevc - Dragoș Moldovan-Grünfeld - Aldrin Montana - Matthew Topol - Jacob Wujciak Discussion: Book about Apache Arrow released this week - Matt Topol's book "In-Memory Analytics with Apache Arrow" goes on sale this Friday

Arrow sync call June 8 at 12:00 US/Eastern, 16:00 UTC

2022-06-08 Thread Ian Cook
Hi all, Our biweekly sync call is today at 12:00 noon Eastern time. The Zoom meeting URL for this and other biweekly Arrow sync calls is: https://zoom.us/j/87649033008?pwd=SitsRHluQStlREM0TjJVYkRibVZsUT09 Alternatively, enter this information into the Zoom website or app to join the call:

Re: Arrow sync call June 8 at 12:00 US/Eastern, 16:00 UTC

2022-06-08 Thread Ian Cook
Attendees: Ian Cook Raúl Cumplido Alenka Frim Ian Joiner Will Jones Jorge Leitão David Li Rok Mihevc Ashish Paliwal Matthew Topol Jacob Wujciak Discussion: Recent changes to the merge script for apache/arrow PRs - Now uses a personal access token (PAT) to authenticate to the ASF Jira - Now

Re: June 23 virtual conference to highlight work in the Arrow ecosystem

2022-06-07 Thread Ian Cook
The deadline for applying to speak at the June 23 event has passed. We plan to do more events like this in the future so I expect there will be more opportunities to speak. Ian On Mon, Jun 6, 2022 at 10:28 PM Niranda Perera wrote: > > Hi, > > Is the event still open for submitting talks? If so,

Re: Arrow sync call June 8 at 12:00 US/Eastern, 16:00 UTC

2022-06-08 Thread Ian Cook
re was any discussion of note that > happened around Arrow + Substrait stuff? > > > On Wed, Jun 8, 2022 at 5:31 PM Ian Cook wrote: > > > Attendees: > > > > Ian Cook > > Raúl Cumplido > > Alenka Frim > > Ian Joiner > > Will Jones > > Jor

Arrow sync call July 20 at 12:00 US/Eastern, 16:00 UTC

2022-07-19 Thread Ian Cook
Hi all, Our biweekly sync call is tomorrow at 12:00 noon Eastern time. The Zoom meeting URL for this and other biweekly Arrow sync calls is: https://zoom.us/j/87649033008?pwd=SitsRHluQStlREM0TjJVYkRibVZsUT09 Alternatively, enter this information into the Zoom website or app to join the call:

Re: [RESULT][VOTE] Release Apache Arrow 8.0.0 - RC3

2022-05-06 Thread Ian Cook
I will update the vcpkg port Ian On Fri, May 6, 2022 at 17:38 Krisztián Szűcs wrote: > Current status of the post-release tasks: > > 1. [done] make the released version as "RELEASED" on JIRA > 2. [done] start the new version on JIRA > 3. [done] merge changes on release branch to maintenance

Re: Arrow sync call April 27 at 12:00 US/Eastern, 16:00 UTC

2022-04-27 Thread Ian Cook
ync call. Is anyone available to run > >> the meeting that day? > >> > > >> > Is anyone available to run the sync call this Wednesday? > >> > > >> > On Wed, Apr 13, 2022, at 12:59, David Li wrote: > >> >> Attendees: > >>

Arrow sync call May 11 at 12:00 US/Eastern, 16:00 UTC

2022-05-11 Thread Ian Cook
Hi all, Our biweekly sync call is today at 12:00 noon Eastern time. The Zoom meeting URL for this and other biweekly Arrow sync calls is: https://zoom.us/j/87649033008?pwd=SitsRHluQStlREM0TjJVYkRibVZsUT09 Alternatively, enter this information into the Zoom website or app to join the call:

Re: [DISCUSS] "Naming" the Arrow C++ execution engine subproject?

2022-05-09 Thread Ian Cook
t; > invent an L to go on the end for ACCEL which is the base of "accelerate", > > which would be convenient ... but ran out of inspiration at that point. > > > > On Mon, May 9, 2022 at 1:45 PM Ian Cook wrote: > > > > > Reflecting on this discussion six week

Re: [DISCUSS] "Naming" the Arrow C++ execution engine subproject?

2022-05-09 Thread Ian Cook
Reflecting on this discussion six weeks after Wes’s initial message: I like the “ACE” name. I have been using it to refer to the Arrow C++ execution engine in verbal conversations with contributors, and it has been a much-needed convenient monosyllabic shorthand for a part of the Arrow project

Re: Usage of the name Feather?

2022-08-29 Thread Ian Cook
+1 We should explicitly discourage further use of “Feather” to refer to Arrow IPC files. In this spirit of simplifying terminology: Does the “IPC” in the term “Arrow IPC files” serve a truly necessary purpose? Is there another type of “Arrow file” that the “IPC” serves to disambiguate? If not,

Arrow sync call August 31 at 12:00 US/Eastern, 16:00 UTC

2022-08-30 Thread Ian Cook
Hi all, Our biweekly sync call is tomorrow at 12:00 noon Eastern time. The Zoom meeting URL for this and other biweekly Arrow sync calls is: https://zoom.us/j/87649033008?pwd=SitsRHluQStlREM0TjJVYkRibVZsUT09 Alternatively, enter this information into the Zoom website or app to join the call:

Re: Arrow sync call August 31 at 12:00 US/Eastern, 16:00 UTC

2022-08-31 Thread Ian Cook
Attendees: - Ian Cook - Raúl Cumplido - Dewey Dunnington - James Duong - Ian Joiner - Will Jones - Jonathan Keane - David Li - Rok Mihevc - Niranda Perera - Antoine Pitrou - Gavin Ray - Kae Suarez - Matt Topol - Brent Gardner - Dalton Modlin Discussion: Proposal to switch to C++ 17

Arrow sync call September 28 at 12:00 US/Eastern, 16:00 UTC

2022-09-28 Thread Ian Cook
Hi all, Our biweekly sync call is today at 12:00 noon Eastern time. The Zoom meeting URL for this and other biweekly Arrow sync calls is: https://zoom.us/j/87649033008?pwd=SitsRHluQStlREM0TjJVYkRibVZsUT09 Alternatively, enter this information into the Zoom website or app to join the call:

Re: [ANNOUNCE] New Arrow PMC member: Nicola Crane

2022-10-25 Thread Ian Cook
Congratulations Nic!!! On Tue, Oct 25, 2022 at 17:06 Sutou Kouhei wrote: > The Project Management Committee (PMC) for Apache Arrow has invited > Nicola Crane to become a PMC member and we are pleased to announce > that Nicola Crane has accepted. > > Congratulations and welcome! >

Arrow sync call October 26 at 12:00 US/Eastern, 16:00 UTC

2022-10-26 Thread Ian Cook
Hi all, Our biweekly sync call is today at 12:00 noon Eastern time. The Zoom meeting URL for this and other biweekly Arrow sync calls is: https://zoom.us/j/87649033008?pwd=SitsRHluQStlREM0TjJVYkRibVZsUT09 Alternatively, enter this information into the Zoom website or app to join the call:

Re: [DISCUSS] Move issue tracking to

2022-10-26 Thread Ian Cook
ttps://github.com/apache/arrow/issues/14510 Ian On Wed, Oct 26, 2022 at 1:30 PM Ian Cook wrote: > > Todd said: > >User identifiers differ between systems... > > To help with this, I created a couple of small scripts [1] that > extract details from resolved Arrow Jira issues a

Re: [DISCUSS] Move issue tracking to

2022-10-26 Thread Ian Cook
Todd said: >User identifiers differ between systems... To help with this, I created a couple of small scripts [1] that extract details from resolved Arrow Jira issues and the associated merged GitHub PRs, then perform some cleaning, to generate a list [2] of matching Jira user identifiers and

Re: [ANNOUNCE] New Arrow committer: Will Jones

2022-10-27 Thread Ian Cook
Congratulations Will! On Thu, Oct 27, 2022 at 19:56 Sutou Kouhei wrote: > On behalf of the Arrow PMC, I'm happy to announce that Will Jones > has accepted an invitation to become a committer on Apache > Arrow. Welcome, and thank you for your contributions! > > kou >

Arrow sync call September 14 at 12:00 US/Eastern, 16:00 UTC

2022-09-13 Thread Ian Cook
Hi all, Our biweekly sync call is tomorrow at 12:00 noon Eastern time. The Zoom meeting URL for this and other biweekly Arrow sync calls is: https://zoom.us/j/87649033008?pwd=SitsRHluQStlREM0TjJVYkRibVZsUT09 Alternatively, enter this information into the Zoom website or app to join the call:

Re: Arrow sync call October 12 at 12:00 US/Eastern, 16:00 UTC

2022-10-13 Thread Ian Cook
Attendees: - Vibhatha Abeykoon - Anja Boskovic - Ian Cook - Will Jones - David Li - Rok Mihevc - Percy Triveño Aucahuasi - Joris Van den Bossche - Jacob Wujciak Discussion: DELTA_BINARY_PACKED encoder for Parquet - Rok looking for help debugging the PR [1] - Tests are failing on some

Arrow sync call October 12 at 12:00 US/Eastern, 16:00 UTC

2022-10-11 Thread Ian Cook
Hi all, Our biweekly sync call is tomorrow at 12:00 noon Eastern time. I expect this meeting might run shorter than usual because the attendees from Voltron Data will need to leave to join another call at 12:30 pm Eastern time. The Zoom meeting URL for this and other biweekly Arrow sync calls

  1   2   3   >