Hi Andy,
You are correct that those are alternative options. You actually had
your key correctly added to the KEYS file. I believe the issue is that
your key is only self-signed, so it cannot be verified through
Andrew's web of trust. See key signing party instructions at:
https://infra.apache.org
+1 (non-binding)
Verified on MacOS 12.2 M1 pro
Best regards,
Remzi
From: Yang hao <1371656737...@gmail.com>
Date: Friday, May 13, 2022 at 21:11
To: dev@arrow.apache.org
Subject: Re: [VOTE][RUST][DataFusion] Release Apache Arrow DataFusion 8.0.0 RC2
Hi:
Verified (8.0.0 rc2) on MacOS 12.2 M1 pro (
+1 binding.
Thanks Andy for driving this release.
On Fri, May 13, 2022 at 4:57 AM Andy Grove wrote:
>
> Hi,
>
> I would like to propose a release of Apache Arrow DataFusion Implementation,
> version 8.0.0.
>
> This release candidate is based on commit:
> b9f6e6b7c353c1109bd7b306008e006db29b46f8
Hi,
I'm working on a Python UDFs PoC and would like to get the community's feedback
on its design.
The goal of this PoC is to enable a user to integrate Python UDFs in an
Ibis/Substrait/Arrow workflow. The basic idea is that the user would create an
Ibis expression that includes Python UDFs im