[jira] [Created] (ARROW-17296) [Python] Doctest failure in pyarrow.parquet.read_metadata after 10.0.0 dev version update

2022-08-03 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-17296: Summary: [Python] Doctest failure in pyarrow.parquet.read_metadata after 10.0.0 dev version update Key: ARROW-17296 URL: https://issues.apache.org/jira/browse/ARROW-17296

[jira] [Created] (ARROW-17259) [C++] Use shared_ptr less throughout arrow/compute

2022-07-29 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-17259: Summary: [C++] Use shared_ptr less throughout arrow/compute Key: ARROW-17259 URL: https://issues.apache.org/jira/browse/ARROW-17259 Project: Apache Arrow

[jira] [Created] (ARROW-17135) [C++] Reduce code size in arrow/compute/kernels/scalar_compare.cc

2022-07-19 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-17135: Summary: [C++] Reduce code size in arrow/compute/kernels/scalar_compare.cc Key: ARROW-17135 URL: https://issues.apache.org/jira/browse/ARROW-17135 Project: Apache

[jira] [Created] (ARROW-17129) [C++][Compute] Improve memory efficiency in Grouper

2022-07-19 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-17129: Summary: [C++][Compute] Improve memory efficiency in Grouper Key: ARROW-17129 URL: https://issues.apache.org/jira/browse/ARROW-17129 Project: Apache Arrow

[jira] [Created] (ARROW-17100) [C++][Parquet] Fix backwards compatibility for ParquetV2 data pages written prior to 3.0.0 per ARROW-10353

2022-07-17 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-17100: Summary: [C++][Parquet] Fix backwards compatibility for ParquetV2 data pages written prior to 3.0.0 per ARROW-10353 Key: ARROW-17100 URL:

[jira] [Created] (ARROW-17099) [Python] pyarrow build does not support RELWITHDEBINFO build type

2022-07-17 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-17099: Summary: [Python] pyarrow build does not support RELWITHDEBINFO build type Key: ARROW-17099 URL: https://issues.apache.org/jira/browse/ARROW-17099 Project: Apache

[jira] [Created] (ARROW-16929) [C++] Remove ExecBatchIterator

2022-06-28 Thread Wes McKinney (Jira)
Title: Message Title Wes McKinney created

[jira] [Created] (ARROW-16852) [C++] Migrate SCALAR_AGGREGATE, HASH_AGGREGATE functions to use ExecSpan

2022-06-17 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-16852: Summary: [C++] Migrate SCALAR_AGGREGATE, HASH_AGGREGATE functions to use ExecSpan Key: ARROW-16852 URL: https://issues.apache.org/jira/browse/ARROW-16852 Project:

[jira] [Created] (ARROW-16847) [C++] Rename or fix compute/kernels/aggregate_{mode, quantile}.cc modules to actually be aggregate functions

2022-06-16 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-16847: Summary: [C++] Rename or fix compute/kernels/aggregate_{mode, quantile}.cc modules to actually be aggregate functions Key: ARROW-16847 URL:

[jira] [Created] (ARROW-16845) [C++] ArraySpan::IsNull/IsValid implementations are incorrect for union types

2022-06-16 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-16845: Summary: [C++] ArraySpan::IsNull/IsValid implementations are incorrect for union types Key: ARROW-16845 URL: https://issues.apache.org/jira/browse/ARROW-16845

[jira] [Created] (ARROW-16837) [C++] Investigate performance regressions observed in Unique, VisitArraySpanInline

2022-06-15 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-16837: Summary: [C++] Investigate performance regressions observed in Unique, VisitArraySpanInline Key: ARROW-16837 URL: https://issues.apache.org/jira/browse/ARROW-16837

[jira] [Created] (ARROW-16827) [C++] Refactor internal array sorting code to use ArraySpan

2022-06-13 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-16827: Summary: [C++] Refactor internal array sorting code to use ArraySpan Key: ARROW-16827 URL: https://issues.apache.org/jira/browse/ARROW-16827 Project: Apache Arrow

[jira] [Created] (ARROW-16824) [C++] Migrate non-ScalarKernel implementations to use ExecSpan, ArraySpan

