[jira] [Created] (ARROW-9122) [C++] Adapt ascii_lower/ascii_upper bulk transforms to work on sliced arrays

2020-06-13 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9122: --- Summary: [C++] Adapt ascii_lower/ascii_upper bulk transforms to work on sliced arrays Key: ARROW-9122 URL: https://issues.apache.org/jira/browse/ARROW-9122 Project:

[jira] [Created] (ARROW-9118) [C++] Add more general BoundsCheck function that also checks for arbitrary lower limits in integer arrays

2020-06-12 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9118: --- Summary: [C++] Add more general BoundsCheck function that also checks for arbitrary lower limits in integer arrays Key: ARROW-9118 URL:

[jira] [Created] (ARROW-9115) [C++] Process data buffers in batch in ascii_lower / ascii_upper kernels rather than using string_view value iteration

2020-06-12 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9115: --- Summary: [C++] Process data buffers in batch in ascii_lower / ascii_upper kernels rather than using string_view value iteration Key: ARROW-9115 URL:

[jira] [Created] (ARROW-9092) [C++] gandiva-decimal-test hangs with LLVM 9

2020-06-10 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9092: --- Summary: [C++] gandiva-decimal-test hangs with LLVM 9 Key: ARROW-9092 URL: https://issues.apache.org/jira/browse/ARROW-9092 Project: Apache Arrow Issue Type:

[jira] [Created] (ARROW-9091) [C++] Utilize function's default options when passing no options to CallFunction to a function that requires them

2020-06-10 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9091: --- Summary: [C++] Utilize function's default options when passing no options to CallFunction to a function that requires them Key: ARROW-9091 URL:

[jira] [Created] (ARROW-9085) [C++][CI] Appveyor CI test failures

2020-06-09 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9085: --- Summary: [C++][CI] Appveyor CI test failures Key: ARROW-9085 URL: https://issues.apache.org/jira/browse/ARROW-9085 Project: Apache Arrow Issue Type: Bug

[jira] [Created] (ARROW-9080) [C++] arrow::AllocateBuffer returns a Result>

2020-06-09 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9080: --- Summary: [C++] arrow::AllocateBuffer returns a Result> Key: ARROW-9080 URL: https://issues.apache.org/jira/browse/ARROW-9080 Project: Apache Arrow Issue

[jira] [Created] (ARROW-9075) [C++] Optimize Filter implementation

2020-06-08 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9075: --- Summary: [C++] Optimize Filter implementation Key: ARROW-9075 URL: https://issues.apache.org/jira/browse/ARROW-9075 Project: Apache Arrow Issue Type:

[jira] [Created] (ARROW-9067) [C++] Create reusable branchless / vectorized index boundschecking functions

2020-06-08 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9067: --- Summary: [C++] Create reusable branchless / vectorized index boundschecking functions Key: ARROW-9067 URL: https://issues.apache.org/jira/browse/ARROW-9067 Project:

[jira] [Created] (ARROW-9045) [C++] Improve and expand Take/Filter benchmarks

2020-06-05 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9045: --- Summary: [C++] Improve and expand Take/Filter benchmarks Key: ARROW-9045 URL: https://issues.apache.org/jira/browse/ARROW-9045 Project: Apache Arrow Issue

[jira] [Created] (ARROW-9043) [Go] Temporarily copy LICENSE.txt to go/

2020-06-05 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9043: --- Summary: [Go] Temporarily copy LICENSE.txt to go/ Key: ARROW-9043 URL: https://issues.apache.org/jira/browse/ARROW-9043 Project: Apache Arrow Issue Type:

[jira] [Created] (ARROW-9034) [C++] Implement binary (two bitmap) version of BitBlockCounter

2020-06-04 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9034: --- Summary: [C++] Implement binary (two bitmap) version of BitBlockCounter Key: ARROW-9034 URL: https://issues.apache.org/jira/browse/ARROW-9034 Project: Apache Arrow

[jira] [Created] (ARROW-9033) [Python] Add tests to verify that one can build a C++ extension against the manylinux1 wheels

2020-06-03 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9033: --- Summary: [Python] Add tests to verify that one can build a C++ extension against the manylinux1 wheels Key: ARROW-9033 URL: https://issues.apache.org/jira/browse/ARROW-9033

