Re: Usage of the name Feather?

2022-08-30 Thread Dewey Dunnington
Ian has a very good point...I would be in favour of calling them "Arrow files" wherever possible since there's no need to know or care what interprocess communication is to use them! On Mon, Aug 29, 2022 at 6:50 PM Ian Cook wrote: > +1 We should explicitly discourage further use of “Feather” to

Re: [DISC][C++] Conventions for Mentioning Classes and Methods in Documentation

2022-08-30 Thread Antoine Pitrou
Hello Kae, Le 29/08/2022 à 19:28, Kae Suarez a écrit : I personally like the idea of using namespace directives in Sphinx to keep things less cluttered and easier to write, then using the class directive each time so links are always available. I would agree with this. As for the namespace,

[RESULT][VOTE] Format: Rules and procedures for Canonical extension types

2022-08-30 Thread Antoine Pitrou
Hello, With 3 binding +1 votes, 3 non-binding +1 votes, and no -1 vote, the vote has passed. Also, vote discussion has shown that the first rule should be updated to mandate the name starts with "arrow." instead of "org.apache.arrow.". The next step will be to prepare a PR adding these rule

Re: [DISC][C++] Conventions for Mentioning Classes and Methods in Documentation

2022-08-30 Thread David Li
"Always linking" sounds reasonable to me. It also makes the decision easier, for both author and reviewer. I feel like there must be some way to configure Breathe or Sphinx to show the namespace in Antoine's example, but I don't see it… On Tue, Aug 30, 2022, at 08:52, Antoine Pitrou wrote: > H

Re: [DISC][C++] Conventions for Mentioning Classes and Methods in Documentation

2022-08-30 Thread Kae Suarez
I do not know about the namespace issue in the API reference, but when focusing on the User's Guide and Getting Started sections, we can announce at the top of the page what namespace is relevant. I personally recommend using only the arrow namespace for ease in documentation and being more manual

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: Mee

Re: [RESULT][VOTE] C++: switch to C++17

2022-08-30 Thread Sasha Krassovsky
Hi, What kind of timeline did we decide on? Is this something that can be worked on/merged immediately or should we wait until after 10.0 is out? Sasha Krassovsky > On Aug 29, 2022, at 2:20 AM, Antoine Pitrou wrote: > > > Hello, > > With 5 binding +1 votes, 7 non-binding +1 votes, and no -1

Re: Usage of the name Feather?

2022-08-30 Thread Micah Kornfield
I think one source of ambiguity for Arrow files, at least for me, is whether they are just a string of messages concatenated or they are the files that contain the metadata footer. On Tue, Aug 30, 2022 at 5:11 AM Dewey Dunnington wrote: > Ian has a very good point...I would be in favour of calli