2022-06-13 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-16824: Summary: [C++] Migrate non-ScalarKernel implementations to use ExecSpan, ArraySpan Key: ARROW-16824 URL: https://issues.apache.org/jira/browse/ARROW-16824 Project:

[jira] [Created] (ARROW-16819) [C++] arrow::compute::CallFunction needs a batch length for nullary functions

2022-06-12 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-16819: Summary: [C++] arrow::compute::CallFunction needs a batch length for nullary functions Key: ARROW-16819 URL: https://issues.apache.org/jira/browse/ARROW-16819

[jira] [Created] (ARROW-16758) [C++] Rewrite ExecuteScalarExpression to not use ScalarExecutor

2022-06-06 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-16758: Summary: [C++] Rewrite ExecuteScalarExpression to not use ScalarExecutor Key: ARROW-16758 URL: https://issues.apache.org/jira/browse/ARROW-16758 Project: Apache

[jira] [Created] (ARROW-16757) [C++] Remove "scalar" output modality from array kernels

2022-06-06 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-16757: Summary: [C++] Remove "scalar" output modality from array kernels Key: ARROW-16757 URL: https://issues.apache.org/jira/browse/ARROW-16757 Project: Apache Arrow

[jira] [Created] (ARROW-16756) [C++] Introduce initial ArraySpan, ExecSpan non-owning / shared_ptr-free data structures for kernel execution, refactor scalar kernels

2022-06-06 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-16756: Summary: [C++] Introduce initial ArraySpan, ExecSpan non-owning / shared_ptr-free data structures for kernel execution, refactor scalar kernels Key: ARROW-16756 URL:

[jira] [Created] (ARROW-16755) [C++] Improve array expression and kernel evaluation performance on small inputs

2022-06-06 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-16755: Summary: [C++] Improve array expression and kernel evaluation performance on small inputs Key: ARROW-16755 URL: https://issues.apache.org/jira/browse/ARROW-16755

[jira] [Created] (ARROW-16643) [C++] Fix -Werror CHECKIN build with clang-14

2022-05-24 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-16643: Summary: [C++] Fix -Werror CHECKIN build with clang-14 Key: ARROW-16643 URL: https://issues.apache.org/jira/browse/ARROW-16643 Project: Apache Arrow Issue

[jira] [Created] (ARROW-15111) [C++] Implement ODBC driver "wrapper" using FlightSQL

2021-12-14 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-15111: Summary: [C++] Implement ODBC driver "wrapper" using FlightSQL Key: ARROW-15111 URL: https://issues.apache.org/jira/browse/ARROW-15111 Project: Apache Arrow

[jira] [Created] (ARROW-14303) [C++][Parquet] Do not duplicate Schema metadata in Parquet schema metadata and serialized ARROW:schema value

2021-10-12 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-14303: Summary: [C++][Parquet] Do not duplicate Schema metadata in Parquet schema metadata and serialized ARROW:schema value Key: ARROW-14303 URL:

[jira] [Created] (ARROW-13469) [C++] Suppress -Wmissing-field-initializers in DayMilliseconds arrow/type.h

2021-07-27 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-13469: Summary: [C++] Suppress -Wmissing-field-initializers in DayMilliseconds arrow/type.h Key: ARROW-13469 URL: https://issues.apache.org/jira/browse/ARROW-13469 Project:

[jira] [Created] (ARROW-13023) [Go] Upgrade "text" dependency to mitigate CVE

2021-06-09 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-13023: Summary: [Go] Upgrade "text" dependency to mitigate CVE Key: ARROW-13023 URL: https://issues.apache.org/jira/browse/ARROW-13023 Project: Apache Arrow Issue

[jira] [Created] (ARROW-13021) [C++] Add/improve documentation about employing Arrow in downstream CMake projects

2021-06-09 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-13021: Summary: [C++] Add/improve documentation about employing Arrow in downstream CMake projects Key: ARROW-13021 URL: https://issues.apache.org/jira/browse/ARROW-13021

[jira] [Created] (ARROW-12884) [Flight] Data checksumming support

2021-05-26 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-12884: Summary: [Flight] Data checksumming support Key: ARROW-12884 URL: https://issues.apache.org/jira/browse/ARROW-12884 Project: Apache Arrow Issue Type: New