[jira] [Created] (ARROW-9032) [C++] Split arrow/util/bit_util.h into multiple header files

2020-06-03 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9032: --- Summary: [C++] Split arrow/util/bit_util.h into multiple header files Key: ARROW-9032 URL: https://issues.apache.org/jira/browse/ARROW-9032 Project: Apache Arrow

[jira] [Created] (ARROW-9031) [R] Implement conversion from Type::UINT64 to R vector

2020-06-03 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9031: --- Summary: [R] Implement conversion from Type::UINT64 to R vector Key: ARROW-9031 URL: https://issues.apache.org/jira/browse/ARROW-9031 Project: Apache Arrow

[jira] [Created] (ARROW-9030) [Python] Clean up some usages of pyarrow.compat, move some common functions/symbols to lib.pyx

2020-06-03 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9030: --- Summary: [Python] Clean up some usages of pyarrow.compat, move some common functions/symbols to lib.pyx Key: ARROW-9030 URL: https://issues.apache.org/jira/browse/ARROW-9030

[jira] [Created] (ARROW-9029) [C++] Implement BitmapScanner interface to accelerate processing of mostly-not-null data

2020-06-03 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9029: --- Summary: [C++] Implement BitmapScanner interface to accelerate processing of mostly-not-null data Key: ARROW-9029 URL: https://issues.apache.org/jira/browse/ARROW-9029

[jira] [Created] (ARROW-9018) [C++] Remove APIs that were deprecated in 0.17.x and prior

2020-06-02 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9018: --- Summary: [C++] Remove APIs that were deprecated in 0.17.x and prior Key: ARROW-9018 URL: https://issues.apache.org/jira/browse/ARROW-9018 Project: Apache Arrow

[jira] [Created] (ARROW-9006) [C++] Use Cast kernels to implement Scalar::Parse and Scalar::CastTo

2020-06-01 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9006: --- Summary: [C++] Use Cast kernels to implement Scalar::Parse and Scalar::CastTo Key: ARROW-9006 URL: https://issues.apache.org/jira/browse/ARROW-9006 Project: Apache

[jira] [Created] (ARROW-9003) [C++] Add VectorFunction wrapping arrow::Concatenate

2020-06-01 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9003: --- Summary: [C++] Add VectorFunction wrapping arrow::Concatenate Key: ARROW-9003 URL: https://issues.apache.org/jira/browse/ARROW-9003 Project: Apache Arrow

[jira] [Created] (ARROW-9001) [R] Box outputs as correct type in call_function

2020-06-01 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9001: --- Summary: [R] Box outputs as correct type in call_function Key: ARROW-9001 URL: https://issues.apache.org/jira/browse/ARROW-9001 Project: Apache Arrow Issue

[jira] [Created] (ARROW-8999) [Python][C++] Non-deterministic segfault in "AMD64 MacOS 10.15 Python 3.7" build

2020-06-01 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8999: --- Summary: [Python][C++] Non-deterministic segfault in "AMD64 MacOS 10.15 Python 3.7" build Key: ARROW-8999 URL: https://issues.apache.org/jira/browse/ARROW-8999

[jira] [Created] (ARROW-8998) [Python] Make NumPy an optional runtime dependency

2020-06-01 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8998: --- Summary: [Python] Make NumPy an optional runtime dependency Key: ARROW-8998 URL: https://issues.apache.org/jira/browse/ARROW-8998 Project: Apache Arrow Issue

[jira] [Created] (ARROW-8995) [C++] Scalar formatting code used in array/diff.cc should be reusable

2020-05-31 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8995: --- Summary: [C++] Scalar formatting code used in array/diff.cc should be reusable Key: ARROW-8995 URL: https://issues.apache.org/jira/browse/ARROW-8995 Project: Apache

[jira] [Created] (ARROW-8994) [C++] Disable include-what-you-use cpplint lint checks

2020-05-31 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8994: --- Summary: [C++] Disable include-what-you-use cpplint lint checks Key: ARROW-8994 URL: https://issues.apache.org/jira/browse/ARROW-8994 Project: Apache Arrow

[jira] [Created] (ARROW-8991) [C++][Compute] Add scalar_hash function

