[arrow] branch master updated: ARROW-17121: [Gandiva][C++] Adding mask function to Gandiva (#13647)

2022-07-22 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra 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 f9f0e65e5a ARROW-17121: [Gandiva][C++] Adding

[arrow] branch master updated (433f79526b -> 9c422a2011)

2022-07-21 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git from 433f79526b ARROW-17046 [Python] improve documentation of pyarrow.parquet.write_to_dataset function (#13591

[arrow] branch master updated: ARROW-16881: [Gandiva][C++] Fix castINTERVALYEAR implementation (#13421)

2022-07-20 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra 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 25757cbc01 ARROW-16881: [Gandiva][C++] Fix

[arrow] branch master updated: ARROW-17140: [C++][GANDIVA] Adding Floor function (#13655)

2022-07-20 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra 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 b3098347af ARROW-17140: [C++][GANDIVA] Adding

[arrow] branch master updated: ARROW-17067: [C++][Gandiva] Implement Substring_Index Function. (#13600)

2022-07-20 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra 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 188efb7bda ARROW-17067: [C++][Gandiva

[arrow] branch master updated: ARROW-17035: [C++][Gandiva] Add Ceil Function (#13565)

2022-07-19 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra 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 13e9e8bd23 ARROW-17035: [C++][Gandiva] Add

[arrow] branch master updated: ARROW-15568: [C++][Gandiva] Implement Translate Function (#12333)

2022-06-27 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra 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 319e225f0a ARROW-15568: [C++][Gandiva

[arrow] branch master updated: ARROW-16784: [C++][Gandiva] Add alias to Upper and Lower (#13335)

2022-06-22 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra 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 30d8aa2cf0 ARROW-16784: [C++][Gandiva] Add

[arrow] branch master updated: ARROW-15661: [Gandiva][C++] Add SHA512 function (#12404)

2022-06-22 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra 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 c960fb5f1f ARROW-15661: [Gandiva][C++] Add

[arrow] branch master updated: ARROW-16738: [C++][Gandiva] Fix TO_TIMESTAMP(INTEGER) function for big integer values (#13298)

2022-06-14 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra 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 ec44a129de ARROW-16738: [C++][Gandiva] Fix

[arrow] branch master updated: ARROW-16699: [C++][GANDIVA] Fix Concat_WS allocation bug (#13276)

2022-06-03 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra 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 699306f1a5 ARROW-16699: [C++][GANDIVA] Fix

[arrow] branch master updated (3b92f0279d -> f76615977b)

2022-05-25 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git from 3b92f0279d ARROW-16018: [Doc][Python] Run doctests on Python docstring examples (--doctest-modules) add

[arrow] branch master updated: ARROW-16634: [Gandiva][C++] Add udfdegrees alias

2022-05-23 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra 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 6576aa06fd ARROW-16634: [Gandiva][C++] Add

[arrow] branch master updated: ARROW-13052: [Gandiva][C++] Add regexp_extract function

2022-05-11 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra 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 a8479e9c25 ARROW-13052: [Gandiva][C++] Add

[arrow] branch master updated (fcaab318a0 -> c8339b7637)

2022-04-29 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git from fcaab318a0 ARROW-15426: [C++][Gandiva] Update InExpressionNode validation add c8339b7637 ARROW-16169 [C

[arrow] branch master updated (0e3043d48b -> fcaab318a0)

2022-04-29 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git from 0e3043d48b ARROW-16055: [C++][Gandiva] Skip unnecessary work during cache hit when using object code cache add

[arrow] branch master updated: ARROW-16055: [C++][Gandiva] Skip unnecessary work during cache hit when using object code cache

2022-04-29 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra 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 0e3043d48b ARROW-16055: [C++][Gandiva] Skip

[arrow] branch master updated: ARROW-15744: [Gandiva][C++] Add NEGATIVE function for interval types

2022-04-27 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra 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 e9481532e9 ARROW-15744: [Gandiva][C++] Add

[arrow] branch master updated: ARROW-16031: [C++][Gandiva] Fix Soundex errors generate

2022-04-27 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra 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 0933facc8e ARROW-16031: [C++][Gandiva] Fix

[arrow] branch master updated: ARROW-15940: [Gandiva][C++] Add NEGATIVE function for decimal data type

2022-04-26 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra 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 3e56a949c7 ARROW-15940: [Gandiva][C++] Add

[arrow] branch master updated: ARROW-16136: [Gandiva][C++] Fix problem of the huge size of AddMappings function

2022-04-20 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra 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 f2d12138f4 ARROW-16136: [Gandiva][C++] Fix

[arrow] branch master updated: ARROW-14631: [C++][Gandiva] Implement Nextday Function

2022-04-19 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra 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 3715e46f14 ARROW-14631: [C++][Gandiva

[arrow] branch master updated (04e2c929bd -> 6c10a389bb)

2022-04-18 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git from 04e2c929bd ARROW-15848: [Gandiva][C++] Fix function istrue and is not true add 6c10a389bb ARROW-16051

[arrow] branch master updated (4798effe1a -> 04e2c929bd)

2022-04-18 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git from 4798effe1a ARROW-16186: [C++][GANDIVA] Add alias and tests for decimal, quarter, xor, etc... add 04e2c929bd

[arrow] branch master updated: ARROW-16186: [C++][GANDIVA] Add alias and tests for decimal, quarter, xor, etc...

2022-04-18 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra 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 4798effe1a ARROW-16186: [C++][GANDIVA] Add

[arrow] branch master updated (a23c6dd5b4 -> 5a2c28060e)

2022-04-18 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git from a23c6dd5b4 MINOR: [JS] Fix docs style add 5a2c28060e ARROW-16134: [C++][GANDIVA] Fix Concat_WS errors return

[arrow] branch master updated (a589a3d -> a2a18e9)

2022-03-27 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from a589a3d MINOR: [DOC] CDataInterface.rst: fix ReleaseExportedArray() example add a2a18e9 ARROW-15962: [C

[arrow] branch master updated (1671162 -> fcf5c2e)

2022-03-24 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 1671162 ARROW-14672: [Docs] Document how to exchange data between Python and Java add fcf5c2e ARROW-14502

[arrow] branch master updated (91f6585 -> 7e70c42)

2022-03-17 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 91f6585 ARROW-15952: [C++] Document Visitors and finish Scalar::Accept add 7e70c42 ARROW-15699: [C

[arrow] branch master updated: ARROW-15714: [C++][Gandiva] Increase the protobuf recursion limit in gandiva protobuf parser

2022-02-17 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra 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 c54d7b9 ARROW-15714: [C++][Gandiva] Increase

[arrow] branch master updated (5f590e9 -> 269f5d2)

2022-02-14 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 5f590e9 ARROW-15674: [C++][Gandiva] Like function doesn't properly handle patterns with special characters

[arrow] branch master updated: ARROW-15674: [C++][Gandiva] Like function doesn't properly handle patterns with special characters in certain cases

2022-02-14 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra 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 5f590e9 ARROW-15674: [C++][Gandiva] Like

[arrow] branch master updated (fa69911 -> d4b690a)

2022-02-10 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from fa69911 MINOR: [Docs] Fixed broken link in GDB extension documentation add d4b690a ARROW-15648: [C

[arrow] branch master updated: ARROW-13375: [C++][Gandiva] Implement POSITIVE and NEGATIVE Hive functions on Gandiva

2022-02-05 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra 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 dc2f678 ARROW-13375: [C++][Gandiva] Implement

[arrow] branch master updated: ARROW-15514: [C++][Gandiva] Add flag to enable Gandiva Object Code

2022-02-01 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra 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 4e1c79e ARROW-15514: [C++][Gandiva] Add flag

[arrow] branch master updated (adfb913 -> bf0ee3f)

2022-01-31 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from adfb913 ARROW-12516: [C++][Gandiva] Implements castINTERVALDAY(varchar) and castINTERVALYEAR(varchar) functions

[arrow] branch master updated (40ac810 -> adfb913)

2022-01-31 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 40ac810 ARROW-15509: [Go][Parquet] Parquet cmds crash add adfb913 ARROW-12516: [C++][Gandiva] Implements

[arrow] branch master updated: ARROW-12880: [C++][Gandiva] Add castTIME(int32), castTIMESTAMP(int64) and castTIME(utf8) functions

2022-01-23 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra 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 8e34b64 ARROW-12880: [C++][Gandiva] Add

[arrow] branch master updated (9ac9405 -> 02e9464)

2021-12-20 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 9ac9405 MINOR: [R] Clean up an overly-specific test add 02e9464 ARROW-15110: [C++][Gandiva] Revert change

[arrow] branch master updated (994074d -> 41d1150)

2021-12-14 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 994074d ARROW-15101: [Python] Fix build failure on CSV writer add 41d1150 ARROW-13373: [C++][Gandiva

[arrow] branch master updated (aa0e9d4 -> 2a4e634)

2021-12-12 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from aa0e9d4 ARROW-14446: [Docs][Release] Update documentation on verification of release candidates add 2a4e634

[arrow] branch master updated: ARROW-14482: [C++][Gandiva] Implement MASK_FIRST_N and MASK_LAST_N functions

2021-12-10 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra 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 00d5077 ARROW-14482: [C++][Gandiva] Implement

[arrow] branch master updated (b3dbe32 -> b31dd51)

2021-12-08 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from b3dbe32 MINOR: [Docs] Use 'console' highlighting (instead of 'shell') for code blocks with $ add b31dd51

[arrow] branch master updated (85b276d -> b5fed26)

2021-12-07 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 85b276d ARROW-13623 [R] write_csv_arrow update to follow the signature of readr::write_csv add b5fed26

[arrow] branch master updated (188c94a -> ee32aea)

2021-12-03 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 188c94a ARROW-14048: [C++][Gandiva] Cache only object code in memory instead of entire module add ee32aea

[arrow] branch master updated (a6c81e6 -> 188c94a)

2021-12-03 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from a6c81e6 ARROW-12858: [C++][Gandiva] Add isNull, isTrue, isFalse, isNotTrue, IsNotFalse and NVL functions

[arrow] branch master updated (bdb064b -> a6c81e6)

2021-12-03 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from bdb064b ARROW-14936: [C++][Gandiva] Fix split_part function in gandiva add a6c81e6 ARROW-12858: [C

[arrow] branch master updated (d94fea7 -> bdb064b)

2021-12-03 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from d94fea7 ARROW-13376: [C++][Gandiva] Implement FACTORIAL Hive function on Gandiva add bdb064b ARROW-14936

[arrow] branch master updated (3dc263f -> d94fea7)

2021-12-02 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 3dc263f ARROW-14931: [Python] csv/orc format strings missing from some dataset docs add d94fea7 ARROW-13376

[arrow] branch master updated (f36451f -> 6d3fb1a)

2021-12-01 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from f36451f ARROW-14897: [CI][C++] Upgrade Clang Tools to 12 from 8 add 6d3fb1a ARROW-13829: [C++][Gandiva

[arrow] branch master updated (fed01ed -> b4b5f63)

2021-11-25 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from fed01ed ARROW-13828: [C++][Gandiva] Implement SOUNDEX Hive functions on Gandiva add b4b5f63 ARROW-13830: [C

[arrow] branch master updated (1013b0c -> fed01ed)

2021-11-25 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 1013b0c ARROW-12422: [C++][Gandiva] Add castVARCHAR from date millis function add fed01ed ARROW-13828: [C

[arrow] branch master updated (3346fa6 -> 1013b0c)

2021-11-25 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 3346fa6 ARROW-13780: [Gandiva][UDF] Fix bug in udf space/rpad/lpad add 1013b0c ARROW-12422: [C++][Gandiva

[arrow] branch master updated (8aa1ead -> 3346fa6)

2021-11-25 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 8aa1ead ARROW-14851: [Archery] Don't dump JSON benchmark output on stdout add 3346fa6 ARROW-13780: [Gandiva

[arrow] branch master updated (ad61fe2 -> c0f68a4)

2021-11-24 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from ad61fe2 ARROW-13377: [C++][Gandiva] Implement PMOD Hive functions on Gandiva add c0f68a4 ARROW-13826: [C

[arrow] branch master updated (0a85cef -> ad61fe2)

2021-11-24 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 0a85cef ARROW-12943: [Gandiva][C++]Implement MD5 Hive function add ad61fe2 ARROW-13377: [C++][Gandiva

[arrow] branch master updated (6704cdf -> 0a85cef)

2021-11-24 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 6704cdf ARROW-12595: [C++][Gandiva] Implement TO_HEX([binary] field), HEX, UNHEX and FROM_HEX([string]field

[arrow] branch master updated (587ce1d -> 6704cdf)

2021-11-24 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 587ce1d ARROW-14792: [C++] Fix crash when reading DELTA_BYTE_ARRAY Parquet file add 6704cdf ARROW-12595: [C

[arrow] branch master updated: ARROW-14011: [C++][Gandiva] Add elt hive function to gandiva

2021-11-23 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra 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 5f6c92a ARROW-14011: [C++][Gandiva] Add elt

[arrow] branch master updated (641554b -> 7371ea9)

2021-11-18 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 641554b ARROW-14395: [R] Re-enable duckdb autocleaning add 7371ea9 ARROW-14032: [C++][Gandiva] Add concat_ws

[arrow] branch master updated: ARROW-14315: [C++][Gandiva] Implement BROUND function

2021-11-15 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra 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 f0e1a4f ARROW-14315: [C++][Gandiva] Implement

[arrow] branch master updated (081728f -> 9bab12f)

2020-12-22 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 081728f ARROW-10988: [C++] Require CMake 3.5 or later add 9bab12f ARROW-9897: [C++][Gandiva] Added to_date

[arrow] branch master updated (081728f -> 9bab12f)

2020-12-22 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 081728f ARROW-10988: [C++] Require CMake 3.5 or later add 9bab12f ARROW-9897: [C++][Gandiva] Added to_date

[arrow] branch master updated: ARROW-10392: [C++][Gandiva] Avoid string copy while evaluating IN expression

2020-10-28 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra 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 42cb805 ARROW-10392: [C++][Gandiva] Avoid

[arrow] branch master updated (93ba086 -> 9eee23c)

2020-05-22 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 93ba086 ARROW-8696: [Java] Convert tests to maven failsafe add 9eee23c ARROW-8887: [Java] Avoid runway

[arrow] branch master updated (8b6cc7a -> 45e1f2f)

2020-05-21 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 8b6cc7a ARROW-8848: [Ruby][CI] Fix MSYS2 update error add 45e1f2f ARROW-8820: [C++][Gandiva] fix date_trunc

[arrow] branch master updated (1f175e1 -> daf2e01)

2020-05-01 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 1f175e1 ARROW-8634: [Java] Add Getting Started section to Java README add daf2e01 ARROW-8646: [Java] Allow

[arrow] branch master updated: ARROW-8349: [CI][NIGHTLY:gandiva-jar-osx] Use latest pygit2

2020-04-06 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra 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 600e7ea ARROW-8349: [CI][NIGHTLY:gandiva-jar

[arrow] branch master updated (412145b -> d437175)

2020-02-12 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 412145b ARROW-5757: [Python] Remove Python 2.7 support add d437175 ARROW-7793: [Java] Release accounted

[arrow] branch master updated (e79c251 -> 7622024)

2020-02-07 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from e79c251 ARROW-7768: [Rust] Implement TryClone and Length for Cursor> add 7622024 ARROW-7631: [C++][Gand

[arrow] branch master updated (0d00dec -> 6b2bf28)

2019-12-17 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 0d00dec ARROW-7404: [C++][Gandiva] Fix utf8 char length error on Arm64 add 6b2bf28 ARROW-7399: [C++][Gandiva

[arrow] branch master updated (bce0899 -> 0d00dec)

2019-12-16 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from bce0899 ARROW-7374: [Dev] [C++] Fix cuda-cpp docker build add 0d00dec ARROW-7404: [C++][Gandiva] Fix utf8

[arrow] branch master updated (54cb9c0 -> a409d8d)

2019-12-12 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 54cb9c0 ARROW-7310: [Python] Expose HDFS implementation for pyarrow.fs add a409d8d ARROW-7378: [C++][Gandiva

[arrow] branch master updated (6c6754a -> 8ad23c6)

2019-12-09 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 6c6754a ARROW-6920: [Packaging] Build python 3.8 wheels add 8ad23c6 ARROW-7262 : [C++][Gandiva] Added

[arrow] branch master updated (196face -> 6dec194)

2019-09-25 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 196face ARROW-6630: [Doc] Document C++ file formats add 6dec194 ARROW-6472: [Java] ValueVector#accept may

[arrow] branch master updated (7749d88 -> 1f57ba1)

2019-09-09 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 7749d88 ARROW-6489: [Developer][Documentation] Fix merge script and readme add 1f57ba1 ARROW-6491: [Java

[arrow] branch master updated (ea309dd -> 6330b2f)

2019-09-04 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from ea309dd ARROW-6450: [C++] Use 2x reallocation strategy in BufferBuilder instead of 1.5x add 6330b2f ARROW

[arrow] branch master updated (a985483 -> 149d4cb)

2019-09-02 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from a985483 ARROW-4752: [Rust] Add explicit SIMD vectorization for the divide kernel add 149d4cb ARROW-6383

[arrow] branch master updated (2acf46d -> 7c3a904)

2019-08-24 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 2acf46d ARROW-6328: [Developer][crossbow] Click.option-s should have help text add 7c3a904 ARROW-6332

[arrow] branch master updated (a3da22e -> 4c59aad)

2019-08-23 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from a3da22e ARROW-6227: [Python] Apply from_pandas option in pyarrow.array consistently across types add 4c59aad

[arrow] branch master updated (7a0dce9 -> 5aa5de4)

2019-08-21 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 7a0dce9 ARROW-6272: [Rust] [DataFusion] Add register_parquet convenience method to ExecutionContext add

[arrow] branch master updated (94ba10b -> 3ddd5a1)

2019-08-21 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 94ba10b ARROW-6294: [C++] Use hyphen for plasma-store-server executable add 3ddd5a1 ARROW-6250: [Java

[arrow] branch master updated (36bd667 -> d59810b)

2019-08-19 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 36bd667 ARROW-6284: [C++] Allow references in std::tuple when converting tuple to arrow array add d59810b

[arrow] branch master updated (a4ef8c6 -> e994e9c)

2019-08-19 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from a4ef8c6 ARROW-6267: [Ruby] Add Arrow::Time for Arrow::Time{32,64}DataType value add e994e9c ARROW-6266

[arrow] branch master updated: ARROW-6264: [Java] There is no need to consider byte order in ArrowBufHasher

2019-08-16 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra 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 7478fac ARROW-6264: [Java] There is no need

[arrow] branch master updated (4b971ee -> 3420d30)

2019-08-15 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 4b971ee ARROW-6185: [Java] Provide hash table based dictionary builder add 3420d30 ARROW-6208: [Java

[arrow] branch master updated: ARROW-6143: [Java] Unify the copyFrom and copyFromSafe methods for all vectors

2019-08-14 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra 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 6eae790 ARROW-6143: [Java] Unify the copyFrom

[arrow] branch master updated: ARROW-6156: [Java] Support compare semantics for ArrowBufPointer

2019-08-14 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra 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 48b7c9c ARROW-6156: [Java] Support compare

[arrow] branch master updated: ARROW-6200: [Java] Method getBufferSizeFor in BaseRepeatedValueVector/ListVector not correct

2019-08-12 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra 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 6381043 ARROW-6200: [Java] Method

[arrow] branch master updated: ARROW-6022: [Java] Support equals API in ValueVector to compare two vectors equal

2019-08-12 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra 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 6c1fccd ARROW-6022: [Java] Support equals API

[arrow] branch master updated: ARROW-6137: [C++][Gandiva] Use snprintf instead of stringstream in castVARCHAR(timestamp)

2019-08-10 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra 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 167cea0 ARROW-6137: [C++][Gandiva] Use

[arrow] branch master updated: ARROW-6117: [Java] Fix the set method of FixedSizeBinaryVector

2019-08-09 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra 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 b98a560 ARROW-6117: [Java] Fix the set method

[arrow] branch master updated: ARROW-6137: [C++][Gandiva] Change output format of castVARCHAR(timestamp) in Gandiva

2019-08-09 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra 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 efeecfb ARROW-6137: [C++][Gandiva] Change

[arrow] branch master updated: ARROW-6030: [Java] Efficiently compute hash code for ArrowBufPointer

2019-08-05 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra 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 a4480f7 ARROW-6030: [Java] Efficiently

[arrow] branch master updated: ARROW-5776: [Gandiva][Crossbow] Use commit id instead of fetch head.

2019-08-02 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra 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 9df3342 ARROW-5776: [Gandiva][Crossbow] Use

[arrow] branch master updated: ARROW-6112: [C++][Gandiva] Fix TimedTestFilterAdd2

2019-08-02 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra 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 8558e6c ARROW-6112: [C++][Gandiva] Fix

[arrow] branch master updated: ARROW-6002: [C++][Gandiva] test casting int64 to decimal

2019-08-02 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra 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 4f520a4 ARROW-6002: [C++][Gandiva] test

[arrow] branch master updated: ARROW-6034: [C++][Gandiva] Add string functions in Gandiva

2019-08-01 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra 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 9c14739 ARROW-6034: [C++][Gandiva] Add string

[arrow] branch master updated: ARROW-5891: [C++][Gandiva] Remove duplicates in function registry

2019-07-31 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra 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 ca2758e ARROW-5891: [C++][Gandiva] Remove

[arrow] branch master updated (141a213 -> 937bcb7)

2019-07-26 Thread ravindra
This is an automated email from the ASF dual-hosted git repository. ravindra pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 141a213 ARROW-5955: [Plasma] Support setting memory quotas per plasma client for better isolation add

  1   2   >