[jira] [Created] (ARROW-12849) [C++] Implement scalar kernel function that computes "isin" for each element in a List array

2021-05-21 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-12849: Summary: [C++] Implement scalar kernel function that computes "isin" for each element in a List array Key: ARROW-12849 URL: https://issues.apache.org/jira/browse/ARROW-12849

[jira] [Created] (ARROW-12530) [C++] Remove Buffer::mutable_data_ member and use const_cast on data_ only if is_mutable_ is true

2021-04-24 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-12530: Summary: [C++] Remove Buffer::mutable_data_ member and use const_cast on data_ only if is_mutable_ is true Key: ARROW-12530 URL: https://issues.apache.org/jira/browse/ARROW-12530

[jira] [Created] (ARROW-12495) [C++][Python] NumPy buffer sets is_mutable_ to true but does not set mutable_data_ when the NumPy array is writable

2021-04-21 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-12495: Summary: [C++][Python] NumPy buffer sets is_mutable_ to true but does not set mutable_data_ when the NumPy array is writable Key: ARROW-12495 URL:

[jira] [Created] (ARROW-12404) [C++] Implement "random" nullary function that generates uniform random between 0 and 1

2021-04-15 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-12404: Summary: [C++] Implement "random" nullary function that generates uniform random between 0 and 1 Key: ARROW-12404 URL: https://issues.apache.org/jira/browse/ARROW-12404

[jira] [Created] (ARROW-12280) [Developer] Remove @-mentions from commit messages in merge tool

2021-04-07 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-12280: Summary: [Developer] Remove @-mentions from commit messages in merge tool Key: ARROW-12280 URL: https://issues.apache.org/jira/browse/ARROW-12280 Project: Apache

[jira] [Created] (ARROW-11661) [C++] Compilation failure in arrow/scalar.cc on Xcode 8.3.3

2021-02-16 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-11661: Summary: [C++] Compilation failure in arrow/scalar.cc on Xcode 8.3.3 Key: ARROW-11661 URL: https://issues.apache.org/jira/browse/ARROW-11661 Project: Apache Arrow

[jira] [Created] (ARROW-11643) [C++] protobuf_ep failure on Xcode 8.3.3 / Apple LLVM 8.1

2021-02-16 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-11643: Summary: [C++] protobuf_ep failure on Xcode 8.3.3 / Apple LLVM 8.1 Key: ARROW-11643 URL: https://issues.apache.org/jira/browse/ARROW-11643 Project: Apache Arrow

[jira] [Created] (ARROW-11391) [C++] HdfsOutputStream::Write unsafely truncates integers exceeding INT32_MAX

2021-01-26 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-11391: Summary: [C++] HdfsOutputStream::Write unsafely truncates integers exceeding INT32_MAX Key: ARROW-11391 URL: https://issues.apache.org/jira/browse/ARROW-11391

[jira] [Created] (ARROW-11120) [Python][R] Prove out plumbing to pass data between Python and R using rpy2

2021-01-03 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-11120: Summary: [Python][R] Prove out plumbing to pass data between Python and R using rpy2 Key: ARROW-11120 URL: https://issues.apache.org/jira/browse/ARROW-11120 Project:

[jira] [Created] (ARROW-11009) [Python] Add environment variable to elect default usage of system memory allocator instead of jemalloc/mimalloc

2020-12-22 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-11009: Summary: [Python] Add environment variable to elect default usage of system memory allocator instead of jemalloc/mimalloc Key: ARROW-11009 URL:

[jira] [Created] (ARROW-10658) [Python] Wheel builds for Apple Silicon

2020-11-19 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-10658: Summary: [Python] Wheel builds for Apple Silicon Key: ARROW-10658 URL: https://issues.apache.org/jira/browse/ARROW-10658 Project: Apache Arrow Issue Type:

[jira] [Created] (ARROW-10657) [CI] Continuous integration on Apple M1 architecture

2020-11-19 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-10657: Summary: [CI] Continuous integration on Apple M1 architecture Key: ARROW-10657 URL: https://issues.apache.org/jira/browse/ARROW-10657 Project: Apache Arrow

[jira] [Created] (ARROW-10648) [Java] Prepare Java codebase for source release without requiring any git tags to be created or pushed

