Re: Nightly CI doesn't work since 2022-12-08

2022-12-14 Thread Raúl Cumplido
The secret has been updated by INFRA and I've triggered a crossbow task from Arrow. All seems to be working fine now. Thanks, El mié, 14 dic 2022 a las 5:56, Sutou Kouhei () escribió: > Thanks! > > FYI: INFRA issue: https://issues.apache.org/jira/browse/INFRA-24000 > > In > "Re: Nightly CI do

Re: [DISC] Initial ADBC release

2022-12-14 Thread David Li
We got this sorted out just now. Thanks Andrew for the help! On Fri, Dec 9, 2022, at 14:19, Andrew Lamb wrote: > I can help with a GPG key signing "party" -- sadly I can't do it today but > I can next week. > > On Fri, Dec 9, 2022 at 12:24 PM David Li wrote: > >> Ah, I neglected to mention one th

[VOTE] Add RLE Arrays to Arrow Format

2022-12-14 Thread Matt Topol
Hello, I'd like to propose adding the RLE type based on earlier discussions[1][2] to the Arrow format: - Columnar Format description: https://github.com/apache/arrow/pull/1/files#diff-8b68cf6859e881f2357f5df64bb073135d7ff6eeb51f116418660b3856564c60 - Flatbuffers changes: https://github.com/apa

Re: [VOTE] Add RLE Arrays to Arrow Format

2022-12-14 Thread Ian Cook
Thank you Matt, Tobias, and others for the great work on this. I am -0.5 on this proposal in its current form because (pardon the pedantry) what we have implemented here is not run-length encoding; it is run-end encoding. Based on community input, the choice was made to store run ends instead of r

Re: [Rust] Time to move datafusion-substrait development into DataFusion project?

2022-12-14 Thread Andy Grove
Thanks for the feedback here and on the issue. I have started the IP clearance process and am currently waiting for one contributor to submit an ICLA. Once I have that I will file the paperwork with the ASF. On Wed, Dec 7, 2022 at 1:54 PM Martin Grigorov wrote: > Hi Andy, > > Usually I'd say

Re: [EXT] Re: Struct evolution

2022-12-14 Thread Matthew Scanlon
Hello, I just wanted to follow up on our previous conversation and gain a bit more insight into the behavior of pyarrow tables reading from/writing to dataframes. I have noticed some interesting behavior related to the issue mentioned above; specifically that this does not seem to be an issue when

Re: [VOTE] Add RLE Arrays to Arrow Format

2022-12-14 Thread Matt Topol
I'm not at all opposed to renaming it as `Run-End-Encoding` if that would be preferable. Hopefully others will chime in with their feedback. --Matt On Wed, Dec 14, 2022 at 12:09 PM Ian Cook wrote: > Thank you Matt, Tobias, and others for the great work on this. > > I am -0.5 on this proposal in

Re: Nightly CI doesn't work since 2022-12-08

2022-12-14 Thread Sutou Kouhei
Thanks! It seems that GitHub token in Azure Pipelines is also expired: https://dev.azure.com/ursacomputing/crossbow/_build/results?buildId=41123&view=logs&j=0da5d1d9-276d-5173-c4c4-9d4d4ed14fdb&t=8ef82b3b-1feb-5bbd-06f6-b1f7b5467f03 > github3.exceptions.AuthenticationFailed: 401 Bad credentials