2020-05-31 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8991: --- Summary: [C++][Compute] Add scalar_hash function Key: ARROW-8991 URL: https://issues.apache.org/jira/browse/ARROW-8991 Project: Apache Arrow Issue Type: New

[jira] [Created] (ARROW-8990) [C++] Benchmark hash table against thirdparty options, possibly vendor a thirdparty hash table library

2020-05-31 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8990: --- Summary: [C++] Benchmark hash table against thirdparty options, possibly vendor a thirdparty hash table library Key: ARROW-8990 URL:

[jira] [Created] (ARROW-8989) [C++] Document available functions in FunctionRegistry

2020-05-31 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8989: --- Summary: [C++] Document available functions in FunctionRegistry Key: ARROW-8989 URL: https://issues.apache.org/jira/browse/ARROW-8989 Project: Apache Arrow

[jira] [Created] (ARROW-8985) [Format] Add "byte width" field with default of 16 to Decimal Flatbuffers type for forward compatibility

2020-05-30 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8985: --- Summary: [Format] Add "byte width" field with default of 16 to Decimal Flatbuffers type for forward compatibility Key: ARROW-8985 URL:

[jira] [Created] (ARROW-8970) [C++] Reduce shared library code size (umbrella issue)

2020-05-27 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8970: --- Summary: [C++] Reduce shared library code size (umbrella issue) Key: ARROW-8970 URL: https://issues.apache.org/jira/browse/ARROW-8970 Project: Apache Arrow

[jira] [Created] (ARROW-8969) [C++] Reduce generated code in compute/kernels/scalar_compare.cc

2020-05-27 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8969: --- Summary: [C++] Reduce generated code in compute/kernels/scalar_compare.cc Key: ARROW-8969 URL: https://issues.apache.org/jira/browse/ARROW-8969 Project: Apache Arrow

[jira] [Created] (ARROW-8966) [C++] Move arrow::ArrayData to a separate header file

2020-05-27 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8966: --- Summary: [C++] Move arrow::ArrayData to a separate header file Key: ARROW-8966 URL: https://issues.apache.org/jira/browse/ARROW-8966 Project: Apache Arrow

[jira] [Created] (ARROW-8961) [C++] Vendor utf8proc library

2020-05-26 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8961: --- Summary: [C++] Vendor utf8proc library Key: ARROW-8961 URL: https://issues.apache.org/jira/browse/ARROW-8961 Project: Apache Arrow Issue Type: New Feature

[jira] [Created] (ARROW-8956) [C++] arrow::ScalarEquals returns false when values are both null

2020-05-26 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8956: --- Summary: [C++] arrow::ScalarEquals returns false when values are both null Key: ARROW-8956 URL: https://issues.apache.org/jira/browse/ARROW-8956 Project: Apache Arrow

[jira] [Created] (ARROW-8955) [C++] Use kernels for casting Scalar values instead of bespoke implementation

2020-05-26 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8955: --- Summary: [C++] Use kernels for casting Scalar values instead of bespoke implementation Key: ARROW-8955 URL: https://issues.apache.org/jira/browse/ARROW-8955 Project:

[jira] [Created] (ARROW-8951) [C++] Fix compiler warning in compute/kernels/scalar_cast_temporal.cc

2020-05-26 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8951: --- Summary: [C++] Fix compiler warning in compute/kernels/scalar_cast_temporal.cc Key: ARROW-8951 URL: https://issues.apache.org/jira/browse/ARROW-8951 Project: Apache

[jira] [Created] (ARROW-8945) [Python] An independent Cython package for projects that want to program against the C data interface

2020-05-26 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8945: --- Summary: [Python] An independent Cython package for projects that want to program against the C data interface Key: ARROW-8945 URL: https://issues.apache.org/jira/browse/ARROW-8945

[jira] [Created] (ARROW-8939) [C++] Arrow C++ Data Frame-style programming interface for analytics (umbrella issue)

2020-05-25 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8939: --- Summary: [C++] Arrow C++ Data Frame-style programming interface for analytics (umbrella issue) Key: ARROW-8939 URL: https://issues.apache.org/jira/browse/ARROW-8939