2020-11-18 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-10648: Summary: [Java] Prepare Java codebase for source release without requiring any git tags to be created or pushed Key: ARROW-10648 URL:

[jira] [Created] (ARROW-10598) [C++] Improve performance of GenerateBitsUnrolled

2020-11-15 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-10598: Summary: [C++] Improve performance of GenerateBitsUnrolled Key: ARROW-10598 URL: https://issues.apache.org/jira/browse/ARROW-10598 Project: Apache Arrow

[jira] [Created] (ARROW-10569) [C++][Python] Poor Table filtering performance

2020-11-12 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-10569: Summary: [C++][Python] Poor Table filtering performance Key: ARROW-10569 URL: https://issues.apache.org/jira/browse/ARROW-10569 Project: Apache Arrow Issue

[jira] [Created] (ARROW-10567) [C++] Add options to help increase precision of arrow-flight-benchmark

2020-11-12 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-10567: Summary: [C++] Add options to help increase precision of arrow-flight-benchmark Key: ARROW-10567 URL: https://issues.apache.org/jira/browse/ARROW-10567 Project:

[jira] [Created] (ARROW-10474) [C++] Implement vector kernel that transforms a boolean mask into selection indices

2020-11-02 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-10474: Summary: [C++] Implement vector kernel that transforms a boolean mask into selection indices Key: ARROW-10474 URL: https://issues.apache.org/jira/browse/ARROW-10474

[jira] [Created] (ARROW-10465) [C++] Faster PEXT for AMD CPUs

2020-11-02 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-10465: Summary: [C++] Faster PEXT for AMD CPUs Key: ARROW-10465 URL: https://issues.apache.org/jira/browse/ARROW-10465 Project: Apache Arrow Issue Type:

[jira] [Created] (ARROW-10380) [C++] Running tests with ASAN, UBSAN using conda-forge compiler toolchain on macOS

2020-10-23 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-10380: Summary: [C++] Running tests with ASAN, UBSAN using conda-forge compiler toolchain on macOS Key: ARROW-10380 URL: https://issues.apache.org/jira/browse/ARROW-10380

[jira] [Created] (ARROW-10351) [C++][Flight] See if reading/writing to gRPC get/put streams asynchronously helps performance

2020-10-19 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-10351: Summary: [C++][Flight] See if reading/writing to gRPC get/put streams asynchronously helps performance Key: ARROW-10351 URL: https://issues.apache.org/jira/browse/ARROW-10351

[jira] [Created] (ARROW-10147) [Python] Constructing pandas metadata fails if an Index name is not JSON-serializable by default

2020-09-30 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-10147: Summary: [Python] Constructing pandas metadata fails if an Index name is not JSON-serializable by default Key: ARROW-10147 URL: https://issues.apache.org/jira/browse/ARROW-10147

[jira] [Created] (ARROW-10121) [C++][Python] Variable dictionaries do not survive roundtrip to IPC stream

2020-09-28 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-10121: Summary: [C++][Python] Variable dictionaries do not survive roundtrip to IPC stream Key: ARROW-10121 URL: https://issues.apache.org/jira/browse/ARROW-10121 Project:

[jira] [Created] (ARROW-10117) [C++] Implement work-stealing scheduler / multiple queues in ThreadPool

2020-09-28 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-10117: Summary: [C++] Implement work-stealing scheduler / multiple queues in ThreadPool Key: ARROW-10117 URL: https://issues.apache.org/jira/browse/ARROW-10117 Project:

[jira] [Created] (ARROW-10097) [C++] Persist SetLookupState in between usages of IsIn when filtering dataset batches

2020-09-25 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-10097: Summary: [C++] Persist SetLookupState in between usages of IsIn when filtering dataset batches Key: ARROW-10097 URL: https://issues.apache.org/jira/browse/ARROW-10097

[jira] [Created] (ARROW-9983) [C++][Dataset] Use larger default batch size than 32K for Datasets API

2020-09-12 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9983: --- Summary: [C++][Dataset] Use larger default batch size than 32K for Datasets API Key: ARROW-9983 URL: https://issues.apache.org/jira/browse/ARROW-9983 Project: Apache

[jira] [Created] (ARROW-9924) [Python] Performance regression reading individual Parquet files using Dataset interface

