(arrow) branch main updated (7da8dfe480 -> 6cecbab517)

2024-03-27 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/arrow.git from 7da8dfe480 GH-40674: [GLib] Don't assume gint64 and int64_t use the same type (#40736) add 6cecbab517 GH-40806

[arrow] branch master updated: GH-33701: [C++] Add support for LTO (link time optimization) build (#33847)

2023-01-26 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git The following commit(s) were added to refs/heads/master by this push: new 24da3be956 GH-33701: [C++] Add support for LTO

[arrow] branch master updated: GH-33655: [C++][Parquet] Fix occasional failure in TestArrowReadWrite.MultithreadedWrite (#33739)

2023-01-20 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git The following commit(s) were added to refs/heads/master by this push: new 0d9d132e91 GH-33655: [C++][Parquet] Fix

[arrow] branch master updated (444dcb6779 -> c8d6110a26)

2023-01-17 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git from 444dcb6779 GH-33526: [R] Implement new function open_dataset_csv with signature more closely matching read_csv_arrow

[arrow] branch master updated (44b093235f -> 641d1da6be)

2023-01-16 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git from 44b093235f MINOR: [Documentation] Remove trailing spaces in CODEOWNERS file (#33713) add 641d1da6be GH-15171

[arrow] branch master updated (eae79e7e80 -> 44b093235f)

2023-01-16 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git from eae79e7e80 GH-25633: [CI][Java][macOS] Ensure using bundled RE2 (#33711) add 44b093235f MINOR: [Documentation

[arrow] branch master updated: GH-15200: [C++] Created benchmarks for round kernels. (#15201)

2023-01-09 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git The following commit(s) were added to refs/heads/master by this push: new 85b167c05c GH-15200: [C++] Created benchmarks

[arrow] branch master updated (7e02fde652 -> 33d677c480)

2023-01-09 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git from 7e02fde652 MINOR: [C++] Mark TypeHolder operator bool() as const (#15273) add 33d677c480 GH-15249

[arrow] branch master updated (6236dbac7d -> a0d1630622)

2022-12-27 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git from 6236dbac7d ARROW-17538: [C++] Import schema when importing array stream (#15037) add a0d1630622 GH-15072: [C

[arrow] branch master updated: GH-14937: [C++] Add rank kernel benchmarks (#14938)

2022-12-13 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git The following commit(s) were added to refs/heads/master by this push: new c1aef6ffa5 GH-14937: [C++] Add rank kernel

[arrow] branch master updated (2a5c773611 -> 16fd7f3fab)

2022-11-01 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git from 2a5c773611 ARROW-2651: [Python] Fix datetime C API import for PyPy (#14539) add 16fd7f3fab ARROW-18162: [C

[arrow] branch master updated: ARROW-18149: [C++] fix build failure of `join_example` (#14490)

2022-10-25 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git The following commit(s) were added to refs/heads/master by this push: new 80e8845610 ARROW-18149: [C++] fix build failure

[arrow] branch master updated (d4f6088a47 -> f3af96a236)

2022-09-27 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git from d4f6088a47 ARROW-17773: [CI][C++] Fix sccache error on Travis-CI Arm64 build (#14201) add f3af96a236 MINOR: [C

[arrow] branch master updated: ARROW-17773: [CI][C++] Fix sccache error on Travis-CI Arm64 build (#14201)

2022-09-27 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git The following commit(s) were added to refs/heads/master by this push: new d4f6088a47 ARROW-17773: [CI][C++] Fix sccache

[arrow] branch master updated (44bbf9cda0 -> 53ac2a00aa)

2022-09-26 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git from 44bbf9cda0 ARROW-17603: [C++][FlightRPC] Be verbose about failures when REQUIRE_TLSCREDENTIALSOPTIONS is on (#14034

[arrow] branch master updated (59883630fc -> 700f42fd68)

2022-09-15 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git from 59883630fc ARROW-17178: [R] Support head() in arrow_dplyr_query with user-defined function (#13706) add

[arrow] branch master updated (f4e79b105d -> 3338d998df)

2022-09-13 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git from f4e79b105d ARROW-17418: [Doc][Java] Dataset library able to compile with mvn command (#13889) add 3338d998df

[arrow] branch master updated: ARROW-17617: [Docs] Remove experimental qualifier from Flight (#14055)

2022-09-13 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git The following commit(s) were added to refs/heads/master by this push: new e0ed2697ee ARROW-17617: [Docs] Remove

[arrow] branch master updated (afad534799 -> 413e49385f)

2022-09-01 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git from afad534799 ARROW-17578: [CI][R] Fix build for Ubuntu 22.04 and GCC 12 on R (#14022) add 413e49385f ARROW-17569

[arrow] branch master updated (a1c3d57af5 -> 1a34a078b2)

2022-08-18 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git from a1c3d57af5 ARROW-17306: [C++] Provide an optimized `GetFileInfoGenerator` specialization for `LocalFileSystem

[arrow] branch master updated: PARQUET-2172: [C++] Change field return type to const NodePtr& (#13865)

2022-08-12 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git The following commit(s) were added to refs/heads/master by this push: new 2575ad4146 PARQUET-2172: [C++] Change field

[arrow] branch master updated: ARROW-17305: [C++] Avoid spending time in popcount in BitmapAnd benchmark (#13794)

2022-08-04 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git The following commit(s) were added to refs/heads/master by this push: new 56e6caf07d ARROW-17305: [C++] Avoid spending

[arrow] branch master updated: ARROW-17242: [C++][FlightRPC] Propagate RecordBatchReader::Close errors through Flight (#13738)

2022-07-28 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git The following commit(s) were added to refs/heads/master by this push: new fa7e7a3f20 ARROW-17242: [C++][FlightRPC

[arrow] branch master updated: ARROW-16669: [Go][CI] Test failure on ARM for pqarrow (#13628)

2022-07-17 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git The following commit(s) were added to refs/heads/master by this push: new fccbfea51f ARROW-16669: [Go][CI] Test failure

[arrow] branch master updated: ARROW-17037: [C++] Split utf8.h to avoid exposing xsimd dependency to third-party code (#13569)

2022-07-12 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git The following commit(s) were added to refs/heads/master by this push: new 548aa0b68b ARROW-17037: [C++] Split utf8.h

[arrow] branch master updated: ARROW-16886: [C++] Add option to disable PIC (#13475)

2022-07-03 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git The following commit(s) were added to refs/heads/master by this push: new 897a4c0ce7 ARROW-16886: [C++] Add option

[arrow] branch master updated: MINOR: [Docs] Fix typo in python.rst (#13495)

2022-07-03 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git The following commit(s) were added to refs/heads/master by this push: new 2e51c5ec4c MINOR: [Docs] Fix typo in python.rst

[arrow] branch master updated: MINOR: [Python] Fix FlightServerBase docstring (#13365)

2022-06-12 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git The following commit(s) were added to refs/heads/master by this push: new d449d1576c MINOR: [Python] Fix FlightServerBase

[arrow] branch master updated: ARROW-16799: [C++] Create a self-pipe abstraction (#13354)

2022-06-10 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git The following commit(s) were added to refs/heads/master by this push: new 1de30af020 ARROW-16799: [C++] Create a self

[arrow] branch master updated: ARROW-16711: [C++] Remove deprecated ORC APIs (#13286)

2022-06-02 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git The following commit(s) were added to refs/heads/master by this push: new 9565ba20b2 ARROW-16711: [C++] Remove deprecated

[arrow] branch master updated: ARROW-16714: [C++] Remove deprecated IPC APIs (#13288)

2022-06-01 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git The following commit(s) were added to refs/heads/master by this push: new fd978e4d23 ARROW-16714: [C++] Remove deprecated

[arrow] branch master updated: ARROW-16574: [C++] TSAN failure in arrow-ipc-read-write-test (#13245)

2022-06-01 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git The following commit(s) were added to refs/heads/master by this push: new f4104a2c1c ARROW-16574: [C++] TSAN failure

[arrow] branch master updated: MINOR: [C++] Move static declaration to non-static declaration to improve performance (#13222)

2022-05-30 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git The following commit(s) were added to refs/heads/master by this push: new 56cdaae781 MINOR: [C++] Move static declaration

[arrow] branch master updated: ARROW-16675: [C++] Wrong Tell() result from BufferedOutputStream in an edge case (#13250)

2022-05-29 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git The following commit(s) were added to refs/heads/master by this push: new bfc7b24fd0 ARROW-16675: [C++] Wrong Tell

[arrow] branch master updated: ARROW-16592: [C++][Python][FlightRPC] Finish after failed writes (#13191)

2022-05-26 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git The following commit(s) were added to refs/heads/master by this push: new 87011839af ARROW-16592: [C++][Python][FlightRPC

[arrow] branch master updated: ARROW-16478: [C++] Refine cpu info detection

2022-05-17 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git The following commit(s) were added to refs/heads/master by this push: new cde5a08006 ARROW-16478: [C++] Refine cpu info

[arrow] branch master updated: MINOR: [C++] cpp/parquet/Statistics: clarify that num_values() is the number of non-null values

2022-05-17 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git The following commit(s) were added to refs/heads/master by this push: new ed084f6bcd MINOR: [C++] cpp/parquet/Statistics

[arrow] branch master updated (c68ec54f9b -> 0b06870cbe)

2022-04-24 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git from c68ec54f9b MINOR: [C++] Fix build under Clang add 0b06870cbe MINOR: [C++] Use remove_if No new revisions were

[arrow] branch master updated: ARROW-16185: [C++] Fix uninitialized output data in strptime kernel

2022-04-13 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git The following commit(s) were added to refs/heads/master by this push: new b61fb727fc ARROW-16185: [C++] Fix uninitialized

[arrow] branch master updated: ARROW-16069: [C++][FlightRPC] Refactor out gRPC error code handling

2022-04-13 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git The following commit(s) were added to refs/heads/master by this push: new fc9af3cd3f ARROW-16069: [C++][FlightRPC

[arrow] branch master updated: MINOR: [C++] Properly skip nested fork test on MacOS

2022-04-05 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git The following commit(s) were added to refs/heads/master by this push: new e047c9a6c9 MINOR: [C++] Properly skip nested

[arrow] branch master updated (dfca6a7 -> bb65225)

2022-03-10 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from dfca6a7 ARROW-15791: [Go] ipc FileWriter negative WaitGroup counter add bb65225 ARROW-15282: [C++][FlightRPC

[arrow] branch master updated (8f901e0 -> a5dc252)

2022-03-08 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 8f901e0 ARROW-15866: [Packaging][Ubuntu] Drop support for Ubuntu 21.04 add a5dc252 ARROW-15854: [C++] Refine

[arrow] branch master updated: ARROW-15707: [C++][FlightRPC] Make Flight tests more resuable across transports

2022-02-28 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git The following commit(s) were added to refs/heads/master by this push: new 781c478 ARROW-15707: [C++][FlightRPC] Make

[arrow] branch master updated (effed6b -> 7c7abad)

2022-02-23 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from effed6b ARROW-15673 [R] Error gracefully if DuckDB isn't installed add 7c7abad ARROW-15672: [C++] Enable CSV

[arrow] branch master updated (773da643 -> ad6dbf6)

2022-02-21 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 773da643 ARROW-15614: [C++] Add sqrt binary scalar kernel add ad6dbf6 MINOR: [PYTHON] Fix typo

[arrow] branch master updated: ARROW-15720: [CI] Fix nightly dask build (skip failing test due to wrong usage of Array.to_pandas)

2022-02-17 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git The following commit(s) were added to refs/heads/master by this push: new dea502d ARROW-15720: [CI] Fix nightly dask

[arrow] branch master updated (12490eb -> 07db461)

2022-02-16 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 12490eb ARROW-15652: [C++] Fix GDB pretty-printing from inside parquet namespace add 07db461 ARROW-14993: [C

[arrow] branch master updated: ARROW-15600: [C++][FlightRPC] Add minimal Flight SQL query example

2022-02-09 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git The following commit(s) were added to refs/heads/master by this push: new c0bae8d ARROW-15600: [C++][FlightRPC] Add

[arrow] branch master updated: ARROW-15487: [FlightRPC][C++][GLib][Python][R] Implement FlightClient::Close

2022-02-09 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git The following commit(s) were added to refs/heads/master by this push: new 647371b ARROW-15487: [FlightRPC][C++][GLib

[arrow] branch master updated: ARROW-15593: [C++] Make after-fork ThreadPool reinitialization thread-safe

2022-02-07 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git The following commit(s) were added to refs/heads/master by this push: new 70d1f87 ARROW-15593: [C++] Make after-fork

[arrow] branch master updated (ee7897a -> d056829)

2022-02-07 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from ee7897a ARROW-15605: [CI] [R] Keep using old macos runners on our autobrew CI job add d056829 ARROW-15607

[arrow] branch master updated (b1ae602 -> 8905de9)

2022-01-27 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from b1ae602 ARROW-15485: [Release][Java] Fix java jars upload script add 8905de9 ARROW-15461: [C++] Avoid clang

[arrow] branch master updated: ARROW-15467: [Go][Parquet] Fix pqarrow decimal tests on s390x

2022-01-27 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git The following commit(s) were added to refs/heads/master by this push: new 09e4a5e ARROW-15467: [Go][Parquet] Fix pqarrow

[arrow] branch master updated (2d1bd96 -> 540dbf6)

2022-01-10 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 2d1bd96 ARROW-14531: [Ruby] Add Arrow::Table#join add 540dbf6 ARROW-15029: [C++] Split compute/kernels

[arrow] branch master updated (9d200f5 -> f0110cf)

2021-12-08 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 9d200f5 MINOR: [R] Small addition to disable extraneous duckdb building add f0110cf ARROW-14976: [Dev

[arrow] branch master updated (04ed72d -> a400652)

2021-12-08 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 04ed72d ARROW-14850: [R] Update ARROW_DEPENDENCY_SOURCE to default to AUTO add a400652 ARROW-15002: [Python

[arrow] branch master updated (113e6a6 -> d7367ff)

2021-11-30 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 113e6a6 ARROW-14610: [Doc] New Contributors Guide: Introduction + skeleton add d7367ff ARROW-14922: [C

[arrow] branch master updated (debf48d -> 29f98dd)

2021-11-29 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from debf48d ARROW-14722: [R] Fix altrep vector negation modifying original add 29f98dd ARROW-14842: [C++] Improve

[arrow] branch master updated (2fec2fa -> c038e61)

2021-11-18 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 2fec2fa ARROW-14704: [C++] Fix Valgrind failure in parquet-arrow-test add c038e61 ARROW-14662: [Docs] Add

[arrow] branch master updated: MINOR: [C++] Ignore clangd index files

2021-11-14 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git The following commit(s) were added to refs/heads/master by this push: new 8ab345d MINOR: [C++] Ignore clangd index files

[arrow] branch master updated (f1672ed -> 07b4813)

2021-10-31 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from f1672ed ARROW-13081: [C++] Disallow comparing zoned and naive timestamps add 07b4813 ARROW-14440: [C

[arrow] branch master updated (61a2212 -> 0f3e36e)

2021-10-27 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 61a2212 ARROW-14438: [CI] Don't cancel builds on the main branch add 0f3e36e ARROW-9688: [C++][Python] Enable

[arrow] branch master updated (1b7178d -> 1779e94)

2021-10-26 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 1b7178d ARROW-14311: [C++] Make GCS FileSystem tests faster add 1779e94 ARROW-14475: [C++] Don't shadow

[arrow] branch master updated (ca18e8a -> b01a30a)

2021-10-11 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from ca18e8a ARROW-14252 [R] Partial matching of arguments warning add b01a30a ARROW-14269: [C++] Consolidate utf8

[arrow] branch master updated (1b0ea15 -> 39875f1)

2021-10-08 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 1b0ea15 ARROW-14222: [C++] implement GCSFileSystem skeleton add 39875f1 ARROW-14261: [C++] Includes should

[arrow] branch master updated (4b8ffe4 -> 37ae220)

2021-10-07 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 4b8ffe4 ARROW-13542: [C++][Compute][Dataset] Add dataset::WriteNode for writing rows from an ExecPlan to disk

[arrow] branch master updated (8dbe574 -> 6bbe8d6)

2021-09-28 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 8dbe574 ARROW-14107: [R][CI] Parallelize Windows CI jobs add 6bbe8d6 ARROW-14109: [C++] Fix segfault when

[arrow] branch master updated (eec7b55 -> 83e1698)

2021-09-23 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from eec7b55 ARROW-14008: [R][Compute] Running an ExecPlan should yield Reader instead of Table add 83e1698 ARROW

[arrow] branch master updated: ARROW-13976: [C++] Add path to libjvm.so in ARM CPU

2021-09-15 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git The following commit(s) were added to refs/heads/master by this push: new a3097af ARROW-13976: [C++] Add path

[arrow] branch master updated: ARROW-13067: [C++][Compute] Implement integer to decimal cast

2021-09-02 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git The following commit(s) were added to refs/heads/master by this push: new bbecb6a ARROW-13067: [C++][Compute] Implement

[arrow] branch master updated (09497a9 -> e380c1a)

2021-09-02 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 09497a9 ARROW-13544 [Java]: Remove APIs that have been deprecated for long (Changes to JDBC) add e380c1a

[arrow] branch master updated (5003278 -> 668f224)

2021-08-25 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 5003278 ARROW-13747: [Python][CI] Requiring s3fs >= 2021.8 add 668f224 ARROW-13744: [CI] c++14 and 17 nigh

[arrow] branch master updated: ARROW-13635: [Packaging][Python] Define --with-lg-page for jemalloc in the arm manylinux builds

2021-08-17 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git The following commit(s) were added to refs/heads/master by this push: new 973dbae ARROW-13635: [Packaging][Python

[arrow] branch master updated (439990c -> 9d60199)

2021-08-17 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 439990c ARROW-13630: [CI][C++][s390x] Reduce parallelism to build Arrow library add 9d60199 MINOR: [Python

[arrow] branch master updated (4fde206 -> 439990c)

2021-08-17 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 4fde206 ARROW-13638: [C++] Hold owned copy of function options in GroupByNode add 439990c ARROW-13630: [CI

[arrow] branch master updated: ARROW-13600: [C++] Fix maybe uninitialized warnings

2021-08-15 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git The following commit(s) were added to refs/heads/master by this push: new a788c42 ARROW-13600: [C++] Fix maybe

[arrow] branch master updated (c56b6e3 -> b1f90c4)

2021-07-15 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from c56b6e3 ARROW-13215: [R] [CI] Add ENV TZ to docker files add b1f90c4 ARROW-13253: [FlightRPC][C++] Fix

[arrow] branch master updated: ARROW-13290: [C++] Add missing include

2021-07-08 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git The following commit(s) were added to refs/heads/master by this push: new 140f608 ARROW-13290: [C++] Add missing include

[arrow] branch master updated (21990c7 -> e4dc71a)

2021-07-08 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 21990c7 ARROW-13286: [CI] Require docker-compose 1.27.0 or later add e4dc71a ARROW-13282: [C++] Remove

[arrow] branch master updated: ARROW-13096: [C++] Implement logarithm compute functions

2021-07-06 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git The following commit(s) were added to refs/heads/master by this push: new dfb0928 ARROW-13096: [C++] Implement logarithm

[arrow] branch master updated: ARROW-13173: [C++] TestAsyncUtil.ReadaheadFailed asserts occasionally

2021-07-05 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git The following commit(s) were added to refs/heads/master by this push: new d9092ec ARROW-13173: [C

[arrow] branch master updated (44ae09e -> 6865a7b)

2021-06-15 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 44ae09e ARROW-13082: [CI] Forward R argument to ubuntu-docs build add 6865a7b ARROW-13073: [Developer

[arrow] branch master updated (b0da01d -> 4fb9de2)

2021-06-07 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from b0da01d ARROW-12936: [C++][Gandiva] Implement ASCII Hive function on Gandiva add 4fb9de2 ARROW-12972: [CI

[arrow] branch master updated (f0c4854 -> 3e3ab3b)

2021-06-07 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from f0c4854 ARROW-12974: [R] test-r-without-arrow build fails because of example requiring Arrow add 3e3ab3b

[arrow] branch master updated (4abd200 -> 54f790c)

2021-06-03 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 4abd200 ARROW-12907: [Java] Fix memory leak on deserialization errors add 54f790c ARROW-12961: [Python] Fix

[arrow] branch master updated: ARROW-12843: [C++][R] Implement is_inf kernel

2021-05-26 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git The following commit(s) were added to refs/heads/master by this push: new 1769888 ARROW-12843: [C++][R] Implement is_inf

[arrow] branch master updated (8892eaa -> e6432d3)

2021-05-24 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 8892eaa ARROW-12771: [C++][Compute] Fix MaybeReserve parameter in the Consume function of GroupedCountImpl

[arrow] branch master updated (e7e3784 -> 618b286)

2021-05-22 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from e7e3784 ARROW-12800: [JS] Remove text encoder and decoder polyfills add 618b286 ARROW-2665: [C++][Python] Add

[arrow] branch master updated (78c88a9 -> 022dd63)

2021-05-22 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 78c88a9 ARROW-12468: [Python][R] Expose ScannerBuilder::UseAsync to Python & R add 022dd63 ARROW-12717

[arrow] branch master updated (aa37d19 -> 3a85ab4)

2021-05-19 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from aa37d19 ARROW-12810: [Python] Stop AWS SDK from looking for metadata service add 3a85ab4 ARROW-12685: [C

[arrow] branch master updated (f47703e -> 068318f)

2021-05-15 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from f47703e ARROW-12677: [Python] Add a mask argument to pyarrow.StructArray.from_arrays add 068318f ARROW-12774

[arrow] branch master updated (699348b -> 5c9200d)

2021-05-12 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 699348b ARROW-12750: [CI] [R] Actually pass parameterized docker options to the templates add 5c9200d ARROW

[arrow] branch master updated (43a9dae -> 60cfcf8)

2021-05-06 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 43a9dae ARROW-12668: [C++][Dataset] Fix segfault in CountRows add 60cfcf8 ARROW-12648: [C++][FlightRPC

[arrow] branch master updated (2746266 -> 9808f91)

2021-05-01 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 2746266 ARROW-12591: [Java][Gandiva] Create single Gandiva jar for MacOS and Linux add 9808f91 ARROW-12581

[arrow] branch master updated: ARROW-12325: [C++] [CI] Nightly gandiva build failing due to failure of compiler to move return value

2021-04-20 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git The following commit(s) were added to refs/heads/master by this push: new 2ed54db ARROW-12325: [C++] [CI] Nightly

[arrow] branch master updated (6db1183 -> 0fdbc94)

2021-04-05 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 6db1183 ARROW-11822: [Rust][Datafusion] Support case sensitive comparisons for functions and aggregates add

[arrow] branch master updated: ARROW-12145: [Developer][Archery] Flaky: test_static_runner_from_json

2021-03-30 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git The following commit(s) were added to refs/heads/master by this push: new a542e52 ARROW-12145: [Developer][Archery

[arrow] branch master updated (1b9280f -> bf9cbc0)

2021-03-29 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 1b9280f ARROW-12131: [CI][GLib] Ensure upgrading MSYS2 add bf9cbc0 ARROW-12103: [C++] Correctly handle

[arrow] branch master updated (3536feb -> 6112255)

2021-03-22 Thread yibocai
This is an automated email from the ASF dual-hosted git repository. yibocai pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 3536feb ARROW-12041: [C++][Python] Fix type property of tensor and sparse tensor IPC messages add 6112255

  1   2   >