[jira] [Created] (ARROW-8938) [R] Provide binding and argument packing to use arrow::compute::CallFunction to use any compute kernel from R dynamically

2020-05-25 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8938: --- Summary: [R] Provide binding and argument packing to use arrow::compute::CallFunction to use any compute kernel from R dynamically Key: ARROW-8938 URL:

[jira] [Created] (ARROW-8933) [C++] Reduce generated code in vector_hash.cc

2020-05-25 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8933: --- Summary: [C++] Reduce generated code in vector_hash.cc Key: ARROW-8933 URL: https://issues.apache.org/jira/browse/ARROW-8933 Project: Apache Arrow Issue Type:

[jira] [Created] (ARROW-8937) [C++] Add "parse_strptime" function for string to timestamp conversions using the kernels framework

2020-05-25 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8937: --- Summary: [C++] Add "parse_strptime" function for string to timestamp conversions using the kernels framework Key: ARROW-8937 URL: https://issues.apache.org/jira/browse/ARROW-8937

[jira] [Created] (ARROW-8936) [C++] Parallelize execution of arrow::compute::ScalarFunction

2020-05-25 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8936: --- Summary: [C++] Parallelize execution of arrow::compute::ScalarFunction Key: ARROW-8936 URL: https://issues.apache.org/jira/browse/ARROW-8936 Project: Apache Arrow

[jira] [Created] (ARROW-8935) [Python] Add necessary plumbing to enable Numba-generated functions to be registered as functions in the global C++ function/kernels registry

2020-05-25 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8935: --- Summary: [Python] Add necessary plumbing to enable Numba-generated functions to be registered as functions in the global C++ function/kernels registry Key: ARROW-8935 URL:

[jira] [Created] (ARROW-8934) [C++] Add timestamp subtract kernel aliased to int64 subtract implementation

2020-05-25 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8934: --- Summary: [C++] Add timestamp subtract kernel aliased to int64 subtract implementation Key: ARROW-8934 URL: https://issues.apache.org/jira/browse/ARROW-8934 Project:

[jira] [Created] (ARROW-8930) [C++] libz.so linking error with liborc.a

2020-05-24 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8930: --- Summary: [C++] libz.so linking error with liborc.a Key: ARROW-8930 URL: https://issues.apache.org/jira/browse/ARROW-8930 Project: Apache Arrow Issue Type: Bug

[jira] [Created] (ARROW-8929) [C++] Change compute::Arity:VarArgs min_args default to 0

2020-05-24 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8929: --- Summary: [C++] Change compute::Arity:VarArgs min_args default to 0 Key: ARROW-8929 URL: https://issues.apache.org/jira/browse/ARROW-8929 Project: Apache Arrow

[jira] [Created] (ARROW-8928) [C++] Measure microperformance associated with data structure access interactions with arrow::compute::ExecBatch

2020-05-24 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8928: --- Summary: [C++] Measure microperformance associated with data structure access interactions with arrow::compute::ExecBatch Key: ARROW-8928 URL:

[jira] [Created] (ARROW-8926) [C++] Improve docstrings in new public APIs in arrow/compute and fix miscellaneous typos

2020-05-24 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8926: --- Summary: [C++] Improve docstrings in new public APIs in arrow/compute and fix miscellaneous typos Key: ARROW-8926 URL: https://issues.apache.org/jira/browse/ARROW-8926

[jira] [Created] (ARROW-8923) [C++] Improve usability of arrow::compute::CallFunction by moving ExecContext* argument to end and adding default

2020-05-24 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8923: --- Summary: [C++] Improve usability of arrow::compute::CallFunction by moving ExecContext* argument to end and adding default Key: ARROW-8923 URL:

[jira] [Created] (ARROW-8922) [C++] Implement example string scalar kernel function to assist with string kernels buildout per ARROW-555

2020-05-24 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8922: --- Summary: [C++] Implement example string scalar kernel function to assist with string kernels buildout per ARROW-555 Key: ARROW-8922 URL:

[jira] [Created] (ARROW-8921) [C++] Add "TypeResolver" class interface to replace current OutputType::Resolver pattern

2020-05-24 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8921: --- Summary: [C++] Add "TypeResolver" class interface to replace current OutputType::Resolver pattern Key: ARROW-8921 URL: https://issues.apache.org/jira/browse/ARROW-8921