2020-09-06 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9924: --- Summary: [Python] Performance regression reading individual Parquet files using Dataset interface Key: ARROW-9924 URL: https://issues.apache.org/jira/browse/ARROW-9924

[jira] [Created] (ARROW-9843) [C++] Implement Between trinary kernel

2020-08-24 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9843: --- Summary: [C++] Implement Between trinary kernel Key: ARROW-9843 URL: https://issues.apache.org/jira/browse/ARROW-9843 Project: Apache Arrow Issue Type: New

[jira] [Created] (ARROW-9842) [C++] Explore alternative strategy for Compare kernel implementation for better performance

2020-08-24 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9842: --- Summary: [C++] Explore alternative strategy for Compare kernel implementation for better performance Key: ARROW-9842 URL: https://issues.apache.org/jira/browse/ARROW-9842

[jira] [Created] (ARROW-9761) [C++] Add experimental pull-based iterator structures to C interface implementation

2020-08-16 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9761: --- Summary: [C++] Add experimental pull-based iterator structures to C interface implementation Key: ARROW-9761 URL: https://issues.apache.org/jira/browse/ARROW-9761

[jira] [Created] (ARROW-9740) [C++] Add minimal build option to use ExternalProject to build Arrow from CMake

2020-08-14 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9740: --- Summary: [C++] Add minimal build option to use ExternalProject to build Arrow from CMake Key: ARROW-9740 URL: https://issues.apache.org/jira/browse/ARROW-9740 Project:

[jira] [Created] (ARROW-9705) [C++] Validate that intraday time is zeroed out in Date64 data

2020-08-12 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9705: --- Summary: [C++] Validate that intraday time is zeroed out in Date64 data Key: ARROW-9705 URL: https://issues.apache.org/jira/browse/ARROW-9705 Project: Apache Arrow

[jira] [Created] (ARROW-9634) [C++][Python] Restore non-UTC time zones when reading Parquet file that was previously Arrow

2020-08-03 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9634: --- Summary: [C++][Python] Restore non-UTC time zones when reading Parquet file that was previously Arrow Key: ARROW-9634 URL: https://issues.apache.org/jira/browse/ARROW-9634

[jira] [Created] (ARROW-9633) [C++] Do not toggle memory mapping globally in LocalFileSystem

2020-08-03 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9633: --- Summary: [C++] Do not toggle memory mapping globally in LocalFileSystem Key: ARROW-9633 URL: https://issues.apache.org/jira/browse/ARROW-9633 Project: Apache Arrow

[jira] [Created] (ARROW-9612) [Python] Automatically back on larger IO block size when JSON parsing fails

2020-07-31 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9612: --- Summary: [Python] Automatically back on larger IO block size when JSON parsing fails Key: ARROW-9612 URL: https://issues.apache.org/jira/browse/ARROW-9612 Project:

[jira] [Created] (ARROW-9610) [Python] Struct types are unhandled in AppendNdarrayItem when converting from a Python sequence to Arrow array in python_to_arrow.cc

2020-07-31 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9610: --- Summary: [Python] Struct types are unhandled in AppendNdarrayItem when converting from a Python sequence to Arrow array in python_to_arrow.cc Key: ARROW-9610 URL:

[jira] [Created] (ARROW-9601) [C++][Flight] IpcWriteOptions do not appear to be propagated in DoGet requests

2020-07-30 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9601: --- Summary: [C++][Flight] IpcWriteOptions do not appear to be propagated in DoGet requests Key: ARROW-9601 URL: https://issues.apache.org/jira/browse/ARROW-9601 Project:

[jira] [Created] (ARROW-9525) [Python] Array.__str__ shows misleading output for timestamp types with time zone set

2020-07-19 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9525: --- Summary: [Python] Array.__str__ shows misleading output for timestamp types with time zone set Key: ARROW-9525 URL: https://issues.apache.org/jira/browse/ARROW-9525

[jira] [Created] (ARROW-9518) [Python] Deprecate Union-based serialization implemented by pyarrow.serialization

2020-07-17 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9518: --- Summary: [Python] Deprecate Union-based serialization implemented by pyarrow.serialization Key: ARROW-9518 URL: https://issues.apache.org/jira/browse/ARROW-9518

