[jira] [Created] (ARROW-17839) Cannot create RecordBatch with nested struct containing extension type

2022-09-25 Thread Matthias Vallentin (Jira)
Matthias Vallentin created ARROW-17839: -- Summary: Cannot create RecordBatch with nested struct containing extension type Key: ARROW-17839 URL: https://issues.apache.org/jira/browse/ARROW-17839

[jira] [Created] (ARROW-17838) [Python] Unify CMakeLists.txt at python/CMakeLists.txt and python/src/CMakeLists.txt

2022-09-24 Thread Kouhei Sutou (Jira)
Kouhei Sutou created ARROW-17838: Summary: [Python] Unify CMakeLists.txt at python/CMakeLists.txt and python/src/CMakeLists.txt Key: ARROW-17838 URL: https://issues.apache.org/jira/browse/ARROW-17838

[jira] [Created] (ARROW-17837) [C++] Create ExecPlan-owned QueryContext that will store a plan's shared data structures

2022-09-23 Thread Sasha Krassovsky (Jira)
Sasha Krassovsky created ARROW-17837: Summary: [C++] Create ExecPlan-owned QueryContext that will store a plan's shared data structures Key: ARROW-17837 URL: https://issues.apache.org/jira/browse/ARROW-17837

[jira] [Created] (ARROW-17836) [C++] Allow specifying of alignment in MemoryPool's allocations

2022-09-23 Thread Sasha Krassovsky (Jira)
Sasha Krassovsky created ARROW-17836: Summary: [C++] Allow specifying of alignment in MemoryPool's allocations Key: ARROW-17836 URL: https://issues.apache.org/jira/browse/ARROW-17836 Project

[jira] [Created] (ARROW-17835) pyarrow.json.read_json ignores nullable=True on fields with non-nullable subfields in explicit_schema parse_options

2022-09-23 Thread Ryan Weisman (Jira)
Ryan Weisman created ARROW-17835: Summary: pyarrow.json.read_json ignores nullable=True on fields with non-nullable subfields in explicit_schema parse_options Key: ARROW-17835 URL: https://issues.apache.org/jira

[jira] [Created] (ARROW-17834) [Python] Allow creating ExtensionArray through pa.array(..) constructor

2022-09-23 Thread Joris Van den Bossche (Jira)
Joris Van den Bossche created ARROW-17834: - Summary: [Python] Allow creating ExtensionArray through pa.array(..) constructor Key: ARROW-17834 URL: https://issues.apache.org/jira/browse/ARROW-17834

[jira] [Created] (ARROW-17833) [Java][Doc] Add missing information to docs on dictionary encoding

2022-09-23 Thread Larry White (Jira)
Larry White created ARROW-17833: --- Summary: [Java][Doc] Add missing information to docs on dictionary encoding Key: ARROW-17833 URL: https://issues.apache.org/jira/browse/ARROW-17833 Project: Apache

[jira] [Created] (ARROW-17832) [Python] Construct MapArray from sequence of dicts (instead of list of tuples)

2022-09-23 Thread Joris Van den Bossche (Jira)
Joris Van den Bossche created ARROW-17832: - Summary: [Python] Construct MapArray from sequence of dicts (instead of list of tuples) Key: ARROW-17832 URL: https://issues.apache.org/jira/browse/ARROW-17832

[jira] [Created] (ARROW-17831) [Python][Docs] PyArrow Architecture page outdated after moving pyarrow C++ code

2022-09-23 Thread Joris Van den Bossche (Jira)
Joris Van den Bossche created ARROW-17831: - Summary: [Python][Docs] PyArrow Architecture page outdated after moving pyarrow C++ code Key: ARROW-17831 URL: https://issues.apache.org/jira/browse/ARROW-17831

[jira] [Created] (ARROW-17830) [C++][Gandiva] AppVeyor Windows builds failing due to 'diaguids.lib'

2022-09-23 Thread David Li (Jira)
David Li created ARROW-17830: Summary: [C++][Gandiva] AppVeyor Windows builds failing due to 'diaguids.lib' Key: ARROW-17830 URL: https://issues.apache.org/jira/browse/ARROW-17830 Project: Apache Arrow

[jira] [Created] (ARROW-17829) [Python] Avoid pandas groupby deprecation warning write_to_dataset

2022-09-23 Thread Joris Van den Bossche (Jira)
Joris Van den Bossche created ARROW-17829: - Summary: [Python] Avoid pandas groupby deprecation warning write_to_dataset Key: ARROW-17829 URL: https://issues.apache.org/jira/browse/ARROW-17829

[jira] [Created] (ARROW-17828) Large strings cause ArrowInvalid: offset overflow while concatenating arrays

2022-09-23 Thread Ben Epstein (Jira)
Ben Epstein created ARROW-17828: --- Summary: Large strings cause ArrowInvalid: offset overflow while concatenating arrays Key: ARROW-17828 URL: https://issues.apache.org/jira/browse/ARROW-17828 Project

