[jira] [Created] (ARROW-12335) [Rust] [Ballista] Bump DataFusion version

2021-04-11 Thread Andy Grove (Jira)
Andy Grove created ARROW-12335:
--

 Summary: [Rust] [Ballista] Bump DataFusion version
 Key: ARROW-12335
 URL: https://issues.apache.org/jira/browse/ARROW-12335
 Project: Apache Arrow
  Issue Type: Task
  Components: Rust - Ballista
Reporter: Andy Grove
 Fix For: 4.0.0


Update Ballista to use latest DataFusion version



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (ARROW-12334) [Rust] [Ballista] Aggregate queries producing incorrect results

2021-04-11 Thread Andy Grove (Jira)
Andy Grove created ARROW-12334:
--

 Summary: [Rust] [Ballista] Aggregate queries producing incorrect 
results
 Key: ARROW-12334
 URL: https://issues.apache.org/jira/browse/ARROW-12334
 Project: Apache Arrow
  Issue Type: Bug
  Components: Rust - Ballista
Reporter: Andy Grove
Assignee: Andy Grove
 Fix For: 4.0.0


I just ran benchmarks for the first time in a while and I see duplicate entries 
for group by keys.

 

For example, query 1 has "group by l_returnflag, l_linestatus" and I see 
multiple results with l_returnflag = 'A' and l_linestatus = 'F'.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (ARROW-12333) [JS] Remove jest-environment-node-debug and do not emit from typescript by default

2021-04-11 Thread Dominik Moritz (Jira)
Dominik Moritz created ARROW-12333:
--

 Summary: [JS] Remove jest-environment-node-debug and do not emit 
from typescript by default
 Key: ARROW-12333
 URL: https://issues.apache.org/jira/browse/ARROW-12333
 Project: Apache Arrow
  Issue Type: Task
  Components: JavaScript
Reporter: Dominik Moritz
Assignee: Dominik Moritz






--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (ARROW-12332) Api server for scheduler

2021-04-11 Thread Sathis (Jira)
Sathis created ARROW-12332:
--

 Summary: Api server for scheduler
 Key: ARROW-12332
 URL: https://issues.apache.org/jira/browse/ARROW-12332
 Project: Apache Arrow
  Issue Type: New Feature
  Components: Rust - Ballista
Reporter: Sathis






--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (ARROW-12331) [Rust] [Ballista] Make CI build work with snmalloc

2021-04-11 Thread Andy Grove (Jira)
Andy Grove created ARROW-12331:
--

 Summary: [Rust] [Ballista] Make CI build work with snmalloc
 Key: ARROW-12331
 URL: https://issues.apache.org/jira/browse/ARROW-12331
 Project: Apache Arrow
  Issue Type: Improvement
  Components: Rust - Ballista
Reporter: Andy Grove
 Fix For: 4.0.0


Ballista was added to CI in [https://github.com/apache/arrow/pull/9979] but is 
building without default features due to snmalloc requiring cmake.

An alternative approach would be to build with cc instead of cmake. See the 
above PR for conversation about this.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (ARROW-12330) [Developer] Restore values in counters column of Archery benchmark

2021-04-11 Thread Kazuaki Ishizaki (Jira)
Kazuaki Ishizaki created ARROW-12330:


 Summary: [Developer] Restore values in counters column of Archery 
benchmark
 Key: ARROW-12330
 URL: https://issues.apache.org/jira/browse/ARROW-12330
 Project: Apache Arrow
  Issue Type: Bug
  Components: Developer Tools
Affects Versions: 3.0.0
Reporter: Kazuaki Ishizaki
 Fix For: 4.0.0


The issue is that ARROW-11189 always suppressed values in {{counters}} column 
of Archery benchmark

{code}
% archery benchmark run --benchmark-filter="SetBitsTo" --output=head2.json HEAD 
HEAD~1
...
---
Benchmark Time CPU   Iterations UserCounters...
---
SetBitsTo/28.15 ns 8.15 ns 81991087 
bytes_per_second=234.044M/s
SetBitsTo/16   7.78 ns 7.78 ns 89928878 
bytes_per_second=1.91429G/s
SetBitsTo/1024 13.9 ns 13.9 ns 50372172 
bytes_per_second=68.6182G/s
SetBitsTo/131072   3508 ns 3508 ns   199335 
bytes_per_second=34.7944G/s
--
Non-regressions: (4)
--
benchmark baselinecontender  change % counters
 SetBitsTo/161.877 GiB/sec1.914 GiB/sec 1.975   {}
  SetBitsTo/2  230.566 MiB/sec  234.044 MiB/sec 1.509   {}
 SetBitsTo/131072   34.722 GiB/sec   34.794 GiB/sec 0.207   {}
   SetBitsTo/1024   68.593 GiB/sec   68.618 GiB/sec 0.037   {}
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)