lidavidm commented on pull request #10992: URL: https://github.com/apache/arrow/pull/10992#issuecomment-907372626
> @bkietz @lidavidm could either of you check out this debug check failure: https://github.com/apache/arrow/pull/10992/checks?check_run_id=3437174950#step:9:12942 ? It looks like two targets are being passed in but only one aggregation. `some_grouping` probably shouldn't go into the targets? ``` (gdb) p aggs.size() $2 = 1 (gdb) p aggregate_options.targets.size() $3 = 2 (gdb) p aggregate_options.targets[0].ToString() $5 = {static npos = 18446744073709551615, _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0x55555a939db0 "FieldRef.Name(total)"}, _M_string_length = 20, { _M_local_buf = "\036\000\000\000\000\000\000\000\277j\366\377\377\177\000", _M_allocated_capacity = 30}} (gdb) p aggregate_options.targets[1].ToString() $6 = {static npos = 18446744073709551615, _M_dataplus = {<std::allocator<char>> = {<__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, _M_p = 0x55555a939de0 "FieldRef.Name(some_grouping)"}, _M_string_length = 28, { _M_local_buf = "\036\000\000\000\000\000\000\000\277j\366\377\377\177\000", _M_allocated_capacity = 30}} ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org