[jira] [Created] (ARROW-8920) [CI] ARM Travis CI build is failing with archery "case_sensitive" error

2020-05-24 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8920: --- Summary: [CI] ARM Travis CI build is failing with archery "case_sensitive" error Key: ARROW-8920 URL: https://issues.apache.org/jira/browse/ARROW-8920 Project: Apache

[jira] [Created] (ARROW-8919) [C++] Add "DispatchBest" APIs to compute::Function that selects a kernel that may require implicit casts to invoke

2020-05-24 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8919: --- Summary: [C++] Add "DispatchBest" APIs to compute::Function that selects a kernel that may require implicit casts to invoke Key: ARROW-8919 URL:

[jira] [Created] (ARROW-8918) [C++] Add cast "metafunction" to FunctionRegistry that addresses dispatching to appropriate type-specific CastFunction

2020-05-24 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8918: --- Summary: [C++] Add cast "metafunction" to FunctionRegistry that addresses dispatching to appropriate type-specific CastFunction Key: ARROW-8918 URL:

[jira] [Created] (ARROW-8917) [C++] Add compute::Function subclass for invoking certain kernels on RecordBatch/Table-valued inputs

2020-05-24 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8917: --- Summary: [C++] Add compute::Function subclass for invoking certain kernels on RecordBatch/Table-valued inputs Key: ARROW-8917 URL: https://issues.apache.org/jira/browse/ARROW-8917

[jira] [Created] (ARROW-8916) [Python] Add relevant glue for implementing each kind of FunctionOptions

2020-05-24 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8916: --- Summary: [Python] Add relevant glue for implementing each kind of FunctionOptions Key: ARROW-8916 URL: https://issues.apache.org/jira/browse/ARROW-8916 Project: Apache

[jira] [Created] (ARROW-8905) [C++] Collapse Take APIs from 8 to 1 or 2

2020-05-22 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8905: --- Summary: [C++] Collapse Take APIs from 8 to 1 or 2 Key: ARROW-8905 URL: https://issues.apache.org/jira/browse/ARROW-8905 Project: Apache Arrow Issue Type:

[jira] [Created] (ARROW-8904) [Python] Fix usages of deprecated C++ APIs related to child/field

2020-05-22 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8904: --- Summary: [Python] Fix usages of deprecated C++ APIs related to child/field Key: ARROW-8904 URL: https://issues.apache.org/jira/browse/ARROW-8904 Project: Apache Arrow

[jira] [Created] (ARROW-8903) [C++] Implement optimized "unsafe take" for use with selection vectors for kernel execution

2020-05-22 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8903: --- Summary: [C++] Implement optimized "unsafe take" for use with selection vectors for kernel execution Key: ARROW-8903 URL: https://issues.apache.org/jira/browse/ARROW-8903

[jira] [Created] (ARROW-8901) [C++] Reduce number of take kernels

2020-05-22 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8901: --- Summary: [C++] Reduce number of take kernels Key: ARROW-8901 URL: https://issues.apache.org/jira/browse/ARROW-8901 Project: Apache Arrow Issue Type:

[jira] [Created] (ARROW-8898) [C++] Determine desirable maximum length for ExecBatch in pipelined and parallel execution of kernels

2020-05-22 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8898: --- Summary: [C++] Determine desirable maximum length for ExecBatch in pipelined and parallel execution of kernels Key: ARROW-8898 URL: https://issues.apache.org/jira/browse/ARROW-8898

[jira] [Created] (ARROW-8897) [C++] Determine strategy for propagating failures in initializing built-in function registry in arrow/compute

2020-05-22 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8897: --- Summary: [C++] Determine strategy for propagating failures in initializing built-in function registry in arrow/compute Key: ARROW-8897 URL:

[jira] [Created] (ARROW-8896) [C++] Reimplement dictionary unpacking in Cast kernels using Take

2020-05-22 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8896: --- Summary: [C++] Reimplement dictionary unpacking in Cast kernels using Take Key: ARROW-8896 URL: https://issues.apache.org/jira/browse/ARROW-8896 Project: Apache Arrow

