[jira] [Created] (ARROW-13643) [C++][Compute] Implement outer join with support for residual predicates

2021-08-16 Thread Michal Nowakiewicz (Jira)
Michal Nowakiewicz created ARROW-13643: -- Summary: [C++][Compute] Implement outer join with support for residual predicates Key: ARROW-13643 URL: https://issues.apache.org/jira/browse/ARROW-13643

[jira] [Updated] (ARROW-13642) [C++][Compute] Implement many-to-many inner hash join

2021-08-16 Thread Michal Nowakiewicz (Jira)
[ https://issues.apache.org/jira/browse/ARROW-13642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michal Nowakiewicz updated ARROW-13642: --- Summary: [C++][Compute] Implement many-to-many inner hash join (was: Implement

[jira] [Created] (ARROW-13642) Implement many-to-many inner hash join

2021-08-16 Thread Michal Nowakiewicz (Jira)
Michal Nowakiewicz created ARROW-13642: -- Summary: Implement many-to-many inner hash join Key: ARROW-13642 URL: https://issues.apache.org/jira/browse/ARROW-13642 Project: Apache Arrow

[jira] [Commented] (ARROW-5550) [C++] Refactor Buffers method on concatenate to consolidate code.

2021-08-16 Thread Micah Kornfield (Jira)
[ https://issues.apache.org/jira/browse/ARROW-5550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17400125#comment-17400125 ] Micah Kornfield commented on ARROW-5550: The PR in question had to touch three different

[jira] [Resolved] (ARROW-13330) [Go][Parquet] Add Encoding Package Part 2

2021-08-16 Thread Micah Kornfield (Jira)
[ https://issues.apache.org/jira/browse/ARROW-13330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Micah Kornfield resolved ARROW-13330. - Resolution: Fixed Issue resolved by pull request 10716

[jira] [Commented] (ARROW-13633) [Packaging][Debian] Add support for bookworm

2021-08-16 Thread Kouhei Sutou (Jira)
[ https://issues.apache.org/jira/browse/ARROW-13633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17400054#comment-17400054 ] Kouhei Sutou commented on ARROW-13633: -- Ah, it's the current testing code name. >

[jira] [Commented] (ARROW-13633) [Packaging][Debian] Add support for bookworm

2021-08-16 Thread Kouhei Sutou (Jira)
[ https://issues.apache.org/jira/browse/ARROW-13633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17400053#comment-17400053 ] Kouhei Sutou commented on ARROW-13633: -- What is "bookworm"? Could you explain more this? >

[jira] [Created] (ARROW-13641) Add an arrow::Table::GetFieldByName method

2021-08-16 Thread Syed Salman Qadri (Jira)
Syed Salman Qadri created ARROW-13641: - Summary: Add an arrow::Table::GetFieldByName method Key: ARROW-13641 URL: https://issues.apache.org/jira/browse/ARROW-13641 Project: Apache Arrow

[jira] [Updated] (ARROW-13638) [C++][R] GroupByNode accesses FunctionOptions after Init/ExecNode_Aggregate keep_alives aren't kept alive

2021-08-16 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/ARROW-13638?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated ARROW-13638: --- Labels: pull-request-available query-engine (was: query-engine) > [C++][R] GroupByNode

[jira] [Commented] (ARROW-13638) [C++][R] GroupByNode accesses FunctionOptions after Init/ExecNode_Aggregate keep_alives aren't kept alive

2021-08-16 Thread David Li (Jira)
[ https://issues.apache.org/jira/browse/ARROW-13638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1739#comment-1739 ] David Li commented on ARROW-13638: -- (Actually, that seems to be only TDigest, fortunately.) > [C++][R]

[jira] [Commented] (ARROW-13638) [C++][R] GroupByNode accesses FunctionOptions after Init/ExecNode_Aggregate keep_alives aren't kept alive

2021-08-16 Thread David Li (Jira)
[ https://issues.apache.org/jira/browse/ARROW-13638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1738#comment-1738 ] David Li commented on ARROW-13638: -- This won't work since most APIs are based around non-owning

[jira] [Updated] (ARROW-13639) [C++] Concatenate with an empty dictionary segfaults (ASan failure in TestFilterKernelWithString/0.FilterDictionary)

2021-08-16 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/ARROW-13639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated ARROW-13639: --- Labels: pull-request-available (was: ) > [C++] Concatenate with an empty dictionary

[jira] [Updated] (ARROW-13602) [C++] Tests dereferencing type-punned pointer compiler warnings

2021-08-16 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/ARROW-13602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated ARROW-13602: --- Labels: pull-request-available (was: ) > [C++] Tests dereferencing type-punned pointer

[jira] [Commented] (ARROW-13497) [C++][R] FunctionOptions not used by aggregation nodes

2021-08-16 Thread Neal Richardson (Jira)
[ https://issues.apache.org/jira/browse/ARROW-13497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17399981#comment-17399981 ] Neal Richardson commented on ARROW-13497: - Yeah I started adding the hash_ variants and that's

[jira] [Commented] (ARROW-13639) [C++] ASan failure in TestFilterKernelWithString/0.FilterDictionary

2021-08-16 Thread David Li (Jira)
[ https://issues.apache.org/jira/browse/ARROW-13639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17399970#comment-17399970 ] David Li commented on ARROW-13639: -- This boils down to calling Concatenate on dictionary types when the

[jira] [Updated] (ARROW-13639) [C++] Concatenate with an empty dictionary segfaults (ASan failure in TestFilterKernelWithString/0.FilterDictionary)

2021-08-16 Thread David Li (Jira)
[ https://issues.apache.org/jira/browse/ARROW-13639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Li updated ARROW-13639: - Summary: [C++] Concatenate with an empty dictionary segfaults (ASan failure in

[jira] [Created] (ARROW-13640) [C++] ThreadIndexer occasionally fails in CI with "Check failed: (thread_index) < (Capacity())"

2021-08-16 Thread David Li (Jira)
David Li created ARROW-13640: Summary: [C++] ThreadIndexer occasionally fails in CI with "Check failed: (thread_index) < (Capacity())" Key: ARROW-13640 URL: https://issues.apache.org/jira/browse/ARROW-13640

[jira] [Created] (ARROW-13639) [C++] ASan failure in TestFilterKernelWithString/0.FilterDictionary

2021-08-16 Thread David Li (Jira)
David Li created ARROW-13639: Summary: [C++] ASan failure in TestFilterKernelWithString/0.FilterDictionary Key: ARROW-13639 URL: https://issues.apache.org/jira/browse/ARROW-13639 Project: Apache Arrow

[jira] [Updated] (ARROW-13638) [C++][R] GroupByNode accesses FunctionOptions after Init/ExecNode_Aggregate keep_alives aren't kept alive

2021-08-16 Thread David Li (Jira)
[ https://issues.apache.org/jira/browse/ARROW-13638?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Li updated ARROW-13638: - Labels: query-engine (was: ) > [C++][R] GroupByNode accesses FunctionOptions after

[jira] [Updated] (ARROW-13638) [C++][R] GroupByNode accesses FunctionOptions after Init/ExecNode_Aggregate keep_alives aren't kept alive

2021-08-16 Thread David Li (Jira)
[ https://issues.apache.org/jira/browse/ARROW-13638?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Li updated ARROW-13638: - Component/s: (was: R) > [C++][R] GroupByNode accesses FunctionOptions after Init/ExecNode_Aggregate

[jira] [Commented] (ARROW-13638) [C++][R] GroupByNode accesses FunctionOptions after Init/ExecNode_Aggregate keep_alives aren't kept alive

2021-08-16 Thread David Li (Jira)
[ https://issues.apache.org/jira/browse/ARROW-13638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17399935#comment-17399935 ] David Li commented on ARROW-13638: -- We can make internal::Aggregate take owning instead of non-owning

[jira] [Assigned] (ARROW-13638) [C++][R] GroupByNode accesses FunctionOptions after Init/ExecNode_Aggregate keep_alives aren't kept alive

2021-08-16 Thread David Li (Jira)
[ https://issues.apache.org/jira/browse/ARROW-13638?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Li reassigned ARROW-13638: Assignee: David Li > [C++][R] GroupByNode accesses FunctionOptions after Init/ExecNode_Aggregate

[jira] [Updated] (ARROW-13638) [C++][R] GroupByNode accesses FunctionOptions after Init/ExecNode_Aggregate keep_alives aren't kept alive

2021-08-16 Thread David Li (Jira)
[ https://issues.apache.org/jira/browse/ARROW-13638?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Li updated ARROW-13638: - Component/s: C++ > [C++][R] GroupByNode accesses FunctionOptions after Init/ExecNode_Aggregate >

[jira] [Updated] (ARROW-13638) [C++][R] GroupByNode accesses FunctionOptions after Init/ExecNode_Aggregate keep_alives aren't kept alive

2021-08-16 Thread David Li (Jira)
[ https://issues.apache.org/jira/browse/ARROW-13638?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Li updated ARROW-13638: - Summary: [C++][R] GroupByNode accesses FunctionOptions after Init/ExecNode_Aggregate keep_alives aren't

[jira] [Issue Comment Deleted] (ARROW-13497) [C++][R] FunctionOptions not used by aggregation nodes

2021-08-16 Thread David Li (Jira)
[ https://issues.apache.org/jira/browse/ARROW-13497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Li updated ARROW-13497: - Comment: was deleted (was: Backtrace: {noformat} (gdb) bt #0 __cxxabiv1::__dynamic_cast

[jira] [Commented] (ARROW-13638) [R] ExecNode_Aggregate keep_alives aren't kept alive

2021-08-16 Thread David Li (Jira)
[ https://issues.apache.org/jira/browse/ARROW-13638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17399929#comment-17399929 ] David Li commented on ARROW-13638: -- {noformat} (gdb) bt #0 __cxxabiv1::__dynamic_cast

[jira] [Commented] (ARROW-13497) [C++][R] FunctionOptions not used by aggregation nodes

2021-08-16 Thread David Li (Jira)
[ https://issues.apache.org/jira/browse/ARROW-13497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17399926#comment-17399926 ] David Li commented on ARROW-13497: -- Backtrace: {noformat} (gdb) bt #0 __cxxabiv1::__dynamic_cast

[jira] [Commented] (ARROW-13497) [C++][R] FunctionOptions not used by aggregation nodes

2021-08-16 Thread David Li (Jira)
[ https://issues.apache.org/jira/browse/ARROW-13497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17399924#comment-17399924 ] David Li commented on ARROW-13497: -- I think this is related to ARROW-13627 (some of the functions don't

[jira] [Resolved] (ARROW-13614) [C++] Implement min_max aggregation over decimal

2021-08-16 Thread Antoine Pitrou (Jira)
[ https://issues.apache.org/jira/browse/ARROW-13614?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antoine Pitrou resolved ARROW-13614. Resolution: Fixed Issue resolved by pull request 10928

[jira] [Created] (ARROW-13638) [R] ExecNode_Aggregate keep_alive aren't kept alive

2021-08-16 Thread David Li (Jira)
David Li created ARROW-13638: Summary: [R] ExecNode_Aggregate keep_alive aren't kept alive Key: ARROW-13638 URL: https://issues.apache.org/jira/browse/ARROW-13638 Project: Apache Arrow Issue

[jira] [Updated] (ARROW-13638) [R] ExecNode_Aggregate keep_alives aren't kept alive

2021-08-16 Thread David Li (Jira)
[ https://issues.apache.org/jira/browse/ARROW-13638?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Li updated ARROW-13638: - Summary: [R] ExecNode_Aggregate keep_alives aren't kept alive (was: [R] ExecNode_Aggregate keep_alive

[jira] [Resolved] (ARROW-12980) [C++] Kernels to extract datetime components should be timezone aware

2021-08-16 Thread Antoine Pitrou (Jira)
[ https://issues.apache.org/jira/browse/ARROW-12980?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antoine Pitrou resolved ARROW-12980. Resolution: Fixed Issue resolved by pull request 10457

[jira] [Resolved] (ARROW-13632) [Python] Filter mask is always applied to elements at the start of FixedSizeListArray when filtering a slice

2021-08-16 Thread Antoine Pitrou (Jira)
[ https://issues.apache.org/jira/browse/ARROW-13632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antoine Pitrou resolved ARROW-13632. Resolution: Fixed Issue resolved by pull request 10944

[jira] [Commented] (ARROW-13630) [CI][C++] Travis s390x CI job is failing and blocks endianness related code verification

2021-08-16 Thread Kazuaki Ishizaki (Jira)
[ https://issues.apache.org/jira/browse/ARROW-13630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17399865#comment-17399865 ] Kazuaki Ishizaki commented on ARROW-13630: -- Thank you for creating an issue. Let us try to

[jira] [Commented] (ARROW-13636) [CI] Bogus Python install (includes PyPy) from conda-forge on AppVeyor

2021-08-16 Thread Antoine Pitrou (Jira)
[ https://issues.apache.org/jira/browse/ARROW-13636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17399836#comment-17399836 ] Antoine Pitrou commented on ARROW-13636: I merged a workaround PR, but I guess this remains to

[jira] [Updated] (ARROW-13636) [CI] Bogus Python install (includes PyPy) from conda-forge on AppVeyor

2021-08-16 Thread Antoine Pitrou (Jira)
[ https://issues.apache.org/jira/browse/ARROW-13636?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antoine Pitrou updated ARROW-13636: --- Priority: Major (was: Blocker) > [CI] Bogus Python install (includes PyPy) from

[jira] [Updated] (ARROW-13632) [Python] Filter mask is always applied to elements at the start of FixedSizeListArray when filtering a slice

2021-08-16 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/ARROW-13632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated ARROW-13632: --- Labels: pull-request-available (was: ) > [Python] Filter mask is always applied to

[jira] [Commented] (ARROW-13632) [Python] Filter mask is always applied to elements at the start of FixedSizeListArray when filtering a slice

2021-08-16 Thread Antoine Pitrou (Jira)
[ https://issues.apache.org/jira/browse/ARROW-13632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17399833#comment-17399833 ] Antoine Pitrou commented on ARROW-13632: Thank you very much for reporting this! I will submit a

[jira] [Updated] (ARROW-13402) [R] Update flight.Rmd vignette

2021-08-16 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/ARROW-13402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated ARROW-13402: --- Labels: pull-request-available (was: ) > [R] Update flight.Rmd vignette >

[jira] [Updated] (ARROW-13637) [Python][Doc] Make docstrings conform to same style

2021-08-16 Thread Alessandro Molina (Jira)
[ https://issues.apache.org/jira/browse/ARROW-13637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alessandro Molina updated ARROW-13637: -- Description: Probably all docstrings should conform to numpy style (was: Probably

[jira] [Created] (ARROW-13637) [Python][Doc] Make docstrings conform to same style

2021-08-16 Thread Alessandro Molina (Jira)
Alessandro Molina created ARROW-13637: - Summary: [Python][Doc] Make docstrings conform to same style Key: ARROW-13637 URL: https://issues.apache.org/jira/browse/ARROW-13637 Project: Apache Arrow

[jira] [Updated] (ARROW-13632) [Python] Filter mask is always applied to elements at the start of FixedSizeListArray when filtering a slice

2021-08-16 Thread Antoine Pitrou (Jira)
[ https://issues.apache.org/jira/browse/ARROW-13632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antoine Pitrou updated ARROW-13632: --- Summary: [Python] Filter mask is always applied to elements at the start of

[jira] [Assigned] (ARROW-13402) [R] Update flight.Rmd vignette

2021-08-16 Thread Nic Crane (Jira)
[ https://issues.apache.org/jira/browse/ARROW-13402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nic Crane reassigned ARROW-13402: - Assignee: Nic Crane > [R] Update flight.Rmd vignette > -- > >

[jira] [Commented] (ARROW-7938) [C++] Add tests for DayTimeIntervalBuilder

2021-08-16 Thread Micah Kornfield (Jira)
[ https://issues.apache.org/jira/browse/ARROW-7938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17399812#comment-17399812 ] Micah Kornfield commented on ARROW-7938: I took care of this as part of MonthDayNano work, so I

[jira] [Updated] (ARROW-13627) [C++] ScalarAggregateOptions don't make sense (in hash aggregation)

2021-08-16 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/ARROW-13627?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated ARROW-13627: --- Labels: kernel pull-request-available query-engine (was: kernel query-engine) > [C++]

[jira] [Assigned] (ARROW-13632) [Python] Filter mask is always applied to elements at the begging of FixedSizeListArray when filtering a slice

2021-08-16 Thread Antoine Pitrou (Jira)
[ https://issues.apache.org/jira/browse/ARROW-13632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antoine Pitrou reassigned ARROW-13632: -- Assignee: Antoine Pitrou > [Python] Filter mask is always applied to elements at the

[jira] [Updated] (ARROW-13632) [Python] Filter mask is always applied to elements at the begging of FixedSizeListArray when filtering a slice

2021-08-16 Thread Antoine Pitrou (Jira)
[ https://issues.apache.org/jira/browse/ARROW-13632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antoine Pitrou updated ARROW-13632: --- Fix Version/s: 5.0.1 6.0.0 > [Python] Filter mask is always applied to

[jira] [Updated] (ARROW-12701) [Website][Release] Include Rust contributors, committers, and commits in release notes

2021-08-16 Thread Nic Crane (Jira)
[ https://issues.apache.org/jira/browse/ARROW-12701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nic Crane updated ARROW-12701: -- Fix Version/s: (was: 5.0.0) 6.0.0 > [Website][Release] Include Rust

[jira] [Updated] (ARROW-13636) [CI] Bogus Python install (includes PyPy) from conda-forge on AppVeyor

2021-08-16 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/ARROW-13636?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated ARROW-13636: --- Labels: pull-request-available (was: ) > [CI] Bogus Python install (includes PyPy) from

[jira] [Updated] (ARROW-13636) [CI] Bogus Python (includes PyPy) install from conda-forge on AppVeyor

2021-08-16 Thread Antoine Pitrou (Jira)
[ https://issues.apache.org/jira/browse/ARROW-13636?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antoine Pitrou updated ARROW-13636: --- Summary: [CI] Bogus Python (includes PyPy) install from conda-forge on AppVeyor (was: [CI]

[jira] [Updated] (ARROW-13636) [CI] Bogus Python install (includes PyPy) from conda-forge on AppVeyor

2021-08-16 Thread Antoine Pitrou (Jira)
[ https://issues.apache.org/jira/browse/ARROW-13636?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antoine Pitrou updated ARROW-13636: --- Summary: [CI] Bogus Python install (includes PyPy) from conda-forge on AppVeyor (was: [CI]

[jira] [Commented] (ARROW-13636) [CI] Bogus Python install from conda-forge on AppVeyor

2021-08-16 Thread Antoine Pitrou (Jira)
[ https://issues.apache.org/jira/browse/ARROW-13636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17399785#comment-17399785 ] Antoine Pitrou commented on ARROW-13636: cc [~uwe] > [CI] Bogus Python install from conda-forge

[jira] [Created] (ARROW-13636) [CI] Bogus Python install from conda-forge on AppVeyor

2021-08-16 Thread Antoine Pitrou (Jira)
Antoine Pitrou created ARROW-13636: -- Summary: [CI] Bogus Python install from conda-forge on AppVeyor Key: ARROW-13636 URL: https://issues.apache.org/jira/browse/ARROW-13636 Project: Apache Arrow

[jira] [Commented] (ARROW-7938) [C++] Add tests for DayTimeIntervalBuilder

2021-08-16 Thread Antoine Pitrou (Jira)
[ https://issues.apache.org/jira/browse/ARROW-7938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17399774#comment-17399774 ] Antoine Pitrou commented on ARROW-7938: --- [~emkornfi...@gmail.com] Do you still want to be assigned

[jira] [Updated] (ARROW-13635) [Packaging][Python] Define --with-lg-page for jemalloc in the arm manylinux builds

2021-08-16 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/ARROW-13635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated ARROW-13635: --- Labels: pull-request-available (was: ) > [Packaging][Python] Define --with-lg-page for

[jira] [Updated] (ARROW-13635) [Packaging][Python] Define --with-lg-page for jemalloc in the arm manylinux builds

2021-08-16 Thread Krisztian Szucs (Jira)
[ https://issues.apache.org/jira/browse/ARROW-13635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Krisztian Szucs updated ARROW-13635: Issue Type: Improvement (was: Task) > [Packaging][Python] Define --with-lg-page for

[jira] [Created] (ARROW-13635) [Packaging][Python] Define --with-lg-page for jemalloc in the arm manylinux builds

2021-08-16 Thread Krisztian Szucs (Jira)
Krisztian Szucs created ARROW-13635: --- Summary: [Packaging][Python] Define --with-lg-page for jemalloc in the arm manylinux builds Key: ARROW-13635 URL: https://issues.apache.org/jira/browse/ARROW-13635

[jira] [Updated] (ARROW-13634) [R] Update distro() in nixlibs.R to map from "bookworm" to 12

2021-08-16 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/ARROW-13634?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated ARROW-13634: --- Labels: pull-request-available (was: ) > [R] Update distro() in nixlibs.R to map from

[jira] [Assigned] (ARROW-13634) [R] Update distro() in nixlibs.R to map from "bookworm" to 12

2021-08-16 Thread Nic Crane (Jira)
[ https://issues.apache.org/jira/browse/ARROW-13634?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nic Crane reassigned ARROW-13634: - Assignee: Nic Crane > [R] Update distro() in nixlibs.R to map from "bookworm" to 12 >

[jira] [Created] (ARROW-13634) [R] Update distro() in nixlibs.R to map from "bookworm" to 12

2021-08-16 Thread Nic Crane (Jira)
Nic Crane created ARROW-13634: - Summary: [R] Update distro() in nixlibs.R to map from "bookworm" to 12 Key: ARROW-13634 URL: https://issues.apache.org/jira/browse/ARROW-13634 Project: Apache Arrow

[jira] [Created] (ARROW-13633) [Packaging][Debian] Add support for bookworm

2021-08-16 Thread Nic Crane (Jira)
Nic Crane created ARROW-13633: - Summary: [Packaging][Debian] Add support for bookworm Key: ARROW-13633 URL: https://issues.apache.org/jira/browse/ARROW-13633 Project: Apache Arrow Issue Type:

[jira] [Updated] (ARROW-13632) [Python] Filter mask is always applied to elements at the begging of FixedSizeListArray when filtering a slice

2021-08-16 Thread Vadym Zhernovyi (Jira)
[ https://issues.apache.org/jira/browse/ARROW-13632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vadym Zhernovyi updated ARROW-13632: Description: When calling FixedSizeListArray.filter for a slice, it is always applied to

[jira] [Updated] (ARROW-13632) [Python] Filter mask is always applied to elements at the begging of FixedSizeListArray when filtering a slice

2021-08-16 Thread Vadym Zhernovyi (Jira)
[ https://issues.apache.org/jira/browse/ARROW-13632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vadym Zhernovyi updated ARROW-13632: Description: When calling FixedSizeListArray.filter for a slice, it is always applied to

[jira] [Updated] (ARROW-13632) [Python] Filter mask is always applied to elements at the begging of FixedSizeListArray when filtering a slice

2021-08-16 Thread Vadym Zhernovyi (Jira)
[ https://issues.apache.org/jira/browse/ARROW-13632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vadym Zhernovyi updated ARROW-13632: Description: When calling FixedSizeListArray.filter for a slice, it is always applied to

[jira] [Created] (ARROW-13632) [Python] Filter mask is always applied to elements at the begging of FixedSizeListArray when filtering a slice

2021-08-16 Thread Vadym Zhernovyi (Jira)
Vadym Zhernovyi created ARROW-13632: --- Summary: [Python] Filter mask is always applied to elements at the begging of FixedSizeListArray when filtering a slice Key: ARROW-13632 URL:

[jira] [Assigned] (ARROW-12874) [R] update error messages to use rlang::abort and use bullet points to separate things out

2021-08-16 Thread Nic Crane (Jira)
[ https://issues.apache.org/jira/browse/ARROW-12874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nic Crane reassigned ARROW-12874: - Assignee: (was: Nic Crane) > [R] update error messages to use rlang::abort and use bullet