ECCN for Arrow

2022-01-22 Thread Kazuaki Ishizaki
Recently, I realized that there is a page for the export control of ASF products at https://www.apache.org/licenses/exports/. Here is a product classification matrix at https://www.apache.org/licenses/exports/#matrix. In the matrix, there are products (e.g. Apache Geode) that link and use

Re: [C++][Gandiva] InExpression with date/time types

2022-01-22 Thread Micah Kornfield
Hi Nate, +dev@ to reach more people familiar with Gandiva. I'd recommend filing a JIRA if no-one chimes in (more people might monitor JIRAs then user@) here I'd assume it is an oversight. Thanks, Micah On Fri, Jan 21, 2022 at 5:21 AM Nate Clark wrote: > Hi, > > I have been working on building

Re: [DISCUSS] New Types (Schema.fbs vs Extension Types)

2022-01-22 Thread Micah Kornfield
Sorry meant to add, that I think the C++ implementation should go where-ever is most convenient to make it work well in the system (unless the type requires heavy third-party dependencies). On Sat, Jan 22, 2022 at 8:53 PM Micah Kornfield wrote: > Do we need a vote on this? > > I was imagining

Re: [DISCUSS] New Types (Schema.fbs vs Extension Types)

2022-01-22 Thread Micah Kornfield
> > Do we need a vote on this? I was imagining well known types would follow roughly the same process that new types follow (requiring two different language implementations and an integration test). I don't think we need to stick to java as the second language though. On Sat, Jan 22, 2022 at

Re: [DISCUSS] New Types (Schema.fbs vs Extension Types)

2022-01-22 Thread Rok Mihevc
Thanks for the input Weston! How about arrow/experimental/format/ExtensionTypes.fbs or arrow/format/ExtensionTypes.fbs for language independent schema and loosely arrow//extensions for implementations? Having machine readable definitions could perhaps be useful for generating implementations in

Re: [CI] Fwd: dockerhub limitations - maximum user count reached

2022-01-22 Thread Phillip Cloud
+1 for using ghcr.io. It integrates well with GitHub (e.g., the packages feature) and is generally a better user experience than dockerhub. On Sat, Jan 22, 2022 at 6:27 AM Antoine Pitrou wrote: > > Le 22/01/2022 à 05:20, Sutou Kouhei a écrit : > > Hi, > > > > We use asfjenkins account on

Re: [CI] Fwd: dockerhub limitations - maximum user count reached

2022-01-22 Thread Antoine Pitrou
Le 22/01/2022 à 05:20, Sutou Kouhei a écrit : Hi, We use asfjenkins account on apache/arrow but we use my account or Krisztián's account on ursacomputing/crossbow for Crossbow. (We set Docker Hub account information on GitHub Actions and Azure Pipelines for ursacomputing/crossbow.) It may be

Re: [CI] Fwd: dockerhub limitations - maximum user count reached

2022-01-22 Thread Jarek Potiuk
> > > It may be better that we use ghcr.io (Docker registry > provided by GitHub) instead of Docker Hub. Because we use > our Docker images only for CI. They are not intended to be > used by users. All Apache Arrow committers will be able to > push ghcr.io/apache/arrow. > > Just a comment from a