[jira] [Created] (ARROW-9500) [C++] Fix segfault with std::to_string in -O3 builds on gcc 7.5.0

2020-07-15 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9500: --- Summary: [C++] Fix segfault with std::to_string in -O3 builds on gcc 7.5.0 Key: ARROW-9500 URL: https://issues.apache.org/jira/browse/ARROW-9500 Project: Apache Arrow

[jira] [Created] (ARROW-9498) [C++][Parquet] Consider revamping RleDecoder based on "upstream" changes in Apache Impala

2020-07-15 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9498: --- Summary: [C++][Parquet] Consider revamping RleDecoder based on "upstream" changes in Apache Impala Key: ARROW-9498 URL: https://issues.apache.org/jira/browse/ARROW-9498

[jira] [Created] (ARROW-9497) [C++][Parquet] Fix failure caused by malformed repetition/definition levels

2020-07-15 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9497: --- Summary: [C++][Parquet] Fix failure caused by malformed repetition/definition levels Key: ARROW-9497 URL: https://issues.apache.org/jira/browse/ARROW-9497 Project:

[jira] [Created] (ARROW-9451) [Python] Unsigned integer types will accept string values in pyarrow.array

2020-07-13 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9451: --- Summary: [Python] Unsigned integer types will accept string values in pyarrow.array Key: ARROW-9451 URL: https://issues.apache.org/jira/browse/ARROW-9451 Project:

[jira] [Created] (ARROW-9450) [Python] "pytest pyarrow" takes over 10 seconds to collect tests and start executing

2020-07-13 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9450: --- Summary: [Python] "pytest pyarrow" takes over 10 seconds to collect tests and start executing Key: ARROW-9450 URL: https://issues.apache.org/jira/browse/ARROW-9450

[jira] [Created] (ARROW-9446) [C++] Export compiler information in BuildInfo

2020-07-13 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9446: --- Summary: [C++] Export compiler information in BuildInfo Key: ARROW-9446 URL: https://issues.apache.org/jira/browse/ARROW-9446 Project: Apache Arrow Issue

[jira] [Created] (ARROW-9442) [Python] Add pyarrow_wrap_table_no_validate API

2020-07-13 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9442: --- Summary: [Python] Add pyarrow_wrap_table_no_validate API Key: ARROW-9442 URL: https://issues.apache.org/jira/browse/ARROW-9442 Project: Apache Arrow Issue

[jira] [Created] (ARROW-9441) [C++] Optimize RecordBatchReader::ReadAll

2020-07-13 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9441: --- Summary: [C++] Optimize RecordBatchReader::ReadAll Key: ARROW-9441 URL: https://issues.apache.org/jira/browse/ARROW-9441 Project: Apache Arrow Issue Type:

[jira] [Created] (ARROW-9424) [C++][Parquet] Disable writing files with LZ4 codec

2020-07-12 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9424: --- Summary: [C++][Parquet] Disable writing files with LZ4 codec Key: ARROW-9424 URL: https://issues.apache.org/jira/browse/ARROW-9424 Project: Apache Arrow Issue

[jira] [Created] (ARROW-9419) [C++] Test that "fill_null" function works with sliced inputs, expand tests

2020-07-12 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9419: --- Summary: [C++] Test that "fill_null" function works with sliced inputs, expand tests Key: ARROW-9419 URL: https://issues.apache.org/jira/browse/ARROW-9419 Project:

[jira] [Created] (ARROW-9412) [C++] Add non-BUNDLED dependencies to exported INSTALL_INTERFACE_LIBS of arrow_static and test that it works

2020-07-10 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9412: --- Summary: [C++] Add non-BUNDLED dependencies to exported INSTALL_INTERFACE_LIBS of arrow_static and test that it works Key: ARROW-9412 URL:

[jira] [Created] (ARROW-9400) [Python] Do not depend on conda-forge static libraries in Windows wheel builds

2020-07-09 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9400: --- Summary: [Python] Do not depend on conda-forge static libraries in Windows wheel builds Key: ARROW-9400 URL: https://issues.apache.org/jira/browse/ARROW-9400 Project:

