Please verify your email address

2024-01-07 Thread ASF Self-serve Portal
This email has been sent to you in order to verify the authenticity of a request to create a Jira account with The Apache Software Foundation. If you requested an account, please visit https://selfserve.apache.org/jira-account-verify.html?8c21f039-94bd-4c3d-8f29-24b92f52d36d to verify your ema

Jira account request denied: Punchoo

2024-01-07 Thread ASF Self-serve Portal
Hi there, We regret to inform you that, upon reviewing your request for a new Jira account connected with The Apache Software Foundation, the camel project has chosen to deny the request. We therefore will not create the Jira account. The following reason was given: It's not clear what is the

Re: [CROWDSOURCING] 2024 ASF Board Report -- January 10, 2024

2024-01-07 Thread Andy Grove
Thanks for the updates so far. There are still no updates for many of the language implementations, and it would be good to get 1-2 lines for each of them if possible. We are currently missing updates for the C (GLib), C++, Go, Java, JavaScript, Julia, MATLAB, Python, R, Ruby, and Swift Arrow impl

Re: [DISCUSS] Linear Formula Types

2024-01-07 Thread Julian Hyde
If the DB layer above Arrow supports it, I would define a (non-stored) calculated column. Given celsius_percent between 0 and 1, I would define fahrenheit as (32 + celsius_percent * 1.8). A good query optimizer would convert the condition 'where fahrenheit > 122' into 'where celsius_percent > 0.5'.