[jira] [Created] (ARROW-8895) [C++] Add C++ unit tests for filter function on temporal type inputs, including timestamps

2020-05-22 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8895: --- Summary: [C++] Add C++ unit tests for filter function on temporal type inputs, including timestamps Key: ARROW-8895 URL: https://issues.apache.org/jira/browse/ARROW-8895

[jira] [Created] (ARROW-8894) [C++] C++ array kernels framework and execution buildout (umbrella issue)

2020-05-22 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8894: --- Summary: [C++] C++ array kernels framework and execution buildout (umbrella issue) Key: ARROW-8894 URL: https://issues.apache.org/jira/browse/ARROW-8894 Project:

[jira] [Created] (ARROW-8893) [R] Fix cpplint issues introduced by ARROW-8885

2020-05-22 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8893: --- Summary: [R] Fix cpplint issues introduced by ARROW-8885 Key: ARROW-8893 URL: https://issues.apache.org/jira/browse/ARROW-8893 Project: Apache Arrow Issue

[jira] [Created] (ARROW-8892) [C++][CI] CI builds for MSVC do not build benchmarks

2020-05-22 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8892: --- Summary: [C++][CI] CI builds for MSVC do not build benchmarks Key: ARROW-8892 URL: https://issues.apache.org/jira/browse/ARROW-8892 Project: Apache Arrow

[jira] [Created] (ARROW-8891) [C++] Split non-cast compute kernels into a separate shared library

2020-05-22 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8891: --- Summary: [C++] Split non-cast compute kernels into a separate shared library Key: ARROW-8891 URL: https://issues.apache.org/jira/browse/ARROW-8891 Project: Apache

[jira] [Created] (ARROW-8876) [C++] Implement casts from date types to Timestamp

2020-05-20 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8876: --- Summary: [C++] Implement casts from date types to Timestamp Key: ARROW-8876 URL: https://issues.apache.org/jira/browse/ARROW-8876 Project: Apache Arrow Issue

[jira] [Created] (ARROW-8866) [C++] Split Type::UNION into Type::SPARSE_UNION and Type::DENSE_UNION

2020-05-19 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8866: --- Summary: [C++] Split Type::UNION into Type::SPARSE_UNION and Type::DENSE_UNION Key: ARROW-8866 URL: https://issues.apache.org/jira/browse/ARROW-8866 Project: Apache

[jira] [Created] (ARROW-8823) [C++] Compute aggregate compression ratio when producing compressed IPC body messages

2020-05-16 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8823: --- Summary: [C++] Compute aggregate compression ratio when producing compressed IPC body messages Key: ARROW-8823 URL: https://issues.apache.org/jira/browse/ARROW-8823

[jira] [Created] (ARROW-8800) [C++] Split arrow::ChunkedArray into arrow/chunked_array.h

2020-05-14 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8800: --- Summary: [C++] Split arrow::ChunkedArray into arrow/chunked_array.h Key: ARROW-8800 URL: https://issues.apache.org/jira/browse/ARROW-8800 Project: Apache Arrow

[jira] [Created] (ARROW-8793) [C++] BitUtil::SetBitsTo probably doesn't need to be inline

2020-05-13 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8793: --- Summary: [C++] BitUtil::SetBitsTo probably doesn't need to be inline Key: ARROW-8793 URL: https://issues.apache.org/jira/browse/ARROW-8793 Project: Apache Arrow

[jira] [Created] (ARROW-8792) [C++] Improved declarative compute function / kernel development framework, normalize calling conventions

2020-05-13 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8792: --- Summary: [C++] Improved declarative compute function / kernel development framework, normalize calling conventions Key: ARROW-8792 URL:

[jira] [Created] (ARROW-8769) [C++] Add convenience methods to access fields by name in StructScalar

2020-05-11 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8769: --- Summary: [C++] Add convenience methods to access fields by name in StructScalar Key: ARROW-8769 URL: https://issues.apache.org/jira/browse/ARROW-8769 Project: Apache

[jira] [Created] (ARROW-8762) [C++][Gandiva] Replace Gandiva's BitmapAnd with common implementation

2020-05-11 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8762: --- Summary: [C++][Gandiva] Replace Gandiva's BitmapAnd with common implementation Key: ARROW-8762 URL: https://issues.apache.org/jira/browse/ARROW-8762 Project: Apache