[jira] [Created] (ARROW-9399) [C++] Add forward compatibility checks for unrecognized future MetadataVersion

2020-07-09 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9399: --- Summary: [C++] Add forward compatibility checks for unrecognized future MetadataVersion Key: ARROW-9399 URL: https://issues.apache.org/jira/browse/ARROW-9399 Project:

[jira] [Created] (ARROW-9396) [Python] Expose CpuInfo for informational / debugging purposes

2020-07-09 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9396: --- Summary: [Python] Expose CpuInfo for informational / debugging purposes Key: ARROW-9396 URL: https://issues.apache.org/jira/browse/ARROW-9396 Project: Apache Arrow

[jira] [Created] (ARROW-9395) [Python] Provide configurable MetadataVersion in IPC API and environment variable to set default to V4 when needed

2020-07-09 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9395: --- Summary: [Python] Provide configurable MetadataVersion in IPC API and environment variable to set default to V4 when needed Key: ARROW-9395 URL:

[jira] [Created] (ARROW-9379) [Rust] Support unsigned dictionary indices

2020-07-08 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9379: --- Summary: [Rust] Support unsigned dictionary indices Key: ARROW-9379 URL: https://issues.apache.org/jira/browse/ARROW-9379 Project: Apache Arrow Issue Type:

[jira] [Created] (ARROW-9378) [Go] Support unsigned dictionary indices

2020-07-08 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9378: --- Summary: [Go] Support unsigned dictionary indices Key: ARROW-9378 URL: https://issues.apache.org/jira/browse/ARROW-9378 Project: Apache Arrow Issue Type:

[jira] [Created] (ARROW-9377) [Java] Support unsigned dictionary indices

2020-07-08 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9377: --- Summary: [Java] Support unsigned dictionary indices Key: ARROW-9377 URL: https://issues.apache.org/jira/browse/ARROW-9377 Project: Apache Arrow Issue Type:

[jira] [Created] (ARROW-9348) [C++] Replace usages of TestBase::MakeRandomArray in testing/gtest_util.h with RandomArrayGenerator

2020-07-07 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9348: --- Summary: [C++] Replace usages of TestBase::MakeRandomArray in testing/gtest_util.h with RandomArrayGenerator Key: ARROW-9348 URL: https://issues.apache.org/jira/browse/ARROW-9348

[jira] [Created] (ARROW-9326) [Python] Setuptools 49.1.0 appears to break our Python 3.6 builds

2020-07-04 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9326: --- Summary: [Python] Setuptools 49.1.0 appears to break our Python 3.6 builds Key: ARROW-9326 URL: https://issues.apache.org/jira/browse/ARROW-9326 Project: Apache Arrow

[jira] [Created] (ARROW-9305) [Python] Dependency load failure in Windows wheel build

2020-07-02 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9305: --- Summary: [Python] Dependency load failure in Windows wheel build Key: ARROW-9305 URL: https://issues.apache.org/jira/browse/ARROW-9305 Project: Apache Arrow

[jira] [Created] (ARROW-9304) [C++] Add "AppendEmptyValue" builder APIs for use inside StructBuilder::AppendNull

2020-07-02 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9304: --- Summary: [C++] Add "AppendEmptyValue" builder APIs for use inside StructBuilder::AppendNull Key: ARROW-9304 URL: https://issues.apache.org/jira/browse/ARROW-9304

[jira] [Created] (ARROW-9287) [C++] Implement support for unsigned dictionary indices

2020-06-30 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9287: --- Summary: [C++] Implement support for unsigned dictionary indices Key: ARROW-9287 URL: https://issues.apache.org/jira/browse/ARROW-9287 Project: Apache Arrow

[jira] [Created] (ARROW-9286) [C++] Add function "aliases" to compute::FunctionRegistry

2020-06-30 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9286: --- Summary: [C++] Add function "aliases" to compute::FunctionRegistry Key: ARROW-9286 URL: https://issues.apache.org/jira/browse/ARROW-9286 Project: Apache Arrow

[jira] [Created] (ARROW-9285) [C++] Detect unauthorized memory allocations in function kernels

2020-06-30 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9285: --- Summary: [C++] Detect unauthorized memory allocations in function kernels Key: ARROW-9285 URL: https://issues.apache.org/jira/browse/ARROW-9285 Project: Apache Arrow

