Skip to content

Instantly share code, notes, and snippets.

@raulcd
Created December 16, 2022 14:24
Show Gist options
  • Save raulcd/6063ef71d5301fcbce88109748624d51 to your computer and use it in GitHub Desktop.
Save raulcd/6063ef71d5301fcbce88109748624d51 to your computer and use it in GitHub Desktop.
Example output for archery release changelog generate 11.0.0
# Apache Arrow 11.0.0 (2022-12-16)
## New Features and Improvements
* [ARROW-2034](https://issues.apache.org/jira/browse/ARROW-2034) - [C++] Filesystem implementation for Azure Blob Storage
* [ARROW-4709](https://issues.apache.org/jira/browse/ARROW-4709) - [C++] Optimize for ordered JSON fields (#14100)
* [ARROW-8221](https://issues.apache.org/jira/browse/ARROW-8221) - [Python][Dataset] Expose schema inference / validation options in the factory
* [ARROW-9720](https://issues.apache.org/jira/browse/ARROW-9720) - [Python] Long-term fate of pyarrow.parquet.ParquetDataset
* [ARROW-9843](https://issues.apache.org/jira/browse/ARROW-9843) - [C++][Python] Implement Between ternary kernel
* [ARROW-10657](https://issues.apache.org/jira/browse/ARROW-10657) - [CI] Continuous integration on Apple M1 architecture
* [ARROW-10883](https://issues.apache.org/jira/browse/ARROW-10883) - [C++][Dataset] Preserve order when writing dataset
* [ARROW-11776](https://issues.apache.org/jira/browse/ARROW-11776) - [C++][Java] Support parquet write from ArrowReader to file (#14151)
* [ARROW-12970](https://issues.apache.org/jira/browse/ARROW-12970) - [Python] Efficient "row accessor" for a pyarrow RecordBatch / Table
* [ARROW-13555](https://issues.apache.org/jira/browse/ARROW-13555) - [Python] Remove deprecated APIs
* [ARROW-13840](https://issues.apache.org/jira/browse/ARROW-13840) - [Doc] Add FAQ section to CI docs
* [ARROW-13938](https://issues.apache.org/jira/browse/ARROW-13938) - [C++] Date and datetime types should autocast from strings
* [ARROW-13980](https://issues.apache.org/jira/browse/ARROW-13980) - [Go] Implement Scalar ApproxEquals (#14543)
* [ARROW-14115](https://issues.apache.org/jira/browse/ARROW-14115) - [Python] Remove deprecated pyarrow.serialization functionality
* [ARROW-14161](https://issues.apache.org/jira/browse/ARROW-14161) - [C++][Docs] Improve Parquet C++ docs (#14018)
* [ARROW-14314](https://issues.apache.org/jira/browse/ARROW-14314) - [C++] Sorting dictionary array not implemented
* [ARROW-14342](https://issues.apache.org/jira/browse/ARROW-14342) - [Python] Add support for the SSO credential provider
* [ARROW-14635](https://issues.apache.org/jira/browse/ARROW-14635) - [C++][Dataset] Devise a mechanism to limit the total "system ram" (process + cache) used by dataset writes
* [ARROW-14656](https://issues.apache.org/jira/browse/ARROW-14656) - [Python] Add sort\_by method to Array, StructArray and ChunkedArray
* [ARROW-14832](https://issues.apache.org/jira/browse/ARROW-14832) - [R] Implement bindings for stringr::str_remove and stringr::str_remove_all (#14644)
* [ARROW-14999](https://issues.apache.org/jira/browse/ARROW-14999) - [C++] Optional field name equality checks for map and list type (#14847)
* [ARROW-15117](https://issues.apache.org/jira/browse/ARROW-15117) - [Docs] Splitting the sphinx-based Arrow docs into separate sphinx projects
* [ARROW-15283](https://issues.apache.org/jira/browse/ARROW-15283) - [Python] Remove deprecated placeholders for UseAsync
* [ARROW-15368](https://issues.apache.org/jira/browse/ARROW-15368) - [C++] [Docs] Improve our SIMD documentation
* [ARROW-15460](https://issues.apache.org/jira/browse/ARROW-15460) - [R] Add as.data.frame.Dataset method (#14461)
* [ARROW-15538](https://issues.apache.org/jira/browse/ARROW-15538) - [C++] Expanding coverage of math functions from Substrait to Acero (#14434)
* [ARROW-15592](https://issues.apache.org/jira/browse/ARROW-15592) - [C++] Add support for custom output field names in a substrait::PlanRel (#14292)
* [ARROW-15691](https://issues.apache.org/jira/browse/ARROW-15691) - [Dev] Update archery to work with either master or main as default branch (#14033)
* [ARROW-15986](https://issues.apache.org/jira/browse/ARROW-15986) - [Python] Expose decryption properties in ParquetFragmentScanOptions
* [ARROW-16189](https://issues.apache.org/jira/browse/ARROW-16189) - [CI][C++] Implement CI on Apple M1 for C++
* [ARROW-16212](https://issues.apache.org/jira/browse/ARROW-16212) - [C++][Python] Register Multiple Kernels for a UDF
* [ARROW-16266](https://issues.apache.org/jira/browse/ARROW-16266) - [R] Add StructArray$create()
* [ARROW-16337](https://issues.apache.org/jira/browse/ARROW-16337) - [Python] Expose parameter that determines to store Arrow schema in Parquet metadata in Python
* [ARROW-16339](https://issues.apache.org/jira/browse/ARROW-16339) - [C++][Parquet] Parquet FileMetaData key\_value\_metadata not always mapped to Arrow Schema metadata
* [ARROW-16430](https://issues.apache.org/jira/browse/ARROW-16430) - [Python] Add support for reading record batch custom metadata API (#13041)
* [ARROW-16503](https://issues.apache.org/jira/browse/ARROW-16503) - [C++] Can't concatenate extension arrays
* [ARROW-16616](https://issues.apache.org/jira/browse/ARROW-16616) - [Python] Add lazy Dataset.filter() method (#13409)
* [ARROW-16673](https://issues.apache.org/jira/browse/ARROW-16673) - [Java] Integrate C Data into allocator hierarchy (#14506)
* [ARROW-16724](https://issues.apache.org/jira/browse/ARROW-16724) - [C++] Bump versions of bundled dependencies
* [ARROW-16727](https://issues.apache.org/jira/browse/ARROW-16727) - [C++] Bump version of bundled AWS SDK
* [ARROW-16728](https://issues.apache.org/jira/browse/ARROW-16728) - [Python] Switch default and deprecate use\_legacy\_dataset=True in ParquetDataset
* [ARROW-16882](https://issues.apache.org/jira/browse/ARROW-16882) - [Python] Allow to pick comparison function for joins
* [ARROW-16979](https://issues.apache.org/jira/browse/ARROW-16979) - [Java] Further Consolidate JNI compilation
* [ARROW-17025](https://issues.apache.org/jira/browse/ARROW-17025) - [Dev] Remove github user name links from merge commit message (#14458)
* [ARROW-17076](https://issues.apache.org/jira/browse/ARROW-17076) - [Python][Docs] Enable building documentation with pyarrow nightly builds
* [ARROW-17097](https://issues.apache.org/jira/browse/ARROW-17097) - [C++] GCS: report common prefixes as directories
* [ARROW-17152](https://issues.apache.org/jira/browse/ARROW-17152) - [Docs] Enable dark mode on documentation site
* [ARROW-17164](https://issues.apache.org/jira/browse/ARROW-17164) - [C++] Expose higher-level utility to execute a kernel
* [ARROW-17187](https://issues.apache.org/jira/browse/ARROW-17187) - [R] Improve lazy ALTREP implementation for String (#14271)
* [ARROW-17202](https://issues.apache.org/jira/browse/ARROW-17202) - [C++][Compute] Add residual predicate support to new (Swiss) hash join
* [ARROW-17203](https://issues.apache.org/jira/browse/ARROW-17203) - [C++][Compute] Add dictionary support to new (Swiss) hash join
* [ARROW-17204](https://issues.apache.org/jira/browse/ARROW-17204) - [C++][Compute] Switch new (Swiss) hash join to use 64-bit hash
* [ARROW-17212](https://issues.apache.org/jira/browse/ARROW-17212) - [Python] Support lazy Dataset.filter
* [ARROW-17215](https://issues.apache.org/jira/browse/ARROW-17215) - [Docs][Benchmarking] Add info about the use of benchmarking hooks on the PR
* [ARROW-17226](https://issues.apache.org/jira/browse/ARROW-17226) - [C++] Extend hash-join unit tests to cover both empty and length=0 batches
* [ARROW-17236](https://issues.apache.org/jira/browse/ARROW-17236) - [Release][R] Add verification for R binaries to rc script
* [ARROW-17239](https://issues.apache.org/jira/browse/ARROW-17239) - [C++] Calculate output type from aggregate to convert arrow aggregate to substrait
* [ARROW-17259](https://issues.apache.org/jira/browse/ARROW-17259) - [C++] Use shared\_ptr<DataType\> less throughout arrow/compute
* [ARROW-17283](https://issues.apache.org/jira/browse/ARROW-17283) - [C++] Upgrade snappy to unreleased version
* [ARROW-17298](https://issues.apache.org/jira/browse/ARROW-17298) - [C++][Docs] Add Acero project example in Getting Started Section
* [ARROW-17301](https://issues.apache.org/jira/browse/ARROW-17301) - [C++] Implement compute function "binary_slice" (#14550)
* [ARROW-17302](https://issues.apache.org/jira/browse/ARROW-17302) - [R] Configure curl timeout policy for S3
* [ARROW-17343](https://issues.apache.org/jira/browse/ARROW-17343) - [Docs][C++] Add missing methods to ArrayBuilders API Reference
* [ARROW-17345](https://issues.apache.org/jira/browse/ARROW-17345) - [Python][Docs] Include options for PyArrow build explicitly
* [ARROW-17347](https://issues.apache.org/jira/browse/ARROW-17347) - [C++][Docs] Describe limitations and alternatives for handling dependencies via package managers
* [ARROW-17360](https://issues.apache.org/jira/browse/ARROW-17360) - [Python] Order of columns in pyarrow.feather.read_table (#14528)
* [ARROW-17375](https://issues.apache.org/jira/browse/ARROW-17375) - [C++][Docs] Create installation instructional documentation in Sphinx
* [ARROW-17376](https://issues.apache.org/jira/browse/ARROW-17376) - [C++][Docs] Create a 10 minutes to Arrow article
* [ARROW-17378](https://issues.apache.org/jira/browse/ARROW-17378) - [C++][Docs] Create tutorial content for basic Flight usage
* [ARROW-17379](https://issues.apache.org/jira/browse/ARROW-17379) - [C++][Docs] Create tutorial content for Acero
* [ARROW-17416](https://issues.apache.org/jira/browse/ARROW-17416) - [R] Implement lubridate::with\_tz and lubridate::force\_tz
* [ARROW-17425](https://issues.apache.org/jira/browse/ARROW-17425) - [R] \`lubridate::as\_datetime()\` in dplyr query should be able to handle time in sub seconds
* [ARROW-17462](https://issues.apache.org/jira/browse/ARROW-17462) - [R] Cast scalars to type of field in Expression building (#13985)
* [ARROW-17477](https://issues.apache.org/jira/browse/ARROW-17477) - [CI][Docs] Document Docs PR Preview
* [ARROW-17481](https://issues.apache.org/jira/browse/ARROW-17481) - [C++] [Python] Major performance improvements to CSV reading from S3
* [ARROW-17487](https://issues.apache.org/jira/browse/ARROW-17487) - [Python][Packaging][CI] Add support for Python 3.11 (#14499)
* [ARROW-17509](https://issues.apache.org/jira/browse/ARROW-17509) - [C++] Simplify async scheduler by removing the need to call End (#14524)
* [ARROW-17520](https://issues.apache.org/jira/browse/ARROW-17520) - [C++] Implement SubStrait SetRel (UnionAll) (#14186)
* [ARROW-17547](https://issues.apache.org/jira/browse/ARROW-17547) - [C++] Adopt C++17 idioms and features for maintainability
* [ARROW-17548](https://issues.apache.org/jira/browse/ARROW-17548) - [C++][Doc] Curate {{cpp/apidoc}}
* [ARROW-17562](https://issues.apache.org/jira/browse/ARROW-17562) - [C++][Acero] Add Window Functions exec node
* [ARROW-17563](https://issues.apache.org/jira/browse/ARROW-17563) - [C++][Acero] Window Functions add helper classes for quantiles
* [ARROW-17564](https://issues.apache.org/jira/browse/ARROW-17564) - [C++][Acero] Window Functions add helper classes for window aggregates and distinct aggregates
* [ARROW-17589](https://issues.apache.org/jira/browse/ARROW-17589) - [Docs] Clarify that C data interface is not strictly for within a single process
* [ARROW-17592](https://issues.apache.org/jira/browse/ARROW-17592) - [Python][Packaging] Move Windows wheel build to more recent Visual Studio
* [ARROW-17610](https://issues.apache.org/jira/browse/ARROW-17610) - [C++] Support additional source types in SourceNode (#14207)
* [ARROW-17613](https://issues.apache.org/jira/browse/ARROW-17613) - [C++] Add function execution API for a preconfigured kernel (#14043)
* [ARROW-17623](https://issues.apache.org/jira/browse/ARROW-17623) - [C++][Acero] Window Functions add helper classes for ranking
* [ARROW-17624](https://issues.apache.org/jira/browse/ARROW-17624) - [C++][Acero] Window Functions add helper classes for frame calculation
* [ARROW-17635](https://issues.apache.org/jira/browse/ARROW-17635) - [Python][CI] Sync conda recipe with the arrow-cpp feedstock (#14102)
* [ARROW-17640](https://issues.apache.org/jira/browse/ARROW-17640) - [C++] Add File Handling Test cases for GlobFile handling in Substrait Read (#14132)
* [ARROW-17642](https://issues.apache.org/jira/browse/ARROW-17642) - [C++] Add ordered aggregation
* [ARROW-17662](https://issues.apache.org/jira/browse/ARROW-17662) - [R] Facilitate offline installation from binaries (#14086)
* [ARROW-17719](https://issues.apache.org/jira/browse/ARROW-17719) - [Python] Improve error message when all values in a column are null in a parquet partition
* [ARROW-17726](https://issues.apache.org/jira/browse/ARROW-17726) - [CI] Enable sccache on more builds
* [ARROW-17731](https://issues.apache.org/jira/browse/ARROW-17731) - [Website] Add blog post about Flight SQL JDBC driver
* [ARROW-17732](https://issues.apache.org/jira/browse/ARROW-17732) - [Docs][Java] Add minimal JDBC driver docs (#14137)
* [ARROW-17751](https://issues.apache.org/jira/browse/ARROW-17751) - [Go][Benchmarking] Add Go Benchmark Script (#14148)
* [ARROW-17798](https://issues.apache.org/jira/browse/ARROW-17798) - [C++][Parquet] Add DELTA_BINARY_PACKED encoder to Parquet writer (#14191)
* [ARROW-17807](https://issues.apache.org/jira/browse/ARROW-17807) - [C++] Regenerate Flatbuffers files for C++17
* [ARROW-17812](https://issues.apache.org/jira/browse/ARROW-17812) - [Gandiva][Docs] Add C++ Gandiva User Guide (#14200)
* [ARROW-17825](https://issues.apache.org/jira/browse/ARROW-17825) - [C++] Allow the possibility to write several tables in ORCFileWriter (#14219)
* [ARROW-17832](https://issues.apache.org/jira/browse/ARROW-17832) - [Python] Construct MapArray from sequence of dicts (instead of list of tuples) (#14547)
* [ARROW-17836](https://issues.apache.org/jira/browse/ARROW-17836) - [C++] Allow specifying alignment of buffers (#14225)
* [ARROW-17859](https://issues.apache.org/jira/browse/ARROW-17859) - [C++] Use self-pipe in signal-receiving StopSource (#14250)
* [ARROW-17867](https://issues.apache.org/jira/browse/ARROW-17867) - [C++][FlightRPC] Expose bulk parameter binding in Flight SQL (#14266)
* [ARROW-17870](https://issues.apache.org/jira/browse/ARROW-17870) - [Go] Add Scalar Binary Arithmetic
* [ARROW-17871](https://issues.apache.org/jira/browse/ARROW-17871) - [Go] initial binary arithmetic implementation (#14255)
* [ARROW-17876](https://issues.apache.org/jira/browse/ARROW-17876) - [R][CI] Remove ubuntu-18.04 from nixlibs & prebuilt binaries
* [ARROW-17887](https://issues.apache.org/jira/browse/ARROW-17887) - [R][Doc] Improve readability of the Get Started and README pages (#14514)
* [ARROW-17892](https://issues.apache.org/jira/browse/ARROW-17892) - [CI] Use Python 3.10 in AppVeyor build (#14307)
* [ARROW-17897](https://issues.apache.org/jira/browse/ARROW-17897) - [Packaging][Conan] Add back ARROW\_GCS to conanfile.py
* [ARROW-17899](https://issues.apache.org/jira/browse/ARROW-17899) - [Go][CSV] Add Decimal support to CSV reader (#14504)
* [ARROW-17904](https://issues.apache.org/jira/browse/ARROW-17904) - [C++] Parquet support read page with crc32 checking
* [ARROW-17916](https://issues.apache.org/jira/browse/ARROW-17916) - [Python] Allow disabling more components
* [ARROW-17932](https://issues.apache.org/jira/browse/ARROW-17932) - [C++] Implement streaming RecordBatchReader for JSON (#14355)
* [ARROW-17949](https://issues.apache.org/jira/browse/ARROW-17949) - [C++][Docs] Remove the use of clcache from Windows dev docs (#14529)
* [ARROW-17953](https://issues.apache.org/jira/browse/ARROW-17953) - [Archery] Add archery docker info command (#14345)
* [ARROW-17960](https://issues.apache.org/jira/browse/ARROW-17960) - [C++][Python] Implement list_slice kernel (#14395)
* [ARROW-17963](https://issues.apache.org/jira/browse/ARROW-17963) - [C++] Implement casting to dictionary type (dictionary\_encode as a cast)
* [ARROW-17966](https://issues.apache.org/jira/browse/ARROW-17966) - [C++] Adjust to new format for Substrait optional arguments (#14415)
* [ARROW-17975](https://issues.apache.org/jira/browse/ARROW-17975) - [C++] Create at-fork facility (#14594)
* [ARROW-17989](https://issues.apache.org/jira/browse/ARROW-17989) - [C++][Python] Enable struct_field kernel to accept string field names (#14495)
* [ARROW-18003](https://issues.apache.org/jira/browse/ARROW-18003) - [Python] Add sort\_by to RecordBatch
* [ARROW-18009](https://issues.apache.org/jira/browse/ARROW-18009) - [Python][C++] Add ability for python to specify sink node when running Substrait
* [ARROW-18012](https://issues.apache.org/jira/browse/ARROW-18012) - [R] Make map_batches .lazy = TRUE by default (#14521)
* [ARROW-18014](https://issues.apache.org/jira/browse/ARROW-18014) - [Java] Implement copy functions for vectors and Table (#14389)
* [ARROW-18016](https://issues.apache.org/jira/browse/ARROW-18016) - [CI] Add sccache to r jobs (#14570)
* [ARROW-18033](https://issues.apache.org/jira/browse/ARROW-18033) - [CI] Use $GITHUB_OUTPUT instead of set-output (#14409)
* [ARROW-18042](https://issues.apache.org/jira/browse/ARROW-18042) - [Java] Distribute Apple M1 compatible JNI libraries via mavencentral (#14472)
* [ARROW-18043](https://issues.apache.org/jira/browse/ARROW-18043) - [R] Properly instantiate empty arrays of extension types in Table__from_schema (#14519)
* [ARROW-18051](https://issues.apache.org/jira/browse/ARROW-18051) - [C++] Enable tests skipped by ARROW-16392 (#14425)
* [ARROW-18054](https://issues.apache.org/jira/browse/ARROW-18054) - [Python][CI] Enable Cython tests on windows wheels (#13552)
* [ARROW-18072](https://issues.apache.org/jira/browse/ARROW-18072) - [C++] Can't use bundled ORC with CMake 3.10 (#14432)
* [ARROW-18075](https://issues.apache.org/jira/browse/ARROW-18075) - [Website] Update install page for 9.0.0
* [ARROW-18080](https://issues.apache.org/jira/browse/ARROW-18080) - [C++] Remove gcc <= 4.9 workarounds (#14441)
* [ARROW-18081](https://issues.apache.org/jira/browse/ARROW-18081) - [Go] Add Scalar Boolean functions (#14442)
* [ARROW-18083](https://issues.apache.org/jira/browse/ARROW-18083) - [C++] Bump vendored zlib version (#14446)
* [ARROW-18092](https://issues.apache.org/jira/browse/ARROW-18092) - [CI][Conan] Update versions of gRPC related dependencies (#14453)
* [ARROW-18093](https://issues.apache.org/jira/browse/ARROW-18093) - [CI][Conda][Windows] Disable ORC (#14454)
* [ARROW-18095](https://issues.apache.org/jira/browse/ARROW-18095) - [CI][C++][MinGW] All tests exited with 0xc0000139
* [ARROW-18108](https://issues.apache.org/jira/browse/ARROW-18108) - [Go] More scalar binary arithmetic (Multiply and Divide) (#14544)
* [ARROW-18109](https://issues.apache.org/jira/browse/ARROW-18109) - [Go] Initial Unary Arithmetic (#14605)
* [ARROW-18110](https://issues.apache.org/jira/browse/ARROW-18110) - [Go] Scalar Comparisons (#14669)
* [ARROW-18111](https://issues.apache.org/jira/browse/ARROW-18111) - [Go] Remaining scalar binary arithmetic (shifts, power, bitwise) (#14703)
* [ARROW-18112](https://issues.apache.org/jira/browse/ARROW-18112) - [Go] Remaining Scalar Arithmetic (#14777)
* [ARROW-18113](https://issues.apache.org/jira/browse/ARROW-18113) - [C++] Add RandomAccessFile::ReadManyAsync (#14723)
* [ARROW-18120](https://issues.apache.org/jira/browse/ARROW-18120) - [Release][Dev] Automate running binaries/wheels verifications (#14469)
* [ARROW-18121](https://issues.apache.org/jira/browse/ARROW-18121) - [Release][CI] Use Ubuntu 22.04 for verifying binaries (#14470)
* [ARROW-18122](https://issues.apache.org/jira/browse/ARROW-18122) - [Release][Dev] Update expected vote e-mail (#14548)
* [ARROW-18122](https://issues.apache.org/jira/browse/ARROW-18122) - [Release][Dev] Add verification PR URL to vote email (#14471)
* [ARROW-18124](https://issues.apache.org/jira/browse/ARROW-18124) - [Python] Support converting to non-nano datetime64 for pandas \>= 2.0
* [ARROW-18135](https://issues.apache.org/jira/browse/ARROW-18135) - [C++] Avoid warnings that ExecBatch::length may be uninitialized (#14480)
* [ARROW-18137](https://issues.apache.org/jira/browse/ARROW-18137) - [Python][Docs] adding info about TableGroupBy.aggregation with empty list (#14482)
* [ARROW-18144](https://issues.apache.org/jira/browse/ARROW-18144) - [C++] Improve JSONTypeError error message in testing (#14486)
* [ARROW-18147](https://issues.apache.org/jira/browse/ARROW-18147) - [Go] Add Scalar Add/Sub for Decimal types (#14489)
* [ARROW-18151](https://issues.apache.org/jira/browse/ARROW-18151) - [CI] Avoid unnecessary redirect for some conda URLs (#14494)
* [ARROW-18152](https://issues.apache.org/jira/browse/ARROW-18152) - [Python] DataFrame Interchange Protocol for pyarrow Table
* [ARROW-18162](https://issues.apache.org/jira/browse/ARROW-18162) - [C++] Add Arm SVE compiler options (#14515)
* [ARROW-18169](https://issues.apache.org/jira/browse/ARROW-18169) - [Website] Don't run dev docs update on fork repositories
* [ARROW-18170](https://issues.apache.org/jira/browse/ARROW-18170) - [Python][Packaging] Simplify Numpy resolution on python/requirements-wheel-test.txt
* [ARROW-18173](https://issues.apache.org/jira/browse/ARROW-18173) - [Python] Drop older versions of Pandas (<1.0) (#14631)
* [ARROW-18174](https://issues.apache.org/jira/browse/ARROW-18174) - [R] Fix compile of altrep.cpp on some builds (#14530)
* [ARROW-18177](https://issues.apache.org/jira/browse/ARROW-18177) - [Go] Add Add/Sub for Temporal types (#14532)
* [ARROW-18178](https://issues.apache.org/jira/browse/ARROW-18178) - [Java] ArrowVectorIterator incorrectly closes Vectors (#14534)
* [ARROW-18184](https://issues.apache.org/jira/browse/ARROW-18184) - [C++] Improve JSON parser benchmarks (#14552)
* [ARROW-18186](https://issues.apache.org/jira/browse/ARROW-18186) - [C++][MinGW] Make buildable with clang (#14536)
* [ARROW-18203](https://issues.apache.org/jira/browse/ARROW-18203) - [R] Refactor to remove unnecessary uses of build_expr (#14553)
* [ARROW-18206](https://issues.apache.org/jira/browse/ARROW-18206) - [C++][CI] Add a nightly build for C++20 compilation (#14571)
* [ARROW-18220](https://issues.apache.org/jira/browse/ARROW-18220) - [Dev] Remove a magic number for the default parallel level in downloader (#14563)
* [ARROW-18221](https://issues.apache.org/jira/browse/ARROW-18221) - [Release][Dev] Add support for customizing arrow-site dir (#14564)
* [ARROW-18222](https://issues.apache.org/jira/browse/ARROW-18222) - [Release][MSYS2] Detect reverse dependencies automatically (#14565)
* [ARROW-18223](https://issues.apache.org/jira/browse/ARROW-18223) - [Release][Homebrew] Detect reverse dependencies automatically (#14566)
* [ARROW-18224](https://issues.apache.org/jira/browse/ARROW-18224) - [Release][jar] Use temporary directory for download (#14567)
* [ARROW-18230](https://issues.apache.org/jira/browse/ARROW-18230) - [Python] Pass Cmake args to Python CPP
* [ARROW-18233](https://issues.apache.org/jira/browse/ARROW-18233) - [Release][JS] don't install yarn to system (#14577)
* [ARROW-18235](https://issues.apache.org/jira/browse/ARROW-18235) - [C++][Gandiva] Fix the like function implementation for escape chars (#14579)
* [ARROW-18237](https://issues.apache.org/jira/browse/ARROW-18237) - [Java] Extend Table code (#14573)
* [ARROW-18238](https://issues.apache.org/jira/browse/ARROW-18238) - [Docs][Python] Improve docs for S3FileSystem (#14599)
* [ARROW-18240](https://issues.apache.org/jira/browse/ARROW-18240) - [R] head() is crashing on some nightly builds
* [ARROW-18243](https://issues.apache.org/jira/browse/ARROW-18243) - [R] Sanitizer nightly failure pointing to mixup between TimestampType and DurationType
* [ARROW-18248](https://issues.apache.org/jira/browse/ARROW-18248) - [CI][Release] Use GitHub token to avoid API rate limit (#14588)
* [ARROW-18249](https://issues.apache.org/jira/browse/ARROW-18249) - [C++] Update vcpkg port to arrow 10.0.0
* [ARROW-18253](https://issues.apache.org/jira/browse/ARROW-18253) - [C++][Parquet] Add additional bounds safety checks (#14592)
* [ARROW-18255](https://issues.apache.org/jira/browse/ARROW-18255) - [C++] Don't fail cmake check for armv6 (#14611)
* [ARROW-18258](https://issues.apache.org/jira/browse/ARROW-18258) - [CI] Substrait Integration Testing
* [ARROW-18259](https://issues.apache.org/jira/browse/ARROW-18259) - [C++][CMake] Add support for system Thrift CMake package (#14597)
* [ARROW-18260](https://issues.apache.org/jira/browse/ARROW-18260) - [C++][CMake] Add support for x64 for CMAKE_SYSTEM_PROCESSOR (#14598)
* [ARROW-18264](https://issues.apache.org/jira/browse/ARROW-18264) - [Python] Add missing value accessor to temporal types (#14746)
* [ARROW-18264](https://issues.apache.org/jira/browse/ARROW-18264) - [Python] Expose time32/time64 scalar values (#14637)
* [ARROW-18265](https://issues.apache.org/jira/browse/ARROW-18265) - [C++] Allow FieldPath to work with ListElement
* [ARROW-18270](https://issues.apache.org/jira/browse/ARROW-18270) - [Python] Remove gcc 4.9 compatibility code (#14602)
* [ARROW-18271](https://issues.apache.org/jira/browse/ARROW-18271) - [C++] Remove GlobalForkSafeMutex
* [ARROW-18278](https://issues.apache.org/jira/browse/ARROW-18278) - [Java] Adjust path in Maven generate-libs-jni-macos-linux (#14623)
* [ARROW-18279](https://issues.apache.org/jira/browse/ARROW-18279) - [C++][Python] Implement HashAggregate UDF
* [ARROW-18280](https://issues.apache.org/jira/browse/ARROW-18280) - [C++][Python] Support slicing to end in list_slice kernel (#14749)
* [ARROW-18281](https://issues.apache.org/jira/browse/ARROW-18281) - [C++][Python] Support start == stop in list\_slice kernel
* [ARROW-18282](https://issues.apache.org/jira/browse/ARROW-18282) - [C++][Python] Support step >= 1 in list_slice kernel (#14696)
* [ARROW-18287](https://issues.apache.org/jira/browse/ARROW-18287) - [C++][CMake] Add support for Brotli/utf8proc provided by vcpkg (#14609)
* [ARROW-18289](https://issues.apache.org/jira/browse/ARROW-18289) - [Release][vcpkg] Add a script to update vcpkg's arrow port (#14610)
* [ARROW-18291](https://issues.apache.org/jira/browse/ARROW-18291) - [Release][Docs] Update how to release (#14612)
* [ARROW-18292](https://issues.apache.org/jira/browse/ARROW-18292) - [Release][Python] Upload .wheel/.tar.gz for release not RC (#14708)
* [ARROW-18295](https://issues.apache.org/jira/browse/ARROW-18295) - [C++] FieldRef::FindAll/FindOne(DataType) improve error
* [ARROW-18299](https://issues.apache.org/jira/browse/ARROW-18299) - [CI][GLib][macOS] Fix dependency install failures (#14618)
* [ARROW-18303](https://issues.apache.org/jira/browse/ARROW-18303) - [Go] Allow easy compute module importing (#14690)
* [ARROW-18306](https://issues.apache.org/jira/browse/ARROW-18306) - [R] Failing test after compute function updates (#14620)
* [ARROW-18315](https://issues.apache.org/jira/browse/ARROW-18315) - [CI][deb][RPM] Pin createrepo_c on Travis CI arm64-graviton (#14625)
* [ARROW-18316](https://issues.apache.org/jira/browse/ARROW-18316) - [CI] Migrate jobs on Travis CI to dev/tasks/
* [ARROW-18318](https://issues.apache.org/jira/browse/ARROW-18318) - [Python] Expose Scalar.validate
* [ARROW-18321](https://issues.apache.org/jira/browse/ARROW-18321) - [R] Add tests for binary_slice kernel (#14647)
* [ARROW-18323](https://issues.apache.org/jira/browse/ARROW-18323) - Enabling issue templates in GitHub issues (#14675)
* [ARROW-18325](https://issues.apache.org/jira/browse/ARROW-18325) - [Docs][Python] Add Python 3.11 to python/install.rst (#14630)
* [ARROW-18326](https://issues.apache.org/jira/browse/ARROW-18326) - [Go] Add option to support dictionary deltas with IPC (#14639)
* [ARROW-18327](https://issues.apache.org/jira/browse/ARROW-18327) - [CI][Release] verify-rc-source-*-macos-amd64 are failed (#14640)
* [ARROW-18332](https://issues.apache.org/jira/browse/ARROW-18332) - [Go] Cast Dictionary types to value type (#14650)
* [ARROW-18333](https://issues.apache.org/jira/browse/ARROW-18333) - [Go][Docs] Update compute function docs (#14815)
* [ARROW-18335](https://issues.apache.org/jira/browse/ARROW-18335) - [CI][Release][JS] Use Node.js 16 as workaround (#14652)
* [ARROW-18336](https://issues.apache.org/jira/browse/ARROW-18336) - [Release][Docs] Don't update versions not in major release (#14653)
* [ARROW-18337](https://issues.apache.org/jira/browse/ARROW-18337) - [R] Possible undesirable handling of POSIXlt objects
* [ARROW-18340](https://issues.apache.org/jira/browse/ARROW-18340) - [Python] PyArrow C++ header files no longer always included in installed pyarrow (#14656)
* [ARROW-18341](https://issues.apache.org/jira/browse/ARROW-18341) - [Doc][Python] Update note about bundling Arrow C++ on Windows (#14660)
* [ARROW-18342](https://issues.apache.org/jira/browse/ARROW-18342) - [C++] AsofJoinNode support for Boolean data field (#14658)
* [ARROW-18345](https://issues.apache.org/jira/browse/ARROW-18345) - [R] Create a CRAN-specific packaging checklist that lives in the R package directory (#14678)
* [ARROW-18348](https://issues.apache.org/jira/browse/ARROW-18348) - [CI][Release][Yum] redhat-rpm-config is needed on AlmaLinux 9 (#14661)
* [ARROW-18349](https://issues.apache.org/jira/browse/ARROW-18349) - [CI][C++][Flight] Exercise UCX on CI
* [ARROW-18350](https://issues.apache.org/jira/browse/ARROW-18350) - [C++] Use std::to_chars instead of std::to_string (#14666)
* [ARROW-18361](https://issues.apache.org/jira/browse/ARROW-18361) - [CI][Conan] Merge upstream changes (#14671)
* [ARROW-18366](https://issues.apache.org/jira/browse/ARROW-18366) - [Packaging][RPM][Gandiva] Fix link error on AlmaLinux 9 (#14680)
* [ARROW-18367](https://issues.apache.org/jira/browse/ARROW-18367) - [C++] Enable the creation of named table relations (#14681)
* [ARROW-18373](https://issues.apache.org/jira/browse/ARROW-18373) - Fix component drop-down, add license text (#14688)
* [ARROW-18380](https://issues.apache.org/jira/browse/ARROW-18380) - [Dev] Update dev_pr GitHub workflows to accept both GitHub issues and JIRA (#14731)
* [ARROW-18384](https://issues.apache.org/jira/browse/ARROW-18384) - [Release][MSYS2] Show pull request title (#14709)
* [ARROW-18385](https://issues.apache.org/jira/browse/ARROW-18385) - [Java] Test fails due to JSON key order
* [ARROW-18391](https://issues.apache.org/jira/browse/ARROW-18391) - [R] Fix the version selector dropdown in the dev docs (#14800)
* [ARROW-18399](https://issues.apache.org/jira/browse/ARROW-18399) - [Python] Reduce warnings during tests (#14729)
* [ARROW-18401](https://issues.apache.org/jira/browse/ARROW-18401) - [R] Failing test on test-r-rhub-ubuntu-gcc-release-latest
* [ARROW-18406](https://issues.apache.org/jira/browse/ARROW-18406) - [C++] Can't build Arrow with Substrait on Ubuntu 20.04 (#14735)
* [ARROW-18407](https://issues.apache.org/jira/browse/ARROW-18407) - [Release][Website] Use UTC for release date (#14737)
* [ARROW-18409](https://issues.apache.org/jira/browse/ARROW-18409) - [GLib][Plasma] Suppress deprecated warning in building plasma-glib (#14739)
* [ARROW-18410](https://issues.apache.org/jira/browse/ARROW-18410) - [Packaging][Ubuntu] Add support for Ubuntu 22.10 (#14740)
* [ARROW-18413](https://issues.apache.org/jira/browse/ARROW-18413) - [C++][Parquet] Expose page index info from ColumnChunkMetaData (#14742)
* [ARROW-18414](https://issues.apache.org/jira/browse/ARROW-18414) - [Release] Add a post script to generate announce email
* [ARROW-18418](https://issues.apache.org/jira/browse/ARROW-18418) - [Website] do not delete /datafusion-python
* [ARROW-18419](https://issues.apache.org/jira/browse/ARROW-18419) - [C++] Update vendored fast_float (#14817)
* [ARROW-18420](https://issues.apache.org/jira/browse/ARROW-18420) - [C++][Parquet] Introduce ColumnIndex & OffsetIndex (#14803)
* [ARROW-18421](https://issues.apache.org/jira/browse/ARROW-18421) - [C++][ORC] Add accessor for stripe information in reader (#14806)
* [ARROW-18423](https://issues.apache.org/jira/browse/ARROW-18423) - [Python] Expose reading a schema from an IPC message (#14831)
* [ARROW-18426](https://issues.apache.org/jira/browse/ARROW-18426) - Update committers and PMC members on website
* [ARROW-18428](https://issues.apache.org/jira/browse/ARROW-18428) - [Website] Enable github issues on arrow-site repo
* [ARROW-18435](https://issues.apache.org/jira/browse/ARROW-18435) - [C++][Java] Update ORC to 1.8.1 (#14942)
* [PARQUET-2179](https://issues.apache.org/jira/browse/PARQUET-2179) - [C++][Parquet] Add a test for skipping repeated fields (#14366)
* [PARQUET-2188](https://issues.apache.org/jira/browse/PARQUET-2188) - [parquet-cpp] Add SkipRecords API to RecordReader (#14142)
* [PARQUET-2204](https://issues.apache.org/jira/browse/PARQUET-2204) - [parquet-cpp] TypedColumnReaderImpl::Skip should reuse scratch space (#14509)
* [PARQUET-2206](https://issues.apache.org/jira/browse/PARQUET-2206) - [parquet-cpp] Microbenchmark for ColumnReader ReadBatch and Skip (#14523)
* [PARQUET-2209](https://issues.apache.org/jira/browse/PARQUET-2209) - [parquet-cpp] Optimize skip for the case that number of values to skip equals page size (#14545)
* [PARQUET-2211](https://issues.apache.org/jira/browse/PARQUET-2211) - [C++] Print ColumnMetaData.encoding_stats field (#14556)
## Bug Fixes
* [ARROW-10469](https://issues.apache.org/jira/browse/ARROW-10469) - [CI][Python] Run dask integration tests on Windows
* [ARROW-10739](https://issues.apache.org/jira/browse/ARROW-10739) - [Python] Pickling a sliced array serializes all the buffers
* [ARROW-13798](https://issues.apache.org/jira/browse/ARROW-13798) - [Python] Selective projection of struct fields errors with use\_legacy\_dataset = False
* [ARROW-14596](https://issues.apache.org/jira/browse/ARROW-14596) - [C++][Python] Read table nested struct fields in columns (#14326)
* [ARROW-14782](https://issues.apache.org/jira/browse/ARROW-14782) - [C++][Python] The ORC writer does not support all-null object columns from Pandas
* [ARROW-15026](https://issues.apache.org/jira/browse/ARROW-15026) - [Python] Error if datetime.timedelta to pyarrow.duration conversion overflows (#13718)
* [ARROW-15328](https://issues.apache.org/jira/browse/ARROW-15328) - [C++][Docs] Streaming CSV reader missing from documentation (#14452)
* [ARROW-15822](https://issues.apache.org/jira/browse/ARROW-15822) - [C++] Cast duration to string (thus CSV writing) not supported (#14450)
* [ARROW-15961](https://issues.apache.org/jira/browse/ARROW-15961) - [C++] Check nullability when validating fields on batches or struct arrays
* [ARROW-16029](https://issues.apache.org/jira/browse/ARROW-16029) - [Python] Runaway process with generator in "write\_dataset()"
* [ARROW-16202](https://issues.apache.org/jira/browse/ARROW-16202) - [C++][Parquet] WipeOutDecryptionKeys doesn't securely wipe out keys
* [ARROW-16464](https://issues.apache.org/jira/browse/ARROW-16464) - [C++][CI][GPU] Add CUDA CI (#14497)
* [ARROW-16471](https://issues.apache.org/jira/browse/ARROW-16471) - [Go] RecordBuilder UnmarshalJSON handle complex values (#14560)
* [ARROW-16518](https://issues.apache.org/jira/browse/ARROW-16518) - [Python] Ensure \_exec\_plan.execplan preserves order of inputs
* [ARROW-16547](https://issues.apache.org/jira/browse/ARROW-16547) - [Python] to_pandas fails with FixedOffset timezones when timestamp_as_object is used (#14448)
* [ARROW-16817](https://issues.apache.org/jira/browse/ARROW-16817) - [C++] Test ORC writer errors with invalid types (#14638)
* [ARROW-17054](https://issues.apache.org/jira/browse/ARROW-17054) - [R] Creating an Array from an object bigger than 2^31 results in an Array of length 0 (#14929)
* [ARROW-17137](https://issues.apache.org/jira/browse/ARROW-17137) - [Python] Converting data frame to Table with large nested column fails \`Invalid Struct child array has length smaller than expected\`
* [ARROW-17192](https://issues.apache.org/jira/browse/ARROW-17192) - [Python] Pass **kwargs in read_feather to to_pandas() (#14492)
* [ARROW-17207](https://issues.apache.org/jira/browse/ARROW-17207) - [C++][CI] Occasional timeout failures on arrow-compute-scalar-test
* [ARROW-17235](https://issues.apache.org/jira/browse/ARROW-17235) - [Dev][Release] Submitting the PR for verifying the release fails to be created automatically
* [ARROW-17292](https://issues.apache.org/jira/browse/ARROW-17292) - [C++] Segmentation fault on arrow-compute-hash-join-node-test on macos nightlies
* [ARROW-17294](https://issues.apache.org/jira/browse/ARROW-17294) - [Release] Update remove old artifacts release script
* [ARROW-17332](https://issues.apache.org/jira/browse/ARROW-17332) - [R] error parsing folder path with accent ('c:/Público') in read_csv_arrow (#14930)
* [ARROW-17353](https://issues.apache.org/jira/browse/ARROW-17353) - [Release][R] Validate binaries version (#14396)
* [ARROW-17361](https://issues.apache.org/jira/browse/ARROW-17361) - [R] dplyr::summarize fails with division when divisor is a variable (#14933)
* [ARROW-17374](https://issues.apache.org/jira/browse/ARROW-17374) - [C++] Snappy package may be built without CMAKE_BUILD_TYPE (#14818)
* [ARROW-17458](https://issues.apache.org/jira/browse/ARROW-17458) - [C++] Cast between decimal and string (#14232)
* [ARROW-17538](https://issues.apache.org/jira/browse/ARROW-17538) - [C++] Importing an ArrowArrayStream can't handle errors from get\_schema
* [ARROW-17540](https://issues.apache.org/jira/browse/ARROW-17540) - [Python] Can not refer to field in a list of structs
* [ARROW-17541](https://issues.apache.org/jira/browse/ARROW-17541) - [R] Substantial RAM use increase in 9.0.0 release on write\_dataset()
* [ARROW-17606](https://issues.apache.org/jira/browse/ARROW-17606) - [C++] Cast float to decimal truncates
* [ARROW-17636](https://issues.apache.org/jira/browse/ARROW-17636) - [Python] Converting Table to pandas raises NotImplementedError (when table previously saved as partitioned parquet dataset)
* [ARROW-17637](https://issues.apache.org/jira/browse/ARROW-17637) - [R][us][s] (#14935)
* [ARROW-17692](https://issues.apache.org/jira/browse/ARROW-17692) - [R] Arrow Package Installation: undefined symbol error
* [ARROW-17774](https://issues.apache.org/jira/browse/ARROW-17774) - [Python] Add python test for decimals to csv (#14525)
* [ARROW-17858](https://issues.apache.org/jira/browse/ARROW-17858) - [C++] Compilating warning in arrow/csv/parser.h (#14445)
* [ARROW-17879](https://issues.apache.org/jira/browse/ARROW-17879) - [R] Intermittent memory leaks in the valgrind nightly test
* [ARROW-17893](https://issues.apache.org/jira/browse/ARROW-17893) - [Python] Test that reading of timedelta is stable (read_feather/to_pandas) (#14531)
* [ARROW-17985](https://issues.apache.org/jira/browse/ARROW-17985) - [C++][Python] Improve s3fs error message when wrong region (#14601)
* [ARROW-17991](https://issues.apache.org/jira/browse/ARROW-17991) - [Python][C++] Adding support for IpcWriteOptions to the dataset ipc file writer (#14414)
* [ARROW-17994](https://issues.apache.org/jira/browse/ARROW-17994) - [C++] Add overflow argument is required when it shouldn't be
* [ARROW-18052](https://issues.apache.org/jira/browse/ARROW-18052) - [Python] Support passing create_dir thru pq.write_to_dataset (#14459)
* [ARROW-18068](https://issues.apache.org/jira/browse/ARROW-18068) - [Dev][Archery][Crossbow] Comment bot only waits for task if link is not available (#14429)
* [ARROW-18070](https://issues.apache.org/jira/browse/ARROW-18070) - [C++] Invoke google::protobuf::ShutdownProtobufLibrary for substrait tests (#14508)
* [ARROW-18078](https://issues.apache.org/jira/browse/ARROW-18078) - [Docs][R] Fix broken link in R documentation (#14437)
* [ARROW-18085](https://issues.apache.org/jira/browse/ARROW-18085) - [Dev][Archery][Crossbow] Comment report bot uses the wrong URL if task run has not started
* [ARROW-18087](https://issues.apache.org/jira/browse/ARROW-18087) - [C++] RecordBatch::Equals should not ignore field names (#14451)
* [ARROW-18103](https://issues.apache.org/jira/browse/ARROW-18103) - [Packaging][deb][RPM] Fix upload artifacts patterns (#14462)
* [ARROW-18106](https://issues.apache.org/jira/browse/ARROW-18106) - [C++] JSON reader ignores explicit schema with default unexpected_field_behavior="infer" (#14741)
* [ARROW-18117](https://issues.apache.org/jira/browse/ARROW-18117) - [C++] Fix static bundle build (#14465)
* [ARROW-18118](https://issues.apache.org/jira/browse/ARROW-18118) - [Release][Dev] Fix problems in 02-source.sh/03-binary-submit.sh for 10.0.0-rc0 (#14468)
* [ARROW-18123](https://issues.apache.org/jira/browse/ARROW-18123) - [Python] Fix writing files with multi-byte characters in file name (#14764)
* [ARROW-18125](https://issues.apache.org/jira/browse/ARROW-18125) - [Python] Handle pytest 8 deprecations about pytest.warns(None)
* [ARROW-18126](https://issues.apache.org/jira/browse/ARROW-18126) - [Python] Remove ARROW_BUILD_DIR in building pyarrow C++ (#14498)
* [ARROW-18128](https://issues.apache.org/jira/browse/ARROW-18128) - [Java][CI] Update timestamp of Java Nightlies X.Y.Z-SNAPSHOT folder (#14496)
* [ARROW-18131](https://issues.apache.org/jira/browse/ARROW-18131) - [R] Correctly handle .data pronoun in group_by() (#14484)
* [ARROW-18132](https://issues.apache.org/jira/browse/ARROW-18132) - [R] Add deprecation cycle for pull() change (#14475)
* [ARROW-18132](https://issues.apache.org/jira/browse/ARROW-18132) - [R] Add deprecation cycle for pull() change (#14475)
* [ARROW-18141](https://issues.apache.org/jira/browse/ARROW-18141) - [C++] Alignment not enforced; undefined behavior in Parquet writer
* [ARROW-18149](https://issues.apache.org/jira/browse/ARROW-18149) - [C++] fix build failure of `join_example` (#14490)
* [ARROW-18150](https://issues.apache.org/jira/browse/ARROW-18150) - [Python] test\_cython failing on macOS
* [ARROW-18157](https://issues.apache.org/jira/browse/ARROW-18157) - [Dev][Archery] "archery docker run" sets env var to None when inherited (#14501)
* [ARROW-18158](https://issues.apache.org/jira/browse/ARROW-18158) - [CI] Use default Python version when installing conda cpp environment to fix conda builds (#14500)
* [ARROW-18159](https://issues.apache.org/jira/browse/ARROW-18159) - [Go][Release] Add `go install` to verify-release script (#14503)
* [ARROW-18164](https://issues.apache.org/jira/browse/ARROW-18164) - [Python] Honor default memory pool in Dataset scanning (#14516)
* [ARROW-18167](https://issues.apache.org/jira/browse/ARROW-18167) - [Go][Release] update go.work with release (#14522)
* [ARROW-18172](https://issues.apache.org/jira/browse/ARROW-18172) - [CI][Release] Source Release and Merge Script jobs fail on master
* [ARROW-18183](https://issues.apache.org/jira/browse/ARROW-18183) - [C++] cpp-micro benchmarks are failing on mac arm machine (#14562)
* [ARROW-18188](https://issues.apache.org/jira/browse/ARROW-18188) - [CI] CUDA nightly docker upload fails due to wrong tag (#14538)
* [ARROW-18190](https://issues.apache.org/jira/browse/ARROW-18190) - [CI][Packaging] Fix macOS mojave wheels test step to actually test wheels (#14540)
* [ARROW-18195](https://issues.apache.org/jira/browse/ARROW-18195) - [R][C++] Final value returned by case\_when is NA when input has 64 or more values and 1 or more NAs
* [ARROW-18202](https://issues.apache.org/jira/browse/ARROW-18202) - [R][C++] Different behaviour of R's base::gsub() binding aka libarrow's replace\_string\_regex kernel since 10.0.0
* [ARROW-18205](https://issues.apache.org/jira/browse/ARROW-18205) - [C++] Substrait consumer is not converting right side references correctly on joins (#14558)
* [ARROW-18207](https://issues.apache.org/jira/browse/ARROW-18207) - [Ruby] RubyGems for 10.0.0 aren't updated yet
* [ARROW-18209](https://issues.apache.org/jira/browse/ARROW-18209) - [Java] Make ComplexCopier agnostic of specific implementation of MapWriter (UnionMapWriter) (#14557)
* [ARROW-18212](https://issues.apache.org/jira/browse/ARROW-18212) - [C++] NumericBuilder::Reset() doesn't reset all members (#14559)
* [ARROW-18225](https://issues.apache.org/jira/browse/ARROW-18225) - [Python] Fully support filesystem in parquet.write_metadata (#14574)
* [ARROW-18227](https://issues.apache.org/jira/browse/ARROW-18227) - [CI][Packaging] Do not fail conda-clean if conda search raises PackagesNotFound (#14569)
* [ARROW-18229](https://issues.apache.org/jira/browse/ARROW-18229) - [Python] Check schema argument type in RecordBatchReader.from_batches (#14583)
* [ARROW-18242](https://issues.apache.org/jira/browse/ARROW-18242) - [R] arrow implementation of lubridate::dmy parses invalid date "00001976" as date
* [ARROW-18244](https://issues.apache.org/jira/browse/ARROW-18244) - [R] \`mutate(x2=ifelse(x=='',NA,x))\` Error: Function 'if\_else' has no kernel matching input types
* [ARROW-18246](https://issues.apache.org/jira/browse/ARROW-18246) - [Python][Docs] PyArrow table join docstring typos for left and right suffix arguments (#14591)
* [ARROW-18247](https://issues.apache.org/jira/browse/ARROW-18247) - [JS] fix: RangeError crash in Vector.toArray() (#14587)
* [ARROW-18251](https://issues.apache.org/jira/browse/ARROW-18251) - [CI][Python] Fix AMD64 macOS 12 Python 3 job (#14614)
* [ARROW-18256](https://issues.apache.org/jira/browse/ARROW-18256) - [C++][Windows] Use IMPORTED_IMPLIB for external shared Thrift (#14595)
* [ARROW-18257](https://issues.apache.org/jira/browse/ARROW-18257) - [Python] pass back time types with correct type class (#14633)
* [ARROW-18269](https://issues.apache.org/jira/browse/ARROW-18269) - [C++] Handle slash character in Hive-style partition values (#14646)
* [ARROW-18274](https://issues.apache.org/jira/browse/ARROW-18274) - [Go] StructBuilder premature release fields (#14604)
* [ARROW-18284](https://issues.apache.org/jira/browse/ARROW-18284) - [Python][Docs] Add missing CMAKE_PREFIX_PATH to allow setup.py CMake invocations to find Arrow CMake package (#14586)
* [ARROW-18290](https://issues.apache.org/jira/browse/ARROW-18290) - [C++] Escape all special chars in URI-encoding (#14645)
* [ARROW-18302](https://issues.apache.org/jira/browse/ARROW-18302) - [Python][Packaging] Update minimum vcpkg required version (#14634)
* [ARROW-18305](https://issues.apache.org/jira/browse/ARROW-18305) - [R] Fix for dev purrr
* [ARROW-18309](https://issues.apache.org/jira/browse/ARROW-18309) - [Go] Fix delta bit packing decode panic (#14649)
* [ARROW-18310](https://issues.apache.org/jira/browse/ARROW-18310) - [C++] Use atomic backpressure counter (#14622)
* [ARROW-18313](https://issues.apache.org/jira/browse/ARROW-18313) - [R] Issues with open\_dataset()
* [ARROW-18317](https://issues.apache.org/jira/browse/ARROW-18317) - [Go] Dictionary replacement during IPC stream (#14636)
* [ARROW-18320](https://issues.apache.org/jira/browse/ARROW-18320) - [C++][FlightRPC] Fix improper Status/Result conversion in Flight client (#14859)
* [ARROW-18322](https://issues.apache.org/jira/browse/ARROW-18322) - [Python] Add PYARROW_WITH_FLIGHT to PyArrow C++ cmake (#14642)
* [ARROW-18331](https://issues.apache.org/jira/browse/ARROW-18331) - [Packaging][Release] Add conan to post-release tasks and publish 9.0.0 and 10.0.0
* [ARROW-18334](https://issues.apache.org/jira/browse/ARROW-18334) - [C++] Handle potential non-commutativity by rebinding (#14659)
* [ARROW-18339](https://issues.apache.org/jira/browse/ARROW-18339) - [Python][CI] Add DYLD_LIBRARY_PATH to avoid requiring PYARROW_BUNDLE_ARROW_CPP on macOS job (#14643)
* [ARROW-18343](https://issues.apache.org/jira/browse/ARROW-18343) - [C++] Remove AllocateBitmap() with out parameter (#14657)
* [ARROW-18360](https://issues.apache.org/jira/browse/ARROW-18360) - [Python] Don't crash when schema=None in FlightClient.do_put (#14698)
* [ARROW-18374](https://issues.apache.org/jira/browse/ARROW-18374) - [Go][CI][Benchmarking] Fix Go benchmark github info (#14691)
* [ARROW-18374](https://issues.apache.org/jira/browse/ARROW-18374) - [Go][CI][Benchmarking] Fix Go Bench Script after Conbench change (#14689)
* [ARROW-18379](https://issues.apache.org/jira/browse/ARROW-18379) - [Python] Change warnings to _warnings in _plasma_store_entry_point (#14695)
* [ARROW-18382](https://issues.apache.org/jira/browse/ARROW-18382) - [C++] Set ADDRESS_SANITIZER in fuzzing builds (#14702)
* [ARROW-18383](https://issues.apache.org/jira/browse/ARROW-18383) - [C++] Avoid global variables for thread pools and at-fork handlers (#14704)
* [ARROW-18389](https://issues.apache.org/jira/browse/ARROW-18389) - [CI][Python] Update nightly test-conda-python-3.7-pandas-0.24 to pandas >= 1.0 (#14714)
* [ARROW-18390](https://issues.apache.org/jira/browse/ARROW-18390) - [CI][Python] Update spark test modules to match spark master (#14715)
* [ARROW-18392](https://issues.apache.org/jira/browse/ARROW-18392) - [Python] Fix test_s3fs_wrong_region; set anonymous=True (#14716)
* [ARROW-18394](https://issues.apache.org/jira/browse/ARROW-18394) - [CI][Python] Nightly pyhon pandas jobs using latest or upstream\_devel fail
* [ARROW-18397](https://issues.apache.org/jira/browse/ARROW-18397) - [C++] Clear S3 region resolver client at S3 shutdown (#14718)
* [ARROW-18400](https://issues.apache.org/jira/browse/ARROW-18400) - [Python] Quadratic memory usage of Table.to\_pandas with nested data
* [ARROW-18405](https://issues.apache.org/jira/browse/ARROW-18405) - [Ruby] Avoid rebuilding chunked arrays in Arrow::Table.new (#14738)
* [ARROW-18412](https://issues.apache.org/jira/browse/ARROW-18412) - [C++][R] Windows build fails because of missing ChunkResolver symbols (#14774)
* [ARROW-18424](https://issues.apache.org/jira/browse/ARROW-18424) - [C++] Fix Doxygen error on ARROW_ENGINE_EXPORT (#14845)
* [ARROW-18429](https://issues.apache.org/jira/browse/ARROW-18429) - [R] : Bump dev version following 10.0.1 patch release (#14887)
* [ARROW-18436](https://issues.apache.org/jira/browse/ARROW-18436) - [Python] \`FileSystem.from\_uri\` doesn't decode %-encoded characters in path
* [ARROW-18437](https://issues.apache.org/jira/browse/ARROW-18437) - [C++] Parquet DELTA\_BINARY\_PACKED Page didn't clear the context
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment