David Li created ARROW-13382:
--------------------------------
Summary: [C++] Aggregation over scalars fails autobrew R job
Key: ARROW-13382
URL: https://issues.apache.org/jira/browse/ARROW-13382
Project: Apache Arrow
Issue Type: Bug
Components: C++
Reporter: David Li
Assignee: David Li
[https://github.com/ursacomputing/crossbow/runs/3091873413#step:7:488]
{noformat}
*** caught illegal operation ***
address 0x109dc30cc, cause 'illegal opcode'Traceback:
1: compute__CallFunction(function_name, args, options)
2: call_function(FUN, a, options = list(na.rm = na.rm, na.min_count =
na.min_count))
3: scalar_aggregate("sum", ..., na.rm = na.rm)
4: sum.ArrowDatum(<environment>, na.rm = FALSE)
5: eval_bare(expr, quo_get_env(quo))
6: quasi_label(enquo(object), arg = "object") {noformat}
I would guess at first glance the compiler is autovectorizing something more
than necessary?
--
This message was sent by Atlassian Jira
(v8.3.4#803005)