[jira] [Created] (ARROW-17827) [Python] Allow calling UDF kernels with field/scalar expressions

2022-09-23 Thread Joris Van den Bossche (Jira)
Joris Van den Bossche created ARROW-17827: - Summary: [Python] Allow calling UDF kernels with field/scalar expressions Key: ARROW-17827 URL: https://issues.apache.org/jira/browse/ARROW-17827

[jira] [Created] (ARROW-17826) [Python] Allow scalars when creating expression from compute kernels

2022-09-23 Thread Joris Van den Bossche (Jira)
Joris Van den Bossche created ARROW-17826: - Summary: [Python] Allow scalars when creating expression from compute kernels Key: ARROW-17826 URL: https://issues.apache.org/jira/browse/ARROW-17826

[jira] [Created] (ARROW-17825) [C++] Allow to write several tables successively with ORCFileWriter::Write method

2022-09-23 Thread Louis Calot (Jira)
Louis Calot created ARROW-17825: --- Summary: [C++] Allow to write several tables successively with ORCFileWriter::Write method Key: ARROW-17825 URL: https://issues.apache.org/jira/browse/ARROW-17825

[jira] [Created] (ARROW-17824) [C++][Gandiva] Implement preallocation for variable length output buffer

2022-09-23 Thread Jin Shang (Jira)
Jin Shang created ARROW-17824: - Summary: [C++][Gandiva] Implement preallocation for variable length output buffer Key: ARROW-17824 URL: https://issues.apache.org/jira/browse/ARROW-17824 Project: Apache

[jira] [Created] (ARROW-17823) Prefer std::make_shared/std::make_unique over constructor with new

2022-09-23 Thread Jin Shang (Jira)
Jin Shang created ARROW-17823: - Summary: Prefer std::make_shared/std::make_unique over constructor with new Key: ARROW-17823 URL: https://issues.apache.org/jira/browse/ARROW-17823 Project: Apache Arrow

[jira] [Created] (ARROW-17822) Seg Fault in pyarrow FlightClient with unknown uri schema

2022-09-22 Thread Martin (Jira)
Martin created ARROW-17822: -- Summary: Seg Fault in pyarrow FlightClient with unknown uri schema Key: ARROW-17822 URL: https://issues.apache.org/jira/browse/ARROW-17822 Project: Apache Arrow Issue

[jira] [Created] (ARROW-17821) Implement zip()

2022-09-22 Thread Adam Lippai (Jira)
Adam Lippai created ARROW-17821: --- Summary: Implement zip() Key: ARROW-17821 URL: https://issues.apache.org/jira/browse/ARROW-17821 Project: Apache Arrow Issue Type: New Feature

[jira] [Created] (ARROW-17820) Implement arithmetic kernels on List(number)

2022-09-22 Thread Adam Lippai (Jira)
Adam Lippai created ARROW-17820: --- Summary: Implement arithmetic kernels on List(number) Key: ARROW-17820 URL: https://issues.apache.org/jira/browse/ARROW-17820 Project: Apache Arrow Issue Type

[jira] [Created] (ARROW-17819) [Doc] Remove dependency on PyArrow from rst build process

2022-09-22 Thread Larry White (Jira)
Larry White created ARROW-17819: --- Summary: [Doc] Remove dependency on PyArrow from rst build process Key: ARROW-17819 URL: https://issues.apache.org/jira/browse/ARROW-17819 Project: Apache Arrow

[jira] [Created] (ARROW-17818) [R] Skip duckdb test that is failing until the issue is resolved

2022-09-22 Thread Dewey Dunnington (Jira)
Dewey Dunnington created ARROW-17818: Summary: [R] Skip duckdb test that is failing until the issue is resolved Key: ARROW-17818 URL: https://issues.apache.org/jira/browse/ARROW-17818 Project

[jira] [Created] (ARROW-17817) [C++] Add ORC support on windows

2022-09-22 Thread Louis Calot (Jira)
Louis Calot created ARROW-17817: --- Summary: [C++] Add ORC support on windows Key: ARROW-17817 URL: https://issues.apache.org/jira/browse/ARROW-17817 Project: Apache Arrow Issue Type

[jira] [Created] (ARROW-17816) [CI][Java] Sporadic failure in Flight JDBC tests

2022-09-22 Thread Antoine Pitrou (Jira)
Antoine Pitrou created ARROW-17816: -- Summary: [CI][Java] Sporadic failure in Flight JDBC tests Key: ARROW-17816 URL: https://issues.apache.org/jira/browse/ARROW-17816 Project: Apache Arrow

[jira] [Created] (ARROW-17815) [Python] Warn, not error out, when a SignalStopSource is already set

2022-09-22 Thread Antoine Pitrou (Jira)
Antoine Pitrou created ARROW-17815: -- Summary: [Python] Warn, not error out, when a SignalStopSource is already set Key: ARROW-17815 URL: https://issues.apache.org/jira/browse/ARROW-17815 Project