[jira] [Created] (ARROW-8750) [Python] pyarrow.feather.write_feather does not default to lz4 compression if it's available

2020-05-09 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8750: --- Summary: [Python] pyarrow.feather.write_feather does not default to lz4 compression if it's available Key: ARROW-8750 URL: https://issues.apache.org/jira/browse/ARROW-8750

[jira] [Created] (ARROW-8746) [Python][Documentation] Add column limit recommendations Parquet page

2020-05-09 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8746: --- Summary: [Python][Documentation] Add column limit recommendations Parquet page Key: ARROW-8746 URL: https://issues.apache.org/jira/browse/ARROW-8746 Project: Apache

[jira] [Created] (ARROW-8727) [C++] Do not require struct-initialization of StringConverter to parse strings to other types

2020-05-06 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8727: --- Summary: [C++] Do not require struct-initialization of StringConverter to parse strings to other types Key: ARROW-8727 URL: https://issues.apache.org/jira/browse/ARROW-8727

[jira] [Created] (ARROW-8711) [Python] Expose strptime timestamp parsing in read_csv conversion options

2020-05-05 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8711: --- Summary: [Python] Expose strptime timestamp parsing in read_csv conversion options Key: ARROW-8711 URL: https://issues.apache.org/jira/browse/ARROW-8711 Project:

[jira] [Created] (ARROW-8712) [R] Expose strptime timestamp parsing in read_csv conversion options

2020-05-05 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8712: --- Summary: [R] Expose strptime timestamp parsing in read_csv conversion options Key: ARROW-8712 URL: https://issues.apache.org/jira/browse/ARROW-8712 Project: Apache

[jira] [Created] (ARROW-8706) [C++][Parquet] Tracking JIRA for PARQUET-1857 (unencrypted INT16_MAX Parquet row group limit)

2020-05-05 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8706: --- Summary: [C++][Parquet] Tracking JIRA for PARQUET-1857 (unencrypted INT16_MAX Parquet row group limit) Key: ARROW-8706 URL: https://issues.apache.org/jira/browse/ARROW-8706

[jira] [Created] (ARROW-8700) [C++] static libgflags.a fails to link properly in gcc 4.x

2020-05-04 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8700: --- Summary: [C++] static libgflags.a fails to link properly in gcc 4.x Key: ARROW-8700 URL: https://issues.apache.org/jira/browse/ARROW-8700 Project: Apache Arrow

[jira] [Created] (ARROW-8684) [Packaging][Python] "SystemError: Bad call flags in _PyMethodDef_RawFastCallDict" in Python 3.7.7 on macOS when using pyarrow wheel

2020-05-03 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8684: --- Summary: [Packaging][Python] "SystemError: Bad call flags in _PyMethodDef_RawFastCallDict" in Python 3.7.7 on macOS when using pyarrow wheel Key: ARROW-8684 URL:

[jira] [Created] (ARROW-8683) [C++] Add option for user-defined version identifier for Arrow libraries

2020-05-03 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8683: --- Summary: [C++] Add option for user-defined version identifier for Arrow libraries Key: ARROW-8683 URL: https://issues.apache.org/jira/browse/ARROW-8683 Project: Apache

[jira] [Created] (ARROW-8676) [Rust] Create implementation of IPC RecordBatch body buffer compression from ARROW-300

2020-05-02 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8676: --- Summary: [Rust] Create implementation of IPC RecordBatch body buffer compression from ARROW-300 Key: ARROW-8676 URL: https://issues.apache.org/jira/browse/ARROW-8676

[jira] [Created] (ARROW-8674) [JS] Implement IPC RecordBatch body buffer compression from ARROW-300

2020-05-02 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8674: --- Summary: [JS] Implement IPC RecordBatch body buffer compression from ARROW-300 Key: ARROW-8674 URL: https://issues.apache.org/jira/browse/ARROW-8674 Project: Apache