[jira] [Created] (ARROW-9278) [C++] Implement Union validity bitmap changes from ARROW-9222

2020-06-30 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9278: --- Summary: [C++] Implement Union validity bitmap changes from ARROW-9222 Key: ARROW-9278 URL: https://issues.apache.org/jira/browse/ARROW-9278 Project: Apache Arrow

[jira] [Created] (ARROW-9270) [C++] Create Buffer to represent a slice of a ResizableBuffer that may yet reallocate

2020-06-29 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9270: --- Summary: [C++] Create Buffer to represent a slice of a ResizableBuffer that may yet reallocate Key: ARROW-9270 URL: https://issues.apache.org/jira/browse/ARROW-9270

[jira] [Created] (ARROW-9265) [C++] Add support for writing MetadataVersion::V4-compatible IPC messages for compatibility with library versions <= 0.17.1

2020-06-29 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9265: --- Summary: [C++] Add support for writing MetadataVersion::V4-compatible IPC messages for compatibility with library versions <= 0.17.1 Key: ARROW-9265 URL:

[jira] [Created] (ARROW-9260) [CI] "ARM64v8 Ubuntu 20.04 C++" fails

2020-06-28 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9260: --- Summary: [CI] "ARM64v8 Ubuntu 20.04 C++" fails Key: ARROW-9260 URL: https://issues.apache.org/jira/browse/ARROW-9260 Project: Apache Arrow Issue Type: Bug

[jira] [Created] (ARROW-9259) [Format] Permit unsigned dictionary indices in Columnar.rst

2020-06-28 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9259: --- Summary: [Format] Permit unsigned dictionary indices in Columnar.rst Key: ARROW-9259 URL: https://issues.apache.org/jira/browse/ARROW-9259 Project: Apache Arrow

[jira] [Created] (ARROW-9258) [Format] Add V5 MetadataVersion

2020-06-28 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9258: --- Summary: [Format] Add V5 MetadataVersion Key: ARROW-9258 URL: https://issues.apache.org/jira/browse/ARROW-9258 Project: Apache Arrow Issue Type: Improvement

[jira] [Created] (ARROW-9257) [CI] Fix Travis CI builds

2020-06-28 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9257: --- Summary: [CI] Fix Travis CI builds Key: ARROW-9257 URL: https://issues.apache.org/jira/browse/ARROW-9257 Project: Apache Arrow Issue Type: Improvement

[jira] [Created] (ARROW-9254) [C++] Factor out some integer casting internals so it can be reused with temporal casts

2020-06-27 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9254: --- Summary: [C++] Factor out some integer casting internals so it can be reused with temporal casts Key: ARROW-9254 URL: https://issues.apache.org/jira/browse/ARROW-9254

[jira] [Created] (ARROW-9253) [C++] Add vectorized "IntegersMultipleOf" to arrow/util/int_util.h

2020-06-27 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9253: --- Summary: [C++] Add vectorized "IntegersMultipleOf" to arrow/util/int_util.h Key: ARROW-9253 URL: https://issues.apache.org/jira/browse/ARROW-9253 Project: Apache Arrow

[jira] [Created] (ARROW-9252) [Integration] GitHub Actions integration test job does not test against "gold" 0.14.1 files in apache/arrow-testing

2020-06-27 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9252: --- Summary: [Integration] GitHub Actions integration test job does not test against "gold" 0.14.1 files in apache/arrow-testing Key: ARROW-9252 URL:

[jira] [Created] (ARROW-9251) [C++] Move JSON testing code for integration tests to libarrow_testing

2020-06-27 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9251: --- Summary: [C++] Move JSON testing code for integration tests to libarrow_testing Key: ARROW-9251 URL: https://issues.apache.org/jira/browse/ARROW-9251 Project: Apache

[jira] [Created] (ARROW-9250) [C++] Compact generated code in compute/kernels/scalar_set_lookup.cc using same method as vector_hash.cc

2020-06-27 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9250: --- Summary: [C++] Compact generated code in compute/kernels/scalar_set_lookup.cc using same method as vector_hash.cc Key: ARROW-9250 URL:

  1   2   3   4   5   6   7   8   9   10   >