[jira] [Created] (ARROW-17814) [C++] Remove make_unique reimplementation

2022-09-22 Thread Antoine Pitrou (Jira)
Antoine Pitrou created ARROW-17814: -- Summary: [C++] Remove make_unique reimplementation Key: ARROW-17814 URL: https://issues.apache.org/jira/browse/ARROW-17814 Project: Apache Arrow Issue

[jira] [Created] (ARROW-17813) [Python] Nested ExtensionArray conversion to/from pandas/numpy

2022-09-21 Thread Chang She (Jira)
Chang She created ARROW-17813: - Summary: [Python] Nested ExtensionArray conversion to/from pandas/numpy Key: ARROW-17813 URL: https://issues.apache.org/jira/browse/ARROW-17813 Project: Apache Arrow

[jira] [Created] (ARROW-17812) [C++][Documentation] Add Gandiva User Guide

2022-09-21 Thread Will Jones (Jira)
Will Jones created ARROW-17812: -- Summary: [C++][Documentation] Add Gandiva User Guide Key: ARROW-17812 URL: https://issues.apache.org/jira/browse/ARROW-17812 Project: Apache Arrow Issue Type

[jira] [Created] (ARROW-17811) [Doc][Java] Document how dictionary encoding works

2022-09-21 Thread Larry White (Jira)
Larry White created ARROW-17811: --- Summary: [Doc][Java] Document how dictionary encoding works Key: ARROW-17811 URL: https://issues.apache.org/jira/browse/ARROW-17811 Project: Apache Arrow

[jira] [Created] (ARROW-17810) [Java] Update JaCoCo to 0.8.8 for Java 18 support in CI

2022-09-21 Thread David Li (Jira)
David Li created ARROW-17810: Summary: [Java] Update JaCoCo to 0.8.8 for Java 18 support in CI Key: ARROW-17810 URL: https://issues.apache.org/jira/browse/ARROW-17810 Project: Apache Arrow Issue

[jira] [Created] (ARROW-17809) [R] DuckDB test is failing (again) with new duckdb release

2022-09-21 Thread Dewey Dunnington (Jira)
Dewey Dunnington created ARROW-17809: Summary: [R] DuckDB test is failing (again) with new duckdb release Key: ARROW-17809 URL: https://issues.apache.org/jira/browse/ARROW-17809 Project: Apache

