Re: Arrow sync call April 13 at 12:00 US/Eastern, 16:00 UTC

2022-04-13 Thread David Li
Attendees: - David Li - Eduardo Ponce - Gavin Ray - Ian Cook - James Duong - Matthew Topol - Nic - Niranda - Raul Cumplido - Rok - Weston Pace - Will Jones N.B. The Voltron Data folks have a scheduling conflict on 4/27 and will not be able to host the fortnightly sync call. Is anyone available t

Re: Perf/Benchmark for temporal operations

2022-04-13 Thread Rok Mihevc
Thanks for describing the use case Li! > The examples we ran are on UTC timestamp without any timezone > complications, perhaps there is room for short circuits when there are no > timezone complications... I think using UTC zoned timestamp array might currently behave as a regular timezoned time

Re: Perf/Benchmark for temporal operations

2022-04-13 Thread Li Jin
Thanks both for the reply. It's understandable that those kernels might not be optimized right now considering the state of the Arrow compute. > The temporal rounding operations operate on localized times taking into account the timestamp's timezone, which is why they're more computationally inten

Re: [VOTE][RUST][Datafusion] Release Apache Arrow Datafusion 7.1.0 RC1

2022-04-13 Thread Andy Grove
+1 (binding) Verified on Ubuntu 20.04.3 LTS On Wed, Apr 13, 2022 at 9:40 AM Matthew Turner wrote: > +1 (non-binding) > > Verified on M1 Macbook Air. > > Thanks, Andrew. > > From: Yang hao <1371656737...@gmail.com> > Date: Tuesday, April 12, 2022 at 9:27 PM > To: dev@arrow.apache.org > Subject:

Re: [VOTE][RUST][Datafusion] Release Apache Arrow Datafusion 7.1.0 RC1

2022-04-13 Thread Matthew Turner
+1 (non-binding) Verified on M1 Macbook Air. Thanks, Andrew. From: Yang hao <1371656737...@gmail.com> Date: Tuesday, April 12, 2022 at 9:27 PM To: dev@arrow.apache.org Subject: Re: [VOTE][RUST][Datafusion] Release Apache Arrow Datafusion 7.1.0 RC1 +1 (non-binding) Verified on macOS 12.2 Apple

Preparing for version 8.0.0 release

2022-04-13 Thread Raul Cumplido
Hi, The plan seems to be to start preparing the 8.0.0 release around the 21st of April, which means we probably will be cutting a release in ~1 / ~2 weeks from now. A confluence page was made to track the progress for the 8.0.0 release ( https://cwiki.apache.org/confluence/display/ARROW/Arrow+8.0

Re: Perf/Benchmark for temporal operations

2022-04-13 Thread Antoine Pitrou
Hello Li, The temporal rounding operations operate on localized times taking into account the timestamp's timezone, which is why they're more computationally intensive that raw floating point operations. Which operation in particular did you benchmark? Is it part of a significant workload