[jira] [Created] (ARROW-8675) [C#] Create implementation of ARROW-300 / IPC record batch body buffer compression

2020-05-02 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8675: --- Summary: [C#] Create implementation of ARROW-300 / IPC record batch body buffer compression Key: ARROW-8675 URL: https://issues.apache.org/jira/browse/ARROW-8675

[jira] [Created] (ARROW-8673) [Go] Implement IPC RecordBatch body compression from ARROW-300

2020-05-02 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8673: --- Summary: [Go] Implement IPC RecordBatch body compression from ARROW-300 Key: ARROW-8673 URL: https://issues.apache.org/jira/browse/ARROW-8673 Project: Apache Arrow

[jira] [Created] (ARROW-8671) [C++] Use IPC body compression metadata approved in ARROW-300

2020-05-02 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8671: --- Summary: [C++] Use IPC body compression metadata approved in ARROW-300 Key: ARROW-8671 URL: https://issues.apache.org/jira/browse/ARROW-8671 Project: Apache Arrow

[jira] [Created] (ARROW-8672) [Java] Implement RecordBatch IPC buffer compression from ARROW-300

2020-05-02 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8672: --- Summary: [Java] Implement RecordBatch IPC buffer compression from ARROW-300 Key: ARROW-8672 URL: https://issues.apache.org/jira/browse/ARROW-8672 Project: Apache Arrow

[jira] [Created] (ARROW-8670) [Format] Create reference implementations of IPC RecordBatch body compression from ARROW-300

2020-05-02 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8670: --- Summary: [Format] Create reference implementations of IPC RecordBatch body compression from ARROW-300 Key: ARROW-8670 URL: https://issues.apache.org/jira/browse/ARROW-8670

[jira] [Created] (ARROW-8667) [C++] Add multi-consumer Scheduler API to sit one layer above ThreadPool

2020-05-01 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8667: --- Summary: [C++] Add multi-consumer Scheduler API to sit one layer above ThreadPool Key: ARROW-8667 URL: https://issues.apache.org/jira/browse/ARROW-8667 Project: Apache

[jira] [Created] (ARROW-8661) [C++][Gandiva] Reduce number of files and headers

2020-04-30 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8661: --- Summary: [C++][Gandiva] Reduce number of files and headers Key: ARROW-8661 URL: https://issues.apache.org/jira/browse/ARROW-8661 Project: Apache Arrow Issue

[jira] [Created] (ARROW-8660) [C++][Gandiva] Reduce dependence on Boost

2020-04-30 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8660: --- Summary: [C++][Gandiva] Reduce dependence on Boost Key: ARROW-8660 URL: https://issues.apache.org/jira/browse/ARROW-8660 Project: Apache Arrow Issue Type:

[jira] [Created] (ARROW-8635) [R] test-filesystem.R takes ~40 seconds to run?

2020-04-29 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8635: --- Summary: [R] test-filesystem.R takes ~40 seconds to run? Key: ARROW-8635 URL: https://issues.apache.org/jira/browse/ARROW-8635 Project: Apache Arrow Issue

[jira] [Created] (ARROW-8633) [C++] Add ValidateAscii function

2020-04-29 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8633: --- Summary: [C++] Add ValidateAscii function Key: ARROW-8633 URL: https://issues.apache.org/jira/browse/ARROW-8633 Project: Apache Arrow Issue Type: New Feature

[jira] [Created] (ARROW-8626) [C++] Implement "round robin" scheduler interface to fixed-size ThreadPool

2020-04-29 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8626: --- Summary: [C++] Implement "round robin" scheduler interface to fixed-size ThreadPool Key: ARROW-8626 URL: https://issues.apache.org/jira/browse/ARROW-8626 Project:

[jira] [Created] (ARROW-8623) [C++][Gandiva] Reduce use of Boost, remove Boost headers from header files

2020-04-29 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8623: --- Summary: [C++][Gandiva] Reduce use of Boost, remove Boost headers from header files Key: ARROW-8623 URL: https://issues.apache.org/jira/browse/ARROW-8623 Project:

[jira] [Created] (ARROW-8619) [C++] Use distinct Type::type values for interval types

2020-04-28 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8619: --- Summary: [C++] Use distinct Type::type values for interval types Key: ARROW-8619 URL: https://issues.apache.org/jira/browse/ARROW-8619 Project: Apache Arrow

  1   2   3   4   5   6   7   8   9   10   >