[jira] [Created] (ARROW-17808) [C#] FixedSizeList implementation is missing

2022-09-21 Thread helmi (Jira)
helmi created ARROW-17808: - Summary: [C#] FixedSizeList implementation is missing Key: ARROW-17808 URL: https://issues.apache.org/jira/browse/ARROW-17808 Project: Apache Arrow Issue Type

[jira] [Created] (ARROW-17807) [C++] Regenerate Flatbuffers files for C++17

2022-09-21 Thread Antoine Pitrou (Jira)
Antoine Pitrou created ARROW-17807: -- Summary: [C++] Regenerate Flatbuffers files for C++17 Key: ARROW-17807 URL: https://issues.apache.org/jira/browse/ARROW-17807 Project: Apache Arrow

[jira] [Created] (ARROW-17806) pyarrow fails to write and read a dataframe with MultiIndex containing a RangeIndex with Pandas 1.5.0

2022-09-21 Thread Gianluca Ficarelli (Jira)
Gianluca Ficarelli created ARROW-17806: -- Summary: pyarrow fails to write and read a dataframe with MultiIndex containing a RangeIndex with Pandas 1.5.0 Key: ARROW-17806 URL: https://issues.apache.org/jira

[jira] [Created] (ARROW-17805) [C++][CI] Use Brew installed clang for MacOS

2022-09-21 Thread Jin Shang (Jira)
Jin Shang created ARROW-17805: - Summary: [C++][CI] Use Brew installed clang for MacOS Key: ARROW-17805 URL: https://issues.apache.org/jira/browse/ARROW-17805 Project: Apache Arrow Issue Type

[jira] [Created] (ARROW-17804) [Go][CSV] Add Date32 and Time32 parsers

2022-09-21 Thread Matthew Topol (Jira)
Matthew Topol created ARROW-17804: - Summary: [Go][CSV] Add Date32 and Time32 parsers Key: ARROW-17804 URL: https://issues.apache.org/jira/browse/ARROW-17804 Project: Apache Arrow Issue Type

[jira] [Created] (ARROW-17803) [C++] Use [[nodiscard]]

2022-09-21 Thread Antoine Pitrou (Jira)
Antoine Pitrou created ARROW-17803: -- Summary: [C++] Use [[nodiscard]] Key: ARROW-17803 URL: https://issues.apache.org/jira/browse/ARROW-17803 Project: Apache Arrow Issue Type: Task

[jira] [Created] (ARROW-17802) Merging multi file datasets on particular columns that are present in all the datasets.

2022-09-21 Thread N Gautam Animesh (Jira)
N Gautam Animesh created ARROW-17802: Summary: Merging multi file datasets on particular columns that are present in all the datasets. Key: ARROW-17802 URL: https://issues.apache.org/jira/browse/ARROW-17802

[jira] [Created] (ARROW-17801) [Doc][Java] Fix typos in slice page in Cookbook

2022-09-21 Thread Larry White (Jira)
Larry White created ARROW-17801: --- Summary: [Doc][Java] Fix typos in slice page in Cookbook Key: ARROW-17801 URL: https://issues.apache.org/jira/browse/ARROW-17801 Project: Apache Arrow Issue

[jira] [Created] (ARROW-17800) [C++] Failure in jemalloc stats tests

2022-09-21 Thread Antoine Pitrou (Jira)
Antoine Pitrou created ARROW-17800: -- Summary: [C++] Failure in jemalloc stats tests Key: ARROW-17800 URL: https://issues.apache.org/jira/browse/ARROW-17800 Project: Apache Arrow Issue Type

[jira] [Created] (ARROW-17799) [C++][Parquet] Add DELTA_LENGTH_BYTE_ARRAY encoder to Parquet writer

2022-09-21 Thread Rok Mihevc (Jira)
Rok Mihevc created ARROW-17799: -- Summary: [C++][Parquet] Add DELTA_LENGTH_BYTE_ARRAY encoder to Parquet writer Key: ARROW-17799 URL: https://issues.apache.org/jira/browse/ARROW-17799 Project: Apache

[jira] [Created] (ARROW-17798) [C++][Parquet] Add DELTA_BINARY_PACKED encoder to Parquet writer

2022-09-21 Thread Rok Mihevc (Jira)
Rok Mihevc created ARROW-17798: -- Summary: [C++][Parquet] Add DELTA_BINARY_PACKED encoder to Parquet writer Key: ARROW-17798 URL: https://issues.apache.org/jira/browse/ARROW-17798 Project: Apache Arrow

[jira] [Created] (ARROW-17797) [Java] Remove deprecated methods from Java dataset module in Arrow 11

2022-09-21 Thread David Li (Jira)
David Li created ARROW-17797: Summary: [Java] Remove deprecated methods from Java dataset module in Arrow 11 Key: ARROW-17797 URL: https://issues.apache.org/jira/browse/ARROW-17797 Project: Apache Arrow

[jira] [Created] (ARROW-17796) Using cbind when merging multi datasets using open_dataset on a directory.

2022-09-21 Thread N Gautam Animesh (Jira)
N Gautam Animesh created ARROW-17796: Summary: Using cbind when merging multi datasets using open_dataset on a directory. Key: ARROW-17796 URL: https://issues.apache.org/jira/browse/ARROW-17796

[jira] [Created] (ARROW-17795) [C++][R] Using ARROW_ZSTD_USE_SHARED fails

2022-09-21 Thread Jacob Wujciak-Jens (Jira)
Jacob Wujciak-Jens created ARROW-17795: -- Summary: [C++][R] Using ARROW_ZSTD_USE_SHARED fails Key: ARROW-17795 URL: https://issues.apache.org/jira/browse/ARROW-17795 Project: Apache Arrow

[jira] [Created] (ARROW-17794) [Java] Force delete jni lib on JVM exit

2022-09-21 Thread Jackey Lee (Jira)
Jackey Lee created ARROW-17794: -- Summary: [Java] Force delete jni lib on JVM exit Key: ARROW-17794 URL: https://issues.apache.org/jira/browse/ARROW-17794 Project: Apache Arrow Issue Type

[jira] [Created] (ARROW-17793) [C++] Adding Union Relation ToProto

2022-09-21 Thread Vibhatha Lakmal Abeykoon (Jira)
Vibhatha Lakmal Abeykoon created ARROW-17793: Summary: [C++] Adding Union Relation ToProto Key: ARROW-17793 URL: https://issues.apache.org/jira/browse/ARROW-17793 Project: Apache Arrow

[jira] [Created] (ARROW-17792) [C++] Use lambda capture move construction

2022-09-21 Thread Antoine Pitrou (Jira)
Antoine Pitrou created ARROW-17792: -- Summary: [C++] Use lambda capture move construction Key: ARROW-17792 URL: https://issues.apache.org/jira/browse/ARROW-17792 Project: Apache Arrow Issue

[jira] [Created] (ARROW-17791) [Python][CI] Some nightly jobs are failing due to ACCESS_DENIED to S3 bucket

2022-09-21 Thread Jira
Raúl Cumplido created ARROW-17791: - Summary: [Python][CI] Some nightly jobs are failing due to ACCESS_DENIED to S3 bucket Key: ARROW-17791 URL: https://issues.apache.org/jira/browse/ARROW-17791

[jira] [Created] (ARROW-17790) [C++][Gandiva] Adapt to LLVM opaque pointer

2022-09-21 Thread Jin Shang (Jira)
Jin Shang created ARROW-17790: - Summary: [C++][Gandiva] Adapt to LLVM opaque pointer Key: ARROW-17790 URL: https://issues.apache.org/jira/browse/ARROW-17790 Project: Apache Arrow Issue Type

[jira] [Created] (ARROW-17789) [Java][Dataset] Update documentation with latest Dataset changes

2022-09-20 Thread David Dali Susanibar Arce (Jira)
David Dali Susanibar Arce created ARROW-17789: - Summary: [Java][Dataset] Update documentation with latest Dataset changes Key: ARROW-17789 URL: https://issues.apache.org/jira/browse/ARROW-17789

[jira] [Created] (ARROW-17788) [R][Doc] Add example of using Scanner

2022-09-20 Thread Will Jones (Jira)
Will Jones created ARROW-17788: -- Summary: [R][Doc] Add example of using Scanner Key: ARROW-17788 URL: https://issues.apache.org/jira/browse/ARROW-17788 Project: Apache Arrow Issue Type

[jira] [Created] (ARROW-17787) [Docs][Java] javadoc failing on flight-integration-tests

2022-09-20 Thread David Li (Jira)
David Li created ARROW-17787: Summary: [Docs][Java] javadoc failing on flight-integration-tests Key: ARROW-17787 URL: https://issues.apache.org/jira/browse/ARROW-17787 Project: Apache Arrow

[jira] [Created] (ARROW-17786) [Java] Read CSV files using org.apache.arrow.dataset.jni.NativeDatasetFactory

2022-09-20 Thread David Dali Susanibar Arce (Jira)
David Dali Susanibar Arce created ARROW-17786: - Summary: [Java] Read CSV files using org.apache.arrow.dataset.jni.NativeDatasetFactory Key: ARROW-17786 URL: https://issues.apache.org/jira/browse/ARROW

[jira] [Created] (ARROW-17785) [Java] Flakiness in JDBC driver test ArrowFlightJdbcConnectionCookieTest.testCookies

2022-09-20 Thread David Li (Jira)
David Li created ARROW-17785: Summary: [Java] Flakiness in JDBC driver test ArrowFlightJdbcConnectionCookieTest.testCookies Key: ARROW-17785 URL: https://issues.apache.org/jira/browse/ARROW-17785 Project

[jira] [Created] (ARROW-17784) [C++] Opening a dataset where partitioning variable is in the dataset should error differently

2022-09-20 Thread Nicola Crane (Jira)
Nicola Crane created ARROW-17784: Summary: [C++] Opening a dataset where partitioning variable is in the dataset should error differently Key: ARROW-17784 URL: https://issues.apache.org/jira/browse/ARROW-17784

[jira] [Created] (ARROW-17783) Using data from flight flight in aggregate kernel may not pass alignment check

2022-09-20 Thread Yifei Yang (Jira)
Yifei Yang created ARROW-17783: -- Summary: Using data from flight flight in aggregate kernel may not pass alignment check Key: ARROW-17783 URL: https://issues.apache.org/jira/browse/ARROW-17783 Project

[jira] [Created] (ARROW-17782) [C++][R] R package not building on macos 10.13 with C++17 std lib

2022-09-20 Thread Jacob Wujciak-Jens (Jira)
Jacob Wujciak-Jens created ARROW-17782: -- Summary: [C++][R] R package not building on macos 10.13 with C++17 std lib Key: ARROW-17782 URL: https://issues.apache.org/jira/browse/ARROW-17782

[jira] [Created] (ARROW-17781) "floor_date()" function from Lubridate Library

2022-09-20 Thread N Gautam Animesh (Jira)
N Gautam Animesh created ARROW-17781: Summary: "floor_date()" function from Lubridate Library Key: ARROW-17781 URL: https://issues.apache.org/jira/browse/ARROW-17781 Project: Ap

[jira] [Created] (ARROW-17780) Add "summarise_all" function from Lubridate Library.

2022-09-20 Thread N Gautam Animesh (Jira)
N Gautam Animesh created ARROW-17780: Summary: Add "summarise_all" function from Lubridate Library. Key: ARROW-17780 URL: https://issues.apache.org/jira/browse/ARROW-17780 Project: Ap

[jira] [Created] (ARROW-17779) Add "first" and "last" functions from xts library

2022-09-20 Thread N Gautam Animesh (Jira)
N Gautam Animesh created ARROW-17779: Summary: Add "first" and "last" functions from xts library Key: ARROW-17779 URL: https://issues.apache.org/jira/browse/ARROW-17779 P

[jira] [Created] (ARROW-17778) [Go][CSV] Simple CSV Reader Schema and type Inference

2022-09-19 Thread Matthew Topol (Jira)
Matthew Topol created ARROW-17778: - Summary: [Go][CSV] Simple CSV Reader Schema and type Inference Key: ARROW-17778 URL: https://issues.apache.org/jira/browse/ARROW-17778 Project: Apache Arrow

[jira] [Created] (ARROW-17777) Update the pull request merge script to work with master or main

2022-09-19 Thread Fiona La (Jira)
Fiona La created ARROW-1: Summary: Update the pull request merge script to work with master or main Key: ARROW-1 URL: https://issues.apache.org/jira/browse/ARROW-1 Project: Apache Arrow

[jira] [Created] (ARROW-17776) [C++] Stabilize Parquet ArrowReaderProperties

2022-09-19 Thread Will Jones (Jira)
Will Jones created ARROW-17776: -- Summary: [C++] Stabilize Parquet ArrowReaderProperties Key: ARROW-17776 URL: https://issues.apache.org/jira/browse/ARROW-17776 Project: Apache Arrow Issue Type

[jira] [Created] (ARROW-17775) [C++] LLVM deprecation errors when building Gandiva

2022-09-19 Thread Antoine Pitrou (Jira)
Antoine Pitrou created ARROW-17775: -- Summary: [C++] LLVM deprecation errors when building Gandiva Key: ARROW-17775 URL: https://issues.apache.org/jira/browse/ARROW-17775 Project: Apache Arrow

[jira] [Created] (ARROW-17774) Python: write csv cast error

2022-09-19 Thread Alejandro Marco Ramos (Jira)
Alejandro Marco Ramos created ARROW-17774: - Summary: Python: write csv cast error Key: ARROW-17774 URL: https://issues.apache.org/jira/browse/ARROW-17774 Project: Apache Arrow Issue

[jira] [Created] (ARROW-17773) [CI][C++] sccache error on Travis-CI Arm64 build

2022-09-19 Thread Antoine Pitrou (Jira)
Antoine Pitrou created ARROW-17773: -- Summary: [CI][C++] sccache error on Travis-CI Arm64 build Key: ARROW-17773 URL: https://issues.apache.org/jira/browse/ARROW-17773 Project: Apache Arrow

[jira] [Created] (ARROW-17772) [Doc] Sphinx / reST markup error

2022-09-19 Thread Antoine Pitrou (Jira)
Antoine Pitrou created ARROW-17772: -- Summary: [Doc] Sphinx / reST markup error Key: ARROW-17772 URL: https://issues.apache.org/jira/browse/ARROW-17772 Project: Apache Arrow Issue Type: Bug

[jira] [Created] (ARROW-17771) [Python] Python does not finds the DLLs correctly on Windows

2022-09-19 Thread Alenka Frim (Jira)
Alenka Frim created ARROW-17771: --- Summary: [Python] Python does not finds the DLLs correctly on Windows Key: ARROW-17771 URL: https://issues.apache.org/jira/browse/ARROW-17771 Project: Apache Arrow

[jira] [Created] (ARROW-17770) [C++][Gandiva] Fix const correctness of Gandiva projector Evaluate

2022-09-18 Thread Jin Shang (Jira)
Jin Shang created ARROW-17770: - Summary: [C++][Gandiva] Fix const correctness of Gandiva projector Evaluate Key: ARROW-17770 URL: https://issues.apache.org/jira/browse/ARROW-17770 Project: Apache Arrow

[jira] [Created] (ARROW-17769) [adapter] Upgrade to Junit 5

2022-09-18 Thread Jira
Andréi Ósipov created ARROW-17769: - Summary: [adapter] Upgrade to Junit 5 Key: ARROW-17769 URL: https://issues.apache.org/jira/browse/ARROW-17769 Project: Apache Arrow Issue Type: Sub-task

[jira] [Created] (ARROW-17768) [Java] Upgrade to JUnit 5

2022-09-18 Thread Jira
Andréi Ósipov created ARROW-17768: - Summary: [Java] Upgrade to JUnit 5 Key: ARROW-17768 URL: https://issues.apache.org/jira/browse/ARROW-17768 Project: Apache Arrow Issue Type: Improvement

[jira] [Created] (ARROW-17767) [Java][Plasma] Move JNI build configuration from cpp/ to java/

2022-09-18 Thread Kouhei Sutou (Jira)
Kouhei Sutou created ARROW-17767: Summary: [Java][Plasma] Move JNI build configuration from cpp/ to java/ Key: ARROW-17767 URL: https://issues.apache.org/jira/browse/ARROW-17767 Project: Apache Arrow

[jira] [Created] (ARROW-17766) Add option to only load specific columns from csv

2022-09-18 Thread Marc Garcia (Jira)
Marc Garcia created ARROW-17766: --- Summary: Add option to only load specific columns from csv Key: ARROW-17766 URL: https://issues.apache.org/jira/browse/ARROW-17766 Project: Apache Arrow Issue

[jira] [Created] (ARROW-17765) Archery docker: multiplatform support on arm64

2022-09-17 Thread Jira
Percy Camilo Triveño Aucahuasi created ARROW-17765: -- Summary: Archery docker: multiplatform support on arm64 Key: ARROW-17765 URL: https://issues.apache.org/jira/browse/ARROW-17765

[jira] [Created] (ARROW-17764) [CI][C++] "#include " is missing

2022-09-17 Thread Kouhei Sutou (Jira)
Kouhei Sutou created ARROW-17764: Summary: [CI][C++] "#include " is missing Key: ARROW-17764 URL: https://issues.apache.org/jira/browse/ARROW-17764 Project: Apache Arrow

[jira] [Created] (ARROW-17763) Allow Bazel to pass custom __DATE__, __TIME__, and __TIMESTAMP__ flags to Arrow's toolchain

2022-09-17 Thread Stefan Novak (Jira)
Stefan Novak created ARROW-17763: Summary: Allow Bazel to pass custom __DATE__, __TIME__, and __TIMESTAMP__ flags to Arrow's toolchain Key: ARROW-17763 URL: https://issues.apache.org/jira/browse/ARROW-17763

[jira] [Created] (ARROW-17762) [C++] Add ordering information to exec batches

2022-09-16 Thread Weston Pace (Jira)
Weston Pace created ARROW-17762: --- Summary: [C++] Add ordering information to exec batches Key: ARROW-17762 URL: https://issues.apache.org/jira/browse/ARROW-17762 Project: Apache Arrow Issue

[jira] [Created] (ARROW-17761) R arrow::read_parquet shows misleading message about url scheme when reading from s3 failed

2022-09-16 Thread Alex Deng (Jira)
Alex Deng created ARROW-17761: - Summary: R arrow::read_parquet shows misleading message about url scheme when reading from s3 failed Key: ARROW-17761 URL: https://issues.apache.org/jira/browse/ARROW-17761

[jira] [Created] (ARROW-17760) [Go] Implement Take for Record Batches and Tables

2022-09-16 Thread Matthew Topol (Jira)
Matthew Topol created ARROW-17760: - Summary: [Go] Implement Take for Record Batches and Tables Key: ARROW-17760 URL: https://issues.apache.org/jira/browse/ARROW-17760 Project: Apache Arrow

[jira] [Created] (ARROW-17759) [R] Implement dplyr::slice_sample()

2022-09-16 Thread Neal Richardson (Jira)
Neal Richardson created ARROW-17759: --- Summary: [R] Implement dplyr::slice_sample() Key: ARROW-17759 URL: https://issues.apache.org/jira/browse/ARROW-17759 Project: Apache Arrow Issue Type

[jira] [Created] (ARROW-17757) [C++] Support type promotion in basic evolution strategy

2022-09-16 Thread Weston Pace (Jira)
Weston Pace created ARROW-17757: --- Summary: [C++] Support type promotion in basic evolution strategy Key: ARROW-17757 URL: https://issues.apache.org/jira/browse/ARROW-17757 Project: Apache Arrow

[jira] [Created] (ARROW-17758) [C++] Add OT spans / events to new scan node

2022-09-16 Thread Weston Pace (Jira)
Weston Pace created ARROW-17758: --- Summary: [C++] Add OT spans / events to new scan node Key: ARROW-17758 URL: https://issues.apache.org/jira/browse/ARROW-17758 Project: Apache Arrow Issue Type

[jira] [Created] (ARROW-17756) [C++] Switch bindings-scanner to the new scan node, remove the old scan node

2022-09-16 Thread Weston Pace (Jira)
Weston Pace created ARROW-17756: --- Summary: [C++] Switch bindings-scanner to the new scan node, remove the old scan node Key: ARROW-17756 URL: https://issues.apache.org/jira/browse/ARROW-17756 Project

[jira] [Created] (ARROW-17755) [C++] Add pause capability to async task scheduler and support pause producing in new scan node

2022-09-16 Thread Weston Pace (Jira)
Weston Pace created ARROW-17755: --- Summary: [C++] Add pause capability to async task scheduler and support pause producing in new scan node Key: ARROW-17755 URL: https://issues.apache.org/jira/browse/ARROW-17755

[jira] [Created] (ARROW-17754) [C++] Add Substrait Function Tests for Filter and Join

2022-09-16 Thread Vibhatha Lakmal Abeykoon (Jira)
Vibhatha Lakmal Abeykoon created ARROW-17754: Summary: [C++] Add Substrait Function Tests for Filter and Join Key: ARROW-17754 URL: https://issues.apache.org/jira/browse/ARROW-17754

[jira] [Created] (ARROW-17753) [C++][Python] 'arrow_keep_backward_compatibility' error when building from source

2022-09-16 Thread Alenka Frim (Jira)
Alenka Frim created ARROW-17753: --- Summary: [C++][Python] 'arrow_keep_backward_compatibility' error when building from source Key: ARROW-17753 URL: https://issues.apache.org/jira/browse/ARROW-17753

[jira] [Created] (ARROW-17752) Support JNI-based parquet write to write datasets into files

2022-09-15 Thread Ke Jia (Jira)
Ke Jia created ARROW-17752: -- Summary: Support JNI-based parquet write to write datasets into files Key: ARROW-17752 URL: https://issues.apache.org/jira/browse/ARROW-17752 Project: Apache Arrow

[jira] [Created] (ARROW-17751) [Go][Benchmarking] Add Go benchmark script

2022-09-15 Thread Matthew Topol (Jira)
Matthew Topol created ARROW-17751: - Summary: [Go][Benchmarking] Add Go benchmark script Key: ARROW-17751 URL: https://issues.apache.org/jira/browse/ARROW-17751 Project: Apache Arrow Issue

[jira] [Created] (ARROW-17750) [Go] Kernel Input Type Matcher for RLE

2022-09-15 Thread Matthew Topol (Jira)
Matthew Topol created ARROW-17750: - Summary: [Go] Kernel Input Type Matcher for RLE Key: ARROW-17750 URL: https://issues.apache.org/jira/browse/ARROW-17750 Project: Apache Arrow Issue Type

[jira] [Created] (ARROW-17749) [Go] Implement Filter and Take for Structs

2022-09-15 Thread Matthew Topol (Jira)
Matthew Topol created ARROW-17749: - Summary: [Go] Implement Filter and Take for Structs Key: ARROW-17749 URL: https://issues.apache.org/jira/browse/ARROW-17749 Project: Apache Arrow Issue

[jira] [Created] (ARROW-17748) not possible to install arrow on alpine 3.16

2022-09-15 Thread Stanislaw (Jira)
Stanislaw created ARROW-17748: - Summary: not possible to install arrow on alpine 3.16 Key: ARROW-17748 URL: https://issues.apache.org/jira/browse/ARROW-17748 Project: Apache Arrow Issue Type

[jira] [Created] (ARROW-17747) [C++][Gandiva] Add type inference to Gandiva parser

2022-09-15 Thread Jin Shang (Jira)
Jin Shang created ARROW-17747: - Summary: [C++][Gandiva] Add type inference to Gandiva parser Key: ARROW-17747 URL: https://issues.apache.org/jira/browse/ARROW-17747 Project: Apache Arrow Issue

[jira] [Created] (ARROW-17746) [C++][Gandiva] Allow searching function signatures by name

2022-09-15 Thread Jin Shang (Jira)
Jin Shang created ARROW-17746: - Summary: [C++][Gandiva] Allow searching function signatures by name Key: ARROW-17746 URL: https://issues.apache.org/jira/browse/ARROW-17746 Project: Apache Arrow

[jira] [Created] (ARROW-17745) [C++][Gandiva] Add token and grammar rules for in expression

2022-09-15 Thread Jin Shang (Jira)
Jin Shang created ARROW-17745: - Summary: [C++][Gandiva] Add token and grammar rules for in expression Key: ARROW-17745 URL: https://issues.apache.org/jira/browse/ARROW-17745 Project: Apache Arrow

[jira] [Created] (ARROW-17744) [C++][Gandiva] Add token and grammar rules for if and bool

2022-09-15 Thread Jin Shang (Jira)
Jin Shang created ARROW-17744: - Summary: [C++][Gandiva] Add token and grammar rules for if and bool Key: ARROW-17744 URL: https://issues.apache.org/jira/browse/ARROW-17744 Project: Apache Arrow

[jira] [Created] (ARROW-17743) [C++][Gandiva] Add token and grammar rules for functions

2022-09-15 Thread Jin Shang (Jira)
Jin Shang created ARROW-17743: - Summary: [C++][Gandiva] Add token and grammar rules for functions Key: ARROW-17743 URL: https://issues.apache.org/jira/browse/ARROW-17743 Project: Apache Arrow

[jira] [Created] (ARROW-17742) [C++][Gandiva] Fix Gandiva utf8proc dependency

2022-09-15 Thread Jin Shang (Jira)
Jin Shang created ARROW-17742: - Summary: [C++][Gandiva] Fix Gandiva utf8proc dependency Key: ARROW-17742 URL: https://issues.apache.org/jira/browse/ARROW-17742 Project: Apache Arrow Issue Type

[jira] [Created] (ARROW-17741) [Packaging] Add JDBC driver to release tasks

2022-09-15 Thread David Li (Jira)
David Li created ARROW-17741: Summary: [Packaging] Add JDBC driver to release tasks Key: ARROW-17741 URL: https://issues.apache.org/jira/browse/ARROW-17741 Project: Apache Arrow Issue Type: Sub

[jira] [Created] (ARROW-17740) [c++][compute]Is there any other way to use Join besides Acero?

2022-09-15 Thread LinGeLin (Jira)
LinGeLin created ARROW-17740: Summary: [c++][compute]Is there any other way to use Join besides Acero? Key: ARROW-17740 URL: https://issues.apache.org/jira/browse/ARROW-17740 Project: Apache Arrow

<    2   3   4   5   6   7   8   9   10   11   >