[jira] [Created] (ARROW-9255) [C++] Use CMake to build bundled Protobuf with CMake >= 3.7

2020-06-27 Thread Kouhei Sutou (Jira)
Kouhei Sutou created ARROW-9255: --- Summary: [C++] Use CMake to build bundled Protobuf with CMake >= 3.7 Key: ARROW-9255 URL: https://issues.apache.org/jira/browse/ARROW-9255 Project: Apache Arrow

[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:

[jira] [Created] (ARROW-9249) [C++] Implement "list_parent_indices" vector function

2020-06-27 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9249: --- Summary: [C++] Implement "list_parent_indices" vector function Key: ARROW-9249 URL: https://issues.apache.org/jira/browse/ARROW-9249 Project: Apache Arrow

[jira] [Created] (ARROW-9248) [C++] Add "list_size" function that returns Int32Array/Int64Array giving list cell sizes

2020-06-27 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9248: --- Summary: [C++] Add "list_size" function that returns Int32Array/Int64Array giving list cell sizes Key: ARROW-9248 URL: https://issues.apache.org/jira/browse/ARROW-9248

[jira] [Created] (ARROW-9247) [Python] Expose BinaryArray::total_values_length in bindings

2020-06-27 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9247: --- Summary: [Python] Expose BinaryArray::total_values_length in bindings Key: ARROW-9247 URL: https://issues.apache.org/jira/browse/ARROW-9247 Project: Apache Arrow

[jira] [Created] (ARROW-9246) [JS] Add forward compatibility checks for Decimal::bitWidth

2020-06-27 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9246: --- Summary: [JS] Add forward compatibility checks for Decimal::bitWidth Key: ARROW-9246 URL: https://issues.apache.org/jira/browse/ARROW-9246 Project: Apache Arrow

[jira] [Created] (ARROW-9245) [C#] Add forward compatibility checks for Decimal::bitWidth

2020-06-27 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9245: --- Summary: [C#] Add forward compatibility checks for Decimal::bitWidth Key: ARROW-9245 URL: https://issues.apache.org/jira/browse/ARROW-9245 Project: Apache Arrow

[jira] [Created] (ARROW-9244) [Rust] Add forward compatibility checks for Decimal::bitWidth

2020-06-27 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9244: --- Summary: [Rust] Add forward compatibility checks for Decimal::bitWidth Key: ARROW-9244 URL: https://issues.apache.org/jira/browse/ARROW-9244 Project: Apache Arrow

[jira] [Created] (ARROW-9242) [Java] Add forward compatibility checks for Decimal::bitWidth

2020-06-27 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9242: --- Summary: [Java] Add forward compatibility checks for Decimal::bitWidth Key: ARROW-9242 URL: https://issues.apache.org/jira/browse/ARROW-9242 Project: Apache Arrow

[jira] [Created] (ARROW-9243) [Go] Add forward compatibility checks for Decimal::bitWidth

2020-06-27 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9243: --- Summary: [Go] Add forward compatibility checks for Decimal::bitWidth Key: ARROW-9243 URL: https://issues.apache.org/jira/browse/ARROW-9243 Project: Apache Arrow

[jira] [Created] (ARROW-9241) [C++] Add forward compatibility checks for Decimal::bitWidth

2020-06-27 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9241: --- Summary: [C++] Add forward compatibility checks for Decimal::bitWidth Key: ARROW-9241 URL: https://issues.apache.org/jira/browse/ARROW-9241 Project: Apache Arrow

[jira] [Created] (ARROW-9240) [Format] Add forward compatibility checks for Decimal::bitWidth to reference libraries

2020-06-27 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9240: --- Summary: [Format] Add forward compatibility checks for Decimal::bitWidth to reference libraries Key: ARROW-9240 URL: https://issues.apache.org/jira/browse/ARROW-9240

[jira] [Created] (ARROW-9239) [C++][Developer] Implement tool to compile benchmark C++ code from master branch against older codebase revisions

2020-06-27 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-9239: --- Summary: [C++][Developer] Implement tool to compile benchmark C++ code from master branch against older codebase revisions Key: ARROW-9239 URL:

[jira] [Created] (ARROW-9238) [C++][CI] A few test coverages of round-robin in ipc and flight

2020-06-27 Thread Kazuaki Ishizaki (Jira)
Kazuaki Ishizaki created ARROW-9238: --- Summary: [C++][CI] A few test coverages of round-robin in ipc and flight Key: ARROW-9238 URL: https://issues.apache.org/jira/browse/ARROW-9238 Project: Apache

[jira] [Created] (ARROW-9237) [R] Arch 1.17 install on Arch Linux

2020-06-27 Thread Stuart Russell (Jira)
Stuart Russell created ARROW-9237: - Summary: [R] Arch 1.17 install on Arch Linux Key: ARROW-9237 URL: https://issues.apache.org/jira/browse/ARROW-9237 Project: Apache Arrow Issue Type: Bug

[jira] [Created] (ARROW-9236) [Rust] CSV WriterBuilder never writes header

2020-06-27 Thread Ritchie (Jira)
Ritchie created ARROW-9236: -- Summary: [Rust] CSV WriterBuilder never writes header Key: ARROW-9236 URL: https://issues.apache.org/jira/browse/ARROW-9236 Project: Apache Arrow Issue Type: Bug