You are viewing a plain text version of this content. The canonical link for it is here.
- [GitHub] [arrow-datafusion] andygrove commented on issue #2633: Introducing a new optimizer framework for datafusion. - posted by GitBox <gi...@apache.org> on 2022/06/01 00:16:53 UTC, 1 replies.
- [GitHub] [arrow] westonpace merged pull request #13078: ARROW-15590: [C++] Add support for joins to the Substrait consumer - posted by GitBox <gi...@apache.org> on 2022/06/01 00:50:44 UTC, 0 replies.
- [GitHub] [arrow] westonpace commented on a diff in pull request #13245: ARROW-16574: [C++] TSAN failure in arrow-ipc-read-write-test - posted by GitBox <gi...@apache.org> on 2022/06/01 00:58:30 UTC, 2 replies.
- [GitHub] [arrow-rs] HaoYang670 opened a new issue, #1770: Further simplify the offset validation - posted by GitBox <gi...@apache.org> on 2022/06/01 01:38:29 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya opened a new pull request, #1771: MINOR: Unpin nightly version as packed_simd releases new version - posted by GitBox <gi...@apache.org> on 2022/06/01 01:49:34 UTC, 0 replies.
- [GitHub] [arrow] ursabot commented on pull request #13264: ARROW-16272: [Python] Fix NativeFile.read1() - posted by GitBox <gi...@apache.org> on 2022/06/01 02:01:36 UTC, 0 replies.
- [GitHub] [arrow] cyb70289 commented on a diff in pull request #13245: ARROW-16574: [C++] TSAN failure in arrow-ipc-read-write-test - posted by GitBox <gi...@apache.org> on 2022/06/01 02:58:02 UTC, 1 replies.
- [GitHub] [arrow] westonpace commented on pull request #13245: ARROW-16574: [C++] TSAN failure in arrow-ipc-read-write-test - posted by GitBox <gi...@apache.org> on 2022/06/01 03:08:49 UTC, 0 replies.
- [GitHub] [arrow] westonpace commented on a diff in pull request #13138: ARROW-16562: Avoid slicing array inputs in ExecBatchIterator that would result in one slice - posted by GitBox <gi...@apache.org> on 2022/06/01 03:20:14 UTC, 0 replies.
- [GitHub] [arrow-datafusion] AssHero opened a new pull request, #2671: If statistics of column Max/Min value does not exists in parquet file… - posted by GitBox <gi...@apache.org> on 2022/06/01 04:05:02 UTC, 0 replies.
- [GitHub] [arrow] kou commented on a diff in pull request #12914: ARROW-2034: [C++] Filesystem implementation for Azure Blob Storage - posted by GitBox <gi...@apache.org> on 2022/06/01 04:18:40 UTC, 8 replies.
- [GitHub] [arrow] kou commented on pull request #12914: ARROW-2034: [C++] Filesystem implementation for Azure Blob Storage - posted by GitBox <gi...@apache.org> on 2022/06/01 04:19:02 UTC, 5 replies.
- [GitHub] [arrow-datafusion] codecov-commenter commented on pull request #2608: chore: try fix CI coverage - posted by GitBox <gi...@apache.org> on 2022/06/01 04:27:19 UTC, 0 replies.
- [GitHub] [arrow] vibhatha commented on pull request #13150: ARROW-16549: [C++] Simplify AggregateNodeOptions aggregates/targets - posted by GitBox <gi...@apache.org> on 2022/06/01 04:28:01 UTC, 9 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13278: ARROW-16704: [JS] Handle case where `tableFromIPC` input is an async `RecordBatchReader` - posted by GitBox <gi...@apache.org> on 2022/06/01 04:30:17 UTC, 1 replies.
- [GitHub] [arrow] ursabot commented on pull request #13115: ARROW-16573: [C++][Format] Add canonical include guard for C Data Interface - posted by GitBox <gi...@apache.org> on 2022/06/01 04:35:25 UTC, 1 replies.
- [GitHub] [arrow] domoritz commented on a diff in pull request #13278: ARROW-16704: [JS] Handle case where `tableFromIPC` input is an async `RecordBatchReader` - posted by GitBox <gi...@apache.org> on 2022/06/01 04:37:49 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove merged pull request #2669: MINOR: Move more expression code to `datafusion-expr` crate - posted by GitBox <gi...@apache.org> on 2022/06/01 04:50:45 UTC, 0 replies.
- [GitHub] [arrow] westonpace commented on a diff in pull request #13179: ARROW-16599 [C++] Implementation of ExecuteScalarExpressionOverhead benchmarks without arrow for comparision - posted by GitBox <gi...@apache.org> on 2022/06/01 04:54:00 UTC, 0 replies.
- [GitHub] [arrow] westonpace commented on pull request #13179: ARROW-16599 [C++] Implementation of ExecuteScalarExpressionOverhead benchmarks without arrow for comparision - posted by GitBox <gi...@apache.org> on 2022/06/01 04:56:45 UTC, 1 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13279: ARROW-16660: [C#] Add support for Time32Array and Time64Array - posted by GitBox <gi...@apache.org> on 2022/06/01 05:12:46 UTC, 0 replies.
- [GitHub] [arrow] rishabh-rana commented on pull request #13279: ARROW-16660: [C#] Add support for Time32Array and Time64Array - posted by GitBox <gi...@apache.org> on 2022/06/01 05:21:32 UTC, 3 replies.
- [GitHub] [arrow] ursabot commented on pull request #13212: MINOR: [R][Docs] Add note about RSPM binary installation - posted by GitBox <gi...@apache.org> on 2022/06/01 07:01:06 UTC, 0 replies.
- [GitHub] [arrow-rs] HaoYang670 opened a new issue, #1772: Epic: Enhance the `concat_elements` kernel - posted by GitBox <gi...@apache.org> on 2022/06/01 07:03:10 UTC, 0 replies.
- [GitHub] [arrow] pitrou commented on a diff in pull request #13144: ARROW-16356: [Python] Expose RandomAccessFile::GetStream - posted by GitBox <gi...@apache.org> on 2022/06/01 07:49:02 UTC, 1 replies.
- [GitHub] [arrow-datafusion] liukun4515 commented on pull request #2636: change result type of count/count_distinct from uint64 to int64 - posted by GitBox <gi...@apache.org> on 2022/06/01 08:06:44 UTC, 0 replies.
- [GitHub] [arrow] tom-s-powell commented on pull request #12692: ARROW-16005: [Java] Fix ArrayConsumer when using ArrowVectorIterator - posted by GitBox <gi...@apache.org> on 2022/06/01 08:38:33 UTC, 0 replies.
- [GitHub] [arrow-datafusion] Ted-Jiang commented on a diff in pull request #2608: chore: try fix CI coverage - posted by GitBox <gi...@apache.org> on 2022/06/01 08:43:42 UTC, 1 replies.
- [GitHub] [arrow-datafusion] Ted-Jiang commented on pull request #2608: chore: try fix CI coverage - posted by GitBox <gi...@apache.org> on 2022/06/01 08:44:07 UTC, 0 replies.
- [GitHub] [arrow] rtpsw commented on pull request #13232: ARROW-16657: [C++] Support nesting of extension-id-registries - posted by GitBox <gi...@apache.org> on 2022/06/01 09:00:48 UTC, 5 replies.
- [GitHub] [arrow-datafusion] Ted-Jiang commented on pull request #2671: If statistics of column Max/Min value does not exists in parquet file… - posted by GitBox <gi...@apache.org> on 2022/06/01 09:07:38 UTC, 0 replies.
- [GitHub] [arrow-datafusion] ming535 commented on a diff in pull request #2638: Fix limit pushdown - posted by GitBox <gi...@apache.org> on 2022/06/01 09:24:11 UTC, 0 replies.
- [GitHub] [arrow] ursabot commented on pull request #13176: ARROW-16597: [Python][FlightRPC] Force server shutdown at interpreter exit - posted by GitBox <gi...@apache.org> on 2022/06/01 09:31:47 UTC, 1 replies.
- [GitHub] [arrow-rs] tustvold opened a new pull request, #1773: Improve ParquetFileArrowReader UX - posted by GitBox <gi...@apache.org> on 2022/06/01 09:48:57 UTC, 0 replies.
- [GitHub] [arrow] raulcd opened a new pull request, #13280: ARROW-12203: [C++][Python] Switch default Parquet version to 2.4 - posted by GitBox <gi...@apache.org> on 2022/06/01 09:55:00 UTC, 0 replies.
- [GitHub] [arrow-datafusion] Ted-Jiang commented on a diff in pull request #2671: If statistics of column Max/Min value does not exists in parquet file… - posted by GitBox <gi...@apache.org> on 2022/06/01 10:00:25 UTC, 1 replies.
- [GitHub] [arrow] pitrou commented on a diff in pull request #13206: ARROW-15906: [C++][Python][R] By default, don't create or delete S3 buckets - posted by GitBox <gi...@apache.org> on 2022/06/01 10:00:50 UTC, 2 replies.
- [GitHub] [arrow] rtpsw commented on pull request #13069: ARROW-15901: [C++] Support flat custom output field names in Substrait - posted by GitBox <gi...@apache.org> on 2022/06/01 10:02:45 UTC, 1 replies.
- [GitHub] [arrow-datafusion] Ted-Jiang closed pull request #2608: chore: try fix CI coverage - posted by GitBox <gi...@apache.org> on 2022/06/01 10:02:49 UTC, 0 replies.
- [GitHub] [arrow-datafusion] Ted-Jiang opened a new pull request, #2608: chore: try fix CI coverage - posted by GitBox <gi...@apache.org> on 2022/06/01 10:02:51 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13280: ARROW-12203: [C++][Python] Switch default Parquet version to 2.4 - posted by GitBox <gi...@apache.org> on 2022/06/01 10:06:28 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on issue #1459: Handle Parquet Files With Inconsistent Timestamp Units - posted by GitBox <gi...@apache.org> on 2022/06/01 10:08:56 UTC, 0 replies.
- [GitHub] [arrow] pitrou commented on a diff in pull request #13215: ARROW-16633: [C++] Fix incorrect Decimal literal conversion in `ir_consumer.cc` - posted by GitBox <gi...@apache.org> on 2022/06/01 10:11:56 UTC, 0 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1773: Simplify ParquetFileArrowReader Metadata API - posted by GitBox <gi...@apache.org> on 2022/06/01 10:14:39 UTC, 0 replies.
- [GitHub] [arrow] pitrou commented on pull request #12963: ARROW-16234: [C++] Vector Kernel for Rank - posted by GitBox <gi...@apache.org> on 2022/06/01 10:20:54 UTC, 0 replies.
- [GitHub] [arrow] AlenkaF opened a new pull request, #13282: ARROW-16609: [C++] xxhash not installed into dist/lib/include when building C++ - posted by GitBox <gi...@apache.org> on 2022/06/01 10:28:09 UTC, 0 replies.
- [GitHub] [arrow-datafusion] tustvold commented on pull request #2648: Support logical plan compilation - posted by GitBox <gi...@apache.org> on 2022/06/01 10:29:54 UTC, 1 replies.
- [GitHub] [arrow-datafusion] tustvold commented on a diff in pull request #2670: MINOR: Improve `datafusion-proto` API - posted by GitBox <gi...@apache.org> on 2022/06/01 10:49:25 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold merged pull request #1771: MINOR: Unpin nightly version as packed_simd releases new version - posted by GitBox <gi...@apache.org> on 2022/06/01 10:54:05 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on pull request #1771: MINOR: Unpin nightly version as packed_simd releases new version - posted by GitBox <gi...@apache.org> on 2022/06/01 10:54:11 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb commented on a diff in pull request #2608: chore: try fix CI coverage - posted by GitBox <gi...@apache.org> on 2022/06/01 10:56:35 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13281: ARROW-16685: Preserve order of columns in joins - posted by GitBox <gi...@apache.org> on 2022/06/01 10:58:41 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb commented on pull request #1773: Simplify ParquetFileArrowReader Metadata API - posted by GitBox <gi...@apache.org> on 2022/06/01 11:00:10 UTC, 1 replies.
- [GitHub] [arrow-rs] alamb commented on a diff in pull request #1773: Simplify ParquetFileArrowReader Metadata API - posted by GitBox <gi...@apache.org> on 2022/06/01 11:00:16 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb commented on a diff in pull request #2666: Remove `ExecutionProps` dependency from `OptimizerRule` - posted by GitBox <gi...@apache.org> on 2022/06/01 11:04:41 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13282: ARROW-16609: [C++] xxhash not installed into dist/lib/include when building C++ - posted by GitBox <gi...@apache.org> on 2022/06/01 11:05:45 UTC, 0 replies.
- [GitHub] [arrow] zagto commented on a diff in pull request #13179: ARROW-16599 [C++] Implementation of ExecuteScalarExpressionOverhead benchmarks without arrow for comparision - posted by GitBox <gi...@apache.org> on 2022/06/01 11:27:58 UTC, 0 replies.
- [GitHub] [arrow] zagto commented on pull request #13179: ARROW-16599 [C++] Implementation of ExecuteScalarExpressionOverhead benchmarks without arrow for comparision - posted by GitBox <gi...@apache.org> on 2022/06/01 11:37:57 UTC, 1 replies.
- [GitHub] [arrow] lidavidm commented on a diff in pull request #13205: ARROW-16515: [C++] Adding a Close method to RecordBatchReader - posted by GitBox <gi...@apache.org> on 2022/06/01 11:42:00 UTC, 1 replies.
- [GitHub] [arrow] ursabot commented on pull request #13265: ARROW-16613: [C++][Parquet] Fix performance of repeated calls to AppendRowGroups() - posted by GitBox <gi...@apache.org> on 2022/06/01 11:51:35 UTC, 0 replies.
- [GitHub] [arrow] assignUser commented on pull request #13266: ARROW-16689: [CI] Improve R Nightly Workflow - posted by GitBox <gi...@apache.org> on 2022/06/01 11:53:14 UTC, 5 replies.
- [GitHub] [arrow] pitrou commented on a diff in pull request #13266: ARROW-16689: [CI] Improve R Nightly Workflow - posted by GitBox <gi...@apache.org> on 2022/06/01 11:56:31 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13283: ARROW-16708: [Dev] Replace basic auth with token auth for JIRA - posted by GitBox <gi...@apache.org> on 2022/06/01 12:07:03 UTC, 0 replies.
- [GitHub] [arrow] zagto commented on a diff in pull request #13138: ARROW-16562: Avoid slicing array inputs in ExecBatchIterator that would result in one slice - posted by GitBox <gi...@apache.org> on 2022/06/01 12:12:13 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove commented on pull request #2666: Remove `ExecutionProps` dependency from `OptimizerRule` - posted by GitBox <gi...@apache.org> on 2022/06/01 12:17:30 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove closed issue #2614: Remove `ExecutionProps` from `OptimizerRule` trait - posted by GitBox <gi...@apache.org> on 2022/06/01 12:17:41 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove merged pull request #2666: Remove `ExecutionProps` dependency from `OptimizerRule` - posted by GitBox <gi...@apache.org> on 2022/06/01 12:17:41 UTC, 0 replies.
- [GitHub] [arrow] MMCMA commented on issue #13262: Sort order lost in pq.write_to_dataset() version 8.0.0. vs 6.0.1 - posted by GitBox <gi...@apache.org> on 2022/06/01 12:36:11 UTC, 0 replies.
- [GitHub] [arrow] rok commented on pull request #12657: ARROW-14821: [C++] Add ceil_is_strictly_greater and calendar_based_origin temporal round options (to mimic lubridate's date rounding) - posted by GitBox <gi...@apache.org> on 2022/06/01 12:36:21 UTC, 1 replies.
- [GitHub] [arrow-datafusion] AssHero commented on a diff in pull request #2671: If statistics of column Max/Min value does not exists in parquet file… - posted by GitBox <gi...@apache.org> on 2022/06/01 12:36:36 UTC, 1 replies.
- [GitHub] [arrow] assignUser commented on a diff in pull request #13266: ARROW-16689: [CI] Improve R Nightly Workflow - posted by GitBox <gi...@apache.org> on 2022/06/01 13:02:44 UTC, 12 replies.
- [GitHub] [arrow-datafusion] jackwener opened a new pull request, #2672: DNM: Optimizer self recurse - posted by GitBox <gi...@apache.org> on 2022/06/01 13:13:45 UTC, 0 replies.
- [GitHub] [arrow-datafusion] jackwener closed pull request #2672: DNM: Optimizer self recurse - posted by GitBox <gi...@apache.org> on 2022/06/01 13:20:09 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb opened a new issue, #2673: Optimization pass `AggregateStatistics` changes type of output from `Int64` to `UInt64` - posted by GitBox <gi...@apache.org> on 2022/06/01 13:20:43 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb commented on issue #2673: Optimization pass `AggregateStatistics` changes type of output from `Int64` to `UInt64` - posted by GitBox <gi...@apache.org> on 2022/06/01 13:21:32 UTC, 0 replies.
- [GitHub] [arrow] pitrou merged pull request #12963: ARROW-16234: [C++] Vector Kernel for Rank - posted by GitBox <gi...@apache.org> on 2022/06/01 13:21:35 UTC, 0 replies.
- [GitHub] [arrow] pitrou commented on pull request #12657: ARROW-14821: [C++] Add ceil_is_strictly_greater and calendar_based_origin temporal round options (to mimic lubridate's date rounding) - posted by GitBox <gi...@apache.org> on 2022/06/01 13:23:16 UTC, 1 replies.
- [GitHub] [arrow] raulcd commented on a diff in pull request #12407: ARROW-15398: [Integration-tests] Made integration tests be built in parallel and increase cache hit - posted by GitBox <gi...@apache.org> on 2022/06/01 13:24:46 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb opened a new pull request, #2674: Fix `AggregateStatistics` optimization so it doens't change output type - posted by GitBox <gi...@apache.org> on 2022/06/01 13:36:44 UTC, 0 replies.
- [GitHub] [arrow] assignUser opened a new pull request, #13284: ARROW-16663: [Release][Dev] Add flag to archery release curate to only show minimal information - posted by GitBox <gi...@apache.org> on 2022/06/01 13:47:28 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13284: ARROW-16663: [Release][Dev] Add flag to archery release curate to only show minimal information - posted by GitBox <gi...@apache.org> on 2022/06/01 13:51:09 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb commented on a diff in pull request #2674: Fix `AggregateStatistics` optimization so it doens't change output type - posted by GitBox <gi...@apache.org> on 2022/06/01 13:57:56 UTC, 1 replies.
- [GitHub] [arrow] jorisvandenbossche commented on a diff in pull request #13281: ARROW-16685: Preserve order of columns in joins - posted by GitBox <gi...@apache.org> on 2022/06/01 14:04:21 UTC, 0 replies.
- [GitHub] [arrow] ursabot commented on pull request #13273: ARROW-16693: [JS] Upgrade to TS 4.7 - posted by GitBox <gi...@apache.org> on 2022/06/01 14:11:15 UTC, 0 replies.
- [GitHub] [arrow] raulcd commented on a diff in pull request #13284: ARROW-16663: [Release][Dev] Add flag to archery release curate to only show minimal information - posted by GitBox <gi...@apache.org> on 2022/06/01 14:13:07 UTC, 3 replies.
- [GitHub] [arrow] raulcd commented on pull request #13284: ARROW-16663: [Release][Dev] Add flag to archery release curate to only show minimal information - posted by GitBox <gi...@apache.org> on 2022/06/01 14:13:12 UTC, 1 replies.
- [GitHub] [arrow] REASY commented on pull request #13157: ARROW-16584: [Java] Java JNI with S3 support - posted by GitBox <gi...@apache.org> on 2022/06/01 14:16:12 UTC, 4 replies.
- [GitHub] [arrow] pitrou commented on pull request #13157: ARROW-16584: [Java] Java JNI with S3 support - posted by GitBox <gi...@apache.org> on 2022/06/01 14:17:24 UTC, 1 replies.
- [GitHub] [arrow] assignUser commented on a diff in pull request #13284: ARROW-16663: [Release][Dev] Add flag to archery release curate to only show minimal information - posted by GitBox <gi...@apache.org> on 2022/06/01 14:20:18 UTC, 4 replies.
- [GitHub] [arrow] lwhite1 commented on a diff in pull request #11182: ARROW-14034: [Java] Unexpected Allocator states created after allocating buffer whose AllocationManager has different size from the requested size - posted by GitBox <gi...@apache.org> on 2022/06/01 14:21:18 UTC, 0 replies.
- [GitHub] [arrow] lwhite1 commented on pull request #13247: ARROW-16672: [Java] Allow duplicated field names in Java C data interface - posted by GitBox <gi...@apache.org> on 2022/06/01 14:23:31 UTC, 0 replies.
- [GitHub] [arrow] nealrichardson commented on a diff in pull request #13150: ARROW-16549: [C++] Simplify AggregateNodeOptions aggregates/targets - posted by GitBox <gi...@apache.org> on 2022/06/01 14:30:59 UTC, 2 replies.
- [GitHub] [arrow] lwhite1 commented on pull request #13249: ARROW-16674: [Java] C data interface: Reading as nioBuffer from imported buffer causes error - posted by GitBox <gi...@apache.org> on 2022/06/01 14:35:55 UTC, 0 replies.
- [GitHub] [arrow] nealrichardson commented on a diff in pull request #13266: ARROW-16689: [CI] Improve R Nightly Workflow - posted by GitBox <gi...@apache.org> on 2022/06/01 14:43:30 UTC, 8 replies.
- [GitHub] [arrow] pitrou commented on a diff in pull request #13281: ARROW-16685: [Python] Preserve order of columns in joins - posted by GitBox <gi...@apache.org> on 2022/06/01 14:44:25 UTC, 3 replies.
- [GitHub] [arrow] wjones127 commented on a diff in pull request #13206: ARROW-15906: [C++][Python][R] By default, don't create or delete S3 buckets - posted by GitBox <gi...@apache.org> on 2022/06/01 14:46:55 UTC, 4 replies.
- [GitHub] [arrow] pitrou commented on pull request #13247: ARROW-16672: [Java] Allow duplicated field names in Java C data interface - posted by GitBox <gi...@apache.org> on 2022/06/01 14:49:44 UTC, 0 replies.
- [GitHub] [arrow] pitrou merged pull request #13247: ARROW-16672: [Java] Allow duplicated field names in Java C data interface - posted by GitBox <gi...@apache.org> on 2022/06/01 14:49:54 UTC, 0 replies.
- [GitHub] [arrow] pitrou merged pull request #13274: ARROW-16606: [FlightRPC][Python] Handle non-lowercase header names - posted by GitBox <gi...@apache.org> on 2022/06/01 14:58:41 UTC, 0 replies.
- [GitHub] [arrow] zeroshade commented on a diff in pull request #13136: ARROW-16556: [Go] Add Layout method to DataTypes - posted by GitBox <gi...@apache.org> on 2022/06/01 14:59:32 UTC, 1 replies.
- [GitHub] [arrow] sanjibansg opened a new pull request, #13285: ARROW-15582: [C++] Add support for registering tricky functions with the Substrait consumer (or add a bunch of substrait meta functions) - posted by GitBox <gi...@apache.org> on 2022/06/01 15:07:57 UTC, 0 replies.
- [GitHub] [arrow] raulcd commented on pull request #13280: ARROW-12203: [C++][Python] Switch default Parquet version to 2.4 - posted by GitBox <gi...@apache.org> on 2022/06/01 15:08:20 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove commented on pull request #2667: MINOR: Rewrite imports in optimizer moduler - posted by GitBox <gi...@apache.org> on 2022/06/01 15:09:11 UTC, 0 replies.
- [GitHub] [arrow-rs] nevi-me merged pull request #1773: Simplify ParquetFileArrowReader Metadata API - posted by GitBox <gi...@apache.org> on 2022/06/01 15:09:22 UTC, 0 replies.
- [GitHub] [arrow] amol- commented on a diff in pull request #13281: ARROW-16685: [Python] Preserve order of columns in joins - posted by GitBox <gi...@apache.org> on 2022/06/01 15:16:08 UTC, 3 replies.
- [GitHub] [arrow] icexelloss commented on a diff in pull request #13028: ARROW-16083: [C++] Implement AsofJoin execution node - posted by GitBox <gi...@apache.org> on 2022/06/01 15:19:19 UTC, 33 replies.
- [GitHub] [arrow] pitrou commented on pull request #13280: ARROW-12203: [C++][Python] Switch default Parquet version to 2.4 - posted by GitBox <gi...@apache.org> on 2022/06/01 15:20:06 UTC, 1 replies.
- [GitHub] [arrow] voidbip commented on issue #13186: An Error Occured While Reading Parquet File Using C++ - GetRecordBatchReader -Corrupt snappy compressed data. - posted by GitBox <gi...@apache.org> on 2022/06/01 15:24:01 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13285: ARROW-15582: [C++] Add support for registering tricky functions with the Substrait consumer (or add a bunch of substrait meta functions) - posted by GitBox <gi...@apache.org> on 2022/06/01 15:25:08 UTC, 1 replies.
- [GitHub] [arrow-datafusion] andygrove opened a new pull request, #2675: WIP: Create new `datafusion-optimizer` crate for logical optimizer rules - posted by GitBox <gi...@apache.org> on 2022/06/01 15:31:06 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya commented on pull request #1771: MINOR: Unpin nightly version as packed_simd releases new version - posted by GitBox <gi...@apache.org> on 2022/06/01 15:38:48 UTC, 0 replies.
- [GitHub] [arrow] lwhite1 commented on a diff in pull request #13249: ARROW-16674: [Java] C data interface: Reading as nioBuffer from imported buffer causes error - posted by GitBox <gi...@apache.org> on 2022/06/01 15:40:31 UTC, 1 replies.
- [GitHub] [arrow] pitrou commented on a diff in pull request #13249: ARROW-16674: [Java] C data interface: Reading as nioBuffer from imported buffer causes error - posted by GitBox <gi...@apache.org> on 2022/06/01 15:45:42 UTC, 0 replies.
- [GitHub] [arrow] emkornfield commented on a diff in pull request #13136: ARROW-16556: [Go] Add Layout method to DataTypes - posted by GitBox <gi...@apache.org> on 2022/06/01 15:52:28 UTC, 0 replies.
- [GitHub] [arrow-datafusion] waynexia commented on pull request #2648: Support logical plan compilation - posted by GitBox <gi...@apache.org> on 2022/06/01 16:02:17 UTC, 3 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13286: ARROW-16711: [C++] Remove deprecated ORC APIs - posted by GitBox <gi...@apache.org> on 2022/06/01 16:06:39 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove commented on pull request #2670: MINOR: Improve `datafusion-proto` API - posted by GitBox <gi...@apache.org> on 2022/06/01 16:09:53 UTC, 1 replies.
- [GitHub] [arrow] trxcllnt commented on a diff in pull request #13278: ARROW-16704: [JS] Handle case where `tableFromIPC` input is an async `RecordBatchReader` - posted by GitBox <gi...@apache.org> on 2022/06/01 16:10:59 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove closed pull request #2575: WIP: Remove `Union::alias` - posted by GitBox <gi...@apache.org> on 2022/06/01 16:14:30 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove commented on pull request #2575: WIP: Remove `Union::alias` - posted by GitBox <gi...@apache.org> on 2022/06/01 16:14:31 UTC, 0 replies.
- [GitHub] [arrow] pitrou commented on a diff in pull request #11920: ARROW-14958: [C++][Python][FlightRPC] Implement Flight middleware for OpenTelemetry propagation - posted by GitBox <gi...@apache.org> on 2022/06/01 16:20:55 UTC, 4 replies.
- [GitHub] [arrow] lidavidm commented on a diff in pull request #11920: ARROW-14958: [C++][Python][FlightRPC] Implement Flight middleware for OpenTelemetry propagation - posted by GitBox <gi...@apache.org> on 2022/06/01 16:24:16 UTC, 4 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13287: ARROW-16371: [JS] Fix error iterating tables with no batches - posted by GitBox <gi...@apache.org> on 2022/06/01 16:37:00 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13288: ARROW-16714: [C++] Remove deprecated IPC APIs - posted by GitBox <gi...@apache.org> on 2022/06/01 16:47:21 UTC, 1 replies.
- [GitHub] [arrow-datafusion] andygrove opened a new issue, #2676: DataFusion 9.0.0 Release - posted by GitBox <gi...@apache.org> on 2022/06/01 17:14:40 UTC, 0 replies.
- [GitHub] [arrow] pitrou merged pull request #13280: ARROW-12203: [C++][Python] Switch default Parquet version to 2.4 - posted by GitBox <gi...@apache.org> on 2022/06/01 17:47:47 UTC, 0 replies.
- [GitHub] [arrow] eerhardt merged pull request #10562: ARROW-13129: [C#] Fix TableFromRecordBatches - posted by GitBox <gi...@apache.org> on 2022/06/01 18:00:57 UTC, 0 replies.
- [GitHub] [arrow] austin3dickey opened a new pull request, #13289: ARROW-14632: [Python] Make write_dataset arguments keyword-only - posted by GitBox <gi...@apache.org> on 2022/06/01 18:20:53 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13289: ARROW-14632: [Python] Make write_dataset arguments keyword-only - posted by GitBox <gi...@apache.org> on 2022/06/01 18:21:14 UTC, 0 replies.
- [GitHub] [arrow] domoritz merged pull request #13287: ARROW-16371: [JS] Fix error iterating tables with no batches - posted by GitBox <gi...@apache.org> on 2022/06/01 18:31:48 UTC, 0 replies.
- [GitHub] [arrow] domoritz merged pull request #13278: ARROW-16704: [JS] Handle case where `tableFromIPC` input is an async `RecordBatchReader` - posted by GitBox <gi...@apache.org> on 2022/06/01 18:32:48 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove commented on pull request #2638: Fix limit pushdown - posted by GitBox <gi...@apache.org> on 2022/06/01 18:37:03 UTC, 1 replies.
- [GitHub] [arrow] jonkeane commented on a diff in pull request #13289: ARROW-14632: [Python] Make write_dataset arguments keyword-only - posted by GitBox <gi...@apache.org> on 2022/06/01 18:56:40 UTC, 0 replies.
- [GitHub] [arrow] WillAyd commented on pull request #12963: ARROW-16234: [C++] Vector Kernel for Rank - posted by GitBox <gi...@apache.org> on 2022/06/01 19:04:29 UTC, 0 replies.
- [GitHub] [arrow] austin3dickey commented on a diff in pull request #13289: ARROW-14632: [Python] Make write_dataset arguments keyword-only - posted by GitBox <gi...@apache.org> on 2022/06/01 19:07:16 UTC, 0 replies.
- [GitHub] [arrow] wjones127 opened a new pull request, #13290: MINOR: [Docs] Update auto_disconnect parameter based on ARROW-14395 - posted by GitBox <gi...@apache.org> on 2022/06/01 19:18:39 UTC, 0 replies.
- [GitHub] [arrow] wjones127 commented on pull request #13290: MINOR: [Docs] Update auto_disconnect parameter based on ARROW-14395 - posted by GitBox <gi...@apache.org> on 2022/06/01 19:19:20 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb merged pull request #2608: chore: try fix CI coverage - posted by GitBox <gi...@apache.org> on 2022/06/01 19:47:43 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb commented on pull request #2608: chore: try fix CI coverage - posted by GitBox <gi...@apache.org> on 2022/06/01 19:47:46 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb merged pull request #2667: MINOR: Rewrite imports in optimizer moduler - posted by GitBox <gi...@apache.org> on 2022/06/01 19:49:26 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb commented on pull request #2670: MINOR: Improve `datafusion-proto` API - posted by GitBox <gi...@apache.org> on 2022/06/01 19:55:12 UTC, 0 replies.
- [GitHub] [arrow-ballista] alamb commented on pull request #47: Delegate to `datafusion-proto` for logical plan serde - posted by GitBox <gi...@apache.org> on 2022/06/01 19:55:51 UTC, 0 replies.
- [GitHub] [arrow] kou commented on pull request #13282: ARROW-16609: [C++] xxhash not installed into dist/lib/include when building C++ - posted by GitBox <gi...@apache.org> on 2022/06/01 19:56:07 UTC, 1 replies.
- [GitHub] [arrow-datafusion] alamb commented on a diff in pull request #2638: Fix limit + offset pushdown - posted by GitBox <gi...@apache.org> on 2022/06/01 20:13:36 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb commented on pull request #2638: Fix limit + offset pushdown - posted by GitBox <gi...@apache.org> on 2022/06/01 20:13:58 UTC, 1 replies.
- [GitHub] [arrow-datafusion] alamb closed issue #2624: limit_push_down is not working properly with OFFSET - posted by GitBox <gi...@apache.org> on 2022/06/01 20:14:02 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb merged pull request #2638: Fix limit + offset pushdown - posted by GitBox <gi...@apache.org> on 2022/06/01 20:14:03 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb commented on a diff in pull request #2647: pushdown support for predicates in `ON` clause of joins - posted by GitBox <gi...@apache.org> on 2022/06/01 20:35:58 UTC, 1 replies.
- [GitHub] [arrow] icexelloss commented on pull request #13028: ARROW-16083: [C++] Implement AsofJoin execution node - posted by GitBox <gi...@apache.org> on 2022/06/01 20:42:00 UTC, 4 replies.
- [GitHub] [arrow] kou commented on pull request #13244: ARROW-12626: [C++] Support toolchain xsimd, update toolchain version to version 8.1.0 - posted by GitBox <gi...@apache.org> on 2022/06/01 20:45:41 UTC, 45 replies.
- [GitHub] [arrow-datafusion] alamb commented on a diff in pull request #2668: Remove ObjectStore from FileScanConfig and ListingTableConfig - posted by GitBox <gi...@apache.org> on 2022/06/01 20:45:58 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13244: ARROW-12626: [C++] Support toolchain xsimd, update toolchain version to version 8.1.0 - posted by GitBox <gi...@apache.org> on 2022/06/01 20:46:57 UTC, 34 replies.
- [GitHub] [arrow] lidavidm merged pull request #12692: ARROW-16005: [Java] Fix ArrayConsumer when using ArrowVectorIterator - posted by GitBox <gi...@apache.org> on 2022/06/01 20:54:48 UTC, 0 replies.
- [GitHub] [arrow-datafusion] tustvold merged pull request #2668: Remove ObjectStore from FileScanConfig and ListingTableConfig - posted by GitBox <gi...@apache.org> on 2022/06/01 20:58:03 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb commented on a diff in pull request #2671: If statistics of column Max/Min value does not exists in parquet file, sent Min/Max to None - posted by GitBox <gi...@apache.org> on 2022/06/01 21:00:19 UTC, 1 replies.
- [GitHub] [arrow] jonkeane commented on pull request #13289: ARROW-14632: [Python] Make write_dataset arguments keyword-only - posted by GitBox <gi...@apache.org> on 2022/06/01 21:31:21 UTC, 1 replies.
- [GitHub] [arrow-datafusion] tustvold opened a new pull request, #2677: Switch to object_store crate (#2489) - posted by GitBox <gi...@apache.org> on 2022/06/01 21:40:07 UTC, 2 replies.
- [GitHub] [arrow] jonkeane closed pull request #13290: MINOR: [Docs] Update auto_disconnect parameter based on ARROW-14395 - posted by GitBox <gi...@apache.org> on 2022/06/01 22:20:22 UTC, 0 replies.
- [GitHub] [arrow] jonkeane closed pull request #13289: ARROW-14632: [Python] Make write_dataset arguments keyword-only - posted by GitBox <gi...@apache.org> on 2022/06/01 22:22:23 UTC, 0 replies.
- [GitHub] [arrow] jonkeane closed pull request #13207: ARROW-16626: [C++] Name the C++ streaming execution engine - posted by GitBox <gi...@apache.org> on 2022/06/01 22:26:20 UTC, 0 replies.
- [GitHub] [arrow] westonpace commented on pull request #13232: ARROW-16657: [C++] Support nesting of extension-id-registries - posted by GitBox <gi...@apache.org> on 2022/06/01 22:27:53 UTC, 1 replies.
- [GitHub] [arrow] jonkeane commented on a diff in pull request #13190: ARROW-16415: [R] Update `strptime` binding signature with the `tz` argument - posted by GitBox <gi...@apache.org> on 2022/06/01 22:59:54 UTC, 3 replies.
- [GitHub] [arrow-ballista] dependabot[bot] opened a new pull request, #54: Bump eventsource from 1.0.7 to 1.1.1 in /ballista/ui/scheduler - posted by GitBox <gi...@apache.org> on 2022/06/01 23:15:14 UTC, 0 replies.
- [GitHub] [arrow] cyb70289 merged pull request #13245: ARROW-16574: [C++] TSAN failure in arrow-ipc-read-write-test - posted by GitBox <gi...@apache.org> on 2022/06/02 01:24:17 UTC, 0 replies.
- [GitHub] [arrow] cyb70289 merged pull request #13288: ARROW-16714: [C++] Remove deprecated IPC APIs - posted by GitBox <gi...@apache.org> on 2022/06/02 01:33:53 UTC, 0 replies.
- [GitHub] [arrow] kou merged pull request #13136: ARROW-16556: [Go] Add Layout method to DataTypes - posted by GitBox <gi...@apache.org> on 2022/06/02 01:40:32 UTC, 0 replies.
- [GitHub] [arrow] kou commented on pull request #13283: ARROW-16708: [Dev] Replace basic auth with token auth for JIRA - posted by GitBox <gi...@apache.org> on 2022/06/02 01:42:17 UTC, 1 replies.
- [GitHub] [arrow] westonpace commented on a diff in pull request #13205: ARROW-16515: [C++] Adding a Close method to RecordBatchReader - posted by GitBox <gi...@apache.org> on 2022/06/02 01:45:08 UTC, 2 replies.
- [GitHub] [arrow] kou commented on a diff in pull request #13283: ARROW-16708: [Dev] Replace basic auth with token auth for JIRA - posted by GitBox <gi...@apache.org> on 2022/06/02 01:45:24 UTC, 0 replies.
- [GitHub] [arrow] kou commented on pull request #13157: ARROW-16584: [Java] Java JNI with S3 support - posted by GitBox <gi...@apache.org> on 2022/06/02 02:19:50 UTC, 7 replies.
- [GitHub] [arrow-rs] HaoYang670 commented on issue #1750: Inconsistent Slicing of ArrayData for StructArray - posted by GitBox <gi...@apache.org> on 2022/06/02 02:20:27 UTC, 5 replies.
- [GitHub] [arrow] zhztheplayer commented on a diff in pull request #11182: ARROW-14034: [Java] Unexpected Allocator states created after allocating buffer whose AllocationManager has different size from the requested size - posted by GitBox <gi...@apache.org> on 2022/06/02 02:28:21 UTC, 0 replies.
- [GitHub] [arrow] ianmcook commented on pull request #11115: ARROW-12084: [C++][Compute] Add remainder and quotient compute::Function - posted by GitBox <gi...@apache.org> on 2022/06/02 02:41:23 UTC, 0 replies.
- [GitHub] [arrow] ianmcook commented on pull request #11116: ARROW-12755: [C++][Compute] Add quotient and modulo kernels - posted by GitBox <gi...@apache.org> on 2022/06/02 02:41:33 UTC, 0 replies.
- [GitHub] [arrow] cyb70289 commented on a diff in pull request #13286: ARROW-16711: [C++] Remove deprecated ORC APIs - posted by GitBox <gi...@apache.org> on 2022/06/02 03:11:20 UTC, 0 replies.
- [GitHub] [arrow] sanjibansg commented on a diff in pull request #13285: ARROW-15582: [C++] Add support for registering tricky functions with the Substrait consumer (or add a bunch of substrait meta functions) - posted by GitBox <gi...@apache.org> on 2022/06/02 03:43:19 UTC, 8 replies.
- [GitHub] [arrow] AlenkaF commented on pull request #13282: ARROW-16609: [C++] xxhash not installed into dist/lib/include when building C++ - posted by GitBox <gi...@apache.org> on 2022/06/02 04:37:18 UTC, 3 replies.
- [GitHub] [arrow-ballista] dependabot[bot] opened a new pull request, #55: Update snmalloc-rs requirement from 0.2 to 0.3 - posted by GitBox <gi...@apache.org> on 2022/06/02 04:40:26 UTC, 0 replies.
- [GitHub] [arrow-ballista] dependabot[bot] commented on pull request #55: Update snmalloc-rs requirement from 0.2 to 0.3 - posted by GitBox <gi...@apache.org> on 2022/06/02 04:40:27 UTC, 0 replies.
- [GitHub] [arrow-datafusion] korowa commented on a diff in pull request #2647: pushdown support for predicates in `ON` clause of joins - posted by GitBox <gi...@apache.org> on 2022/06/02 04:56:16 UTC, 5 replies.
- [GitHub] [arrow-rs] tustvold commented on issue #1750: Inconsistent Slicing of ArrayData for StructArray - posted by GitBox <gi...@apache.org> on 2022/06/02 05:18:21 UTC, 5 replies.
- [GitHub] [arrow] westonpace commented on a diff in pull request #13285: ARROW-15582: [C++] Add support for registering tricky functions with the Substrait consumer (or add a bunch of substrait meta functions) - posted by GitBox <gi...@apache.org> on 2022/06/02 05:55:13 UTC, 1 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13291: test decimal vector - posted by GitBox <gi...@apache.org> on 2022/06/02 06:19:12 UTC, 0 replies.
- [GitHub] [arrow] vibhatha commented on a diff in pull request #13205: ARROW-16515: [C++] Adding a Close method to RecordBatchReader - posted by GitBox <gi...@apache.org> on 2022/06/02 06:23:55 UTC, 0 replies.
- [GitHub] [arrow] vibhatha commented on pull request #13232: ARROW-16657: [C++] Support nesting of extension-id-registries - posted by GitBox <gi...@apache.org> on 2022/06/02 06:54:27 UTC, 2 replies.
- [GitHub] [arrow-rs] tustvold commented on issue #1691: Make current position available in `FileWriter`. - posted by GitBox <gi...@apache.org> on 2022/06/02 06:55:24 UTC, 1 replies.
- [GitHub] [arrow-rs] tustvold opened a new pull request, #1774: Access metadata of flushed row groups on write (#1691) - posted by GitBox <gi...@apache.org> on 2022/06/02 07:07:17 UTC, 0 replies.
- [GitHub] [arrow-datafusion] AssHero commented on a diff in pull request #2671: If statistics of column Max/Min value does not exists in parquet file, sent Min/Max to None - posted by GitBox <gi...@apache.org> on 2022/06/02 07:13:56 UTC, 1 replies.
- [GitHub] [arrow] vibhatha commented on a diff in pull request #13150: ARROW-16549: [C++] Simplify AggregateNodeOptions aggregates/targets - posted by GitBox <gi...@apache.org> on 2022/06/02 07:17:17 UTC, 3 replies.
- [GitHub] [arrow-rs] tustvold closed issue #1687: Support writing parquet to stdout - posted by GitBox <gi...@apache.org> on 2022/06/02 07:19:25 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold opened a new pull request, #1775: Implement ChunkReader for Bytes - posted by GitBox <gi...@apache.org> on 2022/06/02 07:21:29 UTC, 0 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1774: Access metadata of flushed row groups on write (#1691) - posted by GitBox <gi...@apache.org> on 2022/06/02 07:26:09 UTC, 0 replies.
- [GitHub] [arrow] pitrou commented on pull request #13282: ARROW-16609: [C++] xxhash not installed into dist/lib/include when building C++ - posted by GitBox <gi...@apache.org> on 2022/06/02 07:26:20 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold opened a new pull request, #1776: csv::infer_file_schema remove redundant ref - posted by GitBox <gi...@apache.org> on 2022/06/02 07:31:58 UTC, 0 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1775: Implement ChunkReader for Bytes - posted by GitBox <gi...@apache.org> on 2022/06/02 07:37:59 UTC, 0 replies.
- [GitHub] [arrow-datafusion] codecov-commenter commented on pull request #2671: If statistics of column Max/Min value does not exists in parquet file, sent Min/Max to None - posted by GitBox <gi...@apache.org> on 2022/06/02 08:16:55 UTC, 0 replies.
- [GitHub] [arrow] kou opened a new pull request, #13292: ARROW-16721: [C++] Drop support for bundled Thrift < 0.13 - posted by GitBox <gi...@apache.org> on 2022/06/02 08:26:01 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13292: ARROW-16721: [C++] Drop support for bundled Thrift < 0.13 - posted by GitBox <gi...@apache.org> on 2022/06/02 08:26:24 UTC, 1 replies.
- [GitHub] [arrow-rs] Ted-Jiang commented on pull request #1762: Support reading PageIndex from parquet metadata, prepare for skipping pages at reading - posted by GitBox <gi...@apache.org> on 2022/06/02 08:26:50 UTC, 0 replies.
- [GitHub] [arrow-rs] nevi-me commented on pull request #1776: csv::infer_file_schema remove redundant ref - posted by GitBox <gi...@apache.org> on 2022/06/02 08:28:51 UTC, 0 replies.
- [GitHub] [arrow] pitrou commented on a diff in pull request #13292: ARROW-16721: [C++] Drop support for bundled Thrift < 0.13 - posted by GitBox <gi...@apache.org> on 2022/06/02 08:29:09 UTC, 1 replies.
- [GitHub] [arrow] pitrou commented on pull request #13292: ARROW-16721: [C++] Drop support for bundled Thrift < 0.13 - posted by GitBox <gi...@apache.org> on 2022/06/02 08:32:27 UTC, 2 replies.
- [GitHub] [arrow-rs] liukun4515 opened a new issue, #1777: support write page index - posted by GitBox <gi...@apache.org> on 2022/06/02 08:33:54 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on pull request #1776: csv::infer_file_schema remove redundant ref - posted by GitBox <gi...@apache.org> on 2022/06/02 08:34:29 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold opened a new pull request, #1778: Update to actions/cache@v3 - posted by GitBox <gi...@apache.org> on 2022/06/02 08:44:42 UTC, 0 replies.
- [GitHub] [arrow-datafusion] tustvold opened a new pull request, #2678: Update to actions/cache@v3 and actions/setup-python@v3 - posted by GitBox <gi...@apache.org> on 2022/06/02 08:52:43 UTC, 0 replies.
- [GitHub] [arrow-rs] HaoYang670 commented on issue #1770: Further simplify the offset validation - posted by GitBox <gi...@apache.org> on 2022/06/02 08:57:37 UTC, 0 replies.
- [GitHub] [arrow-rs] HaoYang670 closed issue #1770: Further simplify the offset validation - posted by GitBox <gi...@apache.org> on 2022/06/02 08:57:38 UTC, 0 replies.
- [GitHub] [arrow-datafusion] korowa commented on pull request #2678: Update to actions/cache@v3 and actions/setup-python@v3 - posted by GitBox <gi...@apache.org> on 2022/06/02 09:12:28 UTC, 0 replies.
- [GitHub] [arrow] pitrou commented on pull request #13286: ARROW-16711: [C++] Remove deprecated ORC APIs - posted by GitBox <gi...@apache.org> on 2022/06/02 09:16:52 UTC, 0 replies.
- [GitHub] [arrow] cyb70289 merged pull request #13286: ARROW-16711: [C++] Remove deprecated ORC APIs - posted by GitBox <gi...@apache.org> on 2022/06/02 09:19:32 UTC, 0 replies.
- [GitHub] [arrow-datafusion] codecov-commenter commented on pull request #2678: Update to actions/cache@v3 and actions/setup-python@v3 - posted by GitBox <gi...@apache.org> on 2022/06/02 09:23:37 UTC, 0 replies.
- [GitHub] [arrow] vibhatha commented on pull request #13205: ARROW-16515: [C++] Adding a Close method to RecordBatchReader - posted by GitBox <gi...@apache.org> on 2022/06/02 10:15:17 UTC, 1 replies.
- [GitHub] [arrow] assignUser commented on a diff in pull request #13283: ARROW-16708: [Dev] Replace basic auth with token auth for JIRA - posted by GitBox <gi...@apache.org> on 2022/06/02 10:41:45 UTC, 1 replies.
- [GitHub] [arrow-datafusion] alamb commented on pull request #2671: If statistics of column Max/Min value does not exists in parquet file, sent Min/Max to None - posted by GitBox <gi...@apache.org> on 2022/06/02 10:43:42 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb commented on issue #1750: Inconsistent Slicing of ArrayData for StructArray - posted by GitBox <gi...@apache.org> on 2022/06/02 10:45:13 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb commented on pull request #2647: pushdown support for predicates in `ON` clause of joins - posted by GitBox <gi...@apache.org> on 2022/06/02 10:46:43 UTC, 1 replies.
- [GitHub] [arrow] pitrou commented on a diff in pull request #13283: ARROW-16708: [Dev] Replace basic auth with token auth for JIRA - posted by GitBox <gi...@apache.org> on 2022/06/02 10:54:31 UTC, 2 replies.
- [GitHub] [arrow] pitrou commented on a diff in pull request #13284: ARROW-16663: [Release][Dev] Add flag to archery release curate to only show minimal information - posted by GitBox <gi...@apache.org> on 2022/06/02 10:56:31 UTC, 0 replies.
- [GitHub] [arrow] pitrou merged pull request #13281: ARROW-16685: [Python] Preserve order of columns in joins - posted by GitBox <gi...@apache.org> on 2022/06/02 10:58:12 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb commented on a diff in pull request #1767: Remove `validate_decimal_precision` check in `DecimalBuilder.append_value` - posted by GitBox <gi...@apache.org> on 2022/06/02 11:04:32 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb merged pull request #2678: Update to actions/cache@v3 and actions/setup-python@v3 - posted by GitBox <gi...@apache.org> on 2022/06/02 11:06:55 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb commented on issue #2625: [Discuss] Move extension point traits out of core? - posted by GitBox <gi...@apache.org> on 2022/06/02 11:08:58 UTC, 0 replies.
- [GitHub] [arrow] pitrou opened a new pull request, #13293: ARROW-16725: [C++] Fix compilation warnings in release mode - posted by GitBox <gi...@apache.org> on 2022/06/02 11:10:13 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb commented on issue #2676: DataFusion 9.0.0 Release - posted by GitBox <gi...@apache.org> on 2022/06/02 11:10:18 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13293: ARROW-16725: [C++] Fix compilation warnings in release mode - posted by GitBox <gi...@apache.org> on 2022/06/02 11:11:40 UTC, 1 replies.
- [GitHub] [arrow-datafusion] alamb commented on issue #2620: [enhancement] rules don't need to recursion inside themselves - posted by GitBox <gi...@apache.org> on 2022/06/02 11:12:10 UTC, 1 replies.
- [GitHub] [arrow-datafusion] alamb closed issue #2502: [EPIC] Move Ballista to new arrow-ballista repo - posted by GitBox <gi...@apache.org> on 2022/06/02 11:23:47 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb opened a new issue, #2679: Proposal: remove automated ballista CI checks from DataFusion - posted by GitBox <gi...@apache.org> on 2022/06/02 11:26:02 UTC, 0 replies.
- [GitHub] [arrow-datafusion] tustvold commented on issue #2679: Proposal: remove automated ballista CI checks from DataFusion - posted by GitBox <gi...@apache.org> on 2022/06/02 11:35:58 UTC, 1 replies.
- [GitHub] [arrow-datafusion] tustvold commented on a diff in pull request #2674: Fix `AggregateStatistics` optimization so it doesn't change output type - posted by GitBox <gi...@apache.org> on 2022/06/02 11:55:28 UTC, 0 replies.
- [GitHub] [arrow] lidavidm commented on pull request #13205: ARROW-16515: [C++] Adding a Close method to RecordBatchReader - posted by GitBox <gi...@apache.org> on 2022/06/02 12:02:37 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13266: ARROW-16689: [CI] Improve R Nightly Workflow - posted by GitBox <gi...@apache.org> on 2022/06/02 12:06:35 UTC, 2 replies.
- [GitHub] [arrow] jorisvandenbossche merged pull request #13272: ARROW-13844: [Docs][Release] Add Release Management Guide to Dev docs - posted by GitBox <gi...@apache.org> on 2022/06/02 12:14:16 UTC, 0 replies.
- [GitHub] [arrow] pitrou merged pull request #12657: ARROW-14821: [C++] Add ceil_is_strictly_greater and calendar_based_origin temporal round options (to mimic lubridate's date rounding) - posted by GitBox <gi...@apache.org> on 2022/06/02 12:55:46 UTC, 0 replies.
- [GitHub] [arrow] pitrou commented on pull request #12868: ARROW-15130: [Docs] Add glossary - posted by GitBox <gi...@apache.org> on 2022/06/02 12:56:40 UTC, 0 replies.
- [GitHub] [arrow] pitrou commented on a diff in pull request #12868: ARROW-15130: [Docs] Add glossary - posted by GitBox <gi...@apache.org> on 2022/06/02 13:02:05 UTC, 6 replies.
- [GitHub] [arrow] lidavidm commented on a diff in pull request #12868: ARROW-15130: [Docs] Add glossary - posted by GitBox <gi...@apache.org> on 2022/06/02 13:03:26 UTC, 6 replies.
- [GitHub] [arrow] jorisvandenbossche commented on a diff in pull request #12868: ARROW-15130: [Docs] Add glossary - posted by GitBox <gi...@apache.org> on 2022/06/02 13:05:41 UTC, 5 replies.
- [GitHub] [arrow-ballista] andygrove merged pull request #54: Bump eventsource from 1.0.7 to 1.1.1 in /ballista/ui/scheduler - posted by GitBox <gi...@apache.org> on 2022/06/02 13:08:41 UTC, 0 replies.
- [GitHub] [arrow-ballista] tustvold merged pull request #53: Remove ObjectStore from FileScanConfig and ListingTableConfig - posted by GitBox <gi...@apache.org> on 2022/06/02 13:11:06 UTC, 0 replies.
- [GitHub] [arrow] jorisvandenbossche commented on pull request #12868: ARROW-15130: [Docs] Add glossary - posted by GitBox <gi...@apache.org> on 2022/06/02 13:19:17 UTC, 0 replies.
- [GitHub] [arrow] pitrou opened a new pull request, #13294: ARROW-16730: [C++] Bump vendored jemalloc version - posted by GitBox <gi...@apache.org> on 2022/06/02 13:23:34 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13294: ARROW-16730: [C++] Bump vendored jemalloc version - posted by GitBox <gi...@apache.org> on 2022/06/02 13:23:54 UTC, 2 replies.
- [GitHub] [arrow] pitrou commented on pull request #13294: ARROW-16730: [C++] Bump vendored jemalloc version - posted by GitBox <gi...@apache.org> on 2022/06/02 13:23:56 UTC, 2 replies.
- [GitHub] [arrow] pitrou opened a new pull request, #13295: ARROW-16731: [C++] Bump version of vendored mimalloc - posted by GitBox <gi...@apache.org> on 2022/06/02 13:32:37 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13295: ARROW-16731: [C++] Bump version of vendored mimalloc - posted by GitBox <gi...@apache.org> on 2022/06/02 13:33:03 UTC, 4 replies.
- [GitHub] [arrow] pitrou commented on pull request #13284: ARROW-16663: [Release][Dev] Add flag to archery release curate to only show minimal information - posted by GitBox <gi...@apache.org> on 2022/06/02 13:34:15 UTC, 1 replies.
- [GitHub] [arrow] pitrou commented on pull request #13295: ARROW-16731: [C++] Bump version of vendored mimalloc - posted by GitBox <gi...@apache.org> on 2022/06/02 13:35:43 UTC, 2 replies.
- [GitHub] [arrow] ursabot commented on pull request #13294: ARROW-16730: [C++] Bump vendored jemalloc version - posted by GitBox <gi...@apache.org> on 2022/06/02 13:36:00 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13296: [DO NOT MERGE]: ARROW-16657 Submodule Test - posted by GitBox <gi...@apache.org> on 2022/06/02 13:59:54 UTC, 0 replies.
- [GitHub] [arrow] vibhatha closed pull request #13296: [DO NOT MERGE]: ARROW-16657 Submodule Test - posted by GitBox <gi...@apache.org> on 2022/06/02 14:00:22 UTC, 0 replies.
- [GitHub] [arrow] vibhatha commented on pull request #13296: [DO NOT MERGE]: ARROW-16657 Submodule Test - posted by GitBox <gi...@apache.org> on 2022/06/02 14:00:48 UTC, 0 replies.
- [GitHub] [arrow] rtpsw commented on pull request #13252: ARROW-16677: [C++] Support nesting of function registries - posted by GitBox <gi...@apache.org> on 2022/06/02 14:07:07 UTC, 4 replies.
- [GitHub] [arrow-datafusion] andygrove commented on issue #2679: Proposal: remove automated ballista CI checks from DataFusion - posted by GitBox <gi...@apache.org> on 2022/06/02 14:10:10 UTC, 1 replies.
- [GitHub] [arrow-datafusion] andygrove commented on pull request #2675: Create new `datafusion-optimizer` crate for logical optimizer rules - posted by GitBox <gi...@apache.org> on 2022/06/02 14:12:12 UTC, 0 replies.
- [GitHub] [arrow-ballista] tustvold commented on pull request #52: Pass SessionState to TableProvider::scan - posted by GitBox <gi...@apache.org> on 2022/06/02 14:16:12 UTC, 0 replies.
- [GitHub] [arrow-ballista] tustvold closed pull request #52: Pass SessionState to TableProvider::scan - posted by GitBox <gi...@apache.org> on 2022/06/02 14:16:13 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13297: [DO NOT MERGE: TEST Submodule Fix] ARROW-16657: [C++] Support nesting of extension-id-registries - posted by GitBox <gi...@apache.org> on 2022/06/02 14:17:43 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove commented on pull request #2648: Support logical plan compilation - posted by GitBox <gi...@apache.org> on 2022/06/02 14:17:50 UTC, 0 replies.
- [GitHub] [arrow] anthonylouisbsb opened a new pull request, #13298: ARROW-17637: [C++][Gandiva] Fix TO_TIMESTAMP(INTEGER) function for big integer values - posted by GitBox <gi...@apache.org> on 2022/06/02 14:18:51 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13298: ARROW-17637: [C++][Gandiva] Fix TO_TIMESTAMP(INTEGER) function for big integer values - posted by GitBox <gi...@apache.org> on 2022/06/02 14:19:11 UTC, 0 replies.
- [GitHub] [arrow-datafusion] ovr commented on issue #2679: Proposal: remove automated ballista CI checks from DataFusion - posted by GitBox <gi...@apache.org> on 2022/06/02 14:19:55 UTC, 0 replies.
- [GitHub] [arrow] jorisvandenbossche commented on a diff in pull request #13275: ARROW-16546: [Parquet][C++][Python] Make Thrift limits configurable - posted by GitBox <gi...@apache.org> on 2022/06/02 14:27:44 UTC, 1 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13299: ARROW-16722: [CI][C++] Fix Minio failures - posted by GitBox <gi...@apache.org> on 2022/06/02 14:29:52 UTC, 1 replies.
- [GitHub] [arrow] ursabot commented on pull request #13290: MINOR: [Docs] Update auto_disconnect parameter based on ARROW-14395 - posted by GitBox <gi...@apache.org> on 2022/06/02 14:32:04 UTC, 0 replies.
- [GitHub] [arrow] vibhatha commented on pull request #13297: [DO NOT MERGE: TEST Submodule Fix] ARROW-16657: [C++] Support nesting of extension-id-registries - posted by GitBox <gi...@apache.org> on 2022/06/02 14:32:47 UTC, 0 replies.
- [GitHub] [arrow] vibhatha closed pull request #13297: [DO NOT MERGE: TEST Submodule Fix] ARROW-16657: [C++] Support nesting of extension-id-registries - posted by GitBox <gi...@apache.org> on 2022/06/02 14:32:48 UTC, 0 replies.
- [GitHub] [arrow] rok commented on pull request #12154: ARROW-14821: [R] Implement bindings for lubridate's floor_date, ceiling_date, and round_date - posted by GitBox <gi...@apache.org> on 2022/06/02 14:41:48 UTC, 7 replies.
- [GitHub] [arrow] HashidaTKS commented on a diff in pull request #13279: ARROW-16660: [C#] Add support for Time32Array and Time64Array - posted by GitBox <gi...@apache.org> on 2022/06/02 14:51:21 UTC, 3 replies.
- [GitHub] [arrow] pitrou commented on a diff in pull request #13275: ARROW-16546: [Parquet][C++][Python] Make Thrift limits configurable - posted by GitBox <gi...@apache.org> on 2022/06/02 14:54:11 UTC, 4 replies.
- [GitHub] [arrow-datafusion] Ted-Jiang commented on a diff in pull request #2671: If statistics of column Max/Min value does not exists in parquet file, sent Min/Max to None - posted by GitBox <gi...@apache.org> on 2022/06/02 14:58:31 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove commented on issue #2535: Logical optimizer rule "simplify expressions" should not depend on physical planner and expressions - posted by GitBox <gi...@apache.org> on 2022/06/02 15:04:49 UTC, 0 replies.
- [GitHub] [arrow-datafusion] tustvold closed issue #2176: Ignored alias for columns with aggregate function and incorrect results when collecting statistics is enabled - posted by GitBox <gi...@apache.org> on 2022/06/02 15:15:38 UTC, 0 replies.
- [GitHub] [arrow-datafusion] tustvold merged pull request #2671: If statistics of column Max/Min value does not exists in parquet file, sent Min/Max to None - posted by GitBox <gi...@apache.org> on 2022/06/02 15:15:39 UTC, 0 replies.
- [GitHub] [arrow] westonpace commented on a diff in pull request #13232: ARROW-16657: [C++] Support nesting of extension-id-registries - posted by GitBox <gi...@apache.org> on 2022/06/02 15:23:58 UTC, 4 replies.
- [GitHub] [arrow-datafusion] tustvold opened a new pull request, #2681: MINOR: Remove uses of TryClone for Parquet - posted by GitBox <gi...@apache.org> on 2022/06/02 15:28:17 UTC, 0 replies.
- [GitHub] [arrow] raulcd commented on pull request #13299: ARROW-16722: [CI][C++] Fix Minio failures - posted by GitBox <gi...@apache.org> on 2022/06/02 15:35:47 UTC, 1 replies.
- [GitHub] [arrow-datafusion] tustvold commented on a diff in pull request #2680: chore: default precision and scale for cast decimal - posted by GitBox <gi...@apache.org> on 2022/06/02 15:40:34 UTC, 2 replies.
- [GitHub] [arrow-rs] tustvold opened a new issue, #1779: DataType::Decimal Non-Compliant - posted by GitBox <gi...@apache.org> on 2022/06/02 15:52:17 UTC, 0 replies.
- [GitHub] [arrow] pitrou commented on pull request #13299: ARROW-16722: [CI][C++] Fix Minio failures - posted by GitBox <gi...@apache.org> on 2022/06/02 15:56:14 UTC, 2 replies.
- [GitHub] [arrow-rs] viirya commented on pull request #1767: Remove `validate_decimal_precision` check in `DecimalBuilder.append_value` - posted by GitBox <gi...@apache.org> on 2022/06/02 16:04:50 UTC, 4 replies.
- [GitHub] [arrow-rs] tustvold commented on issue #1779: DataType::Decimal Non-Compliant - posted by GitBox <gi...@apache.org> on 2022/06/02 16:05:55 UTC, 2 replies.
- [GitHub] [arrow-datafusion] jackwener closed issue #2256: [Optimizer] Refactor `convert join` - posted by GitBox <gi...@apache.org> on 2022/06/02 16:06:17 UTC, 0 replies.
- [GitHub] [arrow-datafusion] ovr commented on a diff in pull request #2196: feat: Support GetIndexedFieldExpr for ScalarValue - posted by GitBox <gi...@apache.org> on 2022/06/02 16:19:37 UTC, 3 replies.
- [GitHub] [arrow-datafusion] codecov-commenter commented on pull request #2549: feat: support for AnyExpression - posted by GitBox <gi...@apache.org> on 2022/06/02 16:31:50 UTC, 0 replies.
- [GitHub] [arrow] westonpace commented on a diff in pull request #13293: ARROW-16725: [C++] Fix compilation warnings in release mode - posted by GitBox <gi...@apache.org> on 2022/06/02 16:42:24 UTC, 0 replies.
- [GitHub] [arrow-datafusion] ovr commented on pull request #2549: feat: support for AnyExpression - posted by GitBox <gi...@apache.org> on 2022/06/02 16:46:21 UTC, 0 replies.
- [GitHub] [arrow-datafusion] ovr commented on pull request #2196: feat: Support GetIndexedFieldExpr for ScalarValue - posted by GitBox <gi...@apache.org> on 2022/06/02 16:47:21 UTC, 0 replies.
- [GitHub] [arrow] shefali163 commented on pull request #12914: ARROW-2034: [C++] Filesystem implementation for Azure Blob Storage - posted by GitBox <gi...@apache.org> on 2022/06/02 16:56:04 UTC, 4 replies.
- [GitHub] [arrow] assignUser commented on pull request #13284: ARROW-16663: [Release][Dev] Add flag to archery release curate to only show minimal information - posted by GitBox <gi...@apache.org> on 2022/06/02 16:56:58 UTC, 2 replies.
- [GitHub] [arrow] marsupialtail opened a new issue, #13300: Best practices to use Arrow Flight Server - posted by GitBox <gi...@apache.org> on 2022/06/02 17:01:21 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13301: ARROW-16740: [C++] Remove IR Consumer - posted by GitBox <gi...@apache.org> on 2022/06/02 17:02:44 UTC, 1 replies.
- [GitHub] [arrow] lidavidm commented on issue #13300: Best practices to use Arrow Flight Server - posted by GitBox <gi...@apache.org> on 2022/06/02 17:04:40 UTC, 7 replies.
- [GitHub] [arrow-datafusion] andygrove opened a new pull request, #2682: Move physical expression planning to `datafusion-physical-expr` crate - posted by GitBox <gi...@apache.org> on 2022/06/02 17:09:25 UTC, 0 replies.
- [GitHub] [arrow] marsupialtail commented on issue #13300: Best practices to use Arrow Flight Server - posted by GitBox <gi...@apache.org> on 2022/06/02 17:09:37 UTC, 6 replies.
- [GitHub] [arrow] nealrichardson commented on pull request #13301: ARROW-16740: [C++] Remove IR Consumer - posted by GitBox <gi...@apache.org> on 2022/06/02 17:10:50 UTC, 0 replies.
- [GitHub] [arrow-datafusion] tustvold commented on a diff in pull request #2549: feat: support for AnyExpression - posted by GitBox <gi...@apache.org> on 2022/06/02 17:23:44 UTC, 0 replies.
- [GitHub] [arrow-cookbook] lidavidm merged pull request #219: [Java] Fix memory management issues in Flight example - posted by GitBox <gi...@apache.org> on 2022/06/02 17:31:45 UTC, 0 replies.
- [GitHub] [arrow-cookbook] lidavidm closed issue #218: [Java] Cookbook Java example does not work as expected with multiple batches - posted by GitBox <gi...@apache.org> on 2022/06/02 17:31:46 UTC, 0 replies.
- [GitHub] [arrow-cookbook] lidavidm commented on issue #218: [Java] Cookbook Java example does not work as expected with multiple batches - posted by GitBox <gi...@apache.org> on 2022/06/02 17:32:02 UTC, 0 replies.
- [GitHub] [arrow-datafusion] codecov-commenter commented on pull request #2682: Move physical expression planning to `datafusion-physical-expr` crate - posted by GitBox <gi...@apache.org> on 2022/06/02 17:36:54 UTC, 0 replies.
- [GitHub] [arrow-datafusion] gandronchik commented on a diff in pull request #2680: chore: default precision and scale for cast decimal - posted by GitBox <gi...@apache.org> on 2022/06/02 17:37:16 UTC, 0 replies.
- [GitHub] [arrow-datafusion] tustvold commented on a diff in pull request #2675: Create new `datafusion-optimizer` crate for logical optimizer rules - posted by GitBox <gi...@apache.org> on 2022/06/02 17:45:22 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb commented on pull request #1767: Remove `validate_decimal_precision` check in `DecimalBuilder.append_value` - posted by GitBox <gi...@apache.org> on 2022/06/02 17:50:44 UTC, 0 replies.
- [GitHub] [arrow] rtpsw commented on a diff in pull request #13232: ARROW-16657: [C++] Support nesting of extension-id-registries - posted by GitBox <gi...@apache.org> on 2022/06/02 17:53:53 UTC, 4 replies.
- [GitHub] [arrow] iChauster opened a new pull request, #13302: ARROW-16741: [C++] Add Benchmarks for Binary Temporal Operations - posted by GitBox <gi...@apache.org> on 2022/06/02 17:56:09 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb merged pull request #2681: MINOR: Remove uses of TryClone for Parquet - posted by GitBox <gi...@apache.org> on 2022/06/02 18:03:24 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13302: ARROW-16741: [C++] Add Benchmarks for Binary Temporal Operations - posted by GitBox <gi...@apache.org> on 2022/06/02 18:03:41 UTC, 1 replies.
- [GitHub] [arrow-datafusion] alamb closed issue #2619: Move `JOIN ON` predicates push down logic from planner to optimizer - posted by GitBox <gi...@apache.org> on 2022/06/02 18:05:14 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb merged pull request #2647: pushdown support for predicates in `ON` clause of joins - posted by GitBox <gi...@apache.org> on 2022/06/02 18:05:15 UTC, 0 replies.
- [GitHub] [arrow] mdepero commented on pull request #13277: ARROW-16638: [Go][Parquet] Fix skipping large number of rows in boolean columns - posted by GitBox <gi...@apache.org> on 2022/06/02 18:12:56 UTC, 2 replies.
- [GitHub] [arrow-datafusion] andygrove commented on a diff in pull request #2675: Create new `datafusion-optimizer` crate for logical optimizer rules - posted by GitBox <gi...@apache.org> on 2022/06/02 18:15:40 UTC, 1 replies.
- [GitHub] [arrow-rs] pacman82 commented on issue #1691: Make current position available in `FileWriter`. - posted by GitBox <gi...@apache.org> on 2022/06/02 18:18:41 UTC, 1 replies.
- [GitHub] [arrow-rs] tustvold merged pull request #1776: csv::infer_file_schema remove redundant ref - posted by GitBox <gi...@apache.org> on 2022/06/02 18:24:04 UTC, 0 replies.
- [GitHub] [arrow] westonpace commented on pull request #13301: ARROW-16740: [C++] Remove IR Consumer - posted by GitBox <gi...@apache.org> on 2022/06/02 18:27:32 UTC, 0 replies.
- [GitHub] [arrow] rok commented on a diff in pull request #13302: ARROW-16741: [C++] Add Benchmarks for Binary Temporal Operations - posted by GitBox <gi...@apache.org> on 2022/06/02 18:28:42 UTC, 5 replies.
- [GitHub] [arrow] lidavidm commented on a diff in pull request #13302: ARROW-16741: [C++] Add Benchmarks for Binary Temporal Operations - posted by GitBox <gi...@apache.org> on 2022/06/02 18:46:09 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove opened a new issue, #2683: Remove some of the re-exports within the core crate - posted by GitBox <gi...@apache.org> on 2022/06/02 18:50:40 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb commented on a diff in pull request #2674: Fix `AggregateStatistics` optimization so it doesn't change output type - posted by GitBox <gi...@apache.org> on 2022/06/02 19:10:07 UTC, 1 replies.
- [GitHub] [arrow-datafusion] andygrove opened a new pull request, #2684: Remove Ballista CI check - posted by GitBox <gi...@apache.org> on 2022/06/02 19:10:31 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb commented on issue #2679: Proposal: remove automated ballista CI checks from DataFusion - posted by GitBox <gi...@apache.org> on 2022/06/02 19:14:17 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove closed issue #2599: Move logical optimizer rules out of the core datafusion crate - posted by GitBox <gi...@apache.org> on 2022/06/02 19:15:27 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove merged pull request #2675: Create new `datafusion-optimizer` crate for logical optimizer rules - posted by GitBox <gi...@apache.org> on 2022/06/02 19:15:27 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13303: ARROW-16742: [C++][Docs] Fix output type of hash_distinct in docs - posted by GitBox <gi...@apache.org> on 2022/06/02 19:34:55 UTC, 0 replies.
- [GitHub] [arrow-datafusion] codecov-commenter commented on pull request #2674: Fix `AggregateStatistics` optimization so it doesn't change output type - posted by GitBox <gi...@apache.org> on 2022/06/02 19:35:44 UTC, 0 replies.
- [GitHub] [arrow-datafusion] codecov-commenter commented on pull request #2684: Remove Ballista CI check - posted by GitBox <gi...@apache.org> on 2022/06/02 19:41:06 UTC, 0 replies.
- [GitHub] [arrow-cookbook] iamsmkr commented on issue #218: [Java] Cookbook Java example does not work as expected with multiple batches - posted by GitBox <gi...@apache.org> on 2022/06/02 19:51:12 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb commented on a diff in pull request #2680: chore: default precision and scale for cast decimal - posted by GitBox <gi...@apache.org> on 2022/06/02 19:58:37 UTC, 1 replies.
- [GitHub] [arrow] ianmcook merged pull request #13303: ARROW-16742: [C++][Docs] Fix output type of hash_distinct in docs - posted by GitBox <gi...@apache.org> on 2022/06/02 20:08:56 UTC, 0 replies.
- [GitHub] [arrow] kou merged pull request #13294: ARROW-16730: [C++] Bump vendored jemalloc version - posted by GitBox <gi...@apache.org> on 2022/06/02 20:10:54 UTC, 0 replies.
- [GitHub] [arrow-datafusion] thinkharderdev commented on issue #2679: Proposal: remove automated ballista CI checks from DataFusion - posted by GitBox <gi...@apache.org> on 2022/06/02 20:11:37 UTC, 0 replies.
- [GitHub] [arrow] kou commented on a diff in pull request #13295: ARROW-16731: [C++] Bump version of vendored mimalloc - posted by GitBox <gi...@apache.org> on 2022/06/02 20:13:49 UTC, 0 replies.
- [GitHub] [arrow] kou commented on pull request #13295: ARROW-16731: [C++] Bump version of vendored mimalloc - posted by GitBox <gi...@apache.org> on 2022/06/02 20:14:03 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove opened a new pull request, #2685: MINOR: Update release notes and scripts - posted by GitBox <gi...@apache.org> on 2022/06/02 20:16:56 UTC, 0 replies.
- [GitHub] [arrow] kou commented on a diff in pull request #13299: ARROW-16722: [CI][C++] Fix Minio failures specifying the Minio version to use - posted by GitBox <gi...@apache.org> on 2022/06/02 20:23:10 UTC, 0 replies.
- [GitHub] [arrow] marsupialtail closed issue #13300: Best practices to use Arrow Flight Server - posted by GitBox <gi...@apache.org> on 2022/06/02 20:23:24 UTC, 0 replies.
- [GitHub] [arrow] westonpace commented on pull request #13304: ARROW-16743: [C++] Add short-circuit version of logical Status AND - posted by GitBox <gi...@apache.org> on 2022/06/02 20:27:20 UTC, 1 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13304: ARROW-16743: [C++] Add short-circuit version of logical Status AND - posted by GitBox <gi...@apache.org> on 2022/06/02 20:27:22 UTC, 1 replies.
- [GitHub] [arrow] westonpace merged pull request #13232: ARROW-16657: [C++] Support nesting of extension-id-registries - posted by GitBox <gi...@apache.org> on 2022/06/02 20:33:00 UTC, 0 replies.
- [GitHub] [arrow] ursabot commented on pull request #13289: ARROW-14632: [Python] Make write_dataset arguments keyword-only - posted by GitBox <gi...@apache.org> on 2022/06/02 20:42:13 UTC, 0 replies.
- [GitHub] [arrow-datafusion] codecov-commenter commented on pull request #2685: MINOR: Update release notes and scripts - posted by GitBox <gi...@apache.org> on 2022/06/02 20:43:07 UTC, 0 replies.
- [GitHub] [arrow] iChauster commented on a diff in pull request #13302: ARROW-16741: [C++] Add Benchmarks for Binary Temporal Operations - posted by GitBox <gi...@apache.org> on 2022/06/02 20:50:43 UTC, 6 replies.
- [GitHub] [arrow-datafusion] alamb commented on a diff in pull request #2685: MINOR: Update release notes and scripts - posted by GitBox <gi...@apache.org> on 2022/06/02 21:18:31 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb closed issue #2673: Optimization pass `AggregateStatistics` changes type of output from `Int64` to `UInt64` - posted by GitBox <gi...@apache.org> on 2022/06/02 21:18:33 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb merged pull request #2674: Fix `AggregateStatistics` optimization so it doesn't change output type - posted by GitBox <gi...@apache.org> on 2022/06/02 21:18:34 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove closed issue #2679: Proposal: remove automated ballista CI checks from DataFusion - posted by GitBox <gi...@apache.org> on 2022/06/02 21:29:19 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove merged pull request #2684: Remove Ballista CI check - posted by GitBox <gi...@apache.org> on 2022/06/02 21:29:20 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove commented on a diff in pull request #2685: MINOR: Update release notes and scripts - posted by GitBox <gi...@apache.org> on 2022/06/02 21:32:28 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove merged pull request #2685: MINOR: Update release notes and scripts - posted by GitBox <gi...@apache.org> on 2022/06/02 22:14:48 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove opened a new pull request, #2686: MINOR: Move `simplify_expression` rule to `datafusion-optimizer` crate - posted by GitBox <gi...@apache.org> on 2022/06/02 22:22:53 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13305: ARROW-16744: [JavaScript] Fix yarn perf failure - posted by GitBox <gi...@apache.org> on 2022/06/02 22:46:38 UTC, 0 replies.
- [GitHub] [arrow] ElenaHenderson commented on pull request #13305: ARROW-16744: [JavaScript] Fix yarn perf failure - posted by GitBox <gi...@apache.org> on 2022/06/02 22:50:26 UTC, 1 replies.
- [GitHub] [arrow] ursabot commented on pull request #13207: ARROW-16626: [C++] Name the C++ streaming execution engine - posted by GitBox <gi...@apache.org> on 2022/06/02 22:51:53 UTC, 1 replies.
- [GitHub] [arrow] kou merged pull request #13299: ARROW-16722: [CI][C++] Fix Minio failures specifying the Minio version to use - posted by GitBox <gi...@apache.org> on 2022/06/02 23:11:22 UTC, 0 replies.
- [GitHub] [arrow] kou merged pull request #13295: ARROW-16731: [C++] Bump version of vendored mimalloc - posted by GitBox <gi...@apache.org> on 2022/06/02 23:11:58 UTC, 0 replies.
- [GitHub] [arrow] kou commented on pull request #13292: ARROW-16721: [C++] Drop support for bundled Thrift < 0.13 - posted by GitBox <gi...@apache.org> on 2022/06/02 23:34:19 UTC, 4 replies.
- [GitHub] [arrow] westonpace commented on pull request #13150: ARROW-16549: [C++] Simplify AggregateNodeOptions aggregates/targets - posted by GitBox <gi...@apache.org> on 2022/06/02 23:57:57 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove opened a new pull request, #2687: MINOR: remove `datafusion` and `python` labeler rules - posted by GitBox <gi...@apache.org> on 2022/06/03 00:15:49 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove commented on a diff in pull request #2549: feat: support for AnyExpression - posted by GitBox <gi...@apache.org> on 2022/06/03 00:28:52 UTC, 1 replies.
- [GitHub] [arrow-datafusion] andygrove commented on pull request #2549: feat: support for AnyExpression - posted by GitBox <gi...@apache.org> on 2022/06/03 00:30:54 UTC, 1 replies.
- [GitHub] [arrow] vibhatha opened a new pull request, #13306: MINOR: [C++] [Docs] Fix TableSinkNodeOptions click-able visibility in docs - posted by GitBox <gi...@apache.org> on 2022/06/03 01:26:12 UTC, 0 replies.
- [GitHub] [arrow] westonpace commented on a diff in pull request #13252: ARROW-16677: [C++] Support nesting of function registries - posted by GitBox <gi...@apache.org> on 2022/06/03 01:30:28 UTC, 1 replies.
- [GitHub] [arrow] vibhatha commented on pull request #13306: MINOR: [C++] [Docs] Fix TableSinkNodeOptions click-able visibility in docs - posted by GitBox <gi...@apache.org> on 2022/06/03 01:51:29 UTC, 0 replies.
- [GitHub] [arrow] kou commented on pull request #13293: ARROW-16725: [C++] Fix compilation warnings in release mode - posted by GitBox <gi...@apache.org> on 2022/06/03 02:10:10 UTC, 1 replies.
- [GitHub] [arrow] westonpace commented on a diff in pull request #13218: ARROW-16590: [C++] Consolidate files dealing with row-major storage - posted by GitBox <gi...@apache.org> on 2022/06/03 02:32:51 UTC, 8 replies.
- [GitHub] [arrow] rok commented on pull request #12528: ARROW-15251: [C++] Temporal floor/ceil/round handle ambiguous/nonexistent local time - posted by GitBox <gi...@apache.org> on 2022/06/03 03:37:41 UTC, 6 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13157: ARROW-16584: [Java] Java JNI with S3 support - posted by GitBox <gi...@apache.org> on 2022/06/03 04:37:14 UTC, 3 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13307: ARROW-16745: [Packaging][RPM] Add support for AlmaLinux 9 - posted by GitBox <gi...@apache.org> on 2022/06/03 04:58:53 UTC, 8 replies.
- [GitHub] [arrow] kou commented on pull request #13307: ARROW-16745: [Packaging][RPM] Add support for AlmaLinux 9 - posted by GitBox <gi...@apache.org> on 2022/06/03 04:59:07 UTC, 8 replies.
- [GitHub] [arrow] rtpsw commented on a diff in pull request #13252: ARROW-16677: [C++] Support nesting of function registries - posted by GitBox <gi...@apache.org> on 2022/06/03 05:04:51 UTC, 4 replies.
- [GitHub] [arrow-datafusion] AssHero commented on issue #2653: `ScalarValue::to_array_of_size` panics computing statistics for nested parquet file - posted by GitBox <gi...@apache.org> on 2022/06/03 06:17:31 UTC, 0 replies.
- [GitHub] [arrow] jorisvandenbossche merged pull request #13306: MINOR: [C++] [Docs] Fix TableSinkNodeOptions click-able visibility in docs - posted by GitBox <gi...@apache.org> on 2022/06/03 06:21:23 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya commented on a diff in pull request #1767: Optionally disable `validate_decimal_precision` check in `DecimalBuilder.append_value` for interop test - posted by GitBox <gi...@apache.org> on 2022/06/03 06:31:05 UTC, 0 replies.
- [GitHub] [arrow] cyb70289 commented on a diff in pull request #13304: ARROW-16743: [C++] Add short-circuit version of logical Status AND - posted by GitBox <gi...@apache.org> on 2022/06/03 07:02:43 UTC, 0 replies.
- [GitHub] [arrow] rishabh-rana commented on a diff in pull request #13279: ARROW-16660: [C#] Add support for Time32Array and Time64Array - posted by GitBox <gi...@apache.org> on 2022/06/03 07:14:10 UTC, 2 replies.
- [GitHub] [arrow-datafusion] kou commented on pull request #2622: Export minimum C API and examples for C, Ruby and Python - posted by GitBox <gi...@apache.org> on 2022/06/03 08:13:09 UTC, 0 replies.
- [GitHub] [arrow-datafusion] kou closed pull request #2622: Export minimum C API and examples for C, Ruby and Python - posted by GitBox <gi...@apache.org> on 2022/06/03 08:13:09 UTC, 0 replies.
- [GitHub] [arrow-datafusion] kou closed issue #1113: Export C API - posted by GitBox <gi...@apache.org> on 2022/06/03 08:15:01 UTC, 0 replies.
- [GitHub] [arrow-datafusion] kou commented on issue #1113: Export C API - posted by GitBox <gi...@apache.org> on 2022/06/03 08:15:01 UTC, 0 replies.
- [GitHub] [arrow-rs] HaoYang670 commented on issue #1768: Support Substring by char - posted by GitBox <gi...@apache.org> on 2022/06/03 08:57:52 UTC, 0 replies.
- [GitHub] [arrow-rs] Ismail-Maj opened a new issue, #1780: `combine_option_bitmap` should accept arbitrary number of input arrays. - posted by GitBox <gi...@apache.org> on 2022/06/03 09:24:36 UTC, 0 replies.
- [GitHub] [arrow-datafusion] tustvold closed issue #2653: `ScalarValue::to_array_of_size` panics computing statistics for nested parquet file - posted by GitBox <gi...@apache.org> on 2022/06/03 09:43:03 UTC, 0 replies.
- [GitHub] [arrow-datafusion] tustvold commented on issue #2653: `ScalarValue::to_array_of_size` panics computing statistics for nested parquet file - posted by GitBox <gi...@apache.org> on 2022/06/03 09:43:03 UTC, 0 replies.
- [GitHub] [arrow-rs] Ismail-Maj opened a new pull request, #1781: Arbitrary size combine option bitmap - posted by GitBox <gi...@apache.org> on 2022/06/03 09:53:19 UTC, 0 replies.
- [GitHub] [arrow] assignUser commented on pull request #13283: ARROW-16708: [Dev] Replace basic auth with token auth for JIRA - posted by GitBox <gi...@apache.org> on 2022/06/03 10:00:46 UTC, 0 replies.
- [GitHub] [arrow-rs] Ismail-Maj commented on pull request #1781: Arbitrary size combine option bitmap - posted by GitBox <gi...@apache.org> on 2022/06/03 10:08:41 UTC, 1 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1781: Arbitrary size combine option bitmap - posted by GitBox <gi...@apache.org> on 2022/06/03 10:23:26 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb commented on a diff in pull request #1767: Optionally disable `validate_decimal_precision` check in `DecimalBuilder.append_value` for interop test - posted by GitBox <gi...@apache.org> on 2022/06/03 10:25:23 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb commented on pull request #2684: Remove Ballista CI check - posted by GitBox <gi...@apache.org> on 2022/06/03 10:28:09 UTC, 0 replies.
- [GitHub] [arrow] raulcd opened a new pull request, #13308: ARROW-16666: [Docs][Release] Update release guide to specify new workflow and feature freeze - posted by GitBox <gi...@apache.org> on 2022/06/03 10:30:49 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13308: ARROW-16666: [Docs][Release] Update release guide to specify new workflow and feature freeze - posted by GitBox <gi...@apache.org> on 2022/06/03 10:31:09 UTC, 1 replies.
- [GitHub] [arrow] raulcd commented on pull request #13283: ARROW-16708: [Dev] Replace basic auth with token auth for JIRA - posted by GitBox <gi...@apache.org> on 2022/06/03 10:41:19 UTC, 0 replies.
- [GitHub] [arrow] raulcd commented on pull request #13308: ARROW-16666: [Docs][Release] Update release guide to specify new workflow and feature freeze - posted by GitBox <gi...@apache.org> on 2022/06/03 10:47:28 UTC, 1 replies.
- [GitHub] [arrow] assignUser commented on pull request #13308: ARROW-16666: [Docs][Release] Update release guide to specify new workflow and feature freeze - posted by GitBox <gi...@apache.org> on 2022/06/03 11:24:54 UTC, 0 replies.
- [GitHub] [arrow] assignUser commented on a diff in pull request #13308: ARROW-16666: [Docs][Release] Update release guide to specify new workflow and feature freeze - posted by GitBox <gi...@apache.org> on 2022/06/03 11:40:01 UTC, 1 replies.
- [GitHub] [arrow] raulcd opened a new pull request, #13309: ARROW-16726: [Python] Fix Setuptools warnings about installing packages as data - posted by GitBox <gi...@apache.org> on 2022/06/03 11:44:40 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13309: ARROW-16726: [Python] Fix Setuptools warnings about installing packages as data - posted by GitBox <gi...@apache.org> on 2022/06/03 11:44:57 UTC, 2 replies.
- [GitHub] [arrow] raulcd commented on pull request #13309: ARROW-16726: [Python] Fix Setuptools warnings about installing packages as data - posted by GitBox <gi...@apache.org> on 2022/06/03 11:45:04 UTC, 5 replies.
- [GitHub] [arrow] raulcd commented on a diff in pull request #13308: ARROW-16666: [Docs][Release] Update release guide to specify new workflow and feature freeze - posted by GitBox <gi...@apache.org> on 2022/06/03 11:48:07 UTC, 10 replies.
- [GitHub] [arrow-datafusion] andygrove merged pull request #2687: MINOR: remove `datafusion` and `python` labeler rules - posted by GitBox <gi...@apache.org> on 2022/06/03 12:14:51 UTC, 0 replies.
- [GitHub] [arrow] domoritz commented on pull request #13305: ARROW-16744: [JavaScript] Fix yarn perf failure - posted by GitBox <gi...@apache.org> on 2022/06/03 12:38:16 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove commented on pull request #2688: fix: union schema fix - posted by GitBox <gi...@apache.org> on 2022/06/03 12:50:24 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold opened a new pull request, #1782: Add ParquetFileArrowReader::try_new - posted by GitBox <gi...@apache.org> on 2022/06/03 12:51:06 UTC, 0 replies.
- [GitHub] [arrow] alexandreyc opened a new pull request, #13310: [Go] Fix pqarrow writer for null array - posted by GitBox <gi...@apache.org> on 2022/06/03 12:53:33 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13310: [Go] Fix pqarrow writer for null array - posted by GitBox <gi...@apache.org> on 2022/06/03 12:53:54 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13310: ARROW-16749: [Go] Fix pqarrow writer for null array - posted by GitBox <gi...@apache.org> on 2022/06/03 12:58:25 UTC, 1 replies.
- [GitHub] [arrow-datafusion] andygrove commented on issue #2644: [Question] Converting TableSource to custom TableProvider - posted by GitBox <gi...@apache.org> on 2022/06/03 13:05:27 UTC, 1 replies.
- [GitHub] [arrow-ballista] andygrove merged pull request #55: Update snmalloc-rs requirement from 0.2 to 0.3 - posted by GitBox <gi...@apache.org> on 2022/06/03 13:06:17 UTC, 0 replies.
- [GitHub] [arrow] pravindra merged pull request #13276: ARROW-16699: [C++][GANDIVA] Fix Concat_WS allocation bug - posted by GitBox <gi...@apache.org> on 2022/06/03 13:24:05 UTC, 0 replies.
- [GitHub] [arrow] AlenkaF opened a new pull request, #13311: ARROW-16340: [Python] Move all Python related code into PyArrow - posted by GitBox <gi...@apache.org> on 2022/06/03 13:37:52 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13311: ARROW-16340: [Python] Move all Python related code into PyArrow - posted by GitBox <gi...@apache.org> on 2022/06/03 13:38:20 UTC, 1 replies.
- [GitHub] [arrow] nealrichardson opened a new pull request, #13312: MINOR: [R] Drop opensuse42 build and update opensuse15 - posted by GitBox <gi...@apache.org> on 2022/06/03 14:05:25 UTC, 0 replies.
- [GitHub] [arrow] nealrichardson commented on pull request #13312: MINOR: [R] Drop opensuse42 build and update opensuse15 - posted by GitBox <gi...@apache.org> on 2022/06/03 14:05:42 UTC, 4 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13312: MINOR: [R] Drop opensuse42 build and update opensuse15 - posted by GitBox <gi...@apache.org> on 2022/06/03 14:07:44 UTC, 2 replies.
- [GitHub] [arrow-datafusion] alamb commented on issue #2652: Enable tab completion in datafusion-cli - posted by GitBox <gi...@apache.org> on 2022/06/03 14:21:27 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb commented on issue #1779: DataType::Decimal Non-Compliant - posted by GitBox <gi...@apache.org> on 2022/06/03 14:27:25 UTC, 2 replies.
- [GitHub] [arrow-datafusion] andygrove opened a new issue, #2689: Show column names instead of column index in TableScan.projection debug output - posted by GitBox <gi...@apache.org> on 2022/06/03 14:30:57 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb merged pull request #1767: Optionally disable `validate_decimal_precision` check in `DecimalBuilder.append_value` for interop test - posted by GitBox <gi...@apache.org> on 2022/06/03 14:32:28 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb closed issue #1766: Remove `validate_decimal_precision` check in `DecimalBuilder.append_value` - posted by GitBox <gi...@apache.org> on 2022/06/03 14:32:28 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb commented on a diff in pull request #1782: Add `ParquetFileArrowReader::try_new` - posted by GitBox <gi...@apache.org> on 2022/06/03 14:35:09 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb merged pull request #1778: Update to actions/cache@v3 and actions/setup-python@v3 - posted by GitBox <gi...@apache.org> on 2022/06/03 14:36:01 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb merged pull request #1775: Implement ChunkReader for Bytes - posted by GitBox <gi...@apache.org> on 2022/06/03 14:37:24 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb commented on a diff in pull request #1775: Implement ChunkReader for Bytes - posted by GitBox <gi...@apache.org> on 2022/06/03 14:37:34 UTC, 0 replies.
- [GitHub] [arrow-rs] jorgecarleitao commented on issue #1779: DataType::Decimal Non-Compliant - posted by GitBox <gi...@apache.org> on 2022/06/03 14:44:44 UTC, 0 replies.
- [GitHub] [arrow] raulcd commented on a diff in pull request #13283: ARROW-16708: [Dev] Replace basic auth with token auth for JIRA - posted by GitBox <gi...@apache.org> on 2022/06/03 14:47:45 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb commented on a diff in pull request #1048: Optimized sorting for ordered dictionaries - posted by GitBox <gi...@apache.org> on 2022/06/03 14:57:15 UTC, 1 replies.
- [GitHub] [arrow] domoritz merged pull request #13305: ARROW-16744: [JavaScript] Fix yarn perf failure - posted by GitBox <gi...@apache.org> on 2022/06/03 15:05:10 UTC, 0 replies.
- [GitHub] [arrow] assignUser commented on pull request #13313: ARROW-16679: [R] configure fails if CDPATH is not null - posted by GitBox <gi...@apache.org> on 2022/06/03 15:15:16 UTC, 3 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13313: ARROW-16679: [R] configure fails if CDPATH is not null - posted by GitBox <gi...@apache.org> on 2022/06/03 15:15:29 UTC, 3 replies.
- [GitHub] [arrow-datafusion] andygrove opened a new pull request, #2690: Show column names instead of indices in TableProvider projection plan output - posted by GitBox <gi...@apache.org> on 2022/06/03 15:26:56 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove commented on pull request #2196: Support GetIndexedFieldExpr for ScalarValue - posted by GitBox <gi...@apache.org> on 2022/06/03 15:46:10 UTC, 0 replies.
- [GitHub] [arrow-datafusion] matthewmturner commented on issue #2652: Enable tab completion in datafusion-cli - posted by GitBox <gi...@apache.org> on 2022/06/03 15:50:56 UTC, 0 replies.
- [GitHub] [arrow-datafusion] wjones127 closed pull request #2246: Add write and delete operations to ObjectStore - posted by GitBox <gi...@apache.org> on 2022/06/03 16:04:36 UTC, 0 replies.
- [GitHub] [arrow-datafusion] wjones127 commented on pull request #2246: Add write and delete operations to ObjectStore - posted by GitBox <gi...@apache.org> on 2022/06/03 16:04:37 UTC, 0 replies.
- [GitHub] [arrow] wjones127 commented on pull request #12775: ARROW-16006: [C++] Row conversion helpers and example - posted by GitBox <gi...@apache.org> on 2022/06/03 16:06:09 UTC, 4 replies.
- [GitHub] [arrow-rs] viirya commented on pull request #1767: Optionally disable `validate_decimal_precision` check in `DecimalBuilder.append_value` for interop test - posted by GitBox <gi...@apache.org> on 2022/06/03 16:10:18 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb closed issue #2207: Support ArrayIndex for ScalarValue(List) - posted by GitBox <gi...@apache.org> on 2022/06/03 16:16:45 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb merged pull request #2196: Support GetIndexedFieldExpr for ScalarValue - posted by GitBox <gi...@apache.org> on 2022/06/03 16:16:46 UTC, 0 replies.
- [GitHub] [arrow-datafusion] mocknen opened a new issue, #2691: Unable to build a docker image - posted by GitBox <gi...@apache.org> on 2022/06/03 16:20:27 UTC, 0 replies.
- [GitHub] [arrow-datafusion] mocknen opened a new pull request, #2692: Remove Ballista related lines from Dockerfile - posted by GitBox <gi...@apache.org> on 2022/06/03 16:21:00 UTC, 0 replies.
- [GitHub] [arrow] iChauster opened a new pull request, #13314: ARROW-16716: [C++] Add Benchmarks for ProjectNode - posted by GitBox <gi...@apache.org> on 2022/06/03 18:48:36 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13314: ARROW-16716: [C++] Add Benchmarks for ProjectNode - posted by GitBox <gi...@apache.org> on 2022/06/03 18:48:58 UTC, 1 replies.
- [GitHub] [arrow] iChauster commented on a diff in pull request #13314: ARROW-16716: [C++] Add Benchmarks for ProjectNode - posted by GitBox <gi...@apache.org> on 2022/06/03 18:53:32 UTC, 12 replies.
- [GitHub] [arrow] iChauster commented on pull request #13314: ARROW-16716: [C++] Add Benchmarks for ProjectNode - posted by GitBox <gi...@apache.org> on 2022/06/03 18:56:47 UTC, 8 replies.
- [GitHub] [arrow-datafusion] andygrove closed issue #2691: Unable to build a docker image - posted by GitBox <gi...@apache.org> on 2022/06/03 19:24:03 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove merged pull request #2692: Remove Ballista related lines from Dockerfile - posted by GitBox <gi...@apache.org> on 2022/06/03 19:24:04 UTC, 0 replies.
- [GitHub] [arrow-rs] SuperTails opened a new issue, #1783: `flight_data_to_arrow_batch` does not support `RecordBatch`es with no columns - posted by GitBox <gi...@apache.org> on 2022/06/03 19:24:07 UTC, 0 replies.
- [GitHub] [arrow] viirya commented on pull request #13219: ARROW-16636: [Rust] Activate several IPC integration tests for rust - posted by GitBox <gi...@apache.org> on 2022/06/03 20:29:27 UTC, 4 replies.
- [GitHub] [arrow-rs] tustvold commented on a diff in pull request #1781: Arbitrary size combine option bitmap - posted by GitBox <gi...@apache.org> on 2022/06/03 21:22:34 UTC, 0 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1782: Add `ParquetFileArrowReader::try_new` - posted by GitBox <gi...@apache.org> on 2022/06/03 21:29:32 UTC, 0 replies.
- [GitHub] [arrow] westonpace commented on a diff in pull request #13028: ARROW-16083: [C++] Implement AsofJoin execution node - posted by GitBox <gi...@apache.org> on 2022/06/03 21:31:35 UTC, 7 replies.
- [GitHub] [arrow] lidavidm opened a new pull request, #13315: ARROW-16729: [C++] Bump Abseil/gRPC dependency versions - posted by GitBox <gi...@apache.org> on 2022/06/03 21:50:01 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13315: ARROW-16729: [C++] Bump Abseil/gRPC dependency versions - posted by GitBox <gi...@apache.org> on 2022/06/03 21:50:23 UTC, 4 replies.
- [GitHub] [arrow-ballista] andygrove opened a new pull request, #56: MINOR: Use latest DataFusion deps - posted by GitBox <gi...@apache.org> on 2022/06/03 23:29:06 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold merged pull request #1782: Add `ParquetFileArrowReader::try_new` - posted by GitBox <gi...@apache.org> on 2022/06/03 23:32:55 UTC, 0 replies.
- [GitHub] [arrow-ballista] andygrove opened a new pull request, #57: Delegate to `datafusion-proto` for logical plan serde - posted by GitBox <gi...@apache.org> on 2022/06/03 23:58:43 UTC, 0 replies.
- [GitHub] [arrow-ballista] andygrove commented on pull request #47: Delegate to `datafusion-proto` for logical plan serde - posted by GitBox <gi...@apache.org> on 2022/06/03 23:59:14 UTC, 0 replies.
- [GitHub] [arrow-ballista] andygrove closed pull request #47: Delegate to `datafusion-proto` for logical plan serde - posted by GitBox <gi...@apache.org> on 2022/06/03 23:59:15 UTC, 0 replies.
- [GitHub] [arrow-ballista] andygrove commented on pull request #57: Delegate to `datafusion-proto` for logical plan serde - posted by GitBox <gi...@apache.org> on 2022/06/04 00:00:15 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove closed pull request #2670: MINOR: Improve `datafusion-proto` API - posted by GitBox <gi...@apache.org> on 2022/06/04 00:01:47 UTC, 0 replies.
- [GitHub] [arrow-ballista] andygrove merged pull request #56: MINOR: Use latest DataFusion deps - posted by GitBox <gi...@apache.org> on 2022/06/04 00:03:38 UTC, 0 replies.
- [GitHub] [arrow] HashidaTKS commented on pull request #13279: ARROW-16660: [C#] Add support for Time32Array and Time64Array - posted by GitBox <gi...@apache.org> on 2022/06/04 00:58:26 UTC, 0 replies.
- [GitHub] [arrow] kou commented on a diff in pull request #13282: ARROW-16609: [C++] xxhash not installed into dist/lib/include when building C++ - posted by GitBox <gi...@apache.org> on 2022/06/04 02:16:13 UTC, 1 replies.
- [GitHub] [arrow] kou merged pull request #13283: ARROW-16708: [Dev] Replace basic auth with token auth for JIRA - posted by GitBox <gi...@apache.org> on 2022/06/04 02:18:24 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya commented on a diff in pull request #1048: Optimized sorting for ordered dictionaries - posted by GitBox <gi...@apache.org> on 2022/06/04 06:02:01 UTC, 1 replies.
- [GitHub] [arrow-datafusion] Dandandan commented on a diff in pull request #2690: Show column names instead of indices in query plans - posted by GitBox <gi...@apache.org> on 2022/06/04 06:15:48 UTC, 1 replies.
- [GitHub] [arrow-rs] Ismail-Maj commented on a diff in pull request #1781: Arbitrary size combine option bitmap - posted by GitBox <gi...@apache.org> on 2022/06/04 08:44:36 UTC, 2 replies.
- [GitHub] [arrow-rs] HaoYang670 opened a new pull request, #1784: Add `Substring_by_char` - posted by GitBox <gi...@apache.org> on 2022/06/04 09:15:18 UTC, 0 replies.
- [GitHub] [arrow-rs] jhorstmann commented on a diff in pull request #1048: Optimized sorting for ordered dictionaries - posted by GitBox <gi...@apache.org> on 2022/06/04 09:22:28 UTC, 2 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1784: Add `Substring_by_char` - posted by GitBox <gi...@apache.org> on 2022/06/04 09:31:48 UTC, 0 replies.
- [GitHub] [arrow-rs] jhorstmann commented on pull request #1048: Optimized sorting for ordered dictionaries - posted by GitBox <gi...@apache.org> on 2022/06/04 09:41:48 UTC, 0 replies.
- [GitHub] [arrow] pitrou commented on a diff in pull request #13282: ARROW-16609: [C++] xxhash not installed into dist/lib/include when building C++ - posted by GitBox <gi...@apache.org> on 2022/06/04 09:45:11 UTC, 3 replies.
- [GitHub] [arrow-rs] tustvold closed issue #1779: DataType::Decimal Non-Compliant - posted by GitBox <gi...@apache.org> on 2022/06/04 11:42:27 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold opened a new issue, #1785: DataType::Decimal Negative Scale - posted by GitBox <gi...@apache.org> on 2022/06/04 12:02:03 UTC, 0 replies.
- [GitHub] [arrow-ballista] ziedbouf commented on issue #30: [Discuss] Ballista Future Direction - posted by GitBox <gi...@apache.org> on 2022/06/04 12:08:30 UTC, 0 replies.
- [GitHub] [arrow-ballista] alamb commented on issue #30: [Discuss] Ballista Future Direction - posted by GitBox <gi...@apache.org> on 2022/06/04 12:13:56 UTC, 1 replies.
- [GitHub] [arrow-rs] HaoYang670 opened a new issue, #1786: Rename `arrow/benches/string_kernels.rs` to `arrow/benches/substring_kernel.rs` - posted by GitBox <gi...@apache.org> on 2022/06/04 12:32:11 UTC, 0 replies.
- [GitHub] [arrow-rs] HaoYang670 commented on a diff in pull request #1781: Arbitrary size combine option bitmap - posted by GitBox <gi...@apache.org> on 2022/06/04 12:48:04 UTC, 2 replies.
- [GitHub] [arrow-datafusion] andygrove opened a new pull request, #2693: MINOR: Add datafusion-sql example - posted by GitBox <gi...@apache.org> on 2022/06/04 15:02:43 UTC, 0 replies.
- [GitHub] [arrow-ballista] andygrove merged pull request #57: Delegate to `datafusion-proto` for logical plan serde - posted by GitBox <gi...@apache.org> on 2022/06/04 15:18:14 UTC, 0 replies.
- [GitHub] [arrow-ballista] alamb commented on pull request #57: Delegate to `datafusion-proto` for logical plan serde - posted by GitBox <gi...@apache.org> on 2022/06/04 15:42:46 UTC, 0 replies.
- [GitHub] [arrow-datafusion] codecov-commenter commented on pull request #2693: MINOR: Add datafusion-sql example - posted by GitBox <gi...@apache.org> on 2022/06/04 15:47:19 UTC, 0 replies.
- [GitHub] [arrow-ballista] andygrove commented on issue #30: [Discuss] Ballista Future Direction - posted by GitBox <gi...@apache.org> on 2022/06/04 15:54:19 UTC, 0 replies.
- [GitHub] [arrow] eerhardt commented on pull request #13279: ARROW-16660: [C#] Add support for Time32Array and Time64Array - posted by GitBox <gi...@apache.org> on 2022/06/04 17:45:15 UTC, 0 replies.
- [GitHub] [arrow] eerhardt commented on a diff in pull request #13279: ARROW-16660: [C#] Add support for Time32Array and Time64Array - posted by GitBox <gi...@apache.org> on 2022/06/04 18:03:38 UTC, 0 replies.
- [GitHub] [arrow-datafusion] ming535 opened a new pull request, #2694: combine limit and offset - posted by GitBox <gi...@apache.org> on 2022/06/04 18:04:20 UTC, 0 replies.
- [GitHub] [arrow-datafusion] ming535 commented on pull request #2629: Physical Plan for OFFSET - posted by GitBox <gi...@apache.org> on 2022/06/04 18:08:14 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb closed issue #2535: Logical optimizer rule "simplify expressions" should not depend on the core datafusion crate - posted by GitBox <gi...@apache.org> on 2022/06/04 18:14:35 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb merged pull request #2682: Move physical expression planning to `datafusion-physical-expr` crate - posted by GitBox <gi...@apache.org> on 2022/06/04 18:14:36 UTC, 0 replies.
- [GitHub] [arrow-datafusion] codecov-commenter commented on pull request #2694: combine limit and offset - posted by GitBox <gi...@apache.org> on 2022/06/04 18:29:42 UTC, 0 replies.
- [GitHub] [arrow-datafusion] ryanrussell opened a new issue, #2695: Fix Typos in Docs - posted by GitBox <gi...@apache.org> on 2022/06/04 20:01:11 UTC, 0 replies.
- [GitHub] [arrow-datafusion] ryanrussell opened a new pull request, #2696: Improve Docs Readability - posted by GitBox <gi...@apache.org> on 2022/06/04 20:01:42 UTC, 0 replies.
- [GitHub] [arrow-rs] Ismail-Maj opened a new pull request, #1787: Arbitrary size concat elements utf8 - posted by GitBox <gi...@apache.org> on 2022/06/04 20:44:55 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove merged pull request #2693: MINOR: Add datafusion-sql example - posted by GitBox <gi...@apache.org> on 2022/06/04 20:57:25 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove commented on a diff in pull request #2690: Show column names instead of indices in query plans - posted by GitBox <gi...@apache.org> on 2022/06/04 20:59:01 UTC, 1 replies.
- [GitHub] [arrow-datafusion] andygrove closed issue #2689: Show column names instead of column indices in query plans - posted by GitBox <gi...@apache.org> on 2022/06/04 20:59:09 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove merged pull request #2690: Show column names instead of indices in query plans - posted by GitBox <gi...@apache.org> on 2022/06/04 20:59:09 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove opened a new issue, #2697: Improve readability of table scan projections in query plans - posted by GitBox <gi...@apache.org> on 2022/06/04 21:00:20 UTC, 0 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1787: Arbitrary size concat elements utf8 - posted by GitBox <gi...@apache.org> on 2022/06/04 21:02:05 UTC, 0 replies.
- [GitHub] [arrow-datafusion] codecov-commenter commented on pull request #2686: MINOR: Move `simplify_expression` rule to `datafusion-optimizer` crate - posted by GitBox <gi...@apache.org> on 2022/06/04 21:33:36 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove commented on a diff in pull request #2686: MINOR: Move `simplify_expression` rule to `datafusion-optimizer` crate - posted by GitBox <gi...@apache.org> on 2022/06/04 22:29:40 UTC, 0 replies.
- [GitHub] [arrow-datafusion] codecov-commenter commented on pull request #2696: MINOR: Improve Docs Readability - posted by GitBox <gi...@apache.org> on 2022/06/04 22:59:04 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya opened a new issue, #1788: Rust IPC Read should be able to read V4 UnionType Array - posted by GitBox <gi...@apache.org> on 2022/06/04 23:17:56 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya opened a new pull request, #1789: Read valididy buffer for V4 ipc message - posted by GitBox <gi...@apache.org> on 2022/06/04 23:18:29 UTC, 0 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1789: Read and skip validity buffer of UnionType Array for V4 ipc message - posted by GitBox <gi...@apache.org> on 2022/06/04 23:35:06 UTC, 0 replies.
- [GitHub] [arrow-rs] Ted-Jiang opened a new issue, #1790: Implement page filtering with Row Alignment - posted by GitBox <gi...@apache.org> on 2022/06/05 04:19:20 UTC, 0 replies.
- [GitHub] [arrow-rs] Ted-Jiang opened a new pull request, #1791: feat:Implement page filtering with Row Alignment - posted by GitBox <gi...@apache.org> on 2022/06/05 04:39:04 UTC, 0 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1791: feat:Implement page filtering with Row Alignment - posted by GitBox <gi...@apache.org> on 2022/06/05 05:15:56 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya commented on a diff in pull request #1791: feat:Implement page filtering with Row Alignment - posted by GitBox <gi...@apache.org> on 2022/06/05 05:26:19 UTC, 7 replies.
- [GitHub] [arrow-rs] Ted-Jiang commented on a diff in pull request #1791: feat:Implement page filtering with Row Alignment - posted by GitBox <gi...@apache.org> on 2022/06/05 06:07:43 UTC, 12 replies.
- [GitHub] [arrow-rs] Ted-Jiang commented on pull request #1791: feat:Implement page filtering with Row Alignment - posted by GitBox <gi...@apache.org> on 2022/06/05 06:13:02 UTC, 1 replies.
- [GitHub] [arrow-rs] tustvold commented on pull request #1791: feat:Implement page filtering with Row Alignment - posted by GitBox <gi...@apache.org> on 2022/06/05 06:37:54 UTC, 0 replies.
- [GitHub] [arrow-datafusion] yjshen closed issue #2695: Fix Typos in Docs - posted by GitBox <gi...@apache.org> on 2022/06/05 06:55:48 UTC, 0 replies.
- [GitHub] [arrow-datafusion] yjshen merged pull request #2696: MINOR: Improve Docs Readability - posted by GitBox <gi...@apache.org> on 2022/06/05 06:55:49 UTC, 0 replies.
- [GitHub] [arrow-datafusion] Ted-Jiang commented on a diff in pull request #2694: combine limit and offset - posted by GitBox <gi...@apache.org> on 2022/06/05 07:00:36 UTC, 0 replies.
- [GitHub] [arrow-rs] Ted-Jiang opened a new issue, #1792: Enable column_page_reader read specific row ranges record - posted by GitBox <gi...@apache.org> on 2022/06/05 07:35:01 UTC, 0 replies.
- [GitHub] [arrow-ballista] nl5887 opened a new pull request, #58: Add ballista python module - posted by GitBox <gi...@apache.org> on 2022/06/05 08:04:48 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya commented on pull request #1789: Read and skip validity buffer of UnionType Array for V4 ipc message - posted by GitBox <gi...@apache.org> on 2022/06/05 08:06:05 UTC, 0 replies.
- [GitHub] [arrow-rs] nevi-me closed issue #1788: Rust IPC Read should be able to read V4 UnionType Array - posted by GitBox <gi...@apache.org> on 2022/06/05 09:00:45 UTC, 0 replies.
- [GitHub] [arrow-rs] nevi-me merged pull request #1789: Read and skip validity buffer of UnionType Array for V4 ipc message - posted by GitBox <gi...@apache.org> on 2022/06/05 09:00:46 UTC, 0 replies.
- [GitHub] [arrow-datafusion] korowa opened a new issue, #2698: Sort preserving MergeJoin - posted by GitBox <gi...@apache.org> on 2022/06/05 09:04:18 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on a diff in pull request #1791: feat:Implement page filtering with Row Alignment - posted by GitBox <gi...@apache.org> on 2022/06/05 09:18:42 UTC, 5 replies.
- [GitHub] [arrow-datafusion] korowa opened a new pull request, #2699: Sort preserving `SortMergeJoin` - posted by GitBox <gi...@apache.org> on 2022/06/05 09:24:55 UTC, 0 replies.
- [GitHub] [arrow-datafusion] codecov-commenter commented on pull request #2699: Sort preserving `SortMergeJoin` - posted by GitBox <gi...@apache.org> on 2022/06/05 09:54:24 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove merged pull request #2686: MINOR: Move `simplify_expression` rule to `datafusion-optimizer` crate - posted by GitBox <gi...@apache.org> on 2022/06/05 12:02:39 UTC, 0 replies.
- [GitHub] [arrow-ballista] andygrove commented on pull request #58: Add ballista python module - posted by GitBox <gi...@apache.org> on 2022/06/05 13:00:29 UTC, 4 replies.
- [GitHub] [arrow] cyb70289 commented on a diff in pull request #13244: ARROW-12626: [C++] Support toolchain xsimd, update toolchain version to version 8.1.0 - posted by GitBox <gi...@apache.org> on 2022/06/05 13:28:06 UTC, 1 replies.
- [GitHub] [arrow-rs] datapythonista commented on issue #1613: Improve arrow-rs examples - posted by GitBox <gi...@apache.org> on 2022/06/05 13:58:20 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove opened a new pull request, #2700: MINOR: Move some tests from core to expr - posted by GitBox <gi...@apache.org> on 2022/06/05 14:15:56 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove opened a new pull request, #2701: MINOR: Move DefaultTableSource to datasource module - posted by GitBox <gi...@apache.org> on 2022/06/05 14:36:49 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove commented on issue #2683: Remove some of the re-exports within the core crate - posted by GitBox <gi...@apache.org> on 2022/06/05 14:37:53 UTC, 0 replies.
- [GitHub] [arrow-datafusion] codecov-commenter commented on pull request #2700: MINOR: Move some tests from core to expr - posted by GitBox <gi...@apache.org> on 2022/06/05 14:41:54 UTC, 0 replies.
- [GitHub] [arrow-datafusion] codecov-commenter commented on pull request #2701: Move DefaultTableSource to datasource module - posted by GitBox <gi...@apache.org> on 2022/06/05 15:06:50 UTC, 0 replies.
- [GitHub] [arrow-ballista] thinkharderdev opened a new pull request, #59: [Draft] Support for multi-scheduler deployments - posted by GitBox <gi...@apache.org> on 2022/06/05 17:16:41 UTC, 0 replies.
- [GitHub] [arrow-ballista] thinkharderdev commented on pull request #59: [Draft] Support for multi-scheduler deployments - posted by GitBox <gi...@apache.org> on 2022/06/05 17:18:01 UTC, 2 replies.
- [GitHub] [arrow-rs] viirya opened a new issue, #1793: IPC writer should write validity buffer for UnionArray in V4 IPC message - posted by GitBox <gi...@apache.org> on 2022/06/05 17:24:43 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya opened a new pull request, #1794: Write validity buffer for UnionArray in V4 IPC message - posted by GitBox <gi...@apache.org> on 2022/06/05 17:25:37 UTC, 0 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1794: Write validity buffer for UnionArray in V4 IPC message - posted by GitBox <gi...@apache.org> on 2022/06/05 17:43:33 UTC, 0 replies.
- [GitHub] [arrow-rs] datapythonista opened a new pull request, #1795: Fix typos in the Memory and Buffers section of the docs home - posted by GitBox <gi...@apache.org> on 2022/06/05 17:50:36 UTC, 0 replies.
- [GitHub] [arrow-ballista] andygrove commented on a diff in pull request #59: [Draft] Support for multi-scheduler deployments - posted by GitBox <gi...@apache.org> on 2022/06/05 17:53:46 UTC, 1 replies.
- [GitHub] [arrow-ballista] thinkharderdev commented on a diff in pull request #59: [Draft] Support for multi-scheduler deployments - posted by GitBox <gi...@apache.org> on 2022/06/05 18:28:00 UTC, 1 replies.
- [GitHub] [arrow-rs] tustvold commented on issue #1783: `flight_data_to_arrow_batch` does not support `RecordBatch`es with no columns - posted by GitBox <gi...@apache.org> on 2022/06/05 19:55:31 UTC, 0 replies.
- [GitHub] [arrow-ballista] andygrove commented on pull request #59: [Draft] Support for multi-scheduler deployments - posted by GitBox <gi...@apache.org> on 2022/06/05 20:02:33 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya opened a new pull request, #1796: Use IPC row count info in IPC reader - posted by GitBox <gi...@apache.org> on 2022/06/05 20:29:14 UTC, 0 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1796: Use IPC row count info in IPC reader - posted by GitBox <gi...@apache.org> on 2022/06/05 20:48:27 UTC, 0 replies.
- [GitHub] [arrow] nealrichardson merged pull request #13312: MINOR: [R] Drop opensuse42 build and update opensuse15 - posted by GitBox <gi...@apache.org> on 2022/06/05 20:52:57 UTC, 0 replies.
- [GitHub] [arrow] djnavarro commented on pull request #12154: ARROW-14821: [R] Implement bindings for lubridate's floor_date, ceiling_date, and round_date - posted by GitBox <gi...@apache.org> on 2022/06/05 23:59:08 UTC, 4 replies.
- [GitHub] [arrow] kou commented on a diff in pull request #13244: ARROW-12626: [C++] Support toolchain xsimd, update toolchain version to version 8.1.0 - posted by GitBox <gi...@apache.org> on 2022/06/06 02:22:58 UTC, 0 replies.
- [GitHub] [arrow] zhangyingmath opened a new issue, #13316: ValueError: assignment destination is read-only after converting pyarrow table to pandas with split_blocks=True - posted by GitBox <gi...@apache.org> on 2022/06/06 02:27:17 UTC, 0 replies.
- [GitHub] [arrow-datafusion] AssHero opened a new pull request, #2702: Make sure that the data types are supported in hashjoin before genera… - posted by GitBox <gi...@apache.org> on 2022/06/06 02:59:28 UTC, 0 replies.
- [GitHub] [arrow] kou merged pull request #13307: ARROW-16745: [Packaging][RPM] Add support for AlmaLinux 9 - posted by GitBox <gi...@apache.org> on 2022/06/06 03:01:08 UTC, 0 replies.
- [GitHub] [arrow-datafusion] AssHero commented on issue #2145: Join on path partitioned columns fails with error - posted by GitBox <gi...@apache.org> on 2022/06/06 03:02:45 UTC, 0 replies.
- [GitHub] [arrow-rs] kazuk opened a new issue, #1797: Command line tool for convert CSV to Parquet - posted by GitBox <gi...@apache.org> on 2022/06/06 04:04:06 UTC, 0 replies.
- [GitHub] [arrow-rs] kazuk opened a new pull request, #1798: add parquet-fromcsv (#1) - posted by GitBox <gi...@apache.org> on 2022/06/06 04:06:35 UTC, 0 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1798: add parquet-fromcsv (#1) - posted by GitBox <gi...@apache.org> on 2022/06/06 04:25:18 UTC, 0 replies.
- [GitHub] [arrow-datafusion] codecov-commenter commented on pull request #2702: Make sure that the data types are supported in hashjoin before genera… - posted by GitBox <gi...@apache.org> on 2022/06/06 05:40:15 UTC, 0 replies.
- [GitHub] [arrow-datafusion] yjshen merged pull request #2700: Move some tests from core to expr - posted by GitBox <gi...@apache.org> on 2022/06/06 07:04:19 UTC, 0 replies.
- [GitHub] [arrow-ballista] Ted-Jiang commented on pull request #59: [Draft] Support for multi-scheduler deployments - posted by GitBox <gi...@apache.org> on 2022/06/06 07:24:35 UTC, 0 replies.
- [GitHub] [arrow-ballista] Ted-Jiang commented on a diff in pull request #59: [Draft] Support for multi-scheduler deployments - posted by GitBox <gi...@apache.org> on 2022/06/06 07:31:09 UTC, 0 replies.
- [GitHub] [arrow] kszucs commented on pull request #13244: ARROW-12626: [C++] Support toolchain xsimd, update toolchain version to version 8.1.0 - posted by GitBox <gi...@apache.org> on 2022/06/06 07:32:00 UTC, 1 replies.
- [GitHub] [arrow] jorisvandenbossche commented on issue #13316: ValueError: assignment destination is read-only after converting pyarrow table to pandas with split_blocks=True - posted by GitBox <gi...@apache.org> on 2022/06/06 07:32:56 UTC, 0 replies.
- [GitHub] [arrow-ballista] nl5887 commented on issue #15: Implement Python bindings for BallistaContext - posted by GitBox <gi...@apache.org> on 2022/06/06 07:52:47 UTC, 0 replies.
- [GitHub] [arrow-ballista] nl5887 commented on issue #42: Add support for Jupyter notebooks in Ballista - posted by GitBox <gi...@apache.org> on 2022/06/06 07:53:20 UTC, 0 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1795: Fix typos in the Memory and Buffers section of the docs home - posted by GitBox <gi...@apache.org> on 2022/06/06 08:02:45 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on a diff in pull request #1796: Use IPC row count info in IPC reader - posted by GitBox <gi...@apache.org> on 2022/06/06 09:05:49 UTC, 1 replies.
- [GitHub] [arrow] jorisvandenbossche commented on pull request #13309: ARROW-16726: [Python] Fix Setuptools warnings about installing packages as data - posted by GitBox <gi...@apache.org> on 2022/06/06 09:10:29 UTC, 1 replies.
- [GitHub] [arrow-rs] tustvold commented on a diff in pull request #1794: Write validity buffer for UnionArray in V4 IPC message - posted by GitBox <gi...@apache.org> on 2022/06/06 09:11:59 UTC, 0 replies.
- [GitHub] [arrow] dragosmg commented on a diff in pull request #13190: ARROW-16415: [R] Update `strptime` binding signature with the `tz` argument - posted by GitBox <gi...@apache.org> on 2022/06/06 09:38:50 UTC, 3 replies.
- [GitHub] [arrow-rs] pacman82 commented on pull request #1774: Access metadata of flushed row groups on write (#1691) - posted by GitBox <gi...@apache.org> on 2022/06/06 09:54:11 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on a diff in pull request #1784: Add `Substring_by_char` - posted by GitBox <gi...@apache.org> on 2022/06/06 10:37:48 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on pull request #1774: Access metadata of flushed row groups on write (#1691) - posted by GitBox <gi...@apache.org> on 2022/06/06 10:42:23 UTC, 0 replies.
- [GitHub] [arrow-datafusion] codecov-commenter commented on pull request #2680: chore: default precision and scale for cast decimal - posted by GitBox <gi...@apache.org> on 2022/06/06 10:55:02 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb commented on pull request #2648: Support logical plan compilation - posted by GitBox <gi...@apache.org> on 2022/06/06 11:00:29 UTC, 2 replies.
- [GitHub] [arrow-datafusion] alamb commented on a diff in pull request #2648: Support logical plan compilation - posted by GitBox <gi...@apache.org> on 2022/06/06 11:05:41 UTC, 0 replies.
- [GitHub] [arrow] eitsupi commented on issue #13211: [R] Can't binary install arrow 8.0.0 from RStudio Public Package Maneger - posted by GitBox <gi...@apache.org> on 2022/06/06 11:05:57 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13317: ARROW-16610: [Python] Raise an error for conflicting options in pq.write_to_dataset - posted by GitBox <gi...@apache.org> on 2022/06/06 11:16:15 UTC, 0 replies.
- [GitHub] [arrow] rtpsw opened a new pull request, #13318: ARROW-16681: [Python] Fix doc for PyArrow unit tests dependant on module path - posted by GitBox <gi...@apache.org> on 2022/06/06 11:50:37 UTC, 1 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13318: ARROW-16681: [Python] Fix doc for PyArrow unit tests dependant on module path - posted by GitBox <gi...@apache.org> on 2022/06/06 11:50:55 UTC, 0 replies.
- [GitHub] [arrow] nealrichardson commented on pull request #13292: ARROW-16721: [C++] Drop support for bundled Thrift < 0.13 - posted by GitBox <gi...@apache.org> on 2022/06/06 11:54:02 UTC, 1 replies.
- [GitHub] [arrow-rs] tustvold opened a new issue, #1799: ArrayData Layout Enumeration - posted by GitBox <gi...@apache.org> on 2022/06/06 11:55:20 UTC, 0 replies.
- [GitHub] [arrow-rs] HaoYang670 commented on issue #1799: ArrayData Layout Enumeration - posted by GitBox <gi...@apache.org> on 2022/06/06 12:06:47 UTC, 3 replies.
- [GitHub] [arrow-rs] alamb commented on issue #1799: ArrayData Layout Enumeration - posted by GitBox <gi...@apache.org> on 2022/06/06 12:08:32 UTC, 0 replies.
- [GitHub] [arrow] pitrou commented on pull request #13206: ARROW-15906: [C++][Python][R] By default, don't create or delete S3 buckets - posted by GitBox <gi...@apache.org> on 2022/06/06 12:25:19 UTC, 0 replies.
- [GitHub] [arrow] nealrichardson commented on issue #13211: [R] Can't binary install arrow 8.0.0 from RStudio Public Package Maneger - posted by GitBox <gi...@apache.org> on 2022/06/06 12:27:55 UTC, 0 replies.
- [GitHub] [arrow-rs] HaoYang670 opened a new issue, #1800: Speed up `substring_by_char` - posted by GitBox <gi...@apache.org> on 2022/06/06 12:30:00 UTC, 0 replies.
- [GitHub] [arrow-rs] HaoYang670 commented on a diff in pull request #1784: Add `Substring_by_char` - posted by GitBox <gi...@apache.org> on 2022/06/06 12:31:25 UTC, 1 replies.
- [GitHub] [arrow-rs] HaoYang670 opened a new issue, #1801: Clean up the testing code in `substring` kernel - posted by GitBox <gi...@apache.org> on 2022/06/06 12:33:15 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb opened a new issue, #2703: [EPIC] Full JIT support for `DataFusion` - posted by GitBox <gi...@apache.org> on 2022/06/06 12:38:18 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb commented on issue #2122: JIT-Compile DataFusion Expressions to create `RecordBatches` - posted by GitBox <gi...@apache.org> on 2022/06/06 12:41:42 UTC, 1 replies.
- [GitHub] [arrow-datafusion] alamb closed issue #2703: [EPIC] JIT support for `DataFusion` - posted by GitBox <gi...@apache.org> on 2022/06/06 12:44:07 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb commented on issue #2703: [EPIC] JIT support for `DataFusion` - posted by GitBox <gi...@apache.org> on 2022/06/06 12:44:07 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on issue #1799: ArrayData Layout Enumeration - posted by GitBox <gi...@apache.org> on 2022/06/06 12:45:23 UTC, 2 replies.
- [GitHub] [arrow-rs] tustvold closed issue #1780: `combine_option_bitmap` should accept arbitrary number of input arrays. - posted by GitBox <gi...@apache.org> on 2022/06/06 12:52:04 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold merged pull request #1781: Arbitrary size combine option bitmap - posted by GitBox <gi...@apache.org> on 2022/06/06 12:52:04 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold merged pull request #1774: Access metadata of flushed row groups on write (#1691) - posted by GitBox <gi...@apache.org> on 2022/06/06 12:57:57 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold closed issue #1691: Make current position available in `FileWriter`. - posted by GitBox <gi...@apache.org> on 2022/06/06 12:57:57 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold opened a new issue, #1802: Sliceable BitMap - posted by GitBox <gi...@apache.org> on 2022/06/06 13:13:29 UTC, 0 replies.
- [GitHub] [arrow] rtpsw closed pull request #13318: ARROW-16681: [Python] Fix doc for PyArrow unit tests dependant on module path - posted by GitBox <gi...@apache.org> on 2022/06/06 13:15:30 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold closed issue #1768: Support Substring by char - posted by GitBox <gi...@apache.org> on 2022/06/06 13:28:16 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold merged pull request #1784: Add `Substring_by_char` - posted by GitBox <gi...@apache.org> on 2022/06/06 13:28:17 UTC, 0 replies.
- [GitHub] [arrow] lidavidm commented on pull request #13318: ARROW-16681: [Python] Fix doc for PyArrow unit tests dependant on module path - posted by GitBox <gi...@apache.org> on 2022/06/06 13:32:16 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on issue #1792: Enable column_page_reader read specific row ranges record - posted by GitBox <gi...@apache.org> on 2022/06/06 13:32:30 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold merged pull request #1795: Fix typos in the Memory and Buffers section of the docs home - posted by GitBox <gi...@apache.org> on 2022/06/06 13:33:33 UTC, 0 replies.
- [GitHub] [arrow] rtpsw commented on pull request #13318: ARROW-16681: [Python] Fix doc for PyArrow unit tests dependant on module path - posted by GitBox <gi...@apache.org> on 2022/06/06 13:37:52 UTC, 0 replies.
- [GitHub] [arrow] AlenkaF commented on a diff in pull request #13282: ARROW-16609: [C++] xxhash not installed into dist/lib/include when building C++ - posted by GitBox <gi...@apache.org> on 2022/06/06 13:49:48 UTC, 1 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13319: ARROW-16470: [Docs][Python] Document filtering by expression Tables and Datasets - posted by GitBox <gi...@apache.org> on 2022/06/06 13:50:22 UTC, 0 replies.
- [GitHub] [arrow] jorisvandenbossche commented on a diff in pull request #13282: ARROW-16609: [C++] xxhash not installed into dist/lib/include when building C++ - posted by GitBox <gi...@apache.org> on 2022/06/06 13:55:04 UTC, 0 replies.
- [GitHub] [arrow-rs] Ted-Jiang commented on issue #1792: Enable column_page_reader read specific row ranges record - posted by GitBox <gi...@apache.org> on 2022/06/06 13:59:51 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb opened a new pull request, #2704: [MINOR]: Add documentation to `datafusion-row` modules - posted by GitBox <gi...@apache.org> on 2022/06/06 14:06:27 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb commented on pull request #1774: Access metadata of flushed row groups on write (#1691) - posted by GitBox <gi...@apache.org> on 2022/06/06 14:23:49 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold closed issue #1790: Add function for row alignment with page mask - posted by GitBox <gi...@apache.org> on 2022/06/06 14:33:28 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold merged pull request #1791: feat:Add function for row alignment with page mask - posted by GitBox <gi...@apache.org> on 2022/06/06 14:33:29 UTC, 0 replies.
- [GitHub] [arrow] dragosmg commented on pull request #13206: ARROW-15906: [C++][Python][R] By default, don't create or delete S3 buckets - posted by GitBox <gi...@apache.org> on 2022/06/06 14:39:11 UTC, 0 replies.
- [GitHub] [arrow-datafusion] codecov-commenter commented on pull request #2704: [MINOR]: Add documentation to `datafusion-row` modules - posted by GitBox <gi...@apache.org> on 2022/06/06 14:50:29 UTC, 0 replies.
- [GitHub] [arrow] ashsharma96 opened a new issue, #13320: Memory Consumption while calling a feather file in python dataframe(Urgent) - posted by GitBox <gi...@apache.org> on 2022/06/06 15:08:28 UTC, 0 replies.
- [GitHub] [arrow] lidavidm merged pull request #13318: ARROW-16681: [Python] Fix doc for PyArrow unit tests dependant on module path - posted by GitBox <gi...@apache.org> on 2022/06/06 15:14:00 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13321: ARROW-16754: [Java] StructVector's child vectors get unexpectedly reordered after adding duplicated fields - posted by GitBox <gi...@apache.org> on 2022/06/06 15:30:49 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold opened a new pull request, #1803: Add AsyncChunkReader trait - posted by GitBox <gi...@apache.org> on 2022/06/06 15:38:11 UTC, 0 replies.
- [GitHub] [arrow] iChauster commented on pull request #13302: ARROW-16741: [C++] Add Benchmarks for Binary Temporal Operations - posted by GitBox <gi...@apache.org> on 2022/06/06 15:40:29 UTC, 2 replies.
- [GitHub] [arrow] westonpace commented on a diff in pull request #13314: ARROW-16716: [C++] Add Benchmarks for ProjectNode - posted by GitBox <gi...@apache.org> on 2022/06/06 15:48:52 UTC, 6 replies.
- [GitHub] [arrow] wjones127 commented on issue #13320: Memory Consumption while calling a feather file in python dataframe(Urgent) - posted by GitBox <gi...@apache.org> on 2022/06/06 15:49:34 UTC, 1 replies.
- [GitHub] [arrow] thisisnic commented on a diff in pull request #13206: ARROW-15906: [C++][Python][R] By default, don't create or delete S3 buckets - posted by GitBox <gi...@apache.org> on 2022/06/06 15:59:43 UTC, 0 replies.
- [GitHub] [arrow] westonpace commented on pull request #13069: ARROW-15901: [C++] Support flat custom output field names in Substrait - posted by GitBox <gi...@apache.org> on 2022/06/06 15:59:47 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya commented on a diff in pull request #1794: Write validity buffer for UnionArray in V4 IPC message - posted by GitBox <gi...@apache.org> on 2022/06/06 16:02:19 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold closed issue #1793: IPC writer should write validity buffer for UnionArray in V4 IPC message - posted by GitBox <gi...@apache.org> on 2022/06/06 16:03:15 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold merged pull request #1794: Write validity buffer for UnionArray in V4 IPC message - posted by GitBox <gi...@apache.org> on 2022/06/06 16:03:16 UTC, 0 replies.
- [GitHub] [arrow] westonpace merged pull request #13069: ARROW-15901: [C++] Support flat custom output field names in Substrait - posted by GitBox <gi...@apache.org> on 2022/06/06 16:09:30 UTC, 0 replies.
- [GitHub] [arrow] ashsharma96 commented on issue #13320: Memory Consumption while calling a feather file in python dataframe(Urgent) - posted by GitBox <gi...@apache.org> on 2022/06/06 16:09:50 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove commented on a diff in pull request #2702: Make sure that the data types are supported in hashjoin before genera… - posted by GitBox <gi...@apache.org> on 2022/06/06 16:29:41 UTC, 3 replies.
- [GitHub] [arrow] zeroshade commented on pull request #13310: ARROW-16749: [Go] Fix pqarrow writer for null array - posted by GitBox <gi...@apache.org> on 2022/06/06 16:41:23 UTC, 2 replies.
- [GitHub] [arrow-rs] tustvold opened a new pull request, #1804: Add public API for decoding parquet footer - posted by GitBox <gi...@apache.org> on 2022/06/06 16:48:40 UTC, 0 replies.
- [GitHub] [arrow] zeroshade commented on pull request #13277: ARROW-16638: [Go][Parquet] Fix skipping large number of rows in boolean columns - posted by GitBox <gi...@apache.org> on 2022/06/06 16:51:48 UTC, 2 replies.
- [GitHub] [arrow-rs] viirya closed issue #1783: `flight_data_to_arrow_batch` does not support `RecordBatch`es with no columns - posted by GitBox <gi...@apache.org> on 2022/06/06 16:59:56 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya merged pull request #1796: Use IPC row count info in IPC reader - posted by GitBox <gi...@apache.org> on 2022/06/06 16:59:56 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on issue #1777: support write page index - posted by GitBox <gi...@apache.org> on 2022/06/06 17:16:48 UTC, 0 replies.
- [GitHub] [arrow] lidavidm commented on a diff in pull request #13314: ARROW-16716: [C++] Add Benchmarks for ProjectNode - posted by GitBox <gi...@apache.org> on 2022/06/06 17:27:41 UTC, 0 replies.
- [GitHub] [arrow-datafusion] codecov-commenter commented on pull request #2677: Switch to object_store crate (#2489) - posted by GitBox <gi...@apache.org> on 2022/06/06 17:30:47 UTC, 0 replies.
- [GitHub] [arrow] bkietz commented on a diff in pull request #13304: ARROW-16743: [C++] Add short-circuit version of logical Status AND - posted by GitBox <gi...@apache.org> on 2022/06/06 17:49:23 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb merged pull request #2701: Move remaining code out of legacy `core/logical_plan` module - posted by GitBox <gi...@apache.org> on 2022/06/06 18:06:29 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb merged pull request #2704: [MINOR]: Add documentation to `datafusion-row` modules - posted by GitBox <gi...@apache.org> on 2022/06/06 18:07:01 UTC, 0 replies.
- [GitHub] [arrow-ballista] thinkharderdev commented on pull request #58: Add ballista python module - posted by GitBox <gi...@apache.org> on 2022/06/06 18:10:06 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb commented on a diff in pull request #1803: Add AsyncChunkReader trait - posted by GitBox <gi...@apache.org> on 2022/06/06 18:15:56 UTC, 2 replies.
- [GitHub] [arrow] lidavidm commented on pull request #13315: ARROW-16729: [C++] Bump Abseil/gRPC dependency versions - posted by GitBox <gi...@apache.org> on 2022/06/06 18:16:54 UTC, 5 replies.
- [GitHub] [arrow-rs] tustvold commented on a diff in pull request #1803: Add AsyncChunkReader trait - posted by GitBox <gi...@apache.org> on 2022/06/06 18:20:26 UTC, 3 replies.
- [GitHub] [arrow] dominicbarnes opened a new pull request, #13322: go: update testify to get security patch for gopkg.in/yaml.v3 - posted by GitBox <gi...@apache.org> on 2022/06/06 18:54:03 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13322: go: update testify to get security patch for gopkg.in/yaml.v3 - posted by GitBox <gi...@apache.org> on 2022/06/06 18:54:24 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb commented on a diff in pull request #1789: Read and skip validity buffer of UnionType Array for V4 ipc message - posted by GitBox <gi...@apache.org> on 2022/06/06 19:04:59 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya commented on a diff in pull request #1803: Add AsyncChunkReader trait - posted by GitBox <gi...@apache.org> on 2022/06/06 19:04:59 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb commented on pull request #2688: fix: union schema fix - posted by GitBox <gi...@apache.org> on 2022/06/06 19:08:28 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb commented on pull request #2680: chore: default precision and scale for cast decimal - posted by GitBox <gi...@apache.org> on 2022/06/06 19:13:40 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb commented on pull request #2694: combine limit and offset - posted by GitBox <gi...@apache.org> on 2022/06/06 19:14:37 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb commented on a diff in pull request #2694: combine limit and offset - posted by GitBox <gi...@apache.org> on 2022/06/06 20:04:10 UTC, 2 replies.
- [GitHub] [arrow] nealrichardson merged pull request #13323: MINOR: [R] Fix duckdb test for dbplyr 2.2.0 internals change - posted by GitBox <gi...@apache.org> on 2022/06/06 20:40:58 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb opened a new pull request, #2705: Demonstration of updating sqlparser-rs to pre-release 0.18.0 - posted by GitBox <gi...@apache.org> on 2022/06/06 20:52:38 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13322: ARROW-16759: update testify to get security patch for gopkg.in/yaml.v3 - posted by GitBox <gi...@apache.org> on 2022/06/06 21:29:18 UTC, 1 replies.
- [GitHub] [arrow-datafusion] codecov-commenter commented on pull request #2705: Update sqlparser-rs to 0.18.0 - posted by GitBox <gi...@apache.org> on 2022/06/06 21:32:39 UTC, 0 replies.
- [GitHub] [arrow] wjones127 commented on pull request #13324: docs: mention PYARROW_PARALLEL in Python dev docs - posted by GitBox <gi...@apache.org> on 2022/06/06 22:40:40 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13324: ARROW-16760: [Docs] mention PYARROW_PARALLEL in Python dev docs - posted by GitBox <gi...@apache.org> on 2022/06/06 22:44:54 UTC, 1 replies.
- [GitHub] [arrow] wjones127 commented on a diff in pull request #13319: ARROW-16470: [Docs][Python] Document filtering by expression Tables and Datasets - posted by GitBox <gi...@apache.org> on 2022/06/06 22:54:24 UTC, 0 replies.
- [GitHub] [arrow] cyb70289 commented on pull request #13244: ARROW-12626: [C++] Support toolchain xsimd, update toolchain version to version 8.1.0 - posted by GitBox <gi...@apache.org> on 2022/06/07 01:18:50 UTC, 0 replies.
- [GitHub] [arrow-rs] HaoYang670 commented on issue #1802: Sliceable BitMap - posted by GitBox <gi...@apache.org> on 2022/06/07 01:51:42 UTC, 0 replies.
- [GitHub] [arrow-datafusion] AssHero commented on a diff in pull request #2702: Make sure that the data types are supported in hashjoin before genera… - posted by GitBox <gi...@apache.org> on 2022/06/07 01:55:00 UTC, 9 replies.
- [GitHub] [arrow-datafusion] liukun4515 commented on a diff in pull request #2702: Make sure that the data types are supported in hashjoin before genera… - posted by GitBox <gi...@apache.org> on 2022/06/07 02:26:53 UTC, 0 replies.
- [GitHub] [arrow-datafusion] yjshen merged pull request #2705: Update sqlparser-rs to 0.18.0 - posted by GitBox <gi...@apache.org> on 2022/06/07 02:33:42 UTC, 0 replies.
- [GitHub] [arrow-datafusion] liukun4515 commented on a diff in pull request #2680: chore: default precision and scale for cast decimal - posted by GitBox <gi...@apache.org> on 2022/06/07 02:34:53 UTC, 1 replies.
- [GitHub] [arrow] zhangyingmath closed issue #13316: ValueError: assignment destination is read-only after converting pyarrow table to pandas with split_blocks=True - posted by GitBox <gi...@apache.org> on 2022/06/07 02:51:51 UTC, 0 replies.
- [GitHub] [arrow] zhangyingmath commented on issue #13316: ValueError: assignment destination is read-only after converting pyarrow table to pandas with split_blocks=True - posted by GitBox <gi...@apache.org> on 2022/06/07 02:51:51 UTC, 0 replies.
- [GitHub] [arrow-ballista] Jimexist commented on a diff in pull request #58: Add ballista python module - posted by GitBox <gi...@apache.org> on 2022/06/07 02:57:56 UTC, 0 replies.
- [GitHub] [arrow] alexandreyc commented on pull request #13310: ARROW-16749: [Go] Fix pqarrow writer for null array - posted by GitBox <gi...@apache.org> on 2022/06/07 03:14:40 UTC, 1 replies.
- [GitHub] [arrow-datafusion] artorias1024 opened a new issue, #2706: Questions about benchmarking performance - posted by GitBox <gi...@apache.org> on 2022/06/07 03:45:32 UTC, 0 replies.
- [GitHub] [arrow-ballista] dependabot[bot] opened a new pull request, #60: Update sqlparser requirement from 0.17 to 0.18 - posted by GitBox <gi...@apache.org> on 2022/06/07 04:42:22 UTC, 0 replies.
- [GitHub] [arrow-ballista] dependabot[bot] commented on pull request #60: Update sqlparser requirement from 0.17 to 0.18 - posted by GitBox <gi...@apache.org> on 2022/06/07 04:42:23 UTC, 1 replies.
- [GitHub] [arrow-rs] HaoYang670 opened a new pull request, #1805: Rename `arrow/benches/string_kernels.rs` to `arrow/benches/substring_kernels.rs` - posted by GitBox <gi...@apache.org> on 2022/06/07 06:22:22 UTC, 0 replies.
- [GitHub] [arrow-ballista] yahoNanJing commented on pull request #59: Support for multi-scheduler deployments - posted by GitBox <gi...@apache.org> on 2022/06/07 06:24:57 UTC, 5 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1805: Rename `arrow/benches/string_kernels.rs` to `arrow/benches/substring_kernels.rs` - posted by GitBox <gi...@apache.org> on 2022/06/07 06:42:00 UTC, 0 replies.
- [GitHub] [arrow] emkornfield commented on pull request #12763: ARROW-14892: [Python][C++] GCS Bindings - posted by GitBox <gi...@apache.org> on 2022/06/07 06:54:11 UTC, 12 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #12763: ARROW-14892: [Python][C++] GCS Bindings - posted by GitBox <gi...@apache.org> on 2022/06/07 06:55:42 UTC, 14 replies.
- [GitHub] [arrow] AlenkaF opened a new pull request, #13325: ARROW-16709: [Docs][Python] Add how to run doctests to the developer guide - posted by GitBox <gi...@apache.org> on 2022/06/07 07:01:16 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13325: ARROW-16709: [Docs][Python] Add how to run doctests to the developer guide - posted by GitBox <gi...@apache.org> on 2022/06/07 07:01:41 UTC, 0 replies.
- [GitHub] [arrow] kou commented on a diff in pull request #13292: ARROW-16721: [C++] Drop support for bundled Thrift < 0.13 - posted by GitBox <gi...@apache.org> on 2022/06/07 07:19:52 UTC, 0 replies.
- [GitHub] [arrow] pitrou merged pull request #13292: ARROW-16721: [C++] Drop support for bundled Thrift < 0.13 - posted by GitBox <gi...@apache.org> on 2022/06/07 07:25:23 UTC, 0 replies.
- [GitHub] [arrow] pitrou commented on a diff in pull request #13324: ARROW-16760: [Docs] mention PYARROW_PARALLEL in Python dev docs - posted by GitBox <gi...@apache.org> on 2022/06/07 07:32:59 UTC, 1 replies.
- [GitHub] [arrow] pitrou commented on pull request #13275: ARROW-16546: [Parquet][C++][Python] Make Thrift limits configurable - posted by GitBox <gi...@apache.org> on 2022/06/07 07:33:26 UTC, 2 replies.
- [GitHub] [arrow] emkornfield commented on a diff in pull request #13275: ARROW-16546: [Parquet][C++][Python] Make Thrift limits configurable - posted by GitBox <gi...@apache.org> on 2022/06/07 07:52:12 UTC, 4 replies.
- [GitHub] [arrow-rs] alexlee85 commented on issue #131: Implement support for Decimal with 256 bits of precision. - posted by GitBox <gi...@apache.org> on 2022/06/07 07:58:18 UTC, 0 replies.
- [GitHub] [arrow] pitrou commented on pull request #12763: ARROW-14892: [Python][C++] GCS Bindings - posted by GitBox <gi...@apache.org> on 2022/06/07 07:58:38 UTC, 13 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13275: ARROW-16546: [Parquet][C++][Python] Make Thrift limits configurable - posted by GitBox <gi...@apache.org> on 2022/06/07 08:05:13 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold closed issue #1786: Rename `arrow/benches/string_kernels.rs` to `arrow/benches/substring_kernels.rs` - posted by GitBox <gi...@apache.org> on 2022/06/07 08:07:04 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold merged pull request #1805: Rename `arrow/benches/string_kernels.rs` to `arrow/benches/substring_kernels.rs` - posted by GitBox <gi...@apache.org> on 2022/06/07 08:07:04 UTC, 0 replies.
- [GitHub] [arrow-rs] jhorstmann commented on issue #1799: ArrayData Layout Enumeration - posted by GitBox <gi...@apache.org> on 2022/06/07 08:21:39 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on a diff in pull request #1803: Add AsyncFileReader trait - posted by GitBox <gi...@apache.org> on 2022/06/07 09:05:09 UTC, 0 replies.
- [GitHub] [arrow] assignUser commented on pull request #13244: ARROW-12626: [C++] Support toolchain xsimd, update toolchain version to version 8.1.0 - posted by GitBox <gi...@apache.org> on 2022/06/07 09:13:55 UTC, 6 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1803: Add AsyncFileReader trait - posted by GitBox <gi...@apache.org> on 2022/06/07 09:28:52 UTC, 0 replies.
- [GitHub] [arrow] kszucs commented on a diff in pull request #13284: ARROW-16663: [Release][Dev] Add flag to archery release curate to only show minimal information - posted by GitBox <gi...@apache.org> on 2022/06/07 09:52:49 UTC, 1 replies.
- [GitHub] [arrow] kszucs merged pull request #13284: ARROW-16663: [Release][Dev] Add flag to archery release curate to only show minimal information - posted by GitBox <gi...@apache.org> on 2022/06/07 10:08:19 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold opened a new issue, #1806: Parquet SnappyCodec Tramples Existing Data in Decompressed Buffer - posted by GitBox <gi...@apache.org> on 2022/06/07 10:18:55 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold merged pull request #1803: Add AsyncFileReader trait - posted by GitBox <gi...@apache.org> on 2022/06/07 10:19:24 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold opened a new pull request, #1807: Don't trample existing data on snappy decompress (#1806) - posted by GitBox <gi...@apache.org> on 2022/06/07 10:21:13 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb commented on issue #131: Implement support for Decimal with 256 bits of precision. - posted by GitBox <gi...@apache.org> on 2022/06/07 10:21:58 UTC, 1 replies.
- [GitHub] [arrow-rs] tustvold commented on a diff in pull request #1807: Don't trample existing data on snappy decompress (#1806) - posted by GitBox <gi...@apache.org> on 2022/06/07 10:22:22 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13326: ARROW-16767: [Archery] Refactor archery.release submodule to its own subpackage - posted by GitBox <gi...@apache.org> on 2022/06/07 10:25:02 UTC, 0 replies.
- [GitHub] [arrow] kszucs commented on pull request #13326: ARROW-16767: [Archery] Refactor archery.release submodule to its own subpackage - posted by GitBox <gi...@apache.org> on 2022/06/07 10:25:51 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb commented on issue #1613: Improve arrow-rs examples - posted by GitBox <gi...@apache.org> on 2022/06/07 10:33:25 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb opened a new issue, #1808: Blog post about arrow 10-16 - posted by GitBox <gi...@apache.org> on 2022/06/07 10:48:14 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb opened a new issue, #1809: Release Arrow XXX (next release after 15.0.0) - posted by GitBox <gi...@apache.org> on 2022/06/07 10:49:46 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold opened a new pull request, #1810: Separate Page IO from Page Decode - posted by GitBox <gi...@apache.org> on 2022/06/07 11:01:00 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold opened a new issue, #1811: Replace RawPtrBox with Ouroboros - posted by GitBox <gi...@apache.org> on 2022/06/07 11:27:33 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb commented on issue #1808: Blog post about arrow 10.0.0 - 16.0.0 - posted by GitBox <gi...@apache.org> on 2022/06/07 11:27:41 UTC, 3 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1810: Separate Page IO from Page Decode - posted by GitBox <gi...@apache.org> on 2022/06/07 11:29:05 UTC, 0 replies.
- [GitHub] [arrow] pitrou merged pull request #13275: ARROW-16546: [Parquet][C++][Python] Make Thrift limits configurable - posted by GitBox <gi...@apache.org> on 2022/06/07 11:29:07 UTC, 0 replies.
- [GitHub] [arrow] pitrou commented on a diff in pull request #13325: ARROW-16709: [Docs][Python] Add how to run doctests to the developer guide - posted by GitBox <gi...@apache.org> on 2022/06/07 11:36:29 UTC, 0 replies.
- [GitHub] [arrow] pitrou commented on pull request #13321: ARROW-16754: [Java] StructVector's child vectors get unexpectedly reordered after adding duplicated fields - posted by GitBox <gi...@apache.org> on 2022/06/07 11:37:04 UTC, 0 replies.
- [GitHub] [arrow] pitrou commented on a diff in pull request #13321: ARROW-16754: [Java] StructVector's child vectors get unexpectedly reordered after adding duplicated fields - posted by GitBox <gi...@apache.org> on 2022/06/07 11:38:40 UTC, 0 replies.
- [GitHub] [arrow-rs] HaoYang670 commented on issue #1811: Replace RawPtrBox with Ouroboros - posted by GitBox <gi...@apache.org> on 2022/06/07 11:39:39 UTC, 2 replies.
- [GitHub] [arrow] pitrou commented on pull request #12913: ARROW-16218: [Java] Don't depend on netty-transport-native-unix-common on s390s - posted by GitBox <gi...@apache.org> on 2022/06/07 11:40:08 UTC, 0 replies.
- [GitHub] [arrow-datafusion] nl5887 opened a new pull request, #2707: support indexed fields proto - posted by GitBox <gi...@apache.org> on 2022/06/07 11:40:44 UTC, 0 replies.
- [GitHub] [arrow] pitrou commented on a diff in pull request #13308: ARROW-16666: [Docs][Release] Update release guide to specify new workflow and feature freeze - posted by GitBox <gi...@apache.org> on 2022/06/07 11:45:25 UTC, 2 replies.
- [GitHub] [arrow] pitrou commented on a diff in pull request #13246: ARROW-16329: [Java][C++] Keep more context when marshalling errors through JNI - posted by GitBox <gi...@apache.org> on 2022/06/07 11:46:10 UTC, 0 replies.
- [GitHub] [arrow] pitrou commented on pull request #13248: ARROW-16673: [Java] C data interface: Allow ownership transferring for imported buffer - posted by GitBox <gi...@apache.org> on 2022/06/07 11:46:37 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on issue #1811: Replace RawPtrBox with Ouroboros - posted by GitBox <gi...@apache.org> on 2022/06/07 11:47:39 UTC, 2 replies.
- [GitHub] [arrow] lidavidm commented on pull request #13051: ARROW-14185: [C++] HashJoinNode should validate HashJoinNodeOptions - posted by GitBox <gi...@apache.org> on 2022/06/07 11:47:54 UTC, 1 replies.
- [GitHub] [arrow] pitrou commented on pull request #13146: ARROW-16566: [Java] Could not initialize class org.apache.arrow.dataset.jni.NativeMemoryPool - posted by GitBox <gi...@apache.org> on 2022/06/07 11:47:56 UTC, 0 replies.
- [GitHub] [arrow] pitrou commented on pull request #13249: ARROW-16674: [Java] C data interface: Reading as nioBuffer from imported buffer causes error - posted by GitBox <gi...@apache.org> on 2022/06/07 11:48:31 UTC, 0 replies.
- [GitHub] [arrow] pitrou commented on pull request #12250: ARROW-15382: [Java] fix SplitAndTransfer throws for (0,0) if vector empty - posted by GitBox <gi...@apache.org> on 2022/06/07 11:49:31 UTC, 0 replies.
- [GitHub] [arrow] pitrou commented on pull request #9147: ARROW-11177: [Java] ArrowMessage failed to parse compressed grpc stream - posted by GitBox <gi...@apache.org> on 2022/06/07 11:50:16 UTC, 0 replies.
- [GitHub] [arrow] pitrou commented on pull request #12254: ARROW-15452: [FlightRPC][Java] JDBC driver for Flight SQL - posted by GitBox <gi...@apache.org> on 2022/06/07 11:51:04 UTC, 0 replies.
- [GitHub] [arrow] pitrou commented on pull request #13304: ARROW-16743: [C++] Add short-circuit version of logical Status AND - posted by GitBox <gi...@apache.org> on 2022/06/07 11:55:56 UTC, 1 replies.
- [GitHub] [arrow] jorisvandenbossche merged pull request #13309: ARROW-16726: [Python] Fix Setuptools warnings about installing packages as data - posted by GitBox <gi...@apache.org> on 2022/06/07 11:56:16 UTC, 0 replies.
- [GitHub] [arrow] jackylee-ch commented on pull request #13146: ARROW-16566: [Java] Could not initialize class org.apache.arrow.dataset.jni.NativeMemoryPool - posted by GitBox <gi...@apache.org> on 2022/06/07 11:57:18 UTC, 0 replies.
- [GitHub] [arrow] pitrou commented on a diff in pull request #13315: ARROW-16729: [C++] Bump Abseil/gRPC dependency versions - posted by GitBox <gi...@apache.org> on 2022/06/07 11:58:36 UTC, 2 replies.
- [GitHub] [arrow] lidavidm commented on a diff in pull request #13317: ARROW-16610: [Python] Raise an error for conflicting options in pq.write_to_dataset - posted by GitBox <gi...@apache.org> on 2022/06/07 11:59:01 UTC, 0 replies.
- [GitHub] [arrow] lidavidm commented on a diff in pull request #13315: ARROW-16729: [C++] Bump Abseil/gRPC dependency versions - posted by GitBox <gi...@apache.org> on 2022/06/07 12:00:36 UTC, 1 replies.
- [GitHub] [arrow] pitrou commented on pull request #13315: ARROW-16729: [C++] Bump Abseil/gRPC dependency versions - posted by GitBox <gi...@apache.org> on 2022/06/07 12:03:26 UTC, 0 replies.
- [GitHub] [arrow] pitrou commented on pull request #13293: ARROW-16725: [C++] Fix compilation warnings in release mode - posted by GitBox <gi...@apache.org> on 2022/06/07 12:04:11 UTC, 2 replies.
- [GitHub] [arrow] pitrou commented on a diff in pull request #13293: ARROW-16725: [C++] Fix compilation warnings in release mode - posted by GitBox <gi...@apache.org> on 2022/06/07 12:14:02 UTC, 0 replies.
- [GitHub] [arrow] jonkeane merged pull request #13190: ARROW-16415: [R] Update `strptime` binding signature with the `tz` argument - posted by GitBox <gi...@apache.org> on 2022/06/07 12:24:02 UTC, 0 replies.
- [GitHub] [arrow] davisusanibar opened a new pull request, #13328: ARROW-16553: [CI][Java] Adding Java nightly packages (.pom/.jar) to nightlies.apache repository - posted by GitBox <gi...@apache.org> on 2022/06/07 12:25:10 UTC, 0 replies.
- [GitHub] [arrow] pitrou commented on pull request #13215: ARROW-16633: [C++] Fix incorrect Decimal literal conversion in `ir_consumer.cc` - posted by GitBox <gi...@apache.org> on 2022/06/07 12:25:27 UTC, 0 replies.
- [GitHub] [arrow] pitrou commented on pull request #13144: ARROW-16356: [Python] Expose RandomAccessFile::GetStream - posted by GitBox <gi...@apache.org> on 2022/06/07 12:25:54 UTC, 2 replies.
- [GitHub] [arrow] amol- commented on a diff in pull request #13319: ARROW-16470: [Docs][Python] Document filtering by expression Tables and Datasets - posted by GitBox <gi...@apache.org> on 2022/06/07 12:26:28 UTC, 2 replies.
- [GitHub] [arrow] AlenkaF commented on a diff in pull request #13317: ARROW-16610: [Python] Raise an error for conflicting options in pq.write_to_dataset - posted by GitBox <gi...@apache.org> on 2022/06/07 12:27:23 UTC, 1 replies.
- [GitHub] [arrow] pitrou merged pull request #13060: ARROW-16243: [C++][Python] Remove Parquet ReadSchemaField method - posted by GitBox <gi...@apache.org> on 2022/06/07 12:27:32 UTC, 0 replies.
- [GitHub] [arrow] pitrou commented on pull request #12695: ARROW-16008: [C++] It is more expensive than expected to create a default Result - posted by GitBox <gi...@apache.org> on 2022/06/07 12:29:28 UTC, 0 replies.
- [GitHub] [arrow] davisusanibar commented on pull request #13328: ARROW-16553: [CI][Java] Adding Java nightly packages (.pom/.jar) to nightlies.apache repository - posted by GitBox <gi...@apache.org> on 2022/06/07 12:31:48 UTC, 1 replies.
- [GitHub] [arrow-rs] jhorstmann commented on issue #1811: Replace RawPtrBox with Ouroboros - posted by GitBox <gi...@apache.org> on 2022/06/07 12:37:26 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb commented on issue #1811: Replace RawPtrBox with Ouroboros - posted by GitBox <gi...@apache.org> on 2022/06/07 12:38:32 UTC, 0 replies.
- [GitHub] [arrow] assignUser commented on pull request #13328: ARROW-16553: [CI][Java] Adding Java nightly packages (.pom/.jar) to nightlies.apache repository - posted by GitBox <gi...@apache.org> on 2022/06/07 12:39:46 UTC, 3 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13327: ARROW-16706: [Python] Expose RankOptions - posted by GitBox <gi...@apache.org> on 2022/06/07 12:50:07 UTC, 1 replies.
- [GitHub] [arrow] rzeyde-vastdata commented on pull request #13215: ARROW-16633: [C++] Fix incorrect Decimal literal conversion in `ir_consumer.cc` - posted by GitBox <gi...@apache.org> on 2022/06/07 12:54:02 UTC, 0 replies.
- [GitHub] [arrow] bkietz commented on pull request #13304: ARROW-16743: [C++] Add short-circuit version of logical Status AND - posted by GitBox <gi...@apache.org> on 2022/06/07 12:58:27 UTC, 1 replies.
- [GitHub] [arrow-datafusion] tustvold opened a new pull request, #2708: Test optional features in CI - posted by GitBox <gi...@apache.org> on 2022/06/07 13:00:46 UTC, 0 replies.
- [GitHub] [arrow-rs] jhorstmann commented on issue #1750: Inconsistent Slicing of ArrayData for StructArray - posted by GitBox <gi...@apache.org> on 2022/06/07 13:13:47 UTC, 1 replies.
- [GitHub] [arrow] rtpsw commented on pull request #13304: ARROW-16743: [C++] Add short-circuit version of logical Status AND - posted by GitBox <gi...@apache.org> on 2022/06/07 13:19:55 UTC, 0 replies.
- [GitHub] [arrow] kiszk commented on pull request #12913: ARROW-16218: [Java] Don't depend on netty-transport-native-unix-common on s390s - posted by GitBox <gi...@apache.org> on 2022/06/07 13:28:41 UTC, 1 replies.
- [GitHub] [arrow] pitrou commented on a diff in pull request #13218: ARROW-16590: [C++] Consolidate files dealing with row-major storage - posted by GitBox <gi...@apache.org> on 2022/06/07 13:31:25 UTC, 1 replies.
- [GitHub] [arrow-datafusion] codecov-commenter commented on pull request #2707: support indexed fields proto - posted by GitBox <gi...@apache.org> on 2022/06/07 13:32:35 UTC, 0 replies.
- [GitHub] [arrow] assignUser commented on a diff in pull request #13328: ARROW-16553: [CI][Java] Adding Java nightly packages (.pom/.jar) to nightlies.apache repository - posted by GitBox <gi...@apache.org> on 2022/06/07 13:54:15 UTC, 2 replies.
- [GitHub] [arrow] wjones127 commented on a diff in pull request #13324: ARROW-16760: [Docs] mention PYARROW_PARALLEL in Python dev docs - posted by GitBox <gi...@apache.org> on 2022/06/07 14:07:12 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13328: ARROW-16553: [CI][Java] Adding Java nightly packages (.pom/.jar) to nightlies.apache repository - posted by GitBox <gi...@apache.org> on 2022/06/07 14:15:38 UTC, 0 replies.
- [GitHub] [arrow] davisusanibar commented on a diff in pull request #13328: ARROW-16553: [CI][Java] Adding Java nightly packages (.pom/.jar) to nightlies.apache repository - posted by GitBox <gi...@apache.org> on 2022/06/07 14:16:58 UTC, 6 replies.
- [GitHub] [arrow] pitrou opened a new pull request, #13331: MINOR: [Python][CI] Fix Numpydoc check failure - posted by GitBox <gi...@apache.org> on 2022/06/07 14:19:25 UTC, 0 replies.
- [GitHub] [arrow] alexdesiqueira commented on pull request #13144: ARROW-16356: [Python] Expose RandomAccessFile::GetStream - posted by GitBox <gi...@apache.org> on 2022/06/07 14:23:36 UTC, 1 replies.
- [GitHub] [arrow-ballista] andygrove opened a new pull request, #61: Revert "remove python (#1518)" - posted by GitBox <gi...@apache.org> on 2022/06/07 14:26:46 UTC, 0 replies.
- [GitHub] [arrow-ballista] andygrove commented on pull request #61: Revert "remove python (#1518)" - posted by GitBox <gi...@apache.org> on 2022/06/07 14:27:13 UTC, 1 replies.
- [GitHub] [arrow] nealrichardson merged pull request #13266: ARROW-16689: [CI] Improve R Nightly Workflow - posted by GitBox <gi...@apache.org> on 2022/06/07 14:28:55 UTC, 0 replies.
- [GitHub] [arrow-datafusion] codecov-commenter commented on pull request #2708: Test optional features in CI - posted by GitBox <gi...@apache.org> on 2022/06/07 14:43:51 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13329: ARROW-16567: [Doc][Python] Sphinx Copybutton should ignore IPython prompt text - posted by GitBox <gi...@apache.org> on 2022/06/07 15:01:12 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13330: ARROW-16772: [C++] Implement encode and decode functions for Run-Length encoding - posted by GitBox <gi...@apache.org> on 2022/06/07 15:20:30 UTC, 1 replies.
- [GitHub] [arrow] pitrou merged pull request #13324: ARROW-16760: [Docs] mention PYARROW_PARALLEL in Python dev docs - posted by GitBox <gi...@apache.org> on 2022/06/07 15:31:43 UTC, 0 replies.
- [GitHub] [arrow] pitrou commented on pull request #13331: MINOR: [Python][CI] Fix Numpydoc check failure - posted by GitBox <gi...@apache.org> on 2022/06/07 15:33:11 UTC, 1 replies.
- [GitHub] [arrow] pitrou commented on a diff in pull request #13327: ARROW-16706: [Python] Expose RankOptions - posted by GitBox <gi...@apache.org> on 2022/06/07 15:38:19 UTC, 8 replies.
- [GitHub] [arrow] pitrou commented on pull request #12706: ARROW-15961: [C++] Check nullability when validating fields on batches or struct arrays - posted by GitBox <gi...@apache.org> on 2022/06/07 15:51:44 UTC, 0 replies.
- [GitHub] [arrow] raulcd commented on a diff in pull request #13327: ARROW-16706: [Python] Expose RankOptions - posted by GitBox <gi...@apache.org> on 2022/06/07 15:54:37 UTC, 5 replies.
- [GitHub] [arrow] pitrou commented on a diff in pull request #12706: ARROW-15961: [C++] Check nullability when validating fields on batches or struct arrays - posted by GitBox <gi...@apache.org> on 2022/06/07 15:55:46 UTC, 3 replies.
- [GitHub] [arrow] jorisvandenbossche commented on a diff in pull request #13331: MINOR: [Python][CI] Fix Numpydoc check failure - posted by GitBox <gi...@apache.org> on 2022/06/07 15:56:17 UTC, 1 replies.
- [GitHub] [arrow] jorisvandenbossche commented on a diff in pull request #13327: ARROW-16706: [Python] Expose RankOptions - posted by GitBox <gi...@apache.org> on 2022/06/07 16:01:17 UTC, 1 replies.
- [GitHub] [arrow-rs] alamb commented on a diff in pull request #1804: Add public API for decoding parquet footer - posted by GitBox <gi...@apache.org> on 2022/06/07 16:08:39 UTC, 1 replies.
- [GitHub] [arrow-rs] tustvold commented on a diff in pull request #1804: Add public API for decoding parquet footer - posted by GitBox <gi...@apache.org> on 2022/06/07 16:12:58 UTC, 1 replies.
- [GitHub] [arrow] pitrou merged pull request #13293: ARROW-16725: [C++] Fix compilation warnings in release mode - posted by GitBox <gi...@apache.org> on 2022/06/07 16:20:43 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove merged pull request #2707: support indexed fields proto - posted by GitBox <gi...@apache.org> on 2022/06/07 16:37:44 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold opened a new issue, #1812: Rename ArrayData::validate_dictionary_offset - posted by GitBox <gi...@apache.org> on 2022/06/07 16:45:39 UTC, 0 replies.
- [GitHub] [arrow] pitrou merged pull request #13331: MINOR: [Python][CI] Fix Numpydoc check failure - posted by GitBox <gi...@apache.org> on 2022/06/07 16:50:42 UTC, 0 replies.
- [GitHub] [arrow] pitrou commented on pull request #13308: ARROW-16666: [Docs][Release] Update release guide to specify new workflow and feature freeze - posted by GitBox <gi...@apache.org> on 2022/06/07 16:56:27 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb commented on pull request #2177: User Defined Table Function (udtf) support - posted by GitBox <gi...@apache.org> on 2022/06/07 17:22:15 UTC, 2 replies.
- [GitHub] [arrow-datafusion] alamb commented on pull request #2451: Add `EXISTS` and `IN` subquery rewriting for correlated filters at filter depth 1 - posted by GitBox <gi...@apache.org> on 2022/06/07 17:23:00 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13332: ARROW-16713: [C++] Pull join accumulation outside of HashJoinImpl - posted by GitBox <gi...@apache.org> on 2022/06/07 17:24:22 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya commented on issue #1813: Unsound DecimalArray Validation in Unreleased arrow-rs - posted by GitBox <gi...@apache.org> on 2022/06/07 17:26:04 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on issue #1813: Unsound DecimalArray Validation in Unreleased arrow-rs - posted by GitBox <gi...@apache.org> on 2022/06/07 17:26:36 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya commented on issue #1812: Rename ArrayData::validate_dictionary_offset - posted by GitBox <gi...@apache.org> on 2022/06/07 17:36:02 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb commented on pull request #1807: Don't trample existing data on snappy decompress (#1806) - posted by GitBox <gi...@apache.org> on 2022/06/07 17:36:49 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb commented on a diff in pull request #1807: Don't trample existing data on snappy decompress (#1806) - posted by GitBox <gi...@apache.org> on 2022/06/07 17:36:55 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13333: ARROW-16773: [Docs][Format] Document Run-Length encoding in Arrow columnar format - posted by GitBox <gi...@apache.org> on 2022/06/07 17:48:25 UTC, 0 replies.
- [GitHub] [arrow] westonpace closed pull request #13304: ARROW-16743: [C++] Add short-circuit version of logical Status AND - posted by GitBox <gi...@apache.org> on 2022/06/07 17:49:09 UTC, 0 replies.
- [GitHub] [arrow] zagto commented on a diff in pull request #13330: ARROW-16772: [C++] Implement encode and decode functions for Run-Length encoding - posted by GitBox <gi...@apache.org> on 2022/06/07 17:59:49 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold opened a new issue, #1814: Incorrect Offset Validation for Sliced List Array Children - posted by GitBox <gi...@apache.org> on 2022/06/07 18:06:04 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold opened a new issue, #1815: Faster ArrayData::validate_utf8 - posted by GitBox <gi...@apache.org> on 2022/06/07 18:10:38 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold opened a new pull request, #1816: Fix Decimal and List ArrayData Validation (#1813) (#1814) - posted by GitBox <gi...@apache.org> on 2022/06/07 18:13:30 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on a diff in pull request #1816: Fix Decimal and List ArrayData Validation (#1813) (#1814) - posted by GitBox <gi...@apache.org> on 2022/06/07 18:14:20 UTC, 3 replies.
- [GitHub] [arrow] jorisvandenbossche commented on a diff in pull request #13319: ARROW-16470: [Docs][Python] Document filtering by expression Tables and Datasets - posted by GitBox <gi...@apache.org> on 2022/06/07 18:23:16 UTC, 0 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1816: Fix Decimal and List ArrayData Validation (#1813) (#1814) - posted by GitBox <gi...@apache.org> on 2022/06/07 18:39:19 UTC, 0 replies.
- [GitHub] [arrow] jorisvandenbossche commented on a diff in pull request #13308: ARROW-16666: [Docs][Release] Update release guide to specify new workflow and feature freeze - posted by GitBox <gi...@apache.org> on 2022/06/07 18:44:49 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya commented on a diff in pull request #1816: Fix Decimal and List ArrayData Validation (#1813) (#1814) - posted by GitBox <gi...@apache.org> on 2022/06/07 18:53:30 UTC, 2 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13334: ARROW-14314: [C++] Sorting dictionary array not implemented - posted by GitBox <gi...@apache.org> on 2022/06/07 18:56:45 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on pull request #1798: add parquet-fromcsv (#1) - posted by GitBox <gi...@apache.org> on 2022/06/07 19:11:07 UTC, 1 replies.
- [GitHub] [arrow] westonpace commented on pull request #13314: ARROW-16716: [C++] Add Benchmarks for ProjectNode - posted by GitBox <gi...@apache.org> on 2022/06/07 19:22:36 UTC, 0 replies.
- [GitHub] [arrow] westonpace commented on pull request #13108: ARROW-15415: [C++] Fixes for MSVC + vcpkg Debug build - posted by GitBox <gi...@apache.org> on 2022/06/07 19:27:29 UTC, 2 replies.
- [GitHub] [arrow] westonpace commented on pull request #12695: ARROW-16008: [C++] It is more expensive than expected to create a default Result - posted by GitBox <gi...@apache.org> on 2022/06/07 19:32:47 UTC, 0 replies.
- [GitHub] [arrow] westonpace closed pull request #12695: ARROW-16008: [C++] It is more expensive than expected to create a default Result - posted by GitBox <gi...@apache.org> on 2022/06/07 19:32:49 UTC, 0 replies.
- [GitHub] [arrow] michalursa commented on pull request #13332: ARROW-16713: [C++] Pull join accumulation outside of HashJoinImpl - posted by GitBox <gi...@apache.org> on 2022/06/07 20:03:44 UTC, 1 replies.
- [GitHub] [arrow] save-buffer commented on pull request #13332: ARROW-16713: [C++] Pull join accumulation outside of HashJoinImpl - posted by GitBox <gi...@apache.org> on 2022/06/07 20:19:13 UTC, 2 replies.
- [GitHub] [arrow] ViniciusSouzaRoque opened a new pull request, #13335: ARROW-16784: [C++][Gandiva] Add alias to Upper and Lower - posted by GitBox <gi...@apache.org> on 2022/06/07 20:38:33 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13335: ARROW-16784: [C++][Gandiva] Add alias to Upper and Lower - posted by GitBox <gi...@apache.org> on 2022/06/07 20:38:54 UTC, 1 replies.
- [GitHub] [arrow-rs] viirya opened a new issue, #1817: List equality method should work on empty offset ListArray - posted by GitBox <gi...@apache.org> on 2022/06/07 20:41:55 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya opened a new pull request, #1818: Fix list equal for empty offset list array - posted by GitBox <gi...@apache.org> on 2022/06/07 20:42:10 UTC, 0 replies.
- [GitHub] [arrow-datafusion] tustvold merged pull request #2708: Test optional features in CI - posted by GitBox <gi...@apache.org> on 2022/06/07 21:24:08 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold merged pull request #1804: Add public API for decoding parquet footer - posted by GitBox <gi...@apache.org> on 2022/06/07 21:25:04 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold closed issue #1814: Incorrect Offset Validation for Sliced List Array Children - posted by GitBox <gi...@apache.org> on 2022/06/07 22:06:46 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold closed issue #1813: Unsound DecimalArray Validation in Unreleased arrow-rs - posted by GitBox <gi...@apache.org> on 2022/06/07 22:06:47 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold merged pull request #1816: Fix Decimal and List ArrayData Validation (#1813) (#1814) - posted by GitBox <gi...@apache.org> on 2022/06/07 22:06:47 UTC, 0 replies.
- [GitHub] [arrow] JabariBooker commented on pull request #13051: ARROW-14185: [C++] HashJoinNode should validate HashJoinNodeOptions - posted by GitBox <gi...@apache.org> on 2022/06/07 22:43:12 UTC, 0 replies.
- [GitHub] [arrow] ateucher opened a new pull request, #13336: ARROW-16783: [R] Explicit check for supported classes in arrow_dplyr_query - posted by GitBox <gi...@apache.org> on 2022/06/07 23:01:20 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13336: ARROW-16783: [R] Explicit check for supported classes in arrow_dplyr_query - posted by GitBox <gi...@apache.org> on 2022/06/07 23:01:40 UTC, 1 replies.
- [GitHub] [arrow] kou merged pull request #13326: ARROW-16767: [Archery] Refactor archery.release submodule to its own subpackage - posted by GitBox <gi...@apache.org> on 2022/06/07 23:37:40 UTC, 0 replies.
- [GitHub] [arrow] kou opened a new pull request, #13337: ARROW-16785: [Packaging][Linux] Add FindThrift.cmake - posted by GitBox <gi...@apache.org> on 2022/06/08 00:19:06 UTC, 0 replies.
- [GitHub] [arrow] kou commented on pull request #13337: ARROW-16785: [Packaging][Linux] Add FindThrift.cmake - posted by GitBox <gi...@apache.org> on 2022/06/08 00:19:18 UTC, 2 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13337: ARROW-16785: [Packaging][Linux] Add FindThrift.cmake - posted by GitBox <gi...@apache.org> on 2022/06/08 00:19:29 UTC, 4 replies.
- [GitHub] [arrow] kou merged pull request #13282: ARROW-16609: [C++] xxhash not installed into dist/lib/include when building C++ - posted by GitBox <gi...@apache.org> on 2022/06/08 01:11:50 UTC, 0 replies.
- [GitHub] [arrow] kou commented on a diff in pull request #13308: ARROW-16666: [Docs][Release] Update release guide to specify new workflow and feature freeze - posted by GitBox <gi...@apache.org> on 2022/06/08 01:30:24 UTC, 2 replies.
- [GitHub] [arrow] kou merged pull request #13315: ARROW-16729: [C++] Bump Abseil/gRPC dependency versions - posted by GitBox <gi...@apache.org> on 2022/06/08 01:31:33 UTC, 0 replies.
- [GitHub] [arrow] wjones127 opened a new pull request, #13338: ARROW-16761: [C++][Python] Track bytes written in dataset - posted by GitBox <gi...@apache.org> on 2022/06/08 01:37:37 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13338: ARROW-16761: [C++][Python] Track bytes written in dataset - posted by GitBox <gi...@apache.org> on 2022/06/08 01:37:59 UTC, 0 replies.
- [GitHub] [arrow] helloqingbing opened a new issue, #13339: parquet-cpp write a row done without column type exception ,but cause a segfault - posted by GitBox <gi...@apache.org> on 2022/06/08 03:29:46 UTC, 0 replies.
- [GitHub] [arrow-datafusion] AssHero commented on issue #1952: panicked at 'index out of bounds: the len is 2 but the index is 2' - posted by GitBox <gi...@apache.org> on 2022/06/08 04:48:04 UTC, 0 replies.
- [GitHub] [arrow] kou commented on pull request #12763: ARROW-14892: [Python][C++] GCS Bindings - posted by GitBox <gi...@apache.org> on 2022/06/08 06:02:08 UTC, 3 replies.
- [GitHub] [arrow] AlenkaF commented on pull request #13329: ARROW-16567: [Doc][Python] Sphinx Copybutton should ignore IPython prompt text - posted by GitBox <gi...@apache.org> on 2022/06/08 06:35:50 UTC, 1 replies.
- [GitHub] [arrow-rs] tustvold merged pull request #1807: Don't overwrite existing data on snappy decompress (#1806) - posted by GitBox <gi...@apache.org> on 2022/06/08 07:27:36 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold closed issue #1806: Parquet Snappy Codec Tramples Existing Data in Decompressed Buffer - posted by GitBox <gi...@apache.org> on 2022/06/08 07:27:36 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on issue #1715: Why `Parquet` is a part of `Arrow`? - posted by GitBox <gi...@apache.org> on 2022/06/08 07:34:55 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold closed issue #1715: Why `Parquet` is a part of `Arrow`? - posted by GitBox <gi...@apache.org> on 2022/06/08 07:34:56 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on issue #1671: Add dictionary array support for current kernels - posted by GitBox <gi...@apache.org> on 2022/06/08 07:39:22 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya commented on issue #1671: Add dictionary array support for current kernels - posted by GitBox <gi...@apache.org> on 2022/06/08 07:42:27 UTC, 0 replies.
- [GitHub] [arrow] kszucs merged pull request #13337: ARROW-16785: [Packaging][Linux] Add FindThrift.cmake - posted by GitBox <gi...@apache.org> on 2022/06/08 07:51:05 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on a diff in pull request #1798: add parquet-fromcsv (#1) - posted by GitBox <gi...@apache.org> on 2022/06/08 08:17:40 UTC, 5 replies.
- [GitHub] [arrow] pitrou commented on a diff in pull request #13338: ARROW-16761: [C++][Python] Track bytes written in dataset - posted by GitBox <gi...@apache.org> on 2022/06/08 08:41:57 UTC, 0 replies.
- [GitHub] [arrow] pitrou commented on pull request #13329: ARROW-16567: [Doc][Python] Sphinx Copybutton should ignore IPython prompt text - posted by GitBox <gi...@apache.org> on 2022/06/08 08:43:01 UTC, 0 replies.
- [GitHub] [arrow] pitrou merged pull request #13329: ARROW-16567: [Doc][Python] Sphinx Copybutton should ignore IPython prompt text - posted by GitBox <gi...@apache.org> on 2022/06/08 08:43:35 UTC, 0 replies.
- [GitHub] [arrow] pitrou commented on a diff in pull request #13317: ARROW-16610: [Python] Raise an error for conflicting options in pq.write_to_dataset - posted by GitBox <gi...@apache.org> on 2022/06/08 08:47:22 UTC, 0 replies.
- [GitHub] [arrow] pitrou merged pull request #13325: ARROW-16709: [Docs][Python] Add how to run doctests to the developer guide - posted by GitBox <gi...@apache.org> on 2022/06/08 08:48:20 UTC, 0 replies.
- [GitHub] [arrow-rs] HaoYang670 commented on a diff in pull request #1818: Fix list equal for empty offset list array - posted by GitBox <gi...@apache.org> on 2022/06/08 08:54:52 UTC, 1 replies.
- [GitHub] [arrow-rs] HaoYang670 commented on pull request #1818: Fix list equal for empty offset list array - posted by GitBox <gi...@apache.org> on 2022/06/08 08:57:19 UTC, 0 replies.
- [GitHub] [arrow-datafusion] dbr opened a new issue, #2709: Updating arrow2 branch - posted by GitBox <gi...@apache.org> on 2022/06/08 09:06:40 UTC, 0 replies.
- [GitHub] [arrow-rs] kazuk commented on a diff in pull request #1798: add parquet-fromcsv (#1) - posted by GitBox <gi...@apache.org> on 2022/06/08 09:39:53 UTC, 4 replies.
- [GitHub] [arrow-rs] liukun4515 commented on issue #70: Create implementation of IPC RecordBatch body buffer compression from ARROW-300 - posted by GitBox <gi...@apache.org> on 2022/06/08 09:44:15 UTC, 0 replies.
- [GitHub] [arrow] pitrou merged pull request #13317: ARROW-16610: [Python] Raise an error for conflicting options in pq.write_to_dataset - posted by GitBox <gi...@apache.org> on 2022/06/08 10:06:54 UTC, 0 replies.
- [GitHub] [arrow] pitrou commented on pull request #12528: ARROW-15251: [C++] Temporal floor/ceil/round handle ambiguous/nonexistent local time - posted by GitBox <gi...@apache.org> on 2022/06/08 10:18:19 UTC, 2 replies.
- [GitHub] [arrow-rs] alamb commented on issue #70: Create implementation of IPC RecordBatch body buffer compression from ARROW-300 - posted by GitBox <gi...@apache.org> on 2022/06/08 10:30:27 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb commented on a diff in pull request #1798: add parquet-fromcsv (#1) - posted by GitBox <gi...@apache.org> on 2022/06/08 10:33:15 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold opened a new pull request, #1819: Seal ArrowNativeType (#1028) - posted by GitBox <gi...@apache.org> on 2022/06/08 10:36:46 UTC, 0 replies.
- [GitHub] [arrow] lidavidm merged pull request #13051: ARROW-14185: [C++] HashJoinNode should validate HashJoinNodeOptions - posted by GitBox <gi...@apache.org> on 2022/06/08 11:36:50 UTC, 0 replies.
- [GitHub] [arrow] thisisnic commented on a diff in pull request #13336: ARROW-16783: [R] Explicit check for supported classes in arrow_dplyr_query - posted by GitBox <gi...@apache.org> on 2022/06/08 11:59:08 UTC, 0 replies.
- [GitHub] [arrow-datafusion] ming535 commented on a diff in pull request #2694: combine limit and offset - posted by GitBox <gi...@apache.org> on 2022/06/08 12:00:05 UTC, 5 replies.
- [GitHub] [arrow-rs] HaoYang670 commented on pull request #1819: Seal ArrowNativeType (#1028) - posted by GitBox <gi...@apache.org> on 2022/06/08 12:12:57 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on pull request #1819: Seal ArrowNativeType and OffsetSizeTrait (#1028) - posted by GitBox <gi...@apache.org> on 2022/06/08 12:14:01 UTC, 1 replies.
- [GitHub] [arrow-rs] HaoYang670 commented on a diff in pull request #1819: Seal ArrowNativeType and OffsetSizeTrait (#1028) - posted by GitBox <gi...@apache.org> on 2022/06/08 12:16:34 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold opened a new pull request, #1820: Add ScalarBuffer abstraction (#1811) - posted by GitBox <gi...@apache.org> on 2022/06/08 12:25:53 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on issue #1811: Replace RawPtrBox with Safe Abstraction - posted by GitBox <gi...@apache.org> on 2022/06/08 12:26:13 UTC, 0 replies.
- [GitHub] [arrow] assignUser opened a new pull request, #13340: ARROW-16780: [CI] Add automatic PR label for docs PRs - posted by GitBox <gi...@apache.org> on 2022/06/08 12:32:18 UTC, 0 replies.
- [GitHub] [arrow-datafusion] ming535 commented on pull request #2694: combine limit and offset - posted by GitBox <gi...@apache.org> on 2022/06/08 12:34:43 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13340: ARROW-16780: [CI] Add automatic PR label for docs PRs - posted by GitBox <gi...@apache.org> on 2022/06/08 12:36:19 UTC, 0 replies.
- [GitHub] [arrow] pitrou commented on pull request #13340: ARROW-16780: [CI] Add automatic PR label for docs PRs - posted by GitBox <gi...@apache.org> on 2022/06/08 12:56:46 UTC, 0 replies.
- [GitHub] [arrow] nealrichardson commented on a diff in pull request #13336: ARROW-16783: [R] Explicit check for supported classes in arrow_dplyr_query - posted by GitBox <gi...@apache.org> on 2022/06/08 12:58:52 UTC, 1 replies.
- [GitHub] [arrow-rs] alamb commented on a diff in pull request #1819: Seal ArrowNativeType and OffsetSizeTrait (#1028) - posted by GitBox <gi...@apache.org> on 2022/06/08 13:23:24 UTC, 0 replies.
- [GitHub] [arrow] lidavidm merged pull request #13146: ARROW-16566: [Java] Initialize JNI components on use instead of statically - posted by GitBox <gi...@apache.org> on 2022/06/08 13:30:09 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove commented on issue #2709: Updating arrow2 branch - posted by GitBox <gi...@apache.org> on 2022/06/08 13:32:39 UTC, 6 replies.
- [GitHub] [arrow-datafusion] andygrove commented on issue #2676: DataFusion 9.0.0 Release - posted by GitBox <gi...@apache.org> on 2022/06/08 13:39:27 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove opened a new pull request, #2710: MINOR: Fix docs build - posted by GitBox <gi...@apache.org> on 2022/06/08 13:50:26 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13341: ARROW-16786: [Docs] Update "closed without merge" in pull request note - posted by GitBox <gi...@apache.org> on 2022/06/08 13:52:22 UTC, 0 replies.
- [GitHub] [arrow-rs] HaoYang670 commented on pull request #1819: Seal ArrowNativeType and OffsetSizeTrait (#1028) - posted by GitBox <gi...@apache.org> on 2022/06/08 14:03:49 UTC, 1 replies.
- [GitHub] [arrow] assignUser commented on pull request #13340: ARROW-16780: [CI] Add automatic PR label for docs PRs - posted by GitBox <gi...@apache.org> on 2022/06/08 14:29:51 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on a diff in pull request #1819: Seal ArrowNativeType and OffsetSizeTrait (#1028) - posted by GitBox <gi...@apache.org> on 2022/06/08 14:30:30 UTC, 3 replies.
- [GitHub] [arrow-ballista] thinkharderdev commented on pull request #61: Revert "remove python (#1518)" - posted by GitBox <gi...@apache.org> on 2022/06/08 14:31:41 UTC, 0 replies.
- [GitHub] [arrow] wjones127 commented on a diff in pull request #13338: ARROW-16761: [C++][Python] Track bytes written in dataset - posted by GitBox <gi...@apache.org> on 2022/06/08 14:34:20 UTC, 2 replies.
- [GitHub] [arrow] pitrou merged pull request #13340: ARROW-16780: [CI] Add automatic PR label for docs PRs - posted by GitBox <gi...@apache.org> on 2022/06/08 14:42:50 UTC, 0 replies.
- [GitHub] [arrow] amol- merged pull request #13319: ARROW-16470: [Docs][Python] Document filtering by expression Tables and Datasets - posted by GitBox <gi...@apache.org> on 2022/06/08 14:49:10 UTC, 0 replies.
- [GitHub] [arrow-rs] jhorstmann commented on a diff in pull request #1819: Seal ArrowNativeType and OffsetSizeTrait (#1028) - posted by GitBox <gi...@apache.org> on 2022/06/08 15:26:10 UTC, 1 replies.
- [GitHub] [arrow-datafusion] tustvold opened a new pull request, #2711: Use ParquetRecordBatchStream - posted by GitBox <gi...@apache.org> on 2022/06/08 15:26:57 UTC, 0 replies.
- [GitHub] [arrow] AlvinJ15 opened a new pull request, #13342: [Python] Disable memory mapping by default in pyarrow - posted by GitBox <gi...@apache.org> on 2022/06/08 15:30:40 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13342: [Python] Disable memory mapping by default in pyarrow - posted by GitBox <gi...@apache.org> on 2022/06/08 15:31:03 UTC, 0 replies.
- [GitHub] [arrow] assignUser opened a new pull request, #13343: [MINOR]: [CI] Fix labeler glob - posted by GitBox <gi...@apache.org> on 2022/06/08 15:51:14 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13343: [MINOR]: [CI] Fix labeler glob - posted by GitBox <gi...@apache.org> on 2022/06/08 15:51:36 UTC, 0 replies.
- [GitHub] [arrow] pitrou commented on a diff in pull request #13343: [MINOR]: [CI] Fix labeler glob - posted by GitBox <gi...@apache.org> on 2022/06/08 15:58:04 UTC, 0 replies.
- [GitHub] [arrow] assignUser commented on a diff in pull request #13343: [MINOR]: [CI] Fix labeler glob - posted by GitBox <gi...@apache.org> on 2022/06/08 16:03:10 UTC, 1 replies.
- [GitHub] [arrow-rs] tustvold closed issue #1028: Consider sealing `ArrowNativeType` - posted by GitBox <gi...@apache.org> on 2022/06/08 16:11:02 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold merged pull request #1819: Seal ArrowNativeType and OffsetSizeTrait (#1028) - posted by GitBox <gi...@apache.org> on 2022/06/08 16:11:02 UTC, 0 replies.
- [GitHub] [arrow-ballista] andygrove merged pull request #61: Revert "remove python (#1518)" - posted by GitBox <gi...@apache.org> on 2022/06/08 16:20:33 UTC, 0 replies.
- [GitHub] [arrow-ballista] dependabot[bot] opened a new pull request, #62: Bump num-bigint from 0.4.2 to 0.4.3 in /python - posted by GitBox <gi...@apache.org> on 2022/06/08 16:23:07 UTC, 0 replies.
- [GitHub] [arrow-ballista] dependabot[bot] opened a new pull request, #63: Bump tokio from 1.12.0 to 1.13.1 in /python - posted by GitBox <gi...@apache.org> on 2022/06/08 16:23:20 UTC, 0 replies.
- [GitHub] [arrow-ballista] dependabot[bot] opened a new pull request, #64: Bump regex from 1.5.4 to 1.5.6 in /python - posted by GitBox <gi...@apache.org> on 2022/06/08 16:23:48 UTC, 0 replies.
- [GitHub] [arrow-datafusion] tustvold commented on pull request #2677: Switch to object_store crate (#2489) - posted by GitBox <gi...@apache.org> on 2022/06/08 16:25:12 UTC, 12 replies.
- [GitHub] [arrow] rok commented on pull request #13302: ARROW-16741: [C++] Add Benchmarks for Binary Temporal Operations - posted by GitBox <gi...@apache.org> on 2022/06/08 16:36:04 UTC, 3 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1818: Fix list equal for empty offset list array - posted by GitBox <gi...@apache.org> on 2022/06/08 16:41:42 UTC, 0 replies.
- [GitHub] [arrow] westonpace commented on a diff in pull request #13332: ARROW-16713: [C++] Pull join accumulation outside of HashJoinImpl - posted by GitBox <gi...@apache.org> on 2022/06/08 16:48:07 UTC, 1 replies.
- [GitHub] [arrow-datafusion] tustvold commented on a diff in pull request #2677: Switch to object_store crate (#2489) - posted by GitBox <gi...@apache.org> on 2022/06/08 16:49:17 UTC, 6 replies.
- [GitHub] [arrow] westonpace commented on pull request #13332: ARROW-16713: [C++] Pull join accumulation outside of HashJoinImpl - posted by GitBox <gi...@apache.org> on 2022/06/08 16:50:31 UTC, 1 replies.
- [GitHub] [arrow-rs] viirya commented on a diff in pull request #1820: Add ScalarBuffer abstraction (#1811) - posted by GitBox <gi...@apache.org> on 2022/06/08 16:51:27 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on a diff in pull request #1820: Add ScalarBuffer abstraction (#1811) - posted by GitBox <gi...@apache.org> on 2022/06/08 16:55:08 UTC, 1 replies.
- [GitHub] [arrow] vibhatha opened a new pull request, #13344: [DO NOT MERGE] ARROW-16686: [C++] Use unique_ptr with FunctionOptions [WIP] - posted by GitBox <gi...@apache.org> on 2022/06/08 17:05:19 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13344: [DO NOT MERGE] ARROW-16686: [C++] Use unique_ptr with FunctionOptions - posted by GitBox <gi...@apache.org> on 2022/06/08 17:05:44 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove closed issue #2644: [Question] Converting TableSource to custom TableProvider - posted by GitBox <gi...@apache.org> on 2022/06/08 17:19:26 UTC, 0 replies.
- [GitHub] [arrow] pitrou merged pull request #13343: MINOR: [CI] Fix labeler glob - posted by GitBox <gi...@apache.org> on 2022/06/08 17:21:13 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove merged pull request #2710: MINOR: Fix docs build - posted by GitBox <gi...@apache.org> on 2022/06/08 17:25:32 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove commented on pull request #2677: Switch to object_store crate (#2489) - posted by GitBox <gi...@apache.org> on 2022/06/08 17:27:05 UTC, 1 replies.
- [GitHub] [arrow] ateucher commented on a diff in pull request #13336: ARROW-16783: [R] Explicit check for supported classes in arrow_dplyr_query - posted by GitBox <gi...@apache.org> on 2022/06/08 17:51:40 UTC, 2 replies.
- [GitHub] [arrow] wjones127 opened a new pull request, #13345: docs: Remove experimental marker from C Streaming Interface - posted by GitBox <gi...@apache.org> on 2022/06/08 18:03:46 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13345: docs: Remove experimental marker from C Streaming Interface - posted by GitBox <gi...@apache.org> on 2022/06/08 18:04:09 UTC, 0 replies.
- [GitHub] [arrow-rs] wjones127 opened a new pull request, #1821: docs: remove experimental marker on C Stream Interface - posted by GitBox <gi...@apache.org> on 2022/06/08 18:04:31 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13345: ARROW-16789: [Format] Remove experimental marker from C Streaming Interface - posted by GitBox <gi...@apache.org> on 2022/06/08 18:05:21 UTC, 0 replies.
- [GitHub] [arrow-ballista] nl5887 commented on pull request #58: Add ballista python module - posted by GitBox <gi...@apache.org> on 2022/06/08 18:15:27 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb commented on issue #2709: Updating arrow2 branch - posted by GitBox <gi...@apache.org> on 2022/06/08 18:16:24 UTC, 4 replies.
- [GitHub] [arrow-datafusion] alamb opened a new issue, #2712: Common Subexpression Eliminiation pass errors if run twice on some plans: Schema contains duplicate unqualified field name 'IsNull-Column-sys.host' - posted by GitBox <gi...@apache.org> on 2022/06/08 18:20:19 UTC, 0 replies.
- [GitHub] [arrow] ArianaVillegas commented on pull request #13334: ARROW-14314: [C++] Sorting dictionary array not implemented - posted by GitBox <gi...@apache.org> on 2022/06/08 18:49:26 UTC, 4 replies.
- [GitHub] [arrow] save-buffer commented on a diff in pull request #13332: ARROW-16713: [C++] Pull join accumulation outside of HashJoinImpl - posted by GitBox <gi...@apache.org> on 2022/06/08 18:54:43 UTC, 15 replies.
- [GitHub] [arrow-datafusion] alamb commented on issue #2712: Common Subexpression Eliminiation pass errors if run twice on some plans: Schema contains duplicate unqualified field name 'IsNull-Column-sys.host' - posted by GitBox <gi...@apache.org> on 2022/06/08 19:14:33 UTC, 2 replies.
- [GitHub] [arrow] lwhite1 commented on pull request #13248: ARROW-16673: [Java] C data interface: Allow ownership transferring for imported buffer - posted by GitBox <gi...@apache.org> on 2022/06/08 19:36:52 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb commented on a diff in pull request #2694: Combine limit and offset to `fetch` and `skip` and implement physical plan support - posted by GitBox <gi...@apache.org> on 2022/06/08 19:43:12 UTC, 0 replies.
- [GitHub] [arrow-rs] Ismail-Maj commented on a diff in pull request #1787: Arbitrary size concat elements utf8 - posted by GitBox <gi...@apache.org> on 2022/06/08 19:43:27 UTC, 3 replies.
- [GitHub] [arrow-datafusion] alamb commented on pull request #2694: Combine limit and offset to `fetch` and `skip` and implement physical plan support - posted by GitBox <gi...@apache.org> on 2022/06/08 19:43:53 UTC, 1 replies.
- [GitHub] [arrow] lidavidm opened a new pull request, #13346: ARROW-16788: [C++] Remove hardening flags gRPC doesn't support - posted by GitBox <gi...@apache.org> on 2022/06/08 19:48:44 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13346: ARROW-16788: [C++] Remove hardening flags gRPC doesn't support - posted by GitBox <gi...@apache.org> on 2022/06/08 19:49:06 UTC, 4 replies.
- [GitHub] [arrow] lidavidm commented on pull request #13346: ARROW-16788: [C++] Remove hardening flags gRPC doesn't support - posted by GitBox <gi...@apache.org> on 2022/06/08 19:49:32 UTC, 2 replies.
- [GitHub] [arrow-datafusion] alamb commented on a diff in pull request #2702: Make sure that the data types are supported in hashjoin before genera… - posted by GitBox <gi...@apache.org> on 2022/06/08 19:59:23 UTC, 0 replies.
- [GitHub] [arrow] rok commented on pull request #12763: ARROW-14892: [Python][C++] GCS Bindings - posted by GitBox <gi...@apache.org> on 2022/06/08 20:22:46 UTC, 0 replies.
- [GitHub] [arrow] emkornfield commented on a diff in pull request #12763: ARROW-14892: [Python][C++] GCS Bindings - posted by GitBox <gi...@apache.org> on 2022/06/08 21:28:10 UTC, 6 replies.
- [GitHub] [arrow-rs] tustvold opened a new pull request, #1822: Test more feature flag combinations in CI (#1630) - posted by GitBox <gi...@apache.org> on 2022/06/08 21:29:51 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on a diff in pull request #1822: Test more feature flag combinations in CI (#1630) - posted by GitBox <gi...@apache.org> on 2022/06/08 21:36:46 UTC, 2 replies.
- [GitHub] [arrow] lidavidm commented on a diff in pull request #13338: ARROW-16761: [C++][Python] Track bytes written in dataset - posted by GitBox <gi...@apache.org> on 2022/06/08 21:39:46 UTC, 0 replies.
- [GitHub] [arrow] pitrou commented on a diff in pull request #12763: ARROW-14892: [Python][C++] GCS Bindings - posted by GitBox <gi...@apache.org> on 2022/06/08 21:46:07 UTC, 7 replies.
- [GitHub] [arrow] lwhite1 commented on a diff in pull request #13248: ARROW-16673: [Java] C data interface: Allow ownership transferring for imported buffer - posted by GitBox <gi...@apache.org> on 2022/06/08 21:58:02 UTC, 1 replies.
- [GitHub] [arrow] rok commented on a diff in pull request #12763: ARROW-14892: [Python][C++] GCS Bindings - posted by GitBox <gi...@apache.org> on 2022/06/08 22:17:29 UTC, 1 replies.
- [GitHub] [arrow] wjones127 commented on a diff in pull request #13108: ARROW-15415: [C++] Fixes for MSVC + vcpkg Debug build - posted by GitBox <gi...@apache.org> on 2022/06/08 22:37:46 UTC, 1 replies.
- [GitHub] [arrow] coryan commented on a diff in pull request #12763: ARROW-14892: [Python][C++] GCS Bindings - posted by GitBox <gi...@apache.org> on 2022/06/08 23:09:24 UTC, 0 replies.
- [GitHub] [arrow] kou merged pull request #13341: ARROW-16786: [Docs] Update "closed without merge" in pull request note - posted by GitBox <gi...@apache.org> on 2022/06/08 23:27:11 UTC, 0 replies.
- [GitHub] [arrow] kou commented on a diff in pull request #13346: ARROW-16788: [C++] Remove hardening flags gRPC doesn't support - posted by GitBox <gi...@apache.org> on 2022/06/08 23:33:22 UTC, 1 replies.
- [GitHub] [arrow] madhavajay commented on issue #12553: Support for Compute Functions on Nested Arrays - posted by GitBox <gi...@apache.org> on 2022/06/08 23:39:34 UTC, 1 replies.
- [GitHub] [arrow] save-buffer commented on a diff in pull request #13143: ARROW-16523: [C++] Part 1 of ExecPlan cleanup: Centralized Task Group - posted by GitBox <gi...@apache.org> on 2022/06/08 23:40:43 UTC, 1 replies.
- [GitHub] [arrow] lidavidm commented on a diff in pull request #13346: ARROW-16788: [C++] Remove hardening flags gRPC doesn't support - posted by GitBox <gi...@apache.org> on 2022/06/08 23:59:40 UTC, 0 replies.
- [GitHub] [arrow] jackylee-ch commented on pull request #13146: ARROW-16566: [Java] Initialize JNI components on use instead of statically - posted by GitBox <gi...@apache.org> on 2022/06/09 00:33:51 UTC, 0 replies.
- [GitHub] [arrow] WillAyd opened a new pull request, #13347: JS cookbook entry for writing IPC - posted by GitBox <gi...@apache.org> on 2022/06/09 00:42:47 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13347: JS cookbook entry for writing IPC - posted by GitBox <gi...@apache.org> on 2022/06/09 00:43:06 UTC, 0 replies.
- [GitHub] [arrow] WillAyd commented on a diff in pull request #13327: ARROW-16706: [Python] Expose RankOptions - posted by GitBox <gi...@apache.org> on 2022/06/09 01:04:28 UTC, 1 replies.
- [GitHub] [arrow-rs] HaoYang670 opened a new pull request, #1823: Further seal the `OffsetSizeTrait` - posted by GitBox <gi...@apache.org> on 2022/06/09 01:35:21 UTC, 0 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1823: Further seal the `OffsetSizeTrait` - posted by GitBox <gi...@apache.org> on 2022/06/09 01:51:55 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13342: ARROW-16382: [Python] Disable memory mapping by default in pyarrow - posted by GitBox <gi...@apache.org> on 2022/06/09 02:08:46 UTC, 1 replies.
- [GitHub] [arrow-datafusion] ming535 closed pull request #2629: Physical Plan for OFFSET - posted by GitBox <gi...@apache.org> on 2022/06/09 02:39:18 UTC, 0 replies.
- [GitHub] [arrow-datafusion] LiuYuHui commented on issue #2697: Improve readability of table scan projections in query plans - posted by GitBox <gi...@apache.org> on 2022/06/09 02:43:57 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on pull request #1823: Further seal the `OffsetSizeTrait` - posted by GitBox <gi...@apache.org> on 2022/06/09 03:01:15 UTC, 0 replies.
- [GitHub] [arrow-rs] HaoYang670 commented on pull request #1823: Further seal the `OffsetSizeTrait` - posted by GitBox <gi...@apache.org> on 2022/06/09 03:48:14 UTC, 1 replies.
- [GitHub] [arrow-rs] HaoYang670 closed pull request #1823: Further seal the `OffsetSizeTrait` - posted by GitBox <gi...@apache.org> on 2022/06/09 03:49:08 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13348: ARROW-16792: [C++][CMake] Add support for using Arrow options when Arrow is used as subproject - posted by GitBox <gi...@apache.org> on 2022/06/09 04:46:36 UTC, 2 replies.
- [GitHub] [arrow] kou commented on pull request #13348: ARROW-16792: [C++][CMake] Add support for using Arrow options when Arrow is used as subproject - posted by GitBox <gi...@apache.org> on 2022/06/09 04:46:40 UTC, 1 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1822: Test more feature flag combinations in CI (#1630) - posted by GitBox <gi...@apache.org> on 2022/06/09 07:46:43 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold merged pull request #1820: Add ScalarBuffer abstraction (#1811) - posted by GitBox <gi...@apache.org> on 2022/06/09 07:47:43 UTC, 0 replies.
- [GitHub] [arrow] chenbaggio opened a new issue, #13349: How to get c_glib debug compiled lib (can debug with src code) - posted by GitBox <gi...@apache.org> on 2022/06/09 08:12:46 UTC, 0 replies.
- [GitHub] [arrow] chenbaggio commented on issue #13349: How to get c_glib debug compiled lib (can debug with src code) - posted by GitBox <gi...@apache.org> on 2022/06/09 08:14:24 UTC, 2 replies.
- [GitHub] [arrow] pitrou merged pull request #13338: ARROW-16761: [C++][Python] Track bytes written in dataset - posted by GitBox <gi...@apache.org> on 2022/06/09 08:57:36 UTC, 0 replies.
- [GitHub] [arrow-rs] HaoYang670 commented on a diff in pull request #1787: Arbitrary size concat elements utf8 - posted by GitBox <gi...@apache.org> on 2022/06/09 09:30:08 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold opened a new issue, #1824: value_offsets Returns Invalid Slice For Empty Offsets Buffer - posted by GitBox <gi...@apache.org> on 2022/06/09 09:40:21 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold opened a new pull request, #1825: Replace RawPtrBox with ScalarBuffer (#1811) - posted by GitBox <gi...@apache.org> on 2022/06/09 09:46:56 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on a diff in pull request #1825: Replace RawPtrBox with ScalarBuffer (#1811) - posted by GitBox <gi...@apache.org> on 2022/06/09 09:49:25 UTC, 1 replies.
- [GitHub] [arrow] raulcd commented on pull request #13350: ARROW-16793: [CI] Update tags for M1 self-hosted runner jobs to be more specific - posted by GitBox <gi...@apache.org> on 2022/06/09 10:16:10 UTC, 6 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13350: ARROW-16793: [CI] Update tags for M1 self-hosted runner jobs to be more specific - posted by GitBox <gi...@apache.org> on 2022/06/09 10:19:29 UTC, 5 replies.
- [GitHub] [arrow] westonpace merged pull request #13205: ARROW-16515: [C++] Adding a Close method to RecordBatchReader - posted by GitBox <gi...@apache.org> on 2022/06/09 10:25:35 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb merged pull request #2694: Combine limit and offset to `fetch` and `skip` and implement physical plan support - posted by GitBox <gi...@apache.org> on 2022/06/09 10:28:55 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb closed issue #2551: Implement physical plan for OFFSET - posted by GitBox <gi...@apache.org> on 2022/06/09 10:28:55 UTC, 0 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1825: Replace RawPtrBox with ScalarBuffer (#1811) - posted by GitBox <gi...@apache.org> on 2022/06/09 10:33:48 UTC, 0 replies.
- [GitHub] [arrow] pitrou commented on pull request #13348: ARROW-16792: [C++][CMake] Add support for using Arrow options when Arrow is used as subproject - posted by GitBox <gi...@apache.org> on 2022/06/09 10:38:10 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb commented on a diff in pull request #1820: Add ScalarBuffer abstraction (#1811) - posted by GitBox <gi...@apache.org> on 2022/06/09 10:39:06 UTC, 0 replies.
- [GitHub] [arrow] pitrou commented on a diff in pull request #13345: ARROW-16789: [Format] Remove experimental marker from C Streaming Interface - posted by GitBox <gi...@apache.org> on 2022/06/09 10:40:46 UTC, 2 replies.
- [GitHub] [arrow-datafusion] alamb commented on pull request #2702: Make sure that the data types are supported in hashjoin before genera… - posted by GitBox <gi...@apache.org> on 2022/06/09 10:41:13 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb closed issue #2145: Join on path partitioned columns fails with error - posted by GitBox <gi...@apache.org> on 2022/06/09 10:41:20 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb merged pull request #2702: Make sure that the data types are supported in hashjoin before genera… - posted by GitBox <gi...@apache.org> on 2022/06/09 10:41:20 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb commented on a diff in pull request #1825: Replace RawPtrBox with ScalarBuffer, reduce `unsafe` usage (#1811) - posted by GitBox <gi...@apache.org> on 2022/06/09 11:02:14 UTC, 0 replies.
- [GitHub] [arrow] zhztheplayer commented on a diff in pull request #13345: ARROW-16789: [Format] Remove experimental marker from C Streaming Interface - posted by GitBox <gi...@apache.org> on 2022/06/09 11:19:00 UTC, 0 replies.
- [GitHub] [arrow] assignUser commented on a diff in pull request #13350: ARROW-16793: [CI] Update tags for M1 self-hosted runner jobs to be more specific - posted by GitBox <gi...@apache.org> on 2022/06/09 11:24:10 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13351: ARROW-16694: [Packaging][Python] Conda packaging jobs on windows are failing - posted by GitBox <gi...@apache.org> on 2022/06/09 11:32:08 UTC, 7 replies.
- [GitHub] [arrow] raulcd commented on pull request #13351: ARROW-16694: [Packaging][Python] Conda packaging jobs on windows are failing - posted by GitBox <gi...@apache.org> on 2022/06/09 11:36:28 UTC, 5 replies.
- [GitHub] [arrow] pitrou commented on pull request #13350: ARROW-16793: [CI] Update tags for M1 self-hosted runner jobs to be more specific - posted by GitBox <gi...@apache.org> on 2022/06/09 12:00:27 UTC, 1 replies.
- [GitHub] [arrow] pitrou commented on pull request #13334: ARROW-14314: [C++] Sorting dictionary array not implemented - posted by GitBox <gi...@apache.org> on 2022/06/09 12:03:48 UTC, 5 replies.
- [GitHub] [arrow] pitrou commented on pull request #12775: ARROW-16006: [C++] Row conversion helpers and example - posted by GitBox <gi...@apache.org> on 2022/06/09 12:11:58 UTC, 3 replies.
- [GitHub] [arrow] pitrou commented on a diff in pull request #12775: ARROW-16006: [C++] Row conversion helpers and example - posted by GitBox <gi...@apache.org> on 2022/06/09 12:14:30 UTC, 1 replies.
- [GitHub] [arrow-rs] tustvold commented on a diff in pull request #1787: Arbitrary size concat elements utf8 - posted by GitBox <gi...@apache.org> on 2022/06/09 12:29:26 UTC, 0 replies.
- [GitHub] [arrow] pitrou merged pull request #13350: ARROW-16793: [CI] Update tags for M1 self-hosted runner jobs to be more specific - posted by GitBox <gi...@apache.org> on 2022/06/09 12:31:00 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb commented on pull request #2677: Switch to object_store crate (#2489) - posted by GitBox <gi...@apache.org> on 2022/06/09 12:35:41 UTC, 5 replies.
- [GitHub] [arrow-datafusion] alamb commented on a diff in pull request #2677: Switch to object_store crate (#2489) - posted by GitBox <gi...@apache.org> on 2022/06/09 13:03:30 UTC, 0 replies.
- [GitHub] [arrow] lidavidm commented on pull request #13302: ARROW-16741: [C++] Add Benchmarks for Binary Temporal Operations - posted by GitBox <gi...@apache.org> on 2022/06/09 13:23:04 UTC, 0 replies.
- [GitHub] [arrow] ursabot commented on pull request #13302: ARROW-16741: [C++] Add Benchmarks for Binary Temporal Operations - posted by GitBox <gi...@apache.org> on 2022/06/09 13:23:30 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb opened a new pull request, #1826: Update versions and CHANGELOG for `16.0.0` - posted by GitBox <gi...@apache.org> on 2022/06/09 13:32:10 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold opened a new pull request, #1827: Refactor parquet::arrow module - posted by GitBox <gi...@apache.org> on 2022/06/09 13:33:16 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on a diff in pull request #1827: Refactor parquet::arrow module - posted by GitBox <gi...@apache.org> on 2022/06/09 13:34:23 UTC, 2 replies.
- [GitHub] [arrow] kszucs commented on pull request #13350: ARROW-16793: [CI] Update tags for M1 self-hosted runner jobs to be more specific - posted by GitBox <gi...@apache.org> on 2022/06/09 13:35:54 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb commented on issue #1786: Rename `arrow/benches/string_kernels.rs` to `arrow/benches/substring_kernels.rs` - posted by GitBox <gi...@apache.org> on 2022/06/09 13:35:59 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb commented on issue #1687: Support writing parquet to `stdout` - posted by GitBox <gi...@apache.org> on 2022/06/09 13:40:30 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb commented on issue #1813: Unsound DecimalArray Validation in Unreleased arrow-rs - posted by GitBox <gi...@apache.org> on 2022/06/09 13:41:43 UTC, 0 replies.
- [GitHub] [arrow] kszucs merged pull request #13328: ARROW-16553: [CI][Java] Adding Java nightly packages (.pom/.jar) to nightlies.apache repository - posted by GitBox <gi...@apache.org> on 2022/06/09 13:46:01 UTC, 0 replies.
- [GitHub] [arrow] kszucs commented on pull request #13328: ARROW-16553: [CI][Java] Adding Java nightly packages (.pom/.jar) to nightlies.apache repository - posted by GitBox <gi...@apache.org> on 2022/06/09 13:48:59 UTC, 1 replies.
- [GitHub] [arrow-rs] alamb commented on a diff in pull request #1822: Change to use `resolver v2`, test more feature flag combinations in CI, fix errors (#1630) - posted by GitBox <gi...@apache.org> on 2022/06/09 13:53:45 UTC, 0 replies.
- [GitHub] [arrow] dragosmg commented on a diff in pull request #13196: ARROW-16407: [R] Extend `parse_date_time` to cover hour, dates, and minutes components - posted by GitBox <gi...@apache.org> on 2022/06/09 13:56:40 UTC, 3 replies.
- [GitHub] [arrow] davisusanibar opened a new pull request, #13352: ARROW-16554: [Java] Download Java nightlies artifacts from https://nightlies.apache.org/arrow/java/org/apache/arrow/ - posted by GitBox <gi...@apache.org> on 2022/06/09 14:02:31 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13352: ARROW-16554: [Java] Download Java nightlies artifacts from https://nightlies.apache.org/arrow/java/org/apache/arrow/ - posted by GitBox <gi...@apache.org> on 2022/06/09 14:02:58 UTC, 0 replies.
- [GitHub] [arrow] amol- commented on a diff in pull request #13352: ARROW-16554: [Java] Download Java nightlies artifacts from https://nightlies.apache.org/arrow/java/org/apache/arrow/ - posted by GitBox <gi...@apache.org> on 2022/06/09 14:18:32 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on pull request #1825: Replace RawPtrBox with ScalarBuffer, reduce `unsafe` usage (#1811) - posted by GitBox <gi...@apache.org> on 2022/06/09 14:21:19 UTC, 1 replies.
- [GitHub] [arrow] wjones127 commented on a diff in pull request #13345: ARROW-16789: [Format] Remove experimental marker from C Streaming Interface - posted by GitBox <gi...@apache.org> on 2022/06/09 14:26:48 UTC, 0 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1826: Update versions and CHANGELOG for `16.0.0` - posted by GitBox <gi...@apache.org> on 2022/06/09 14:26:49 UTC, 0 replies.
- [GitHub] [arrow] davisusanibar commented on a diff in pull request #13352: ARROW-16554: [Java] Download Java nightlies artifacts from https://nightlies.apache.org/arrow/java/org/apache/arrow/ - posted by GitBox <gi...@apache.org> on 2022/06/09 14:31:58 UTC, 0 replies.
- [GitHub] [arrow] lidavidm commented on a diff in pull request #13352: ARROW-16554: [Java] Download Java nightlies artifacts from https://nightlies.apache.org/arrow/java/org/apache/arrow/ - posted by GitBox <gi...@apache.org> on 2022/06/09 14:34:13 UTC, 2 replies.
- [GitHub] [arrow] lidavidm commented on pull request #13352: ARROW-16554: [Java] Download Java nightlies artifacts from https://nightlies.apache.org/arrow/java/org/apache/arrow/ - posted by GitBox <gi...@apache.org> on 2022/06/09 14:37:42 UTC, 0 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1827: Refactor parquet::arrow module - posted by GitBox <gi...@apache.org> on 2022/06/09 14:43:34 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on a diff in pull request #1822: Change to use `resolver v2`, test more feature flag combinations in CI, fix errors (#1630) - posted by GitBox <gi...@apache.org> on 2022/06/09 14:44:09 UTC, 1 replies.
- [GitHub] [arrow-datafusion] waynexia opened a new pull request, #2713: feat: async extension planner - posted by GitBox <gi...@apache.org> on 2022/06/09 14:51:41 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on pull request #1822: Change to use `resolver v2`, test more feature flag combinations in CI, fix errors (#1630) - posted by GitBox <gi...@apache.org> on 2022/06/09 14:51:57 UTC, 4 replies.
- [GitHub] [arrow] davisusanibar commented on pull request #13352: ARROW-16554: [Java] Download Java nightlies artifacts from https://nightlies.apache.org/arrow/java/org/apache/arrow/ - posted by GitBox <gi...@apache.org> on 2022/06/09 15:13:21 UTC, 0 replies.
- [GitHub] [arrow] zeroshade closed pull request #13277: ARROW-16638: [Go][Parquet] Fix skipping large number of rows in boolean columns - posted by GitBox <gi...@apache.org> on 2022/06/09 15:18:00 UTC, 0 replies.
- [GitHub] [arrow] zeroshade commented on a diff in pull request #13310: ARROW-16749: [Go] Fix pqarrow writer for null array - posted by GitBox <gi...@apache.org> on 2022/06/09 15:19:37 UTC, 2 replies.
- [GitHub] [arrow] ni-todo-spot opened a new issue, #13353: Casting a decimal column of a table into a float type when converting a table into a pandas dataframe - posted by GitBox <gi...@apache.org> on 2022/06/09 15:50:24 UTC, 1 replies.
- [GitHub] [arrow] lidavidm merged pull request #13302: ARROW-16741: [C++] Add Benchmarks for Binary Temporal Operations - posted by GitBox <gi...@apache.org> on 2022/06/09 15:56:16 UTC, 0 replies.
- [GitHub] [arrow] pitrou opened a new pull request, #13354: ARROW-16799: [C++] Create a self-pipe abstraction. - posted by GitBox <gi...@apache.org> on 2022/06/09 16:01:54 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13354: ARROW-16799: [C++] Create a self-pipe abstraction - posted by GitBox <gi...@apache.org> on 2022/06/09 16:14:38 UTC, 2 replies.
- [GitHub] [arrow-rs] viirya closed issue #1817: List equality method should work on empty offset ListArray - posted by GitBox <gi...@apache.org> on 2022/06/09 16:17:26 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya merged pull request #1818: Fix list equal for empty offset list array - posted by GitBox <gi...@apache.org> on 2022/06/09 16:17:27 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya commented on pull request #1818: Fix list equal for empty offset list array - posted by GitBox <gi...@apache.org> on 2022/06/09 16:17:37 UTC, 0 replies.
- [GitHub] [arrow-datafusion] waynexia commented on issue #2712: Common Subexpression Eliminiation pass errors if run twice on some plans: Schema contains duplicate unqualified field name 'IsNull-Column-sys.host' - posted by GitBox <gi...@apache.org> on 2022/06/09 16:19:22 UTC, 0 replies.
- [GitHub] [arrow] rtpsw opened a new pull request, #13355: ARROW-16796: [C++] Fix bad defaulting of ExecContext argument - posted by GitBox <gi...@apache.org> on 2022/06/09 16:52:01 UTC, 0 replies.
- [GitHub] [arrow] raulcd commented on pull request #13351: ARROW-16694: [Packaging][Python] Use Mamba instead of conda to build conda environment for windows packaging jobs - posted by GitBox <gi...@apache.org> on 2022/06/09 17:01:41 UTC, 0 replies.
- [GitHub] [arrow] lidavidm commented on a diff in pull request #13354: ARROW-16799: [C++] Create a self-pipe abstraction - posted by GitBox <gi...@apache.org> on 2022/06/09 17:01:58 UTC, 1 replies.
- [GitHub] [arrow] rok commented on issue #12553: Support for Compute Functions on Nested Arrays - posted by GitBox <gi...@apache.org> on 2022/06/09 17:02:43 UTC, 0 replies.
- [GitHub] [arrow] pitrou commented on a diff in pull request #13354: ARROW-16799: [C++] Create a self-pipe abstraction - posted by GitBox <gi...@apache.org> on 2022/06/09 17:03:24 UTC, 3 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13355: ARROW-16796: [C++] Fix bad defaulting of ExecContext argument - posted by GitBox <gi...@apache.org> on 2022/06/09 17:04:29 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb commented on pull request #1821: docs: remove experimental marker on C Stream Interface - posted by GitBox <gi...@apache.org> on 2022/06/09 17:43:18 UTC, 1 replies.
- [GitHub] [arrow] wjones127 opened a new pull request, #13356: ARROW-16800: [C++] RecordBatchBuilder deprecate Status APIs, add Result APIs - posted by GitBox <gi...@apache.org> on 2022/06/09 17:44:11 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13356: ARROW-16800: [C++] RecordBatchBuilder deprecate Status APIs, add Result APIs - posted by GitBox <gi...@apache.org> on 2022/06/09 17:44:33 UTC, 0 replies.
- [GitHub] [arrow] nealrichardson commented on a diff in pull request #13240: ARROW-16406: [Docs][R] Update documentation with new nightly location - posted by GitBox <gi...@apache.org> on 2022/06/09 17:47:15 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold opened a new pull request, #1828: Unpin MIRI nightly - posted by GitBox <gi...@apache.org> on 2022/06/09 17:48:44 UTC, 0 replies.
- [GitHub] [arrow] zeroshade commented on pull request #13322: ARROW-16759: [Go] update testify to get security patch for gopkg.in/yaml.v3 (v7) - posted by GitBox <gi...@apache.org> on 2022/06/09 18:09:25 UTC, 1 replies.
- [GitHub] [arrow] pitrou commented on pull request #13354: ARROW-16799: [C++] Create a self-pipe abstraction - posted by GitBox <gi...@apache.org> on 2022/06/09 18:23:52 UTC, 2 replies.
- [GitHub] [arrow] lidavidm commented on a diff in pull request #12775: ARROW-16006: [C++] Row conversion helpers and example - posted by GitBox <gi...@apache.org> on 2022/06/09 18:34:29 UTC, 3 replies.
- [GitHub] [arrow-rs] alamb commented on pull request #1828: Update MIRI pin - posted by GitBox <gi...@apache.org> on 2022/06/09 19:34:37 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb commented on a diff in pull request #1828: Update MIRI pin - posted by GitBox <gi...@apache.org> on 2022/06/09 19:34:40 UTC, 0 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1828: Update MIRI pin - posted by GitBox <gi...@apache.org> on 2022/06/09 19:35:20 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on a diff in pull request #1828: Update MIRI pin - posted by GitBox <gi...@apache.org> on 2022/06/09 19:36:40 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold merged pull request #1828: Update MIRI pin - posted by GitBox <gi...@apache.org> on 2022/06/09 19:58:29 UTC, 0 replies.
- [GitHub] [arrow] kou commented on issue #13349: How to get c_glib debug compiled lib (can debug with src code) - posted by GitBox <gi...@apache.org> on 2022/06/09 20:12:56 UTC, 1 replies.
- [GitHub] [arrow-rs] jhorstmann opened a new issue, #1829: AVX512 + simd binary and/or kernels slower than autovectorized version - posted by GitBox <gi...@apache.org> on 2022/06/09 20:17:44 UTC, 0 replies.
- [GitHub] [arrow] alamb commented on pull request #13219: ARROW-16636: [Rust] Activate several IPC integration tests for rust - posted by GitBox <gi...@apache.org> on 2022/06/09 20:24:00 UTC, 4 replies.
- [GitHub] [arrow-datafusion] nl5887 commented on issue #2326: Properly support arrow `Struct` types / Composite type in DataFusion - posted by GitBox <gi...@apache.org> on 2022/06/09 20:24:14 UTC, 1 replies.
- [GitHub] [arrow-rs] jhorstmann commented on issue #1829: AVX512 + simd binary and/or kernels slower than autovectorized version - posted by GitBox <gi...@apache.org> on 2022/06/09 20:25:00 UTC, 0 replies.
- [GitHub] [arrow] dominicbarnes commented on pull request #13322: ARROW-16759: [Go] update testify to get security patch for gopkg.in/yaml.v3 (v7) - posted by GitBox <gi...@apache.org> on 2022/06/09 20:34:30 UTC, 1 replies.
- [GitHub] [arrow] rtpsw commented on pull request #13355: ARROW-16796: [C++] Fix bad defaulting of ExecContext argument - posted by GitBox <gi...@apache.org> on 2022/06/09 20:41:34 UTC, 1 replies.
- [GitHub] [arrow-rs] tustvold closed issue #1630: parquet does not compile with `features=["zstd"]` - posted by GitBox <gi...@apache.org> on 2022/06/09 20:53:27 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold merged pull request #1822: Change to use `resolver v2`, test more feature flag combinations in CI, fix errors (#1630) - posted by GitBox <gi...@apache.org> on 2022/06/09 20:53:28 UTC, 0 replies.
- [GitHub] [arrow] lidavidm merged pull request #13352: ARROW-16554: [Java] Download Java nightlies artifacts from https://nightlies.apache.org/arrow/java/org/apache/arrow/ - posted by GitBox <gi...@apache.org> on 2022/06/09 21:02:35 UTC, 0 replies.
- [GitHub] [arrow] ateucher commented on pull request #13336: ARROW-16783: [R] Explicit check for supported classes in arrow_dplyr_query - posted by GitBox <gi...@apache.org> on 2022/06/09 21:02:44 UTC, 0 replies.
- [GitHub] [arrow] mdepero commented on pull request #13357: MINOR: [Go][Parquet] fix go parquet dictionary encoding writer property - posted by GitBox <gi...@apache.org> on 2022/06/09 21:49:11 UTC, 0 replies.
- [GitHub] [arrow-rs] jhorstmann commented on pull request #1825: Replace RawPtrBox with ScalarBuffer, reduce `unsafe` usage (#1811) - posted by GitBox <gi...@apache.org> on 2022/06/09 22:09:57 UTC, 0 replies.
- [GitHub] [arrow] westonpace commented on pull request #13355: ARROW-16796: [C++] Fix bad defaulting of ExecContext argument - posted by GitBox <gi...@apache.org> on 2022/06/09 22:25:22 UTC, 0 replies.
- [GitHub] [arrow-rs] jhorstmann opened a new pull request, #1830: Remove simd and avx512 bitwise kernels in favor of autovectorization - posted by GitBox <gi...@apache.org> on 2022/06/09 22:39:01 UTC, 0 replies.
- [GitHub] [arrow] westonpace commented on issue #13353: Casting a decimal column of a table into a float type when converting a table into a pandas dataframe - posted by GitBox <gi...@apache.org> on 2022/06/09 22:55:04 UTC, 0 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1830: Remove simd and avx512 bitwise kernels in favor of autovectorization - posted by GitBox <gi...@apache.org> on 2022/06/09 22:56:17 UTC, 0 replies.
- [GitHub] [arrow] mrkn commented on issue #12553: Support for Compute Functions on Nested Arrays - posted by GitBox <gi...@apache.org> on 2022/06/09 23:14:11 UTC, 0 replies.
- [GitHub] [arrow] kou merged pull request #13351: ARROW-16694: [Packaging][Python] Use Mamba instead of conda to build conda environment for windows packaging jobs - posted by GitBox <gi...@apache.org> on 2022/06/09 23:39:33 UTC, 0 replies.
- [GitHub] [arrow] save-buffer commented on pull request #13314: ARROW-16716: [C++] Add Benchmarks for ProjectNode - posted by GitBox <gi...@apache.org> on 2022/06/10 00:04:07 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove opened a new pull request, #2714: Prepare 9.0.0 release - posted by GitBox <gi...@apache.org> on 2022/06/10 00:39:44 UTC, 0 replies.
- [GitHub] [arrow] traversc opened a new issue, #13358: Bug: unable to install R package on CentOS 7 - posted by GitBox <gi...@apache.org> on 2022/06/10 00:50:35 UTC, 0 replies.
- [GitHub] [arrow] kou merged pull request #13348: ARROW-16792: [C++][CMake] Add support for using Arrow options when Arrow is used as subproject - posted by GitBox <gi...@apache.org> on 2022/06/10 01:15:24 UTC, 0 replies.
- [GitHub] [arrow] ursabot commented on pull request #13277: ARROW-16638: [Go][Parquet] Fix skipping large number of rows in boolean columns - posted by GitBox <gi...@apache.org> on 2022/06/10 01:21:32 UTC, 0 replies.
- [GitHub] [arrow] chenbaggio closed issue #13349: How to get c_glib debug compiled lib (can debug with src code) - posted by GitBox <gi...@apache.org> on 2022/06/10 01:41:20 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13359: ARROW-16794: [CI][C++][MinGW] Use debug build to reduce build time - posted by GitBox <gi...@apache.org> on 2022/06/10 01:49:52 UTC, 1 replies.
- [GitHub] [arrow-julia] baumgold opened a new pull request, #325: allow ntasks to be 0 and determine whetheher to use threads based on nthreads rather than ntasks - posted by GitBox <gi...@apache.org> on 2022/06/10 02:15:36 UTC, 0 replies.
- [GitHub] [arrow-julia] codecov-commenter commented on pull request #325: allow ntasks to be 0 and determine whetheher to use threads based on nthreads rather than ntasks - posted by GitBox <gi...@apache.org> on 2022/06/10 02:32:36 UTC, 0 replies.
- [GitHub] [arrow] cyb70289 commented on a diff in pull request #13354: ARROW-16799: [C++] Create a self-pipe abstraction - posted by GitBox <gi...@apache.org> on 2022/06/10 02:53:24 UTC, 1 replies.
- [GitHub] [arrow] alexandreyc commented on a diff in pull request #13310: ARROW-16749: [Go] Fix pqarrow writer for null array - posted by GitBox <gi...@apache.org> on 2022/06/10 03:20:26 UTC, 1 replies.
- [GitHub] [arrow] kou commented on a diff in pull request #12763: ARROW-14892: [Python][C++] GCS Bindings - posted by GitBox <gi...@apache.org> on 2022/06/10 04:29:24 UTC, 2 replies.
- [GitHub] [arrow-rs] Ted-Jiang opened a new pull request, #1831: [Minor] Fix annotation - posted by GitBox <gi...@apache.org> on 2022/06/10 04:43:16 UTC, 0 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1831: [Minor] Fix annotation - posted by GitBox <gi...@apache.org> on 2022/06/10 05:02:57 UTC, 0 replies.
- [GitHub] [arrow] kou commented on pull request #13359: ARROW-16794: [CI][C++][MinGW] Use debug build to reduce build time - posted by GitBox <gi...@apache.org> on 2022/06/10 06:22:32 UTC, 1 replies.
- [GitHub] [arrow-rs] HaoYang670 opened a new pull request, #1832: speed up `substring_by_char` by about 2.5x - posted by GitBox <gi...@apache.org> on 2022/06/10 06:24:12 UTC, 0 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1832: speed up `substring_by_char` by about 2.5x - posted by GitBox <gi...@apache.org> on 2022/06/10 06:46:41 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on pull request #1831: [Minor] Fix annotation - posted by GitBox <gi...@apache.org> on 2022/06/10 06:48:59 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold merged pull request #1831: [Minor] Clarify PageIterator Documentation - posted by GitBox <gi...@apache.org> on 2022/06/10 06:51:15 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on pull request #1827: Refactor parquet::arrow module - posted by GitBox <gi...@apache.org> on 2022/06/10 06:54:18 UTC, 0 replies.
- [GitHub] [arrow-rs] tatsuya6502 commented on issue #1829: AVX512 + simd binary and/or kernels slower than autovectorized version - posted by GitBox <gi...@apache.org> on 2022/06/10 06:58:41 UTC, 0 replies.
- [GitHub] [arrow-julia] quinnj merged pull request #325: allow ntasks to be 0 and determine whetheher to use threads based on nthreads rather than ntasks - posted by GitBox <gi...@apache.org> on 2022/06/10 07:11:09 UTC, 0 replies.
- [GitHub] [arrow-datafusion] waynexia opened a new pull request, #2715: fix: check redundant fields while building projection plan - posted by GitBox <gi...@apache.org> on 2022/06/10 07:19:47 UTC, 0 replies.
- [GitHub] [arrow-datafusion] waynexia commented on pull request #2715: fix: check redundant fields while building projection plan - posted by GitBox <gi...@apache.org> on 2022/06/10 07:23:35 UTC, 2 replies.
- [GitHub] [arrow] kou opened a new pull request, #13360: ARROW-16804: [CI][Conan] Merge upstream changes - posted by GitBox <gi...@apache.org> on 2022/06/10 07:50:20 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold closed issue #1797: Command line tool for convert CSV to Parquet - posted by GitBox <gi...@apache.org> on 2022/06/10 07:50:57 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold merged pull request #1798: add parquet-fromcsv (#1) - posted by GitBox <gi...@apache.org> on 2022/06/10 07:50:58 UTC, 0 replies.
- [GitHub] [arrow-rs] Ted-Jiang commented on pull request #1827: Refactor parquet::arrow module - posted by GitBox <gi...@apache.org> on 2022/06/10 07:52:44 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13360: ARROW-16804: [CI][Conan] Merge upstream changes - posted by GitBox <gi...@apache.org> on 2022/06/10 07:56:33 UTC, 2 replies.
- [GitHub] [arrow-rs] HaoYang670 commented on a diff in pull request #1832: speed up `substring_by_char` by about 2.5x - posted by GitBox <gi...@apache.org> on 2022/06/10 07:57:12 UTC, 7 replies.
- [GitHub] [arrow-rs] tustvold opened a new issue, #1833: Larger CI Runners to Prevent MIRI OOMing and Improve CI Times - posted by GitBox <gi...@apache.org> on 2022/06/10 08:03:29 UTC, 0 replies.
- [GitHub] [arrow] helloqingbing commented on issue #13339: [Urgent]parquet-cpp write a row done without column type exception ,but cause a segfault - posted by GitBox <gi...@apache.org> on 2022/06/10 08:12:25 UTC, 0 replies.
- [GitHub] [arrow] helloqingbing closed issue #13339: [Urgent]parquet-cpp write a row done without column type exception ,but cause a segfault - posted by GitBox <gi...@apache.org> on 2022/06/10 08:12:34 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on a diff in pull request #1832: speed up `substring_by_char` by about 2.5x - posted by GitBox <gi...@apache.org> on 2022/06/10 08:26:04 UTC, 8 replies.
- [GitHub] [arrow-datafusion] gandronchik commented on pull request #2680: chore: default precision and scale for cast decimal - posted by GitBox <gi...@apache.org> on 2022/06/10 08:29:46 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on pull request #1830: Remove simd and avx512 bitwise kernels in favor of autovectorization - posted by GitBox <gi...@apache.org> on 2022/06/10 08:30:02 UTC, 1 replies.
- [GitHub] [arrow-datafusion] tustvold commented on a diff in pull request #2713: feat: async extension planner - posted by GitBox <gi...@apache.org> on 2022/06/10 08:33:39 UTC, 1 replies.
- [GitHub] [arrow-rs] Ted-Jiang opened a new issue, #1834: Sperate get_next_page_header from get_next_page in PageReader - posted by GitBox <gi...@apache.org> on 2022/06/10 08:55:19 UTC, 0 replies.
- [GitHub] [arrow-rs] Ted-Jiang commented on issue #1834: Sperate get_next_page_header from get_next_page in PageReader - posted by GitBox <gi...@apache.org> on 2022/06/10 08:55:47 UTC, 1 replies.
- [GitHub] [arrow-rs] tustvold commented on issue #1834: Sperate get_next_page_header from get_next_page in PageReader - posted by GitBox <gi...@apache.org> on 2022/06/10 09:00:43 UTC, 0 replies.
- [GitHub] [arrow-rs] MazterQyou opened a new issue, #1835: Add `quarter` support in `temporal` - posted by GitBox <gi...@apache.org> on 2022/06/10 09:07:43 UTC, 0 replies.
- [GitHub] [arrow-rs] MazterQyou opened a new pull request, #1836: Add `quarter` support in `temporal` - posted by GitBox <gi...@apache.org> on 2022/06/10 09:11:00 UTC, 1 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1836: Add `quarter` support in `temporal` - posted by GitBox <gi...@apache.org> on 2022/06/10 09:31:19 UTC, 0 replies.
- [GitHub] [arrow] cyb70289 merged pull request #13354: ARROW-16799: [C++] Create a self-pipe abstraction - posted by GitBox <gi...@apache.org> on 2022/06/10 09:32:47 UTC, 0 replies.
- [GitHub] [arrow] raulcd commented on a diff in pull request #13311: ARROW-16340: [Python] Move all Python related code into PyArrow - posted by GitBox <gi...@apache.org> on 2022/06/10 09:40:05 UTC, 0 replies.
- [GitHub] [arrow-datafusion] gandronchik commented on pull request #2177: User Defined Table Function (udtf) support - posted by GitBox <gi...@apache.org> on 2022/06/10 09:51:36 UTC, 2 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13361: [CI][Python] Verify source script fails on Ubuntu 18.04 due to old setuptools version - posted by GitBox <gi...@apache.org> on 2022/06/10 09:57:36 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13361: ARROW-16806: [CI][Python] Verify source script fails on Ubuntu 18.04 due to old setuptools version - posted by GitBox <gi...@apache.org> on 2022/06/10 09:58:54 UTC, 3 replies.
- [GitHub] [arrow] raulcd commented on pull request #13361: ARROW-16806: [CI][Python] Verify source script fails on Ubuntu 18.04 due to old setuptools version - posted by GitBox <gi...@apache.org> on 2022/06/10 09:59:21 UTC, 1 replies.
- [GitHub] [arrow-rs] tustvold opened a new pull request, #1837: Update safety disclaimer - posted by GitBox <gi...@apache.org> on 2022/06/10 10:09:21 UTC, 0 replies.
- [GitHub] [arrow] amol- commented on a diff in pull request #13342: ARROW-16382: [Python] Disable memory mapping by default in pyarrow - posted by GitBox <gi...@apache.org> on 2022/06/10 10:19:32 UTC, 2 replies.
- [GitHub] [arrow-datafusion] alamb commented on issue #2326: Properly support arrow `Struct` types / Composite type in DataFusion - posted by GitBox <gi...@apache.org> on 2022/06/10 10:26:04 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb commented on pull request #1822: Change to use `resolver v2`, test more feature flag combinations in CI, fix errors (#1630) - posted by GitBox <gi...@apache.org> on 2022/06/10 10:26:20 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb commented on issue #1833: Larger CI Runners to Prevent MIRI OOMing and Improve CI Times - posted by GitBox <gi...@apache.org> on 2022/06/10 10:27:25 UTC, 0 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1837: Update safety disclaimer - posted by GitBox <gi...@apache.org> on 2022/06/10 10:30:28 UTC, 0 replies.
- [GitHub] [arrow-datafusion] codecov-commenter commented on pull request #2715: fix: check redundant fields while building projection plan - posted by GitBox <gi...@apache.org> on 2022/06/10 10:31:50 UTC, 0 replies.
- [GitHub] [arrow-julia] ericphanson commented on a diff in pull request #325: allow ntasks to be 0 and determine whetheher to use threads based on nthreads rather than ntasks - posted by GitBox <gi...@apache.org> on 2022/06/10 10:36:43 UTC, 1 replies.
- [GitHub] [arrow-rs] alamb commented on pull request #1798: add parquet-fromcsv (#1) - posted by GitBox <gi...@apache.org> on 2022/06/10 10:41:05 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold merged pull request #1837: Update safety disclaimer - posted by GitBox <gi...@apache.org> on 2022/06/10 10:54:42 UTC, 0 replies.
- [GitHub] [arrow-rs] nl5887 opened a new pull request, #1838: Make equals_datatype method public, enabling other modules - posted by GitBox <gi...@apache.org> on 2022/06/10 11:53:22 UTC, 0 replies.
- [GitHub] [arrow-rs] nl5887 commented on pull request #1838: Make equals_datatype method public, enabling other modules - posted by GitBox <gi...@apache.org> on 2022/06/10 11:53:31 UTC, 0 replies.
- [GitHub] [arrow] kou commented on pull request #13360: ARROW-16804: [CI][Conan] Merge upstream changes - posted by GitBox <gi...@apache.org> on 2022/06/10 11:55:47 UTC, 0 replies.
- [GitHub] [arrow-rs] nl5887 opened a new pull request, #1839: Improve comparison of struct fields - posted by GitBox <gi...@apache.org> on 2022/06/10 11:58:31 UTC, 0 replies.
- [GitHub] [arrow-datafusion] thinkharderdev opened a new pull request, #2716: Support for GROUPING SETS/CUBE/ROLLUP - posted by GitBox <gi...@apache.org> on 2022/06/10 12:20:00 UTC, 0 replies.
- [GitHub] [arrow-datafusion] thinkharderdev commented on pull request #2716: Support for GROUPING SETS/CUBE/ROLLUP - posted by GitBox <gi...@apache.org> on 2022/06/10 12:23:38 UTC, 0 replies.
- [GitHub] [arrow] raulcd opened a new pull request, #13362: MINOR: Pin previous minio version for brew - posted by GitBox <gi...@apache.org> on 2022/06/10 13:22:27 UTC, 0 replies.
- [GitHub] [arrow] amol- commented on a diff in pull request #13311: ARROW-16340: [Python] Move all Python related code into PyArrow - posted by GitBox <gi...@apache.org> on 2022/06/10 13:23:42 UTC, 1 replies.
- [GitHub] [arrow-datafusion] waynexia commented on a diff in pull request #2713: feat: async extension planner - posted by GitBox <gi...@apache.org> on 2022/06/10 13:47:37 UTC, 1 replies.
- [GitHub] [arrow-datafusion] matthewmturner commented on pull request #2677: Switch to object_store crate (#2489) - posted by GitBox <gi...@apache.org> on 2022/06/10 14:05:56 UTC, 2 replies.
- [GitHub] [arrow] zeroshade closed pull request #13322: ARROW-16759: [Go] update testify to get security patch for gopkg.in/yaml.v3 (v7) - posted by GitBox <gi...@apache.org> on 2022/06/10 14:16:40 UTC, 0 replies.
- [GitHub] [arrow-julia] baumgold commented on a diff in pull request #325: allow ntasks to be 0 and determine whetheher to use threads based on nthreads rather than ntasks - posted by GitBox <gi...@apache.org> on 2022/06/10 14:17:54 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb commented on a diff in pull request #2714: Prepare 9.0.0 release - posted by GitBox <gi...@apache.org> on 2022/06/10 14:23:09 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13344: ARROW-16686: [C++] Use unique_ptr with FunctionOptions - posted by GitBox <gi...@apache.org> on 2022/06/10 14:26:36 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold opened a new pull request, #1840: Update arrow module docs - posted by GitBox <gi...@apache.org> on 2022/06/10 14:43:25 UTC, 0 replies.
- [GitHub] [arrow-datafusion] codecov-commenter commented on pull request #2714: Prepare 9.0.0 release - posted by GitBox <gi...@apache.org> on 2022/06/10 14:45:11 UTC, 0 replies.
- [GitHub] [arrow] assignUser opened a new pull request, #13363: [DO NOT MERGE] [WIP] Testing - posted by GitBox <gi...@apache.org> on 2022/06/10 14:51:43 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13363: [DO NOT MERGE] [WIP] Testing - posted by GitBox <gi...@apache.org> on 2022/06/10 14:52:07 UTC, 2 replies.
- [GitHub] [arrow] assignUser commented on pull request #13363: [DO NOT MERGE] [WIP] Testing - posted by GitBox <gi...@apache.org> on 2022/06/10 14:52:17 UTC, 1 replies.
- [GitHub] [arrow-rs] tustvold opened a new issue, #1841: Implement Extend for Builder - posted by GitBox <gi...@apache.org> on 2022/06/10 14:54:08 UTC, 0 replies.
- [GitHub] [arrow-datafusion] waynexia opened a new pull request, #2717: Fix clippy warnings with toolchain 1.63 - posted by GitBox <gi...@apache.org> on 2022/06/10 14:55:10 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on a diff in pull request #1840: Update arrow module docs - posted by GitBox <gi...@apache.org> on 2022/06/10 14:59:44 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove closed issue #2676: DataFusion 9.0.0 Release - posted by GitBox <gi...@apache.org> on 2022/06/10 15:10:26 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove merged pull request #2714: Prepare 9.0.0 release - posted by GitBox <gi...@apache.org> on 2022/06/10 15:10:27 UTC, 0 replies.
- [GitHub] [arrow] assignUser commented on issue #13358: Bug: unable to install R package on CentOS 7 - posted by GitBox <gi...@apache.org> on 2022/06/10 15:13:14 UTC, 0 replies.
- [GitHub] [arrow-datafusion] waynexia commented on pull request #2699: Sort preserving `SortMergeJoin` - posted by GitBox <gi...@apache.org> on 2022/06/10 15:29:57 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya commented on a diff in pull request #1839: Improve comparison of struct fields - posted by GitBox <gi...@apache.org> on 2022/06/10 16:38:40 UTC, 4 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1838: Make equals_datatype method public, enabling other modules - posted by GitBox <gi...@apache.org> on 2022/06/10 16:38:59 UTC, 0 replies.
- [GitHub] [arrow] ursabot commented on pull request #13322: ARROW-16759: [Go] update testify to get security patch for gopkg.in/yaml.v3 (v7) - posted by GitBox <gi...@apache.org> on 2022/06/10 16:41:12 UTC, 1 replies.
- [GitHub] [arrow-rs] tustvold commented on a diff in pull request #1836: Add `quarter` support in `temporal` - posted by GitBox <gi...@apache.org> on 2022/06/10 16:44:05 UTC, 0 replies.
- [GitHub] [arrow-datafusion] tustvold merged pull request #2717: Fix clippy warnings with toolchain 1.63 - posted by GitBox <gi...@apache.org> on 2022/06/10 16:50:58 UTC, 0 replies.
- [GitHub] [arrow-datafusion] tustvold commented on pull request #2717: Fix clippy warnings with toolchain 1.63 - posted by GitBox <gi...@apache.org> on 2022/06/10 16:51:54 UTC, 0 replies.
- [GitHub] [arrow] wesm opened a new pull request, #13364: ARROW-16756: [C++] Introduce non-owning ArraySpan, ExecSpan data structures and refactor ScalarKernels to use them - posted by GitBox <gi...@apache.org> on 2022/06/10 16:53:59 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13364: ARROW-16756: [C++] Introduce non-owning ArraySpan, ExecSpan data structures and refactor ScalarKernels to use them - posted by GitBox <gi...@apache.org> on 2022/06/10 16:54:21 UTC, 0 replies.
- [GitHub] [arrow] wesm commented on pull request #13364: ARROW-16756: [C++] Introduce non-owning ArraySpan, ExecSpan data structures and refactor ScalarKernels to use them - posted by GitBox <gi...@apache.org> on 2022/06/10 16:55:28 UTC, 16 replies.
- [GitHub] [arrow-rs] alamb merged pull request #1838: Make equals_datatype method public, enabling other modules - posted by GitBox <gi...@apache.org> on 2022/06/10 16:58:31 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb commented on a diff in pull request #1836: Add `quarter` support in `temporal` - posted by GitBox <gi...@apache.org> on 2022/06/10 17:00:07 UTC, 0 replies.
- [GitHub] [arrow-datafusion] thinkharderdev commented on a diff in pull request #2677: Switch to object_store crate (#2489) - posted by GitBox <gi...@apache.org> on 2022/06/10 17:01:07 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb commented on a diff in pull request #1839: Improve comparison of struct fields - posted by GitBox <gi...@apache.org> on 2022/06/10 17:02:22 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb merged pull request #1840: Update arrow module docs - posted by GitBox <gi...@apache.org> on 2022/06/10 17:08:23 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb commented on a diff in pull request #1840: Update arrow module docs - posted by GitBox <gi...@apache.org> on 2022/06/10 17:08:33 UTC, 0 replies.
- [GitHub] [arrow] wjones127 commented on pull request #13356: ARROW-16800: [C++] RecordBatchBuilder deprecate Status APIs, add Result APIs - posted by GitBox <gi...@apache.org> on 2022/06/10 17:08:49 UTC, 0 replies.
- [GitHub] [arrow] westonpace merged pull request #13314: ARROW-16716: [C++] Add Benchmarks for ProjectNode - posted by GitBox <gi...@apache.org> on 2022/06/10 17:14:05 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb merged pull request #1826: Update versions and CHANGELOG for `16.0.0` - posted by GitBox <gi...@apache.org> on 2022/06/10 17:27:05 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb opened a new pull request, #2718: WIP: Upgrade to arrow `16.0.0` - posted by GitBox <gi...@apache.org> on 2022/06/10 17:33:57 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya commented on pull request #1830: Remove simd and avx512 bitwise kernels in favor of autovectorization - posted by GitBox <gi...@apache.org> on 2022/06/10 17:36:08 UTC, 0 replies.
- [GitHub] [arrow] iChauster opened a new pull request, #13366: ARROW-16809: [C++] Add Benchmarks for FilterNode - posted by GitBox <gi...@apache.org> on 2022/06/10 17:48:32 UTC, 0 replies.
- [GitHub] [arrow] zeroshade commented on pull request #13357: MINOR: [Go][Parquet] fix go parquet dictionary encoding writer property - posted by GitBox <gi...@apache.org> on 2022/06/10 17:48:34 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13366: ARROW-16809: [C++] Add Benchmarks for FilterNode - posted by GitBox <gi...@apache.org> on 2022/06/10 17:48:51 UTC, 1 replies.
- [GitHub] [arrow-rs] nl5887 commented on a diff in pull request #1839: Improve comparison of struct fields - posted by GitBox <gi...@apache.org> on 2022/06/10 17:49:43 UTC, 3 replies.
- [GitHub] [arrow-datafusion] alamb commented on a diff in pull request #2718: WIP: Upgrade to arrow `16.0.0` - posted by GitBox <gi...@apache.org> on 2022/06/10 17:49:58 UTC, 1 replies.
- [GitHub] [arrow] iChauster commented on a diff in pull request #13366: ARROW-16809: [C++] Add Benchmarks for FilterNode - posted by GitBox <gi...@apache.org> on 2022/06/10 17:52:18 UTC, 6 replies.
- [GitHub] [arrow] iChauster commented on pull request #13366: ARROW-16809: [C++] Add Benchmarks for FilterNode - posted by GitBox <gi...@apache.org> on 2022/06/10 17:53:26 UTC, 7 replies.
- [GitHub] [arrow] zeroshade closed pull request #13310: ARROW-16749: [Go] Fix pqarrow writer for null array - posted by GitBox <gi...@apache.org> on 2022/06/10 17:58:52 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb opened a new issue, #2719: Test (path normalization) failures while verifying release candidate 9.0.0 RC1 - posted by GitBox <gi...@apache.org> on 2022/06/10 18:07:45 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb commented on issue #2719: Test (path normalization) failures while verifying release candidate 9.0.0 RC1 - posted by GitBox <gi...@apache.org> on 2022/06/10 18:09:00 UTC, 0 replies.
- [GitHub] [arrow] Yuhta opened a new issue, #13367: How to build without PIC - posted by GitBox <gi...@apache.org> on 2022/06/10 18:37:21 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb commented on pull request #2716: Support for GROUPING SETS/CUBE/ROLLUP - posted by GitBox <gi...@apache.org> on 2022/06/10 18:40:12 UTC, 1 replies.
- [GitHub] [arrow-datafusion] alamb commented on pull request #2699: Sort preserving `SortMergeJoin` - posted by GitBox <gi...@apache.org> on 2022/06/10 18:47:03 UTC, 1 replies.
- [GitHub] [arrow] lidavidm commented on a diff in pull request #13365: MINOR: [Python] Fix FlightServerBase docstring - posted by GitBox <gi...@apache.org> on 2022/06/10 18:48:20 UTC, 1 replies.
- [GitHub] [arrow] westonpace commented on a diff in pull request #13108: ARROW-15415: [C++] Fixes for MSVC + vcpkg Debug build - posted by GitBox <gi...@apache.org> on 2022/06/10 18:56:46 UTC, 0 replies.
- [GitHub] [arrow-ballista] haoxins opened a new pull request, #65: Update the K8s deployment docs - posted by GitBox <gi...@apache.org> on 2022/06/10 19:04:09 UTC, 0 replies.
- [GitHub] [arrow-rs] jhorstmann commented on pull request #1830: Remove simd and avx512 bitwise kernels in favor of autovectorization - posted by GitBox <gi...@apache.org> on 2022/06/10 19:04:26 UTC, 2 replies.
- [GitHub] [arrow] save-buffer commented on a diff in pull request #13364: ARROW-16756: [C++] Introduce non-owning ArraySpan, ExecSpan data structures and refactor ScalarKernels to use them - posted by GitBox <gi...@apache.org> on 2022/06/10 19:09:28 UTC, 0 replies.
- [GitHub] [arrow] lidavidm commented on a diff in pull request #13364: ARROW-16756: [C++] Introduce non-owning ArraySpan, ExecSpan data structures and refactor ScalarKernels to use them - posted by GitBox <gi...@apache.org> on 2022/06/10 19:26:45 UTC, 4 replies.
- [GitHub] [arrow] pitrou commented on a diff in pull request #13365: MINOR: [Python] Fix FlightServerBase docstring - posted by GitBox <gi...@apache.org> on 2022/06/10 20:05:50 UTC, 0 replies.
- [GitHub] [arrow] pitrou commented on pull request #13362: MINOR: [CI] Pin previous minio version for brew - posted by GitBox <gi...@apache.org> on 2022/06/10 20:06:55 UTC, 1 replies.
- [GitHub] [arrow] westonpace merged pull request #13355: ARROW-16796: [C++] Fix bad defaulting of ExecContext argument - posted by GitBox <gi...@apache.org> on 2022/06/10 20:40:58 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove opened a new issue, #2720: Recent API change in `GlobalLimitExec` breaks compatibility with Ballista - posted by GitBox <gi...@apache.org> on 2022/06/10 20:42:47 UTC, 0 replies.
- [GitHub] [arrow] westonpace opened a new pull request, #13368: ARROW-16811: [C++] Remove default exec context from Expression::Bind - posted by GitBox <gi...@apache.org> on 2022/06/10 20:48:07 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13368: ARROW-16811: [C++] Remove default exec context from Expression::Bind - posted by GitBox <gi...@apache.org> on 2022/06/10 20:48:27 UTC, 1 replies.
- [GitHub] [arrow-rs] tustvold opened a new pull request, #1842: Strongly typed UnionBuilder - posted by GitBox <gi...@apache.org> on 2022/06/10 21:01:27 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold opened a new issue, #1843: Split up arrow::array::builder module - posted by GitBox <gi...@apache.org> on 2022/06/10 21:14:51 UTC, 0 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1842: Implement UnionArray FieldData using Type Erasure - posted by GitBox <gi...@apache.org> on 2022/06/10 21:28:14 UTC, 0 replies.
- [GitHub] [arrow] vibhatha commented on pull request #13344: ARROW-16686: [C++] Use unique_ptr with FunctionOptions - posted by GitBox <gi...@apache.org> on 2022/06/10 21:49:13 UTC, 0 replies.
- [GitHub] [arrow] wesm commented on a diff in pull request #13364: ARROW-16756: [C++] Introduce non-owning ArraySpan, ExecSpan data structures and refactor ScalarKernels to use them - posted by GitBox <gi...@apache.org> on 2022/06/10 21:53:27 UTC, 19 replies.
- [GitHub] [arrow] ursabot commented on pull request #13310: ARROW-16749: [Go] Fix pqarrow writer for null array - posted by GitBox <gi...@apache.org> on 2022/06/10 22:02:24 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya opened a new pull request, #1844: MINOR: Remove version from parquet-fromcsv-help.txt - posted by GitBox <gi...@apache.org> on 2022/06/10 23:01:12 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove commented on issue #2719: Test (path normalization) failures while verifying release candidate 9.0.0 RC1 - posted by GitBox <gi...@apache.org> on 2022/06/10 23:06:58 UTC, 0 replies.
- [GitHub] [arrow] mdepero commented on pull request #13357: ARROW-16813: [Go][Parquet] fix go parquet dictionary encoding writer property - posted by GitBox <gi...@apache.org> on 2022/06/10 23:34:57 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13357: ARROW-16813: [Go][Parquet] fix go parquet dictionary encoding writer property - posted by GitBox <gi...@apache.org> on 2022/06/10 23:34:59 UTC, 1 replies.
- [GitHub] [arrow-rs] viirya commented on pull request #1844: MINOR: Remove version check from `test_command_help` - posted by GitBox <gi...@apache.org> on 2022/06/11 00:06:26 UTC, 1 replies.
- [GitHub] [arrow] wjones127 commented on pull request #13108: ARROW-15415: [C++] Fixes for MSVC + vcpkg Debug build - posted by GitBox <gi...@apache.org> on 2022/06/11 01:30:06 UTC, 0 replies.
- [GitHub] [arrow-rs] MazterQyou closed pull request #1836: Add `quarter` support in `temporal` - posted by GitBox <gi...@apache.org> on 2022/06/11 02:27:44 UTC, 0 replies.
- [GitHub] [arrow-rs] MazterQyou commented on a diff in pull request #1836: Add `quarter` support in `temporal` - posted by GitBox <gi...@apache.org> on 2022/06/11 02:34:32 UTC, 3 replies.
- [GitHub] [arrow-datafusion] Tony1234th commented on pull request #2688: fix: union schema fix - posted by GitBox <gi...@apache.org> on 2022/06/11 02:53:01 UTC, 0 replies.
- [GitHub] [arrow-rs] MazterQyou opened a new issue, #1845: Add `nilike` support in `comparison` - posted by GitBox <gi...@apache.org> on 2022/06/11 02:58:37 UTC, 0 replies.
- [GitHub] [arrow-rs] MazterQyou opened a new pull request, #1846: Add `nilike` support in `comparison` - posted by GitBox <gi...@apache.org> on 2022/06/11 03:01:29 UTC, 0 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1846: Add `nilike` support in `comparison` - posted by GitBox <gi...@apache.org> on 2022/06/11 03:19:03 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya opened a new issue, #1847: PyArrow intergation test for C Stream Interface - posted by GitBox <gi...@apache.org> on 2022/06/11 03:51:34 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya opened a new pull request, #1848: Add PyArrow integration test for C Stream Interface - posted by GitBox <gi...@apache.org> on 2022/06/11 03:52:13 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya commented on pull request #1848: Add PyArrow integration test for C Stream Interface - posted by GitBox <gi...@apache.org> on 2022/06/11 03:53:02 UTC, 1 replies.
- [GitHub] [arrow-rs] viirya commented on a diff in pull request #1848: Add PyArrow integration test for C Stream Interface - posted by GitBox <gi...@apache.org> on 2022/06/11 03:54:11 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on a diff in pull request #1844: MINOR: Remove version check from `test_command_help` - posted by GitBox <gi...@apache.org> on 2022/06/11 04:07:28 UTC, 0 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1848: Add PyArrow integration test for C Stream Interface - posted by GitBox <gi...@apache.org> on 2022/06/11 04:09:36 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya commented on a diff in pull request #1844: MINOR: Remove version check from `test_command_help` - posted by GitBox <gi...@apache.org> on 2022/06/11 04:35:22 UTC, 0 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1844: MINOR: Remove version check from `test_command_help` - posted by GitBox <gi...@apache.org> on 2022/06/11 04:53:45 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya merged pull request #1844: MINOR: Remove version check from `test_command_help` - posted by GitBox <gi...@apache.org> on 2022/06/11 05:35:26 UTC, 0 replies.
- [GitHub] [arrow-datafusion] AssHero opened a new pull request, #2721: more data types are supported in hash join - posted by GitBox <gi...@apache.org> on 2022/06/11 07:06:40 UTC, 1 replies.
- [GitHub] [arrow-datafusion] AssHero commented on pull request #2721: more data types are supported in hash join - posted by GitBox <gi...@apache.org> on 2022/06/11 07:12:26 UTC, 3 replies.
- [GitHub] [arrow-rs] tustvold closed issue #1835: Add `quarter` support in `temporal` - posted by GitBox <gi...@apache.org> on 2022/06/11 07:14:51 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold merged pull request #1836: Add `quarter` support in `temporal` - posted by GitBox <gi...@apache.org> on 2022/06/11 07:14:52 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold closed issue #1800: Speed up `substring_by_char` - posted by GitBox <gi...@apache.org> on 2022/06/11 09:18:06 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold merged pull request #1832: speed up `substring_by_char` by about 2.5x - posted by GitBox <gi...@apache.org> on 2022/06/11 09:18:07 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13370: [Minor][Doc][C++] Fix comment typo in row_wise_conversion_example C++ example - posted by GitBox <gi...@apache.org> on 2022/06/11 09:37:22 UTC, 0 replies.
- [GitHub] [arrow-datafusion] codecov-commenter commented on pull request #2713: feat: async extension planner - posted by GitBox <gi...@apache.org> on 2022/06/11 09:46:50 UTC, 0 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1839: Improve comparison of struct fields - posted by GitBox <gi...@apache.org> on 2022/06/11 09:48:09 UTC, 0 replies.
- [GitHub] [arrow] alamb merged pull request #13219: ARROW-16636: [Rust] Activate several IPC integration tests for rust - posted by GitBox <gi...@apache.org> on 2022/06/11 10:38:06 UTC, 0 replies.
- [GitHub] [arrow-datafusion] codecov-commenter commented on pull request #2716: Support for GROUPING SETS/CUBE/ROLLUP - posted by GitBox <gi...@apache.org> on 2022/06/11 12:42:43 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove opened a new pull request, #2722: Add public API for GlobalLimitExec and LocalLimitExec - posted by GitBox <gi...@apache.org> on 2022/06/11 15:16:12 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold opened a new issue, #1849: Use BufferBuilder in parquet instead of custom ScalarBuffer - posted by GitBox <gi...@apache.org> on 2022/06/11 15:27:48 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove merged pull request #2688: fix: union schema fix - posted by GitBox <gi...@apache.org> on 2022/06/11 15:31:32 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold opened a new issue, #1850: Add Vec-inspired APIs to BufferBuilder - posted by GitBox <gi...@apache.org> on 2022/06/11 15:42:51 UTC, 0 replies.
- [GitHub] [arrow-datafusion] codecov-commenter commented on pull request #2722: Add public API for GlobalLimitExec and LocalLimitExec - posted by GitBox <gi...@apache.org> on 2022/06/11 15:47:05 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold opened a new issue, #1851: Faster StringDictionaryBuilder - posted by GitBox <gi...@apache.org> on 2022/06/11 15:49:56 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya commented on issue #1404: Triage remaining integration test failures with other Arrow implementations - posted by GitBox <gi...@apache.org> on 2022/06/11 16:30:02 UTC, 1 replies.
- [GitHub] [arrow] emkornfield commented on a diff in pull request #12775: ARROW-16006: [C++] Row conversion helpers and example - posted by GitBox <gi...@apache.org> on 2022/06/11 17:16:23 UTC, 8 replies.
- [GitHub] [arrow-rs] tustvold merged pull request #1827: Refactor parquet::arrow module - posted by GitBox <gi...@apache.org> on 2022/06/11 17:52:07 UTC, 0 replies.
- [GitHub] [arrow] kou merged pull request #13346: ARROW-16788: [C++] Remove hardening flags gRPC doesn't support - posted by GitBox <gi...@apache.org> on 2022/06/11 20:49:29 UTC, 0 replies.
- [GitHub] [arrow] kou merged pull request #13360: ARROW-16804: [CI][Conan] Merge upstream changes - posted by GitBox <gi...@apache.org> on 2022/06/11 20:51:40 UTC, 0 replies.
- [GitHub] [arrow] kou opened a new pull request, #13371: ARROW-16815: [Packaging][RPM] Don't use too many parallel jobs - posted by GitBox <gi...@apache.org> on 2022/06/11 22:01:52 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13371: ARROW-16815: [Packaging][RPM] Don't use too many parallel jobs - posted by GitBox <gi...@apache.org> on 2022/06/11 22:02:15 UTC, 9 replies.
- [GitHub] [arrow] kou commented on pull request #13371: ARROW-16815: [Packaging][RPM] Don't use too many parallel jobs - posted by GitBox <gi...@apache.org> on 2022/06/11 22:03:30 UTC, 7 replies.
- [GitHub] [arrow] vibhatha commented on pull request #13344: ARROW-16686: [C++] Use shared_ptr with FunctionOptions - posted by GitBox <gi...@apache.org> on 2022/06/12 01:53:22 UTC, 8 replies.
- [GitHub] [arrow] vibhatha commented on a diff in pull request #13370: MINOR: [C++] [Docs] Fix comment typo in row_wise_conversion_example example - posted by GitBox <gi...@apache.org> on 2022/06/12 02:00:54 UTC, 0 replies.
- [GitHub] [arrow] alexandreyc commented on a diff in pull request #13370: MINOR: [C++] [Docs] Fix comment typo in row_wise_conversion_example example - posted by GitBox <gi...@apache.org> on 2022/06/12 04:52:06 UTC, 0 replies.
- [GitHub] [arrow-datafusion] Igosuki commented on issue #2709: Updating arrow2 branch - posted by GitBox <gi...@apache.org> on 2022/06/12 07:52:48 UTC, 1 replies.
- [GitHub] [arrow] ni-todo-spot closed issue #13353: Casting a decimal column of a table into a float type when converting a table into a pandas dataframe - posted by GitBox <gi...@apache.org> on 2022/06/12 08:57:25 UTC, 0 replies.
- [GitHub] [arrow] ni-todo-spot commented on issue #13353: Casting a decimal column of a table into a float type when converting a table into a pandas dataframe - posted by GitBox <gi...@apache.org> on 2022/06/12 08:57:26 UTC, 1 replies.
- [GitHub] [arrow] traversc commented on issue #13358: Bug: unable to install R package on CentOS 7 - posted by GitBox <gi...@apache.org> on 2022/06/12 09:39:01 UTC, 0 replies.
- [GitHub] [arrow] pitrou merged pull request #12763: ARROW-14892: [Python][C++] GCS Bindings - posted by GitBox <gi...@apache.org> on 2022/06/12 09:50:30 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb commented on issue #1404: Triage remaining integration test failures with other Arrow implementations - posted by GitBox <gi...@apache.org> on 2022/06/12 09:58:58 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb closed issue #1404: Triage remaining integration test failures with other Arrow implementations - posted by GitBox <gi...@apache.org> on 2022/06/12 09:58:58 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb closed issue #2720: Recent API change in `GlobalLimitExec` breaks compatibility with Ballista - posted by GitBox <gi...@apache.org> on 2022/06/12 10:15:08 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb merged pull request #2722: Add public API for GlobalLimitExec and LocalLimitExec - posted by GitBox <gi...@apache.org> on 2022/06/12 10:15:09 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb commented on pull request #2722: Add public API for GlobalLimitExec and LocalLimitExec - posted by GitBox <gi...@apache.org> on 2022/06/12 10:15:10 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb commented on issue #2706: Questions about benchmarking performance - posted by GitBox <gi...@apache.org> on 2022/06/12 10:18:03 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb opened a new issue, #2723: Consolidate GroupByHash implementations `row_hash.rs` and `hash.rs` - posted by GitBox <gi...@apache.org> on 2022/06/12 10:30:52 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb commented on a diff in pull request #2716: Support for GROUPING SETS/CUBE/ROLLUP - posted by GitBox <gi...@apache.org> on 2022/06/12 10:43:34 UTC, 3 replies.
- [GitHub] [arrow-datafusion] thinkharderdev commented on a diff in pull request #2716: Support for GROUPING SETS/CUBE/ROLLUP - posted by GitBox <gi...@apache.org> on 2022/06/12 11:43:37 UTC, 7 replies.
- [GitHub] [arrow] kou commented on issue #13367: How to build without PIC - posted by GitBox <gi...@apache.org> on 2022/06/12 12:15:30 UTC, 1 replies.
- [GitHub] [arrow] kou commented on a diff in pull request #13369: MINOR: [Python] [Docs] fix typo; add Returns for new_file/new_stream - posted by GitBox <gi...@apache.org> on 2022/06/12 13:33:05 UTC, 0 replies.
- [GitHub] [arrow] kou commented on pull request #13344: ARROW-16686: [C++] Use shared_ptr with FunctionOptions - posted by GitBox <gi...@apache.org> on 2022/06/12 13:35:51 UTC, 2 replies.
- [GitHub] [arrow] kou merged pull request #13370: MINOR: [C++][Docs] Fix comment typo in row_wise_conversion_example example - posted by GitBox <gi...@apache.org> on 2022/06/12 13:38:11 UTC, 0 replies.
- [GitHub] [arrow] kou merged pull request #13369: MINOR: [Python][Docs] Fix typo and add Returns for new_file/new_stream - posted by GitBox <gi...@apache.org> on 2022/06/12 14:11:29 UTC, 0 replies.
- [GitHub] [arrow-rs] nevi-me commented on pull request #1830: Remove simd and avx512 bitwise kernels in favor of autovectorization - posted by GitBox <gi...@apache.org> on 2022/06/12 15:51:52 UTC, 1 replies.
- [GitHub] [arrow-rs] nevi-me closed issue #1829: AVX512 + simd binary and/or kernels slower than autovectorized version - posted by GitBox <gi...@apache.org> on 2022/06/12 17:09:04 UTC, 0 replies.
- [GitHub] [arrow-rs] nevi-me merged pull request #1830: Remove simd and avx512 bitwise kernels in favor of autovectorization - posted by GitBox <gi...@apache.org> on 2022/06/12 17:09:04 UTC, 0 replies.
- [GitHub] [arrow] Yuhta commented on issue #13367: How to build without PIC - posted by GitBox <gi...@apache.org> on 2022/06/12 18:17:53 UTC, 1 replies.
- [GitHub] [arrow-ballista] andygrove merged pull request #65: Update the K8s deployment docs - posted by GitBox <gi...@apache.org> on 2022/06/12 18:25:05 UTC, 0 replies.
- [GitHub] [arrow-rs] nevi-me commented on issue #1750: Inconsistent Slicing of ArrayData for StructArray - posted by GitBox <gi...@apache.org> on 2022/06/12 19:27:35 UTC, 0 replies.
- [GitHub] [arrow-rs] nevi-me commented on issue #1777: support write page index - posted by GitBox <gi...@apache.org> on 2022/06/12 19:35:13 UTC, 0 replies.
- [GitHub] [arrow-datafusion] nl5887 opened a new pull request, #2724: Use parquet predicates for indexed fields - posted by GitBox <gi...@apache.org> on 2022/06/12 20:00:07 UTC, 0 replies.
- [GitHub] [arrow-datafusion] codecov-commenter commented on pull request #2724: Use parquet predicates for indexed fields - posted by GitBox <gi...@apache.org> on 2022/06/12 20:29:10 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya commented on issue #131: Implement support for Decimal with 256 bits of precision. - posted by GitBox <gi...@apache.org> on 2022/06/12 21:36:28 UTC, 2 replies.
- [GitHub] [arrow] michaelccata opened a new issue, #13372: R installation and Brotli error code - posted by GitBox <gi...@apache.org> on 2022/06/13 01:36:33 UTC, 0 replies.
- [GitHub] [arrow-rs] HaoYang670 opened a new issue, #1852: Add `from(v: Vec>)` and `from(v: Vec<&[u8]>)` for `FixedSizedBInaryArray` - posted by GitBox <gi...@apache.org> on 2022/06/13 01:36:48 UTC, 0 replies.
- [GitHub] [arrow-rs] HaoYang670 opened a new pull request, #1853: Clean up the test code of `substring` kernel. - posted by GitBox <gi...@apache.org> on 2022/06/13 01:41:44 UTC, 0 replies.
- [GitHub] [arrow-rs] HaoYang670 commented on pull request #1853: Clean up the test code of `substring` kernel. - posted by GitBox <gi...@apache.org> on 2022/06/13 01:43:00 UTC, 1 replies.
- [GitHub] [arrow] kou closed issue #13367: How to build without PIC - posted by GitBox <gi...@apache.org> on 2022/06/13 01:45:53 UTC, 0 replies.
- [GitHub] [arrow] cyb70289 merged pull request #13365: MINOR: [Python] Fix FlightServerBase docstring - posted by GitBox <gi...@apache.org> on 2022/06/13 01:51:42 UTC, 0 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1853: Clean up the test code of `substring` kernel. - posted by GitBox <gi...@apache.org> on 2022/06/13 01:58:58 UTC, 0 replies.
- [GitHub] [arrow-rs] HaoYang670 opened a new pull request, #1854: Add two `from` methods for `FixedSizeBinaryArray` - posted by GitBox <gi...@apache.org> on 2022/06/13 02:16:42 UTC, 0 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1854: Add two `from` methods for `FixedSizeBinaryArray` - posted by GitBox <gi...@apache.org> on 2022/06/13 02:33:16 UTC, 0 replies.
- [GitHub] [arrow-datafusion] Ted-Jiang opened a new issue, #2725: Filter push down need consider alias columns - posted by GitBox <gi...@apache.org> on 2022/06/13 02:56:48 UTC, 0 replies.
- [GitHub] [arrow-datafusion] Ted-Jiang commented on issue #2725: Filter push down need consider alias columns - posted by GitBox <gi...@apache.org> on 2022/06/13 03:00:22 UTC, 2 replies.
- [GitHub] [arrow-rs] liukun4515 opened a new pull request, #1855: support compression for IPC - posted by GitBox <gi...@apache.org> on 2022/06/13 03:13:48 UTC, 0 replies.
- [GitHub] [arrow] kou commented on pull request #13373: ARROW-16717: [C++] Add support for system jemalloc - posted by GitBox <gi...@apache.org> on 2022/06/13 03:34:45 UTC, 5 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13373: ARROW-16717: [C++] Add support for system jemalloc - posted by GitBox <gi...@apache.org> on 2022/06/13 03:35:47 UTC, 6 replies.
- [GitHub] [arrow-datafusion] waynexia commented on pull request #2721: more data types are supported in hash join - posted by GitBox <gi...@apache.org> on 2022/06/13 05:21:31 UTC, 4 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13374: ARROW-16623: [GLib] Add GArrowQuantileOptions - posted by GitBox <gi...@apache.org> on 2022/06/13 05:29:41 UTC, 1 replies.
- [GitHub] [arrow-datafusion] waynexia closed pull request #2648: Support logical plan compilation - posted by GitBox <gi...@apache.org> on 2022/06/13 05:30:28 UTC, 0 replies.
- [GitHub] [arrow-datafusion] houqp commented on issue #2709: Updating arrow2 branch - posted by GitBox <gi...@apache.org> on 2022/06/13 05:43:04 UTC, 1 replies.
- [GitHub] [arrow] wjones127 commented on issue #13372: R installation and Brotli error code - posted by GitBox <gi...@apache.org> on 2022/06/13 07:26:37 UTC, 1 replies.
- [GitHub] [arrow-datafusion] Ted-Jiang opened a new pull request, #2726: [Minor] add debug info in optimizer.rs - posted by GitBox <gi...@apache.org> on 2022/06/13 07:29:06 UTC, 1 replies.
- [GitHub] [arrow-datafusion] Ted-Jiang closed pull request #2726: [Minor] add debug info in optimizer.rs - posted by GitBox <gi...@apache.org> on 2022/06/13 07:31:56 UTC, 0 replies.
- [GitHub] [arrow-rs] jhorstmann commented on issue #1851: Faster StringDictionaryBuilder - posted by GitBox <gi...@apache.org> on 2022/06/13 07:47:45 UTC, 0 replies.
- [GitHub] [arrow-rs] jhorstmann opened a new issue, #1856: PrimitiveArray::from_iter should omit validity buffer if all values are valid - posted by GitBox <gi...@apache.org> on 2022/06/13 07:50:44 UTC, 0 replies.
- [GitHub] [arrow-rs] jhorstmann opened a new issue, #1857: Inline is_valid calls in PrimitiveIter - posted by GitBox <gi...@apache.org> on 2022/06/13 07:59:01 UTC, 0 replies.
- [GitHub] [arrow] wjones127 commented on a diff in pull request #12775: ARROW-16006: [C++] Row conversion helpers and example - posted by GitBox <gi...@apache.org> on 2022/06/13 08:07:29 UTC, 10 replies.
- [GitHub] [arrow-rs] jhorstmann opened a new issue, #1858: Huge amount of llvm code generated by comparison kernels, potentially slowing compile times - posted by GitBox <gi...@apache.org> on 2022/06/13 09:20:34 UTC, 0 replies.
- [GitHub] [arrow] nealrichardson commented on issue #13372: R installation and Brotli error code - posted by GitBox <gi...@apache.org> on 2022/06/13 09:28:52 UTC, 1 replies.
- [GitHub] [arrow-rs] jhorstmann opened a new pull request, #1859: Omit validity buffer in PrimitiveArray::from_iter when all values are valid - posted by GitBox <gi...@apache.org> on 2022/06/13 09:57:56 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on a diff in pull request #1859: Omit validity buffer in PrimitiveArray::from_iter when all values are valid - posted by GitBox <gi...@apache.org> on 2022/06/13 10:06:22 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on pull request #1839: Improve comparison of struct fields - posted by GitBox <gi...@apache.org> on 2022/06/13 10:13:31 UTC, 0 replies.
- [GitHub] [arrow-rs] jhorstmann commented on issue #1833: Larger CI Runners to Prevent MIRI OOMing and Improve CI Times - posted by GitBox <gi...@apache.org> on 2022/06/13 10:14:39 UTC, 0 replies.
- [GitHub] [arrow-ballista] thinkharderdev commented on pull request #59: Support for multi-scheduler deployments - posted by GitBox <gi...@apache.org> on 2022/06/13 10:15:33 UTC, 4 replies.
- [GitHub] [arrow-rs] tustvold commented on issue #1851: Faster StringDictionaryBuilder - posted by GitBox <gi...@apache.org> on 2022/06/13 10:20:32 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb merged pull request #2726: [Minor] add debug info in optimizer.rs - posted by GitBox <gi...@apache.org> on 2022/06/13 10:41:52 UTC, 0 replies.
- [GitHub] [arrow] lidavidm commented on pull request #12775: ARROW-16006: [C++] Row conversion helpers and example - posted by GitBox <gi...@apache.org> on 2022/06/13 11:03:40 UTC, 1 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1859: Omit validity buffer in PrimitiveArray::from_iter when all values are valid - posted by GitBox <gi...@apache.org> on 2022/06/13 11:04:55 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold opened a new pull request, #1860: Add vec-inspired APIs to BufferBuilder (#1850) - posted by GitBox <gi...@apache.org> on 2022/06/13 11:07:42 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold closed issue #1852: Add `from(v: Vec>)` and `from(v: Vec<&[u8]>)` for `FixedSizedBInaryArray` - posted by GitBox <gi...@apache.org> on 2022/06/13 11:09:53 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold merged pull request #1854: Add two `from` methods for `FixedSizeBinaryArray` - posted by GitBox <gi...@apache.org> on 2022/06/13 11:09:54 UTC, 0 replies.
- [GitHub] [arrow-datafusion] nl5887 commented on issue #2581: Introduce ProjectionMask To Allow Nested Projection Pushdown - posted by GitBox <gi...@apache.org> on 2022/06/13 11:10:02 UTC, 2 replies.
- [GitHub] [arrow-datafusion] tustvold commented on issue #2581: Introduce ProjectionMask To Allow Nested Projection Pushdown - posted by GitBox <gi...@apache.org> on 2022/06/13 11:17:17 UTC, 1 replies.
- [GitHub] [arrow-rs] tustvold opened a new pull request, #1861: Faster StringDictionaryBuilder (~60% faster) (#1851) - posted by GitBox <gi...@apache.org> on 2022/06/13 11:42:01 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on a diff in pull request #1861: Faster StringDictionaryBuilder (~60% faster) (#1851) - posted by GitBox <gi...@apache.org> on 2022/06/13 11:43:54 UTC, 6 replies.
- [GitHub] [arrow-rs] jhorstmann opened a new issue, #1862: Exclude some long-running tests from miri - posted by GitBox <gi...@apache.org> on 2022/06/13 11:51:13 UTC, 0 replies.
- [GitHub] [arrow] rtpsw opened a new pull request, #13375: ARROW-16823: [C++] Arrow Substrait enhancements for UDF - posted by GitBox <gi...@apache.org> on 2022/06/13 12:02:09 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13375: ARROW-16823: [C++] Arrow Substrait enhancements for UDF - posted by GitBox <gi...@apache.org> on 2022/06/13 12:02:33 UTC, 0 replies.
- [GitHub] [arrow-rs] jhorstmann opened a new pull request, #1863: Exclude some long-running tests when running under miri - posted by GitBox <gi...@apache.org> on 2022/06/13 12:04:34 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb commented on a diff in pull request #2699: Sort preserving `SortMergeJoin` - posted by GitBox <gi...@apache.org> on 2022/06/13 12:06:06 UTC, 0 replies.
- [GitHub] [arrow-datafusion] waynexia commented on pull request #2726: [Minor] add debug info in optimizer.rs - posted by GitBox <gi...@apache.org> on 2022/06/13 12:07:18 UTC, 0 replies.
- [GitHub] [arrow-ballista] nl5887 opened a new pull request, #66: Update to datafusion 9.0.0 - posted by GitBox <gi...@apache.org> on 2022/06/13 12:07:45 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb commented on a diff in pull request #1861: Faster StringDictionaryBuilder (~60% faster) (#1851) - posted by GitBox <gi...@apache.org> on 2022/06/13 12:08:11 UTC, 5 replies.
- [GitHub] [arrow] vibhatha commented on pull request #13375: ARROW-16823: [C++] Arrow Substrait enhancements for UDF - posted by GitBox <gi...@apache.org> on 2022/06/13 12:11:17 UTC, 5 replies.
- [GitHub] [arrow] wesm commented on pull request #13138: ARROW-16562: Avoid slicing array inputs in ExecBatchIterator that would result in one slice - posted by GitBox <gi...@apache.org> on 2022/06/13 12:21:10 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold merged pull request #1810: Separate Page IO from Page Decode - posted by GitBox <gi...@apache.org> on 2022/06/13 12:36:45 UTC, 0 replies.
- [GitHub] [arrow] madhavajay closed issue #12553: Support for Compute Functions on Nested Arrays - posted by GitBox <gi...@apache.org> on 2022/06/13 12:39:13 UTC, 0 replies.
- [GitHub] [arrow-rs] jhorstmann commented on pull request #1863: Exclude some long-running tests when running under miri - posted by GitBox <gi...@apache.org> on 2022/06/13 12:56:17 UTC, 2 replies.
- [GitHub] [arrow] lidavidm merged pull request #13108: ARROW-15415: [C++] Fixes for MSVC + vcpkg Debug build - posted by GitBox <gi...@apache.org> on 2022/06/13 13:09:39 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on a diff in pull request #1846: Add `nilike` support in `comparison` - posted by GitBox <gi...@apache.org> on 2022/06/13 13:23:19 UTC, 0 replies.
- [GitHub] [arrow] zagto commented on pull request #13138: ARROW-16562: Avoid slicing array inputs in ExecBatchIterator that would result in one slice - posted by GitBox <gi...@apache.org> on 2022/06/13 13:28:42 UTC, 0 replies.
- [GitHub] [arrow] zagto closed pull request #13138: ARROW-16562: Avoid slicing array inputs in ExecBatchIterator that would result in one slice - posted by GitBox <gi...@apache.org> on 2022/06/13 13:28:44 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on a diff in pull request #1048: Optimized sorting for ordered dictionaries - posted by GitBox <gi...@apache.org> on 2022/06/13 13:29:30 UTC, 1 replies.
- [GitHub] [arrow-ballista] nl5887 opened a new pull request, #67: Feature return task error on panic - posted by GitBox <gi...@apache.org> on 2022/06/13 13:38:33 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold opened a new issue, #1864: Expose IndexIterator and SlicesIterator on Bitmap - posted by GitBox <gi...@apache.org> on 2022/06/13 13:39:20 UTC, 0 replies.
- [GitHub] [arrow] zeroshade closed pull request #13357: ARROW-16813: [Go][Parquet] fix go parquet dictionary encoding writer property - posted by GitBox <gi...@apache.org> on 2022/06/13 13:50:11 UTC, 0 replies.
- [GitHub] [arrow] rtpsw commented on pull request #13375: ARROW-16823: [C++] Arrow Substrait enhancements for UDF - posted by GitBox <gi...@apache.org> on 2022/06/13 13:50:19 UTC, 8 replies.
- [GitHub] [arrow-rs] tustvold opened a new pull request, #1865: Expose BitSliceIterator and BitIndexIterator (#1864) - posted by GitBox <gi...@apache.org> on 2022/06/13 14:45:07 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on a diff in pull request #1865: Expose BitSliceIterator and BitIndexIterator (#1864) - posted by GitBox <gi...@apache.org> on 2022/06/13 14:46:23 UTC, 0 replies.
- [GitHub] [arrow] vibhatha commented on a diff in pull request #13375: ARROW-16823: [C++] Arrow Substrait enhancements for UDF - posted by GitBox <gi...@apache.org> on 2022/06/13 15:24:22 UTC, 14 replies.
- [GitHub] [arrow] rtpsw commented on a diff in pull request #13375: ARROW-16823: [C++] Arrow Substrait enhancements for UDF - posted by GitBox <gi...@apache.org> on 2022/06/13 15:37:43 UTC, 42 replies.
- [GitHub] [arrow] wesm merged pull request #13364: ARROW-16756: [C++] Introduce non-owning ArraySpan, ExecSpan data structures and refactor ScalarKernels to use them - posted by GitBox <gi...@apache.org> on 2022/06/13 16:11:23 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold opened a new pull request, #1866: Mark typed buffer APIs safe (#996) (#1027) - posted by GitBox <gi...@apache.org> on 2022/06/13 16:45:07 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on a diff in pull request #1866: Mark typed buffer APIs safe (#996) (#1027) - posted by GitBox <gi...@apache.org> on 2022/06/13 16:46:38 UTC, 5 replies.
- [GitHub] [arrow-datafusion] j-a-m-l commented on issue #1114: Ruby bindings - posted by GitBox <gi...@apache.org> on 2022/06/13 16:59:23 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold opened a new issue, #1867: Clap Deprecations - posted by GitBox <gi...@apache.org> on 2022/06/13 17:09:02 UTC, 0 replies.
- [GitHub] [arrow-rs] MazterQyou commented on a diff in pull request #1846: Add `nilike` support in `comparison` - posted by GitBox <gi...@apache.org> on 2022/06/13 17:13:20 UTC, 1 replies.
- [GitHub] [arrow-rs] tustvold opened a new pull request, #1868: Pin clap to 3.1 (#1867) - posted by GitBox <gi...@apache.org> on 2022/06/13 17:17:30 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold opened a new pull request, #1869: Update vendored gRPC - posted by GitBox <gi...@apache.org> on 2022/06/13 17:33:20 UTC, 0 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1868: Pin clap to 3.1 (#1867) - posted by GitBox <gi...@apache.org> on 2022/06/13 17:42:00 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on pull request #1866: Mark typed buffer APIs safe (#996) (#1027) - posted by GitBox <gi...@apache.org> on 2022/06/13 17:51:31 UTC, 0 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1869: Update vendored gRPC - posted by GitBox <gi...@apache.org> on 2022/06/13 17:51:52 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on issue #1867: Clap Deprecations - posted by GitBox <gi...@apache.org> on 2022/06/13 17:52:33 UTC, 0 replies.
- [GitHub] [arrow] ursabot commented on pull request #13357: ARROW-16813: [Go][Parquet] fix go parquet dictionary encoding writer property - posted by GitBox <gi...@apache.org> on 2022/06/13 18:11:20 UTC, 1 replies.
- [GitHub] [arrow-rs] nevi-me closed issue #1856: PrimitiveArray::from_iter should omit validity buffer if all values are valid - posted by GitBox <gi...@apache.org> on 2022/06/13 18:32:57 UTC, 0 replies.
- [GitHub] [arrow-rs] nevi-me merged pull request #1859: Omit validity buffer in PrimitiveArray::from_iter when all values are valid - posted by GitBox <gi...@apache.org> on 2022/06/13 18:32:57 UTC, 0 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1863: Exclude some long-running tests when running under miri - posted by GitBox <gi...@apache.org> on 2022/06/13 18:46:55 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold merged pull request #1868: Pin clap to 3.1 to get CI moving (#1867) - posted by GitBox <gi...@apache.org> on 2022/06/13 19:02:22 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb commented on a diff in pull request #2718: Upgrade to arrow `16.0.0` - posted by GitBox <gi...@apache.org> on 2022/06/13 19:47:16 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13376: Fixing build/unit test issues in msvc/win32 (ARROW-16778) - posted by GitBox <gi...@apache.org> on 2022/06/13 19:52:20 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb closed issue #1327: implement grouping sets, cubes, and rollups - posted by GitBox <gi...@apache.org> on 2022/06/13 19:55:30 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb merged pull request #2716: Support for GROUPING SETS/CUBE/ROLLUP - posted by GitBox <gi...@apache.org> on 2022/06/13 19:55:30 UTC, 0 replies.
- [GitHub] [arrow] wesm commented on a diff in pull request #13218: ARROW-16590: [C++] Consolidate files dealing with row-major storage - posted by GitBox <gi...@apache.org> on 2022/06/13 19:57:42 UTC, 1 replies.
- [GitHub] [arrow-datafusion] alamb commented on issue #2725: Filter push down need consider alias columns - posted by GitBox <gi...@apache.org> on 2022/06/13 20:14:12 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb commented on issue #1327: implement grouping sets, cubes, and rollups - posted by GitBox <gi...@apache.org> on 2022/06/13 20:18:05 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb commented on a diff in pull request #1866: Mark typed buffer APIs safe (#996) (#1027) - posted by GitBox <gi...@apache.org> on 2022/06/13 20:22:44 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13376: ARROW-16778: [cpp] Fixing build/unit test issues in msvc/win32 (ARROW-16778) - posted by GitBox <gi...@apache.org> on 2022/06/13 20:25:46 UTC, 1 replies.
- [GitHub] [arrow] iChauster commented on a diff in pull request #13028: ARROW-16083: [C++] Implement AsofJoin execution node - posted by GitBox <gi...@apache.org> on 2022/06/13 20:34:25 UTC, 1 replies.
- [GitHub] [arrow-rs] jhorstmann commented on a diff in pull request #1866: Mark typed buffer APIs safe (#996) (#1027) - posted by GitBox <gi...@apache.org> on 2022/06/13 20:53:37 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold merged pull request #1863: Exclude some long-running tests when running under miri - posted by GitBox <gi...@apache.org> on 2022/06/13 21:18:16 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold closed issue #1862: Exclude some long-running tests from miri - posted by GitBox <gi...@apache.org> on 2022/06/13 21:18:16 UTC, 0 replies.
- [GitHub] [arrow] kou commented on a diff in pull request #13376: ARROW-16778: [C++] Fix build/unit test issues in msvc/win32 - posted by GitBox <gi...@apache.org> on 2022/06/13 21:26:52 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold merged pull request #1869: Update vendored gRPC - posted by GitBox <gi...@apache.org> on 2022/06/13 21:29:03 UTC, 0 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1866: Mark typed buffer APIs safe (#996) (#1027) - posted by GitBox <gi...@apache.org> on 2022/06/13 21:54:50 UTC, 0 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1865: Expose BitSliceIterator and BitIndexIterator (#1864) - posted by GitBox <gi...@apache.org> on 2022/06/13 21:59:31 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya closed issue #1847: PyArrow intergation test for C Stream Interface - posted by GitBox <gi...@apache.org> on 2022/06/13 22:29:48 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya merged pull request #1848: Add PyArrow integration test for C Stream Interface - posted by GitBox <gi...@apache.org> on 2022/06/13 22:29:49 UTC, 0 replies.
- [GitHub] [arrow-rs] nevi-me commented on issue #1858: Huge amount of llvm code generated by comparison kernels, potentially slowing compile times - posted by GitBox <gi...@apache.org> on 2022/06/13 22:35:55 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove opened a new pull request, #2727: MINOR: Fix release order - posted by GitBox <gi...@apache.org> on 2022/06/13 22:49:45 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove closed issue #2712: Common Subexpression Eliminiation pass errors if run twice on some plans: Schema contains duplicate unqualified field name 'IsNull-Column-sys.host' - posted by GitBox <gi...@apache.org> on 2022/06/13 23:53:42 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove merged pull request #2715: fix: check redundant fields while building projection plan - posted by GitBox <gi...@apache.org> on 2022/06/13 23:53:43 UTC, 0 replies.
- [GitHub] [arrow-ballista] andygrove commented on pull request #67: Feature return task error on panic - posted by GitBox <gi...@apache.org> on 2022/06/14 00:11:06 UTC, 0 replies.
- [GitHub] [arrow-datafusion] kou commented on issue #1114: Ruby bindings - posted by GitBox <gi...@apache.org> on 2022/06/14 00:16:47 UTC, 1 replies.
- [GitHub] [arrow] kou commented on pull request #13374: ARROW-16623: [GLib] Add GArrowQuantileOptions - posted by GitBox <gi...@apache.org> on 2022/06/14 00:35:18 UTC, 0 replies.
- [GitHub] [arrow] kou merged pull request #13374: ARROW-16623: [GLib] Add GArrowQuantileOptions - posted by GitBox <gi...@apache.org> on 2022/06/14 00:35:34 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove opened a new pull request, #2728: Deprecate `datafusion::logical_plan` module - posted by GitBox <gi...@apache.org> on 2022/06/14 01:36:49 UTC, 0 replies.
- [GitHub] [arrow] avertleyb commented on a diff in pull request #13376: ARROW-16778: [C++] Fix build/unit test issues in msvc/win32 - posted by GitBox <gi...@apache.org> on 2022/06/14 01:45:43 UTC, 1 replies.
- [GitHub] [arrow-datafusion] codecov-commenter commented on pull request #2728: Deprecate `datafusion::logical_plan` module - posted by GitBox <gi...@apache.org> on 2022/06/14 02:07:57 UTC, 0 replies.
- [GitHub] [arrow-datafusion] Ted-Jiang commented on pull request #2726: [Minor] add debug info in optimizer.rs - posted by GitBox <gi...@apache.org> on 2022/06/14 02:25:32 UTC, 0 replies.
- [GitHub] [arrow] wesm merged pull request #13218: ARROW-16590: [C++] Consolidate files dealing with row-major storage - posted by GitBox <gi...@apache.org> on 2022/06/14 03:06:02 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13218: ARROW-16590: [C++] Consolidate files dealing with row-major storage - posted by GitBox <gi...@apache.org> on 2022/06/14 03:06:50 UTC, 0 replies.
- [GitHub] [arrow-ballista] andygrove opened a new pull request, #68: Use latest DataFusion - posted by GitBox <gi...@apache.org> on 2022/06/14 03:14:09 UTC, 0 replies.
- [GitHub] [arrow-ballista] andygrove commented on pull request #66: Update to datafusion 9.0.0 - posted by GitBox <gi...@apache.org> on 2022/06/14 03:14:50 UTC, 1 replies.
- [GitHub] [arrow-datafusion] andygrove closed pull request #2728: Deprecate `datafusion::logical_plan` module - posted by GitBox <gi...@apache.org> on 2022/06/14 03:20:04 UTC, 0 replies.
- [GitHub] [arrow] eerhardt merged pull request #13279: ARROW-16660: [C#] Add support for Time32Array and Time64Array - posted by GitBox <gi...@apache.org> on 2022/06/14 03:28:24 UTC, 0 replies.
- [GitHub] [arrow-ballista] dependabot[bot] opened a new pull request, #69: Update arrow-flight requirement from 15.0.0 to 16.0.0 - posted by GitBox <gi...@apache.org> on 2022/06/14 04:56:03 UTC, 0 replies.
- [GitHub] [arrow-ballista] dependabot[bot] commented on pull request #69: Update arrow-flight requirement from 15.0.0 to 16.0.0 - posted by GitBox <gi...@apache.org> on 2022/06/14 04:56:04 UTC, 1 replies.
- [GitHub] [arrow-ballista] dependabot[bot] opened a new pull request, #70: Update arrow requirement from 15.0.0 to 16.0.0 - posted by GitBox <gi...@apache.org> on 2022/06/14 04:57:20 UTC, 0 replies.
- [GitHub] [arrow-ballista] dependabot[bot] commented on pull request #70: Update arrow requirement from 15.0.0 to 16.0.0 - posted by GitBox <gi...@apache.org> on 2022/06/14 04:57:21 UTC, 1 replies.
- [GitHub] [arrow-rs] viirya opened a new issue, #1870: Add Decimal128 API and use it in DecimalArray and DecimalBuilder - posted by GitBox <gi...@apache.org> on 2022/06/14 05:51:16 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya opened a new pull request, #1871: Add Decimal128 API and use it in DecimalArray and DecimalBuilder - posted by GitBox <gi...@apache.org> on 2022/06/14 05:51:47 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya commented on a diff in pull request #1871: Add Decimal128 API and use it in DecimalArray and DecimalBuilder - posted by GitBox <gi...@apache.org> on 2022/06/14 05:54:40 UTC, 7 replies.
- [GitHub] [arrow-datafusion] mingmwang commented on issue #1972: DataFusion Optimizer framework discussion - posted by GitBox <gi...@apache.org> on 2022/06/14 05:58:00 UTC, 0 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1871: Add Decimal128 API and use it in DecimalArray and DecimalBuilder - posted by GitBox <gi...@apache.org> on 2022/06/14 06:10:48 UTC, 0 replies.
- [GitHub] [arrow-datafusion] Ted-Jiang opened a new pull request, #2729: Filter push down need consider alias columns - posted by GitBox <gi...@apache.org> on 2022/06/14 07:47:17 UTC, 0 replies.
- [GitHub] [arrow] kou commented on pull request #13371: ARROW-16815: [Packaging][RPM] Disable Apache Arrow Flight for aarch64 - posted by GitBox <gi...@apache.org> on 2022/06/14 07:56:50 UTC, 0 replies.
- [GitHub] [arrow] kou merged pull request #13371: ARROW-16815: [Packaging][RPM] Disable Apache Arrow Flight for aarch64 - posted by GitBox <gi...@apache.org> on 2022/06/14 07:57:05 UTC, 0 replies.
- [GitHub] [arrow] kou opened a new pull request, #13377: ARROW-14518: [Ruby] Add support for Arrow::Array.new([BigDecimal]) - posted by GitBox <gi...@apache.org> on 2022/06/14 07:57:22 UTC, 0 replies.
- [GitHub] [arrow-rs] jhorstmann opened a new issue, #1872: Miri reports leaks in ffi tests - posted by GitBox <gi...@apache.org> on 2022/06/14 08:01:56 UTC, 0 replies.
- [GitHub] [arrow-rs] jhorstmann opened a new pull request, #1873: Do not print exit code from miri, instead it should be the return value of the script - posted by GitBox <gi...@apache.org> on 2022/06/14 08:06:42 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13377: ARROW-14518: [Ruby] Add support for Arrow::Array.new([BigDecimal]) - posted by GitBox <gi...@apache.org> on 2022/06/14 08:07:38 UTC, 1 replies.
- [GitHub] [arrow-datafusion] yourenawo opened a new issue, #2730: LocalFileSystem Not sorted by file name, As a result, the data lines queried in multiple files are out of order. - posted by GitBox <gi...@apache.org> on 2022/06/14 08:16:45 UTC, 0 replies.
- [GitHub] [arrow-datafusion] codecov-commenter commented on pull request #2729: Filter push down need consider alias columns - posted by GitBox <gi...@apache.org> on 2022/06/14 08:54:36 UTC, 0 replies.
- [GitHub] [arrow] nealrichardson commented on pull request #13344: ARROW-16686: [C++] Use shared_ptr with FunctionOptions - posted by GitBox <gi...@apache.org> on 2022/06/14 09:04:58 UTC, 0 replies.
- [GitHub] [arrow-datafusion] dependabot[bot] opened a new pull request, #2731: Update parquet requirement from 15.0.0 to 16.0.0 - posted by GitBox <gi...@apache.org> on 2022/06/14 09:05:10 UTC, 0 replies.
- [GitHub] [arrow-datafusion] dependabot[bot] opened a new pull request, #2732: Update arrow requirement from 15.0.0 to 16.0.0 - posted by GitBox <gi...@apache.org> on 2022/06/14 09:05:47 UTC, 0 replies.
- [GitHub] [arrow-datafusion] dependabot[bot] opened a new pull request, #2733: Update arrow-flight requirement from 15.0.0 to 16.0.0 - posted by GitBox <gi...@apache.org> on 2022/06/14 09:06:40 UTC, 0 replies.
- [GitHub] [arrow] thisisnic opened a new pull request, #13378: ARROW-16829: [R] Add link to new contributors guide to developer guide - posted by GitBox <gi...@apache.org> on 2022/06/14 09:08:46 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13378: ARROW-16829: [R] Add link to new contributors guide to developer guide - posted by GitBox <gi...@apache.org> on 2022/06/14 09:09:11 UTC, 1 replies.
- [GitHub] [arrow-datafusion] Ted-Jiang commented on a diff in pull request #2729: Filter push down need consider alias columns - posted by GitBox <gi...@apache.org> on 2022/06/14 09:21:20 UTC, 5 replies.
- [GitHub] [arrow-rs] martin-g commented on a diff in pull request #1873: Do not print exit code from miri, instead it should be the return value of the script - posted by GitBox <gi...@apache.org> on 2022/06/14 09:31:06 UTC, 0 replies.
- [GitHub] [arrow-datafusion] AssHero closed pull request #2721: more data types are supported in hash join - posted by GitBox <gi...@apache.org> on 2022/06/14 09:32:01 UTC, 0 replies.
- [GitHub] [arrow-rs] jhorstmann commented on a diff in pull request #1873: Do not print exit code from miri, instead it should be the return value of the script - posted by GitBox <gi...@apache.org> on 2022/06/14 09:42:57 UTC, 0 replies.
- [GitHub] [arrow-datafusion] codecov-commenter commented on pull request #2733: Update arrow-flight requirement from 15.0.0 to 16.0.0 - posted by GitBox <gi...@apache.org> on 2022/06/14 10:04:49 UTC, 0 replies.
- [GitHub] [arrow] pitrou commented on a diff in pull request #13364: ARROW-16756: [C++] Introduce non-owning ArraySpan, ExecSpan data structures and refactor ScalarKernels to use them - posted by GitBox <gi...@apache.org> on 2022/06/14 10:40:16 UTC, 20 replies.
- [GitHub] [arrow-datafusion] alamb commented on pull request #2715: fix: check redundant fields while building projection plan - posted by GitBox <gi...@apache.org> on 2022/06/14 10:41:53 UTC, 1 replies.
- [GitHub] [arrow-datafusion] alamb commented on pull request #2726: [Minor] add debug info in optimizer.rs - posted by GitBox <gi...@apache.org> on 2022/06/14 10:42:28 UTC, 0 replies.
- [GitHub] [arrow] lidavidm commented on a diff in pull request #13375: ARROW-16823: [C++] Arrow Substrait enhancements for UDF - posted by GitBox <gi...@apache.org> on 2022/06/14 12:06:26 UTC, 7 replies.
- [GitHub] [arrow-rs] martin-g opened a new issue, #1874: Upgrade `regex` dependency to latest - posted by GitBox <gi...@apache.org> on 2022/06/14 12:15:59 UTC, 0 replies.
- [GitHub] [arrow-rs] martin-g commented on issue #1874: Upgrade `regex` dependency to latest - posted by GitBox <gi...@apache.org> on 2022/06/14 12:16:08 UTC, 0 replies.
- [GitHub] [arrow-rs] martin-g opened a new pull request, #1875: Fixes #1874 - Upgrade `regex` dependency to 1.5.6 - posted by GitBox <gi...@apache.org> on 2022/06/14 12:18:25 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13298: ARROW-16738: [C++][Gandiva] Fix TO_TIMESTAMP(INTEGER) function for big integer values - posted by GitBox <gi...@apache.org> on 2022/06/14 12:29:06 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb merged pull request #2727: MINOR: Fix release order - posted by GitBox <gi...@apache.org> on 2022/06/14 12:33:50 UTC, 0 replies.
- [GitHub] [arrow] michaelccata commented on issue #13372: R installation and Brotli error code - posted by GitBox <gi...@apache.org> on 2022/06/14 12:38:06 UTC, 2 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1875: Fixes #1874 - Upgrade `regex` dependency to 1.5.6 - posted by GitBox <gi...@apache.org> on 2022/06/14 12:41:45 UTC, 0 replies.
- [GitHub] [arrow-ballista] nl5887 commented on pull request #67: Feature return task error on panic - posted by GitBox <gi...@apache.org> on 2022/06/14 12:41:56 UTC, 0 replies.
- [GitHub] [arrow-ballista] nl5887 commented on pull request #66: Update to datafusion 9.0.0 - posted by GitBox <gi...@apache.org> on 2022/06/14 12:43:06 UTC, 0 replies.
- [GitHub] [arrow-rs] martin-g opened a new issue, #1876: Explicitly declare the features used for each dependency - posted by GitBox <gi...@apache.org> on 2022/06/14 12:54:04 UTC, 0 replies.
- [GitHub] [arrow-rs] martin-g opened a new pull request, #1877: Issue #1876 - Explicitly declare the used features for each dependency - posted by GitBox <gi...@apache.org> on 2022/06/14 13:08:44 UTC, 1 replies.
- [GitHub] [arrow] pravindra merged pull request #13298: ARROW-16738: [C++][Gandiva] Fix TO_TIMESTAMP(INTEGER) function for big integer values - posted by GitBox <gi...@apache.org> on 2022/06/14 13:40:46 UTC, 0 replies.
- [GitHub] [arrow] wjones127 commented on pull request #13345: ARROW-16789: [Format] Remove experimental marker from C Streaming Interface - posted by GitBox <gi...@apache.org> on 2022/06/14 13:44:47 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove closed pull request #2732: Update arrow requirement from 15.0.0 to 16.0.0 - posted by GitBox <gi...@apache.org> on 2022/06/14 14:18:51 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove closed pull request #2731: Update parquet requirement from 15.0.0 to 16.0.0 - posted by GitBox <gi...@apache.org> on 2022/06/14 14:18:51 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove closed pull request #2733: Update arrow-flight requirement from 15.0.0 to 16.0.0 - posted by GitBox <gi...@apache.org> on 2022/06/14 14:18:51 UTC, 0 replies.
- [GitHub] [arrow-datafusion] dependabot[bot] commented on pull request #2732: Update arrow requirement from 15.0.0 to 16.0.0 - posted by GitBox <gi...@apache.org> on 2022/06/14 14:18:52 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove merged pull request #2718: Upgrade to arrow `16.0.0` - posted by GitBox <gi...@apache.org> on 2022/06/14 14:18:52 UTC, 0 replies.
- [GitHub] [arrow-datafusion] dependabot[bot] commented on pull request #2731: Update parquet requirement from 15.0.0 to 16.0.0 - posted by GitBox <gi...@apache.org> on 2022/06/14 14:18:53 UTC, 0 replies.
- [GitHub] [arrow-datafusion] dependabot[bot] commented on pull request #2733: Update arrow-flight requirement from 15.0.0 to 16.0.0 - posted by GitBox <gi...@apache.org> on 2022/06/14 14:18:53 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove commented on pull request #2729: Filter push down need consider alias columns - posted by GitBox <gi...@apache.org> on 2022/06/14 14:20:32 UTC, 2 replies.
- [GitHub] [arrow-datafusion] alamb merged pull request #2680: Add default precision and scale to`CAST AS DECIMAL` - posted by GitBox <gi...@apache.org> on 2022/06/14 14:30:11 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove commented on issue #1114: Ruby bindings - posted by GitBox <gi...@apache.org> on 2022/06/14 14:41:55 UTC, 0 replies.
- [GitHub] [arrow-ballista] andygrove merged pull request #67: Feature return task error on panic - posted by GitBox <gi...@apache.org> on 2022/06/14 14:43:46 UTC, 0 replies.
- [GitHub] [arrow] avertleyb closed pull request #13376: ARROW-16778: [C++] Fix build/unit test issues in msvc/win32 - posted by GitBox <gi...@apache.org> on 2022/06/14 14:48:25 UTC, 0 replies.
- [GitHub] [arrow] avertleyb commented on pull request #13376: ARROW-16778: [C++] Fix build/unit test issues in msvc/win32 - posted by GitBox <gi...@apache.org> on 2022/06/14 14:50:07 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya opened a new pull request, #1878: Fix memory leak in ffi_stream test - posted by GitBox <gi...@apache.org> on 2022/06/14 15:00:24 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya commented on pull request #1878: Fix memory leak in ffi_stream test - posted by GitBox <gi...@apache.org> on 2022/06/14 15:01:01 UTC, 3 replies.
- [GitHub] [arrow-rs] jhorstmann commented on pull request #1878: Fix memory leak in ffi_stream test - posted by GitBox <gi...@apache.org> on 2022/06/14 15:32:51 UTC, 1 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1878: Fix memory leak in ffi_stream test - posted by GitBox <gi...@apache.org> on 2022/06/14 15:42:23 UTC, 0 replies.
- [GitHub] [arrow] nealrichardson commented on pull request #12914: ARROW-2034: [C++] Filesystem implementation for Azure Blob Storage - posted by GitBox <gi...@apache.org> on 2022/06/14 15:45:50 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove opened a new pull request, #2734: MINOR: Remove Offset struct - posted by GitBox <gi...@apache.org> on 2022/06/14 15:47:03 UTC, 0 replies.
- [GitHub] [arrow] assignUser opened a new pull request, #13379: ARROW-16803: [R][CI] Fix caching for R mingw build - posted by GitBox <gi...@apache.org> on 2022/06/14 16:26:58 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13379: ARROW-16803: [R][CI] Fix caching for R mingw build - posted by GitBox <gi...@apache.org> on 2022/06/14 16:27:30 UTC, 1 replies.
- [GitHub] [arrow] assignUser commented on pull request #13379: ARROW-16803: [R][CI] Fix caching for R mingw build - posted by GitBox <gi...@apache.org> on 2022/06/14 16:28:17 UTC, 0 replies.
- [GitHub] [arrow] pykello opened a new pull request, #13380: Fix LZ4 support build for VS 2019 & 2022 - posted by GitBox <gi...@apache.org> on 2022/06/14 17:03:20 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13380: Fix LZ4 support build for VS 2019 & 2022 - posted by GitBox <gi...@apache.org> on 2022/06/14 17:08:45 UTC, 0 replies.
- [GitHub] [arrow-rs] jhorstmann commented on pull request #1878: Fix memory leak in ffi test - posted by GitBox <gi...@apache.org> on 2022/06/14 17:37:53 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya commented on pull request #1878: Fix memory leak in ffi test - posted by GitBox <gi...@apache.org> on 2022/06/14 18:08:23 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya merged pull request #1878: Fix memory leak in ffi test - posted by GitBox <gi...@apache.org> on 2022/06/14 18:08:30 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya closed issue #1872: Miri reports leaks in ffi tests - posted by GitBox <gi...@apache.org> on 2022/06/14 18:08:30 UTC, 0 replies.
- [GitHub] [arrow] pitrou commented on pull request #13364: ARROW-16756: [C++] Introduce non-owning ArraySpan, ExecSpan data structures and refactor ScalarKernels to use them - posted by GitBox <gi...@apache.org> on 2022/06/14 18:15:46 UTC, 8 replies.
- [GitHub] [arrow-datafusion] alamb closed issue #2698: Sort preserving MergeJoin - posted by GitBox <gi...@apache.org> on 2022/06/14 18:18:08 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb merged pull request #2699: Sort preserving `SortMergeJoin` - posted by GitBox <gi...@apache.org> on 2022/06/14 18:18:08 UTC, 0 replies.
- [GitHub] [arrow] pitrou merged pull request #13345: ARROW-16789: [Format] Remove experimental marker from C Streaming Interface - posted by GitBox <gi...@apache.org> on 2022/06/14 18:21:28 UTC, 0 replies.
- [GitHub] [arrow-rs] martin-g closed pull request #1877: Issue #1876 - Explicitly declare the used features for each dependency - posted by GitBox <gi...@apache.org> on 2022/06/14 19:14:09 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on pull request #1875: Fixes #1874 - Upgrade `regex` dependency to 1.5.6 - posted by GitBox <gi...@apache.org> on 2022/06/14 19:37:42 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold closed issue #1874: Upgrade `regex` dependency to latest - posted by GitBox <gi...@apache.org> on 2022/06/14 19:37:56 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold merged pull request #1875: Fixes #1874 - Upgrade `regex` dependency to 1.5.6 - posted by GitBox <gi...@apache.org> on 2022/06/14 19:38:02 UTC, 0 replies.
- [GitHub] [arrow] chriscasola opened a new pull request, #13381: ARROW-16831: [Go] panic in ipc.Reader when string array offsets are invalid - posted by GitBox <gi...@apache.org> on 2022/06/14 19:41:06 UTC, 0 replies.
- [GitHub] [arrow] kou commented on pull request #13380: Fix LZ4 support build for VS 2019 & 2022 - posted by GitBox <gi...@apache.org> on 2022/06/14 19:41:15 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13381: ARROW-16831: [Go] panic in ipc.Reader when string array offsets are invalid - posted by GitBox <gi...@apache.org> on 2022/06/14 19:41:30 UTC, 0 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1877: Issue #1876 - Explicitly declare the used features for each dependency - posted by GitBox <gi...@apache.org> on 2022/06/14 19:46:56 UTC, 0 replies.
- [GitHub] [arrow] zeroshade commented on a diff in pull request #13381: ARROW-16831: [Go] panic in ipc.Reader when string array offsets are invalid - posted by GitBox <gi...@apache.org> on 2022/06/14 20:06:50 UTC, 9 replies.
- [GitHub] [arrow-datafusion] kou closed issue #1114: Ruby bindings - posted by GitBox <gi...@apache.org> on 2022/06/14 20:09:05 UTC, 0 replies.
- [GitHub] [arrow] chriscasola commented on a diff in pull request #13381: ARROW-16831: [Go] panic in ipc.Reader when string array offsets are invalid - posted by GitBox <gi...@apache.org> on 2022/06/14 20:25:26 UTC, 3 replies.
- [GitHub] [arrow-datafusion] alamb commented on a diff in pull request #2729: Filter push down need consider alias columns - posted by GitBox <gi...@apache.org> on 2022/06/14 20:29:22 UTC, 2 replies.
- [GitHub] [arrow-ballista] dariusgm commented on issue #30: [Discuss] Ballista Future Direction - posted by GitBox <gi...@apache.org> on 2022/06/14 20:44:12 UTC, 0 replies.
- [GitHub] [arrow] kou opened a new pull request, #13382: ARROW-16832: [C++] Remove cpp/src/arrow/dbi/hiveserver2 - posted by GitBox <gi...@apache.org> on 2022/06/14 20:56:12 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13382: ARROW-16832: [C++] Remove cpp/src/arrow/dbi/hiveserver2 - posted by GitBox <gi...@apache.org> on 2022/06/14 20:56:34 UTC, 1 replies.
- [GitHub] [arrow] kou merged pull request #13244: ARROW-12626: [C++] Support toolchain xsimd, update toolchain version to version 8.1.0 - posted by GitBox <gi...@apache.org> on 2022/06/14 22:57:31 UTC, 0 replies.
- [GitHub] [arrow] kou commented on a diff in pull request #13362: MINOR: [CI] Pin previous minio version for brew - posted by GitBox <gi...@apache.org> on 2022/06/14 22:59:49 UTC, 0 replies.
- [GitHub] [arrow] save-buffer commented on pull request #13364: ARROW-16756: [C++] Introduce non-owning ArraySpan, ExecSpan data structures and refactor ScalarKernels to use them - posted by GitBox <gi...@apache.org> on 2022/06/15 02:09:36 UTC, 3 replies.
- [GitHub] [arrow] drin opened a new pull request, #13383: ARROW-16769: [C++] Add Warn() function to Status - posted by GitBox <gi...@apache.org> on 2022/06/15 03:20:41 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13383: ARROW-16769: [C++] Add Warn() function to Status - posted by GitBox <gi...@apache.org> on 2022/06/15 03:21:05 UTC, 0 replies.
- [GitHub] [arrow-datafusion] Ted-Jiang commented on pull request #2729: Filter push down need consider alias columns - posted by GitBox <gi...@apache.org> on 2022/06/15 03:27:40 UTC, 0 replies.
- [GitHub] [arrow-rs] DaltonModlin opened a new pull request, #1879: Split up arrow::array::builder module (#1843) - posted by GitBox <gi...@apache.org> on 2022/06/15 04:00:31 UTC, 0 replies.
- [GitHub] [arrow] vibhatha commented on a diff in pull request #13383: ARROW-16769: [C++] Add Warn() function to Status - posted by GitBox <gi...@apache.org> on 2022/06/15 04:20:36 UTC, 4 replies.
- [GitHub] [arrow] drin commented on a diff in pull request #13383: ARROW-16769: [C++] Add Warn() function to Status - posted by GitBox <gi...@apache.org> on 2022/06/15 04:41:13 UTC, 11 replies.
- [GitHub] [arrow] vibhatha commented on pull request #13383: ARROW-16769: [C++] Add Warn() function to Status - posted by GitBox <gi...@apache.org> on 2022/06/15 05:37:31 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on a diff in pull request #1879: Split up arrow::array::builder module (#1843) - posted by GitBox <gi...@apache.org> on 2022/06/15 06:37:15 UTC, 0 replies.
- [GitHub] [arrow-rs] martin-g commented on pull request #1877: Issue #1876 - Explicitly declare the used features for each dependency - posted by GitBox <gi...@apache.org> on 2022/06/15 08:00:02 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on pull request #1873: Do not print exit code from miri, instead it should be the return value of the script - posted by GitBox <gi...@apache.org> on 2022/06/15 08:45:17 UTC, 0 replies.
- [GitHub] [arrow] cyb70289 merged pull request #13382: ARROW-16832: [C++] Remove cpp/src/arrow/dbi/hiveserver2 - posted by GitBox <gi...@apache.org> on 2022/06/15 09:02:24 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold merged pull request #1877: Issue #1876 - Explicitly declare the used features for each dependency - posted by GitBox <gi...@apache.org> on 2022/06/15 09:06:18 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on a diff in pull request #1871: Add Decimal128 API and use it in DecimalArray and DecimalBuilder - posted by GitBox <gi...@apache.org> on 2022/06/15 09:12:38 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on pull request #1853: Clean up the test code of `substring` kernel. - posted by GitBox <gi...@apache.org> on 2022/06/15 09:16:17 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on pull request #1846: Add `nilike` support in `comparison` - posted by GitBox <gi...@apache.org> on 2022/06/15 09:18:29 UTC, 0 replies.
- [GitHub] [arrow] pitrou merged pull request #13206: ARROW-15906: [C++][Python][R] By default, don't create or delete S3 buckets - posted by GitBox <gi...@apache.org> on 2022/06/15 10:05:47 UTC, 0 replies.
- [GitHub] [arrow] pitrou commented on a diff in pull request #13379: ARROW-16803: [R][CI] Fix caching for R mingw build - posted by GitBox <gi...@apache.org> on 2022/06/15 10:21:59 UTC, 8 replies.
- [GitHub] [arrow-rs] MazterQyou commented on pull request #1846: Add `nilike` support in `comparison` - posted by GitBox <gi...@apache.org> on 2022/06/15 10:25:49 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb commented on issue #1972: DataFusion Optimizer framework discussion - posted by GitBox <gi...@apache.org> on 2022/06/15 10:41:15 UTC, 0 replies.
- [GitHub] [arrow] pitrou commented on a diff in pull request #13373: ARROW-16717: [C++] Add support for system jemalloc - posted by GitBox <gi...@apache.org> on 2022/06/15 10:49:12 UTC, 0 replies.
- [GitHub] [arrow] pitrou commented on pull request #13361: ARROW-16806: [CI][Python] Verify source script fails on Ubuntu 18.04 due to old setuptools version - posted by GitBox <gi...@apache.org> on 2022/06/15 10:50:55 UTC, 2 replies.
- [GitHub] [arrow] pitrou commented on pull request #13359: ARROW-16794: [CI][C++][MinGW] Use debug build to reduce build time - posted by GitBox <gi...@apache.org> on 2022/06/15 10:52:04 UTC, 0 replies.
- [GitHub] [arrow] pitrou commented on pull request #13327: ARROW-16706: [Python] Expose RankOptions - posted by GitBox <gi...@apache.org> on 2022/06/15 10:52:57 UTC, 0 replies.
- [GitHub] [arrow-datafusion] yourenawo opened a new pull request, #2735: fix #2730 - posted by GitBox <gi...@apache.org> on 2022/06/15 10:54:44 UTC, 0 replies.
- [GitHub] [arrow-rs] martin-g commented on a diff in pull request #1855: support compression for IPC - posted by GitBox <gi...@apache.org> on 2022/06/15 11:03:34 UTC, 0 replies.
- [GitHub] [arrow] ViniciusSouzaRoque opened a new pull request, #13384: [Gandiva][C++][WIP] Feature/test remove trunc function - posted by GitBox <gi...@apache.org> on 2022/06/15 11:07:36 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13384: [Gandiva][C++] Feature/test remove trunc function - posted by GitBox <gi...@apache.org> on 2022/06/15 11:20:24 UTC, 0 replies.
- [GitHub] [arrow] assignUser commented on a diff in pull request #13379: ARROW-16803: [R][CI] Fix caching for R mingw build - posted by GitBox <gi...@apache.org> on 2022/06/15 11:27:46 UTC, 9 replies.
- [GitHub] [arrow] lidavidm commented on a diff in pull request #13383: ARROW-16769: [C++] Add Warn() function to Status - posted by GitBox <gi...@apache.org> on 2022/06/15 11:38:26 UTC, 5 replies.
- [GitHub] [arrow] lidavidm commented on a diff in pull request #13333: ARROW-16773: [Docs][Format] Document Run-Length encoding in Arrow columnar format - posted by GitBox <gi...@apache.org> on 2022/06/15 11:48:12 UTC, 1 replies.
- [GitHub] [arrow-datafusion] bi-kai commented on issue #2730: LocalFileSystem Not sorted by file name, As a result, the data lines queried in multiple files are out of order. - posted by GitBox <gi...@apache.org> on 2022/06/15 11:59:10 UTC, 0 replies.
- [GitHub] [arrow] zagto commented on a diff in pull request #13333: ARROW-16773: [Docs][Format] Document Run-Length encoding in Arrow columnar format - posted by GitBox <gi...@apache.org> on 2022/06/15 12:02:13 UTC, 4 replies.
- [GitHub] [arrow-rs] martin-g opened a new pull request, #1880: Issue #1876: Explicitly declare the used features for each dependency in arrow-flight - posted by GitBox <gi...@apache.org> on 2022/06/15 12:03:05 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove merged pull request #2734: MINOR: Remove Offset struct - posted by GitBox <gi...@apache.org> on 2022/06/15 12:15:19 UTC, 0 replies.
- [GitHub] [arrow-rs] martin-g opened a new pull request, #1881: Issue #1876: Explicitly declare the used features for each dependency in parquet - posted by GitBox <gi...@apache.org> on 2022/06/15 12:34:40 UTC, 0 replies.
- [GitHub] [arrow] ViniciusSouzaRoque closed pull request #13384: [Gandiva][C++] Feature/test remove trunc function - posted by GitBox <gi...@apache.org> on 2022/06/15 12:45:55 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb opened a new issue, #1882: Remove `indexmap` dependency - posted by GitBox <gi...@apache.org> on 2022/06/15 13:09:15 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb commented on pull request #1846: Add `nilike` support in `comparison` - posted by GitBox <gi...@apache.org> on 2022/06/15 13:13:45 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb closed issue #1845: Add `nilike` support in `comparison` - posted by GitBox <gi...@apache.org> on 2022/06/15 13:13:51 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb merged pull request #1846: Add `nilike` support in `comparison` - posted by GitBox <gi...@apache.org> on 2022/06/15 13:13:52 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb commented on a diff in pull request #1865: Expose BitSliceIterator and BitIndexIterator (#1864) - posted by GitBox <gi...@apache.org> on 2022/06/15 13:16:24 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb closed issue #1850: Add Vec-inspired APIs to BufferBuilder - posted by GitBox <gi...@apache.org> on 2022/06/15 13:18:30 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb merged pull request #1860: Add vec-inspired APIs to BufferBuilder (#1850) - posted by GitBox <gi...@apache.org> on 2022/06/15 13:18:30 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb merged pull request #1866: Mark typed buffer APIs safe (#996) (#1027) - posted by GitBox <gi...@apache.org> on 2022/06/15 13:18:47 UTC, 0 replies.
- [GitHub] [arrow-rs] DaltonModlin commented on a diff in pull request #1879: Split up arrow::array::builder module (#1843) - posted by GitBox <gi...@apache.org> on 2022/06/15 13:35:50 UTC, 0 replies.
- [GitHub] [arrow] nealrichardson commented on a diff in pull request #13379: ARROW-16803: [R][CI] Fix caching for R mingw build - posted by GitBox <gi...@apache.org> on 2022/06/15 13:37:45 UTC, 3 replies.
- [GitHub] [arrow-rs] dependabot[bot] opened a new pull request, #1883: Update clap requirement from ~3.1 to ~3.2 - posted by GitBox <gi...@apache.org> on 2022/06/15 13:38:33 UTC, 0 replies.
- [GitHub] [arrow-rs] dependabot[bot] commented on pull request #1883: Update clap requirement from ~3.1 to ~3.2 - posted by GitBox <gi...@apache.org> on 2022/06/15 13:38:34 UTC, 1 replies.
- [GitHub] [arrow] pitrou commented on pull request #13380: [C++] Fix LZ4 support build for VS 2019 & 2022 - posted by GitBox <gi...@apache.org> on 2022/06/15 13:52:45 UTC, 0 replies.
- [GitHub] [arrow] lidavidm commented on pull request #13364: ARROW-16756: [C++] Introduce non-owning ArraySpan, ExecSpan data structures and refactor ScalarKernels to use them - posted by GitBox <gi...@apache.org> on 2022/06/15 13:58:44 UTC, 1 replies.
- [GitHub] [arrow] pitrou merged pull request #13361: ARROW-16806: [CI][Python] Bump required setuptools version - posted by GitBox <gi...@apache.org> on 2022/06/15 14:29:39 UTC, 0 replies.
- [GitHub] [arrow-rs] jhorstmann opened a new issue, #1884: Specifying capacities for ListArrays is not supported in MutableArrayData - posted by GitBox <gi...@apache.org> on 2022/06/15 14:32:04 UTC, 0 replies.
- [GitHub] [arrow-ballista] andygrove commented on pull request #68: Use latest DataFusion - posted by GitBox <gi...@apache.org> on 2022/06/15 14:55:05 UTC, 1 replies.
- [GitHub] [arrow-datafusion] andygrove commented on issue #2730: LocalFileSystem Not sorted by file name, As a result, the data lines queried in multiple files are out of order. - posted by GitBox <gi...@apache.org> on 2022/06/15 14:57:35 UTC, 0 replies.
- [GitHub] [arrow-rs] jhorstmann opened a new pull request, #1885: Support specifying list capacities for MutableArrayData - posted by GitBox <gi...@apache.org> on 2022/06/15 15:01:36 UTC, 0 replies.
- [GitHub] [arrow-rs] epage commented on a diff in pull request #1868: Pin clap to 3.1 to get CI moving (#1867) - posted by GitBox <gi...@apache.org> on 2022/06/15 15:25:56 UTC, 0 replies.
- [GitHub] [arrow-datafusion] codecov-commenter commented on pull request #2735: Sort file names in a directory #2730 - posted by GitBox <gi...@apache.org> on 2022/06/15 15:41:32 UTC, 0 replies.
- [GitHub] [arrow] mrkn commented on a diff in pull request #13377: ARROW-14518: [Ruby] Add support for Arrow::Array.new([BigDecimal]) - posted by GitBox <gi...@apache.org> on 2022/06/15 15:50:28 UTC, 4 replies.
- [GitHub] [arrow-ballista] thinkharderdev commented on a diff in pull request #68: Use latest DataFusion - posted by GitBox <gi...@apache.org> on 2022/06/15 15:56:44 UTC, 1 replies.
- [GitHub] [arrow] zeroshade commented on pull request #13381: ARROW-16831: [Go] panic in ipc.Reader when string array offsets are invalid - posted by GitBox <gi...@apache.org> on 2022/06/15 15:57:46 UTC, 2 replies.
- [GitHub] [arrow] marsupialtail opened a new pull request, #13385: ARROW-16521 [C++][R] Configure curl timeout policy for S3 - posted by GitBox <gi...@apache.org> on 2022/06/15 16:15:23 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13385: ARROW-16521 [C++][R] Configure curl timeout policy for S3 - posted by GitBox <gi...@apache.org> on 2022/06/15 16:24:05 UTC, 1 replies.
- [GitHub] [arrow] marsupialtail commented on pull request #13385: ARROW-16521 [C++][R] Configure curl timeout policy for S3 - posted by GitBox <gi...@apache.org> on 2022/06/15 16:25:57 UTC, 0 replies.
- [GitHub] [arrow-rs] jhorstmann commented on issue #1882: Remove `indexmap` dependency - posted by GitBox <gi...@apache.org> on 2022/06/15 16:26:54 UTC, 1 replies.
- [GitHub] [arrow-datafusion] ming535 commented on issue #2723: Consolidate GroupByHash implementations `row_hash.rs` and `hash.rs` - posted by GitBox <gi...@apache.org> on 2022/06/15 16:53:52 UTC, 3 replies.
- [GitHub] [arrow] sfc-gh-mmuthuraman opened a new pull request, #13386: ARROW-13388 [C++][Parquet] Enable DELTA_LENGTH_BYTE_ARRAY decoder - posted by GitBox <gi...@apache.org> on 2022/06/15 16:57:54 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13386: ARROW-13388 [C++][Parquet] Enable DELTA_LENGTH_BYTE_ARRAY decoder - posted by GitBox <gi...@apache.org> on 2022/06/15 16:58:16 UTC, 3 replies.
- [GitHub] [arrow] sfc-gh-mmuthuraman commented on pull request #13386: ARROW-13388 [C++][Parquet] Enable DELTA_LENGTH_BYTE_ARRAY decoder - posted by GitBox <gi...@apache.org> on 2022/06/15 17:12:18 UTC, 7 replies.
- [GitHub] [arrow] lidavidm commented on pull request #13375: ARROW-16823: [C++] Arrow Substrait enhancements for UDF - posted by GitBox <gi...@apache.org> on 2022/06/15 18:56:44 UTC, 0 replies.
- [GitHub] [arrow] lidavidm opened a new pull request, #13387: ARROW-14771: [C++] Export Protobuf symbol table - posted by GitBox <gi...@apache.org> on 2022/06/15 20:31:01 UTC, 0 replies.
- [GitHub] [arrow] lidavidm commented on pull request #13387: ARROW-14771: [C++] Export Protobuf symbol table - posted by GitBox <gi...@apache.org> on 2022/06/15 20:31:05 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13387: ARROW-14771: [C++] Export Protobuf symbol table - posted by GitBox <gi...@apache.org> on 2022/06/15 20:31:23 UTC, 1 replies.
- [GitHub] [arrow] lidavidm commented on a diff in pull request #13109: ARROW-15365: [Python] Expose full cast options in the pyarrow.compute.cast function - posted by GitBox <gi...@apache.org> on 2022/06/15 20:42:49 UTC, 4 replies.
- [GitHub] [arrow] lidavidm commented on pull request #13383: ARROW-16769: [C++] Add Warn() function to Status - posted by GitBox <gi...@apache.org> on 2022/06/15 20:43:15 UTC, 2 replies.
- [GitHub] [arrow] drin commented on pull request #13383: ARROW-16769: [C++] Add Warn() function to Status - posted by GitBox <gi...@apache.org> on 2022/06/15 21:02:48 UTC, 3 replies.
- [GitHub] [arrow-datafusion] alamb commented on issue #2723: Consolidate GroupByHash implementations `row_hash.rs` and `hash.rs` - posted by GitBox <gi...@apache.org> on 2022/06/15 21:39:06 UTC, 2 replies.
- [GitHub] [arrow-datafusion] alamb opened a new issue, #2736: `rewrite_expression` does not properly handle `Exists` and `ScalarSubquery` - posted by GitBox <gi...@apache.org> on 2022/06/15 21:51:39 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb commented on pull request #2729: fix: filter push down with `InList` expressions - posted by GitBox <gi...@apache.org> on 2022/06/15 21:53:43 UTC, 1 replies.
- [GitHub] [arrow-datafusion] alamb closed pull request #2729: fix: filter push down with `InList` expressions - posted by GitBox <gi...@apache.org> on 2022/06/15 21:53:43 UTC, 0 replies.
- [GitHub] [arrow-datafusion] Ted-Jiang opened a new pull request, #2729: fix: filter push down with `InList` expressions - posted by GitBox <gi...@apache.org> on 2022/06/15 21:53:46 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb closed issue #2725: Filter push down need consider alias columns - posted by GitBox <gi...@apache.org> on 2022/06/15 21:53:51 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb merged pull request #2729: fix: filter push down with `InList` expressions - posted by GitBox <gi...@apache.org> on 2022/06/15 21:53:51 UTC, 0 replies.
- [GitHub] [arrow] TNonet commented on issue #13353: Casting a decimal column of a table into a float type when converting a table into a pandas dataframe - posted by GitBox <gi...@apache.org> on 2022/06/15 23:40:19 UTC, 0 replies.
- [GitHub] [arrow] kou commented on a diff in pull request #13373: ARROW-16717: [C++] Add support for system jemalloc - posted by GitBox <gi...@apache.org> on 2022/06/15 23:52:26 UTC, 2 replies.
- [GitHub] [arrow] kou commented on a diff in pull request #13377: ARROW-14518: [Ruby] Add support for Arrow::Array.new([BigDecimal]) - posted by GitBox <gi...@apache.org> on 2022/06/16 00:11:22 UTC, 4 replies.
- [GitHub] [arrow] kou opened a new pull request, #13388: ARROW-16839: [CI][C++] Fix xsimd missing related failures - posted by GitBox <gi...@apache.org> on 2022/06/16 01:37:56 UTC, 0 replies.
- [GitHub] [arrow] kou commented on pull request #13388: ARROW-16839: [CI][C++] Fix xsimd missing related failures - posted by GitBox <gi...@apache.org> on 2022/06/16 01:38:20 UTC, 1 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13388: ARROW-16839: [CI][C++] Fix xsimd missing related failures - posted by GitBox <gi...@apache.org> on 2022/06/16 01:38:25 UTC, 2 replies.
- [GitHub] [arrow-rs] liukun4515 commented on pull request #1871: Add Decimal128 API and use it in DecimalArray and DecimalBuilder - posted by GitBox <gi...@apache.org> on 2022/06/16 01:59:21 UTC, 1 replies.
- [GitHub] [arrow] wesm commented on pull request #13382: ARROW-16832: [C++] Remove cpp/src/arrow/dbi/hiveserver2 - posted by GitBox <gi...@apache.org> on 2022/06/16 02:03:53 UTC, 0 replies.
- [GitHub] [arrow-datafusion] Ted-Jiang commented on pull request #2729: fix: filter push down with `InList` expressions - posted by GitBox <gi...@apache.org> on 2022/06/16 02:05:54 UTC, 0 replies.
- [GitHub] [arrow-datafusion] Ted-Jiang commented on a diff in pull request #2729: fix: filter push down with `InList` expressions - posted by GitBox <gi...@apache.org> on 2022/06/16 02:07:10 UTC, 0 replies.
- [GitHub] [arrow-datafusion] yjshen commented on issue #2723: Consolidate GroupByHash implementations `row_hash.rs` and `hash.rs` - posted by GitBox <gi...@apache.org> on 2022/06/16 02:07:21 UTC, 1 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13389: ARROW-16751: [C++] Fix ucx target error on cmake3.5 - posted by GitBox <gi...@apache.org> on 2022/06/16 02:28:11 UTC, 1 replies.
- [GitHub] [arrow] cyb70289 commented on pull request #13389: ARROW-16751: [C++] Fix ucx target error on cmake3.5 - posted by GitBox <gi...@apache.org> on 2022/06/16 02:31:42 UTC, 0 replies.
- [GitHub] [arrow] kou merged pull request #13362: ARROW-16801: [CI][C++] Use the specified MinIO instead of MinIO from Homewbrew - posted by GitBox <gi...@apache.org> on 2022/06/16 03:00:49 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13362: ARROW-16801: [CI][C++] Use the specified MinIO instead of MinIO from Homewbrew - posted by GitBox <gi...@apache.org> on 2022/06/16 03:19:33 UTC, 0 replies.
- [GitHub] [arrow] cyb70289 commented on a diff in pull request #13387: ARROW-14771: [C++] Export Protobuf symbol table - posted by GitBox <gi...@apache.org> on 2022/06/16 03:21:43 UTC, 0 replies.
- [GitHub] [arrow-rs] liukun4515 commented on a diff in pull request #1871: Add Decimal128 API and use it in DecimalArray and DecimalBuilder - posted by GitBox <gi...@apache.org> on 2022/06/16 03:23:18 UTC, 1 replies.
- [GitHub] [arrow-rs] viirya commented on pull request #1871: Add Decimal128 API and use it in DecimalArray and DecimalBuilder - posted by GitBox <gi...@apache.org> on 2022/06/16 03:41:20 UTC, 1 replies.
- [GitHub] [arrow-rs] liyongjing opened a new issue, #1886: how read/write REPEATED - posted by GitBox <gi...@apache.org> on 2022/06/16 03:44:18 UTC, 0 replies.
- [GitHub] [arrow] kou merged pull request #13389: ARROW-16751: [C++] Fix ucx target error on cmake3.5 - posted by GitBox <gi...@apache.org> on 2022/06/16 04:38:24 UTC, 0 replies.
- [GitHub] [arrow] kou merged pull request #13388: ARROW-16839: [CI][C++] Fix xsimd missing related failures - posted by GitBox <gi...@apache.org> on 2022/06/16 04:40:08 UTC, 0 replies.
- [GitHub] [arrow-datafusion] xudong963 opened a new pull request, #2737: fix(script): fix tpch data script - posted by GitBox <gi...@apache.org> on 2022/06/16 05:50:47 UTC, 0 replies.
- [GitHub] [arrow-datafusion] codecov-commenter commented on pull request #2737: fix(script): fix tpch data script - posted by GitBox <gi...@apache.org> on 2022/06/16 06:16:47 UTC, 0 replies.
- [GitHub] [arrow] raulcd commented on pull request #13362: ARROW-16801: [CI][C++] Use the specified MinIO instead of MinIO from Homewbrew - posted by GitBox <gi...@apache.org> on 2022/06/16 06:25:04 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya closed issue #1870: Add Decimal128 API and use it in DecimalArray and DecimalBuilder - posted by GitBox <gi...@apache.org> on 2022/06/16 06:50:41 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya merged pull request #1871: Add Decimal128 API and use it in DecimalArray and DecimalBuilder - posted by GitBox <gi...@apache.org> on 2022/06/16 06:50:42 UTC, 0 replies.
- [GitHub] [arrow-rs] martin-g commented on a diff in pull request #1871: Add Decimal128 API and use it in DecimalArray and DecimalBuilder - posted by GitBox <gi...@apache.org> on 2022/06/16 07:53:20 UTC, 0 replies.
- [GitHub] [arrow-rs] Ismail-Maj commented on pull request #1787: Arbitrary size concat elements utf8 - posted by GitBox <gi...@apache.org> on 2022/06/16 07:59:26 UTC, 0 replies.
- [GitHub] [arrow] pitrou merged pull request #13373: ARROW-16717: [C++] Add support for system jemalloc - posted by GitBox <gi...@apache.org> on 2022/06/16 09:04:21 UTC, 0 replies.
- [GitHub] [arrow] pitrou commented on pull request #13373: ARROW-16717: [C++] Add support for system jemalloc - posted by GitBox <gi...@apache.org> on 2022/06/16 09:04:41 UTC, 0 replies.
- [GitHub] [arrow-datafusion] ike560 opened a new issue, #2738: Version 0.6.0 Panic error during SQL execution - posted by GitBox <gi...@apache.org> on 2022/06/16 09:15:56 UTC, 0 replies.
- [GitHub] [arrow] pitrou commented on a diff in pull request #13383: ARROW-16769: [C++] Add Warn() function to Status - posted by GitBox <gi...@apache.org> on 2022/06/16 09:24:33 UTC, 1 replies.
- [GitHub] [arrow] pitrou commented on pull request #13383: ARROW-16769: [C++] Add Warn() function to Status - posted by GitBox <gi...@apache.org> on 2022/06/16 09:26:39 UTC, 1 replies.
- [GitHub] [arrow] pitrou commented on a diff in pull request #12914: ARROW-2034: [C++] Filesystem implementation for Azure Blob Storage - posted by GitBox <gi...@apache.org> on 2022/06/16 09:29:23 UTC, 10 replies.
- [GitHub] [arrow-rs] jhorstmann commented on a diff in pull request #1830: Remove simd and avx512 bitwise kernels in favor of autovectorization - posted by GitBox <gi...@apache.org> on 2022/06/16 09:51:50 UTC, 0 replies.
- [GitHub] [arrow] raulcd commented on pull request #13157: ARROW-16584: [Java] Java JNI with S3 support - posted by GitBox <gi...@apache.org> on 2022/06/16 09:56:29 UTC, 0 replies.
- [GitHub] [arrow] raulcd commented on a diff in pull request #13385: ARROW-16521 [C++][R] Configure curl timeout policy for S3 - posted by GitBox <gi...@apache.org> on 2022/06/16 10:24:53 UTC, 0 replies.
- [GitHub] [arrow] pitrou merged pull request #13327: ARROW-16706: [Python] Expose RankOptions - posted by GitBox <gi...@apache.org> on 2022/06/16 10:27:26 UTC, 0 replies.
- [GitHub] [arrow] pitrou commented on a diff in pull request #13385: ARROW-16521 [C++][R] Configure curl timeout policy for S3 - posted by GitBox <gi...@apache.org> on 2022/06/16 10:32:39 UTC, 4 replies.
- [GitHub] [arrow] shefali163 commented on a diff in pull request #12914: ARROW-2034: [C++] Filesystem implementation for Azure Blob Storage - posted by GitBox <gi...@apache.org> on 2022/06/16 10:49:06 UTC, 1 replies.
- [GitHub] [arrow-datafusion] alamb closed issue #2730: LocalFileSystem Not sorted by file name, As a result, the data lines queried in multiple files are out of order. - posted by GitBox <gi...@apache.org> on 2022/06/16 11:19:30 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb merged pull request #2735: Sort file names in a directory #2730 - posted by GitBox <gi...@apache.org> on 2022/06/16 11:19:31 UTC, 0 replies.
- [GitHub] [arrow] lidavidm commented on pull request #13382: ARROW-16832: [C++] Remove cpp/src/arrow/dbi/hiveserver2 - posted by GitBox <gi...@apache.org> on 2022/06/16 11:36:34 UTC, 0 replies.
- [GitHub] [arrow] lidavidm commented on a diff in pull request #13387: ARROW-14771: [C++] Export Protobuf symbol table - posted by GitBox <gi...@apache.org> on 2022/06/16 11:42:28 UTC, 0 replies.
- [GitHub] [arrow-rs] HaoYang670 opened a new issue, #1887: The `substring` kernel should support `FixedSizeListArray` - posted by GitBox <gi...@apache.org> on 2022/06/16 11:42:50 UTC, 0 replies.
- [GitHub] [arrow-rs] HaoYang670 commented on issue #1887: The `substring` kernel should support `FixedSizeListArray` - posted by GitBox <gi...@apache.org> on 2022/06/16 11:43:30 UTC, 0 replies.
- [GitHub] [arrow-datafusion] xudong963 merged pull request #2737: fix(script): fix tpch data script - posted by GitBox <gi...@apache.org> on 2022/06/16 11:56:02 UTC, 0 replies.
- [GitHub] [arrow] lidavidm commented on a diff in pull request #13344: ARROW-16686: [C++] Use shared_ptr with FunctionOptions - posted by GitBox <gi...@apache.org> on 2022/06/16 12:08:56 UTC, 2 replies.
- [GitHub] [arrow] vibhatha commented on a diff in pull request #13344: ARROW-16686: [C++] Use shared_ptr with FunctionOptions - posted by GitBox <gi...@apache.org> on 2022/06/16 12:44:59 UTC, 5 replies.
- [GitHub] [arrow] pitrou merged pull request #13379: ARROW-16803: [R][CI] Fix caching for R mingw build - posted by GitBox <gi...@apache.org> on 2022/06/16 13:45:03 UTC, 0 replies.
- [GitHub] [arrow] jorisvandenbossche commented on a diff in pull request #13311: ARROW-16340: [Python] Move all Python related code into PyArrow - posted by GitBox <gi...@apache.org> on 2022/06/16 13:55:13 UTC, 0 replies.
- [GitHub] [arrow] assignUser commented on a diff in pull request #13359: ARROW-16794: [CI][C++][MinGW] Use debug build to reduce build time - posted by GitBox <gi...@apache.org> on 2022/06/16 15:01:09 UTC, 0 replies.
- [GitHub] [arrow] pitrou commented on a diff in pull request #13359: ARROW-16794: [CI][C++][MinGW] Use debug build to reduce build time - posted by GitBox <gi...@apache.org> on 2022/06/16 15:18:06 UTC, 0 replies.
- [GitHub] [arrow] marsupialtail commented on a diff in pull request #13385: ARROW-16521 [C++][R] Configure curl timeout policy for S3 - posted by GitBox <gi...@apache.org> on 2022/06/16 15:51:50 UTC, 3 replies.
- [GitHub] [arrow-datafusion] andygrove opened a new issue, #2739: Add `IsNotNull` filter to join inputs if one side of join condition does not allow null - posted by GitBox <gi...@apache.org> on 2022/06/16 16:42:09 UTC, 0 replies.
- [GitHub] [arrow] zeroshade closed pull request #13381: ARROW-16831: [Go] panic in ipc.Reader when string array offsets are invalid - posted by GitBox <gi...@apache.org> on 2022/06/16 17:03:27 UTC, 0 replies.
- [GitHub] [arrow-rs] andygrove opened a new issue, #1888: Creating a `RecordBatch` with null values in non-nullable fields does not cause an error - posted by GitBox <gi...@apache.org> on 2022/06/16 17:45:58 UTC, 0 replies.
- [GitHub] [arrow-rs] frolovdev opened a new pull request, #1889: rename function - posted by GitBox <gi...@apache.org> on 2022/06/16 17:57:51 UTC, 0 replies.
- [GitHub] [arrow-rs] andygrove opened a new pull request, #1890: WIP: Add validation to `RecordBatch` for non-nullable fields containing null values - posted by GitBox <gi...@apache.org> on 2022/06/16 18:06:27 UTC, 0 replies.
- [GitHub] [arrow-rs] nl5887 opened a new pull request, #1891: Feature add weekday temporal kernel - posted by GitBox <gi...@apache.org> on 2022/06/16 18:12:07 UTC, 0 replies.
- [GitHub] [arrow-rs] andygrove commented on pull request #1890: WIP: Add validation to `RecordBatch` for non-nullable fields containing null values - posted by GitBox <gi...@apache.org> on 2022/06/16 18:28:02 UTC, 0 replies.
- [GitHub] [arrow-rs] andygrove opened a new issue, #1892: Dictionary IPC writer appears to write incorrect schema - posted by GitBox <gi...@apache.org> on 2022/06/16 18:34:33 UTC, 0 replies.
- [GitHub] [arrow-rs] andygrove commented on a diff in pull request #1890: Add validation to `RecordBatch` for non-nullable fields containing null values - posted by GitBox <gi...@apache.org> on 2022/06/16 18:36:50 UTC, 1 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1891: Feature add weekday temporal kernel - posted by GitBox <gi...@apache.org> on 2022/06/16 18:42:57 UTC, 0 replies.
- [GitHub] [arrow-datafusion] jorgecarleitao commented on issue #2709: Updating arrow2 branch - posted by GitBox <gi...@apache.org> on 2022/06/16 19:02:36 UTC, 1 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1890: Add validation to `RecordBatch` for non-nullable fields containing null values - posted by GitBox <gi...@apache.org> on 2022/06/16 19:02:38 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on a diff in pull request #1890: Add validation to `RecordBatch` for non-nullable fields containing null values - posted by GitBox <gi...@apache.org> on 2022/06/16 19:04:52 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold merged pull request #1873: Do not print exit code from miri, instead it should be the return value of the script - posted by GitBox <gi...@apache.org> on 2022/06/16 19:09:38 UTC, 0 replies.
- [GitHub] [arrow] sanjibansg opened a new pull request, #13390: ARROW-16424: [C++] Update uri_path parsing in FromProto - posted by GitBox <gi...@apache.org> on 2022/06/16 19:14:06 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13390: ARROW-16424: [C++] Update uri_path parsing in FromProto - posted by GitBox <gi...@apache.org> on 2022/06/16 19:14:27 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb commented on pull request #1787: Arbitrary size concat elements utf8 - posted by GitBox <gi...@apache.org> on 2022/06/16 19:29:13 UTC, 0 replies.
- [GitHub] [arrow] ursabot commented on pull request #13381: ARROW-16831: [Go] panic in ipc.Reader when string array offsets are invalid - posted by GitBox <gi...@apache.org> on 2022/06/16 19:31:10 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb merged pull request #1821: docs: remove experimental marker on C Stream Interface - posted by GitBox <gi...@apache.org> on 2022/06/16 19:31:30 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb commented on a diff in pull request #1842: Implement UnionArray FieldData using Type Erasure - posted by GitBox <gi...@apache.org> on 2022/06/16 19:36:34 UTC, 0 replies.
- [GitHub] [arrow] JabariBooker commented on a diff in pull request #13109: ARROW-15365: [Python] Expose full cast options in the pyarrow.compute.cast function - posted by GitBox <gi...@apache.org> on 2022/06/16 19:40:15 UTC, 1 replies.
- [GitHub] [arrow-rs] alamb commented on a diff in pull request #1853: Clean up the test code of `substring` kernel. - posted by GitBox <gi...@apache.org> on 2022/06/16 19:46:26 UTC, 1 replies.
- [GitHub] [arrow-rs] alamb commented on pull request #1889: Rename `ArrayData::validate_dict_offsets` to `ArrayData::validate_values` - posted by GitBox <gi...@apache.org> on 2022/06/16 20:03:42 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold merged pull request #1865: Expose `BitSliceIterator` and `BitIndexIterator` (#1864) - posted by GitBox <gi...@apache.org> on 2022/06/16 20:07:06 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb closed issue #1884: Specifying capacities for ListArrays is not supported in MutableArrayData - posted by GitBox <gi...@apache.org> on 2022/06/16 20:07:38 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb merged pull request #1885: Support specifying list capacities for MutableArrayData - posted by GitBox <gi...@apache.org> on 2022/06/16 20:07:38 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb commented on a diff in pull request #1891: Feature add weekday temporal kernel - posted by GitBox <gi...@apache.org> on 2022/06/16 20:10:24 UTC, 2 replies.
- [GitHub] [arrow-rs] alamb commented on pull request #1891: Feature add weekday temporal kernel - posted by GitBox <gi...@apache.org> on 2022/06/16 20:11:49 UTC, 1 replies.
- [GitHub] [arrow-rs] tustvold commented on a diff in pull request #1880: Issue #1876: Explicitly declare the used features for each dependency in arrow-flight - posted by GitBox <gi...@apache.org> on 2022/06/16 20:15:00 UTC, 2 replies.
- [GitHub] [arrow-rs] tustvold closed issue #1812: Rename ArrayData::validate_dictionary_offset - posted by GitBox <gi...@apache.org> on 2022/06/16 20:18:28 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold merged pull request #1889: Rename `ArrayData::validate_dict_offsets` to `ArrayData::validate_values` - posted by GitBox <gi...@apache.org> on 2022/06/16 20:18:29 UTC, 0 replies.
- [GitHub] [arrow-rs] andygrove commented on pull request #1890: Add validation to `RecordBatch` for non-nullable fields containing null values - posted by GitBox <gi...@apache.org> on 2022/06/16 20:19:17 UTC, 2 replies.
- [GitHub] [arrow-rs] tustvold merged pull request #1880: Issue #1876: Explicitly declare the used features for each dependency in arrow-flight - posted by GitBox <gi...@apache.org> on 2022/06/16 20:19:47 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold merged pull request #1881: Issue #1876: Explicitly declare the used features for each dependency in parquet - posted by GitBox <gi...@apache.org> on 2022/06/16 20:19:58 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on pull request #1891: Feature add weekday temporal kernel - posted by GitBox <gi...@apache.org> on 2022/06/16 20:30:43 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold merged pull request #1842: Implement UnionArray FieldData using Type Erasure - posted by GitBox <gi...@apache.org> on 2022/06/16 20:45:44 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb closed issue #1808: Blog post about arrow 10.0.0 - 16.0.0 - posted by GitBox <gi...@apache.org> on 2022/06/16 21:00:15 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb commented on issue #1809: Release Arrow 16.0.0 (next release after 15.0.0) - posted by GitBox <gi...@apache.org> on 2022/06/16 21:03:09 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb closed issue #1809: Release Arrow 16.0.0 (next release after 15.0.0) - posted by GitBox <gi...@apache.org> on 2022/06/16 21:03:10 UTC, 0 replies.
- [GitHub] [arrow] westonpace commented on pull request #13364: ARROW-16756: [C++] Introduce non-owning ArraySpan, ExecSpan data structures and refactor ScalarKernels to use them - posted by GitBox <gi...@apache.org> on 2022/06/16 21:27:57 UTC, 1 replies.
- [GitHub] [arrow] westonpace commented on pull request #13028: ARROW-16083: [C++] Implement AsofJoin execution node - posted by GitBox <gi...@apache.org> on 2022/06/16 21:45:14 UTC, 1 replies.
- [GitHub] [arrow] westonpace merged pull request #13332: ARROW-16713: [C++] Pull join accumulation outside of HashJoinImpl - posted by GitBox <gi...@apache.org> on 2022/06/16 22:27:03 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove opened a new pull request, #2740: Add optimizer rule to filter out null join keys - posted by GitBox <gi...@apache.org> on 2022/06/16 22:35:05 UTC, 0 replies.
- [GitHub] [arrow-datafusion] codecov-commenter commented on pull request #2740: Add optimizer rule to filter out null join keys - posted by GitBox <gi...@apache.org> on 2022/06/16 23:02:00 UTC, 0 replies.
- [GitHub] [arrow-datafusion] xudong963 opened a new pull request, #2741: improve: supports user-defined `scale_factor` for dbgen - posted by GitBox <gi...@apache.org> on 2022/06/16 23:19:26 UTC, 0 replies.
- [GitHub] [arrow] westonpace commented on a diff in pull request #13344: ARROW-16686: [C++] Use shared_ptr with FunctionOptions - posted by GitBox <gi...@apache.org> on 2022/06/16 23:34:18 UTC, 1 replies.
- [GitHub] [arrow-datafusion] andygrove opened a new issue, #2742: Investigate unexpected performance issue when adding a filter to reduce rows going into a join - posted by GitBox <gi...@apache.org> on 2022/06/17 00:22:11 UTC, 0 replies.
- [GitHub] [arrow] kou commented on pull request #13386: ARROW-13388 [C++][Parquet] Enable DELTA_LENGTH_BYTE_ARRAY decoder - posted by GitBox <gi...@apache.org> on 2022/06/17 00:52:35 UTC, 2 replies.
- [GitHub] [arrow-rs] HaoYang670 commented on a diff in pull request #1853: Clean up the test code of `substring` kernel. - posted by GitBox <gi...@apache.org> on 2022/06/17 01:15:04 UTC, 1 replies.
- [GitHub] [arrow] westonpace commented on pull request #13375: ARROW-16823: [C++] Arrow Substrait enhancements for UDF - posted by GitBox <gi...@apache.org> on 2022/06/17 01:18:31 UTC, 0 replies.
- [GitHub] [arrow] westonpace commented on a diff in pull request #13366: ARROW-16809: [C++] Add Benchmarks for FilterNode - posted by GitBox <gi...@apache.org> on 2022/06/17 02:03:40 UTC, 2 replies.
- [GitHub] [arrow-rs] HaoYang670 commented on pull request #1787: Arbitrary size concat elements utf8 - posted by GitBox <gi...@apache.org> on 2022/06/17 02:13:52 UTC, 0 replies.
- [GitHub] [arrow] liukun4515 opened a new issue, #13391: There is no test case using the `2.0.0-compression` test file - posted by GitBox <gi...@apache.org> on 2022/06/17 02:41:13 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove commented on issue #2742: Investigate unexpected performance issue when adding a filter to reduce rows going into a join - posted by GitBox <gi...@apache.org> on 2022/06/17 03:44:18 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove commented on a diff in pull request #2741: improve: supports user-defined `scale_factor` for dbgen - posted by GitBox <gi...@apache.org> on 2022/06/17 03:45:49 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya opened a new pull request, #1893: Correct nullable in read_dictionary - posted by GitBox <gi...@apache.org> on 2022/06/17 04:07:38 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya commented on a diff in pull request #1890: Add validation to `RecordBatch` for non-nullable fields containing null values - posted by GitBox <gi...@apache.org> on 2022/06/17 04:08:56 UTC, 0 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1893: Correct nullable in read_dictionary - posted by GitBox <gi...@apache.org> on 2022/06/17 04:24:43 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13392: ARROW-16848: [C++][Java] Update ORC to 1.7.5 - posted by GitBox <gi...@apache.org> on 2022/06/17 04:26:43 UTC, 2 replies.
- [GitHub] [arrow] dongjoon-hyun commented on pull request #13392: ARROW-16848: [C++][Java] Update ORC to 1.7.5 - posted by GitBox <gi...@apache.org> on 2022/06/17 05:14:55 UTC, 2 replies.
- [GitHub] [arrow-rs] tustvold commented on a diff in pull request #1893: Correct nullable in read_dictionary - posted by GitBox <gi...@apache.org> on 2022/06/17 05:48:23 UTC, 2 replies.
- [GitHub] [arrow-rs] viirya commented on a diff in pull request #1893: Correct nullable in read_dictionary - posted by GitBox <gi...@apache.org> on 2022/06/17 06:19:16 UTC, 3 replies.
- [GitHub] [arrow-rs] nl5887 commented on pull request #1891: Feature add weekday temporal kernel - posted by GitBox <gi...@apache.org> on 2022/06/17 07:01:26 UTC, 0 replies.
- [GitHub] [arrow-rs] frolovdev commented on issue #1561: Improve Unit Test Coverage of MapArrayReader - posted by GitBox <gi...@apache.org> on 2022/06/17 08:50:33 UTC, 0 replies.
- [GitHub] [arrow] zhixingheyi-tian opened a new pull request, #13393: ARROW-16849: [C++][compute] Replace If-Else branch with bitwise opera… - posted by GitBox <gi...@apache.org> on 2022/06/17 08:53:15 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13393: ARROW-16849: [C++][compute] Replace If-Else branch with bitwise opera… - posted by GitBox <gi...@apache.org> on 2022/06/17 08:53:35 UTC, 1 replies.
- [GitHub] [arrow] zhixingheyi-tian commented on pull request #13393: ARROW-16849: [C++][compute] Replace If-Else branch with bitwise operators in aggregate_basic_internal - posted by GitBox <gi...@apache.org> on 2022/06/17 08:57:34 UTC, 2 replies.
- [GitHub] [arrow] cyb70289 opened a new pull request, #13394: ARROW-16850: [C++] Copy CSV data field and end chars separately - posted by GitBox <gi...@apache.org> on 2022/06/17 09:09:25 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13394: ARROW-16850: [C++] Copy CSV data field and end chars separately - posted by GitBox <gi...@apache.org> on 2022/06/17 09:09:48 UTC, 1 replies.
- [GitHub] [arrow] cyb70289 commented on pull request #13394: ARROW-16850: [C++] Copy CSV data field and end chars separately - posted by GitBox <gi...@apache.org> on 2022/06/17 09:12:14 UTC, 4 replies.
- [GitHub] [arrow] cyb70289 commented on a diff in pull request #13393: ARROW-16849: [C++][compute] Replace If-Else branch with bitwise operators in aggregate_basic_internal - posted by GitBox <gi...@apache.org> on 2022/06/17 09:22:43 UTC, 1 replies.
- [GitHub] [arrow] ursabot commented on pull request #13394: ARROW-16850: [C++] Copy CSV data field and end chars separately - posted by GitBox <gi...@apache.org> on 2022/06/17 09:29:29 UTC, 1 replies.
- [GitHub] [arrow-rs] martin-g commented on pull request #1881: Issue #1876: Explicitly declare the used features for each dependency in parquet - posted by GitBox <gi...@apache.org> on 2022/06/17 09:33:04 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on issue #1561: Improve Unit Test Coverage of MapArrayReader - posted by GitBox <gi...@apache.org> on 2022/06/17 10:26:28 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb closed issue #1801: Clean up the testing code in `substring` kernel - posted by GitBox <gi...@apache.org> on 2022/06/17 10:46:44 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb merged pull request #1853: Clean up the test code of `substring` kernel. - posted by GitBox <gi...@apache.org> on 2022/06/17 10:46:44 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb merged pull request #1891: Feature add weekday temporal kernel - posted by GitBox <gi...@apache.org> on 2022/06/17 10:52:18 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb opened a new pull request, #1894: Minor: Add examples to docstring for `weekday` - posted by GitBox <gi...@apache.org> on 2022/06/17 10:56:02 UTC, 0 replies.
- [GitHub] [arrow-rs] martin-g opened a new pull request, #1895: Issue #1876: Explicitly declare the used features for each dependency in parquet - posted by GitBox <gi...@apache.org> on 2022/06/17 11:01:43 UTC, 1 replies.
- [GitHub] [arrow-rs] martin-g opened a new pull request, #1896: Issue #1876: Explicitly declare the used features for each dependency in parquet_derive - posted by GitBox <gi...@apache.org> on 2022/06/17 11:19:14 UTC, 0 replies.
- [GitHub] [arrow-rs] martin-g opened a new pull request, #1897: Issue #1876: Explicitly declare the used features for each dependency in parquet_derive_test - posted by GitBox <gi...@apache.org> on 2022/06/17 11:28:05 UTC, 1 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1897: Issue #1876: Explicitly declare the used features for each dependency in parquet_derive_test - posted by GitBox <gi...@apache.org> on 2022/06/17 11:44:24 UTC, 0 replies.
- [GitHub] [arrow-rs] martin-g opened a new pull request, #1898: Issue #1876: Explicitly declare the used features for each dependency in integration_testing - posted by GitBox <gi...@apache.org> on 2022/06/17 11:53:10 UTC, 0 replies.
- [GitHub] [arrow] lidavidm commented on a diff in pull request #13390: ARROW-16424: [C++] Update uri_path parsing in FromProto - posted by GitBox <gi...@apache.org> on 2022/06/17 12:03:34 UTC, 3 replies.
- [GitHub] [arrow-rs] frolovdev commented on issue #1642: MapArray Requires Values Array - posted by GitBox <gi...@apache.org> on 2022/06/17 12:04:19 UTC, 0 replies.
- [GitHub] [arrow-rs] jhorstmann opened a new issue, #1899: Final slicing in combine_option_bitmap needs to use bit slices - posted by GitBox <gi...@apache.org> on 2022/06/17 12:05:22 UTC, 0 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1898: Issue #1876: Explicitly declare the used features for each dependency in integration_testing - posted by GitBox <gi...@apache.org> on 2022/06/17 12:09:11 UTC, 0 replies.
- [GitHub] [arrow] lidavidm commented on issue #13391: There is no test case using the `2.0.0-compression` test file - posted by GitBox <gi...@apache.org> on 2022/06/17 12:11:00 UTC, 1 replies.
- [GitHub] [arrow] assignUser commented on pull request #13240: ARROW-16406: [Docs][R] Update documentation with new nightly location - posted by GitBox <gi...@apache.org> on 2022/06/17 12:12:35 UTC, 0 replies.
- [GitHub] [arrow] assignUser closed pull request #13240: ARROW-16406: [Docs][R] Update documentation with new nightly location - posted by GitBox <gi...@apache.org> on 2022/06/17 12:12:36 UTC, 0 replies.
- [GitHub] [arrow-rs] jhorstmann opened a new pull request, #1900: Use bit_slice in combine_option_bitmap - posted by GitBox <gi...@apache.org> on 2022/06/17 12:35:20 UTC, 0 replies.
- [GitHub] [arrow-rs] HaoYang670 opened a new issue, #1901: `log2(0)` panicked at `'attempt to subtract with overflow', parquet/src/util/bit_util.rs:148:5` - posted by GitBox <gi...@apache.org> on 2022/06/17 12:42:57 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13395: [Gandiva][C++] Add REGEXP_LIKE function - posted by GitBox <gi...@apache.org> on 2022/06/17 12:44:10 UTC, 1 replies.
- [GitHub] [arrow-rs] jhorstmann commented on issue #1901: `log2(0)` panicked at `'attempt to subtract with overflow', parquet/src/util/bit_util.rs:148:5` - posted by GitBox <gi...@apache.org> on 2022/06/17 12:50:59 UTC, 0 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1900: Use bit_slice in combine_option_bitmap - posted by GitBox <gi...@apache.org> on 2022/06/17 12:53:06 UTC, 0 replies.
- [GitHub] [arrow-rs] HaoYang670 commented on issue #1901: `log2(0)` panicked at `'attempt to subtract with overflow', parquet/src/util/bit_util.rs:148:5` - posted by GitBox <gi...@apache.org> on 2022/06/17 12:55:50 UTC, 1 replies.
- [GitHub] [arrow-rs] martin-g closed pull request #1897: Issue #1876: Explicitly declare the used features for each dependency in parquet_derive_test - posted by GitBox <gi...@apache.org> on 2022/06/17 13:04:30 UTC, 0 replies.
- [GitHub] [arrow-rs] martin-g closed pull request #1895: Issue #1876: Explicitly declare the used features for each dependency in parquet - posted by GitBox <gi...@apache.org> on 2022/06/17 13:44:29 UTC, 0 replies.
- [GitHub] [arrow-rs] martin-g opened a new issue, #1902: `dynamic_types` example does not print the projection - posted by GitBox <gi...@apache.org> on 2022/06/17 13:54:49 UTC, 0 replies.
- [GitHub] [arrow-rs] martin-g opened a new pull request, #1903: Closes #1902: Print the original and projected RecordBatch in dynamic_types example - posted by GitBox <gi...@apache.org> on 2022/06/17 13:59:05 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove opened a new issue, #2743: Discord invite link in communication page has expired - posted by GitBox <gi...@apache.org> on 2022/06/17 14:40:13 UTC, 0 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1903: Closes #1902: Print the original and projected RecordBatch in dynamic_types example - posted by GitBox <gi...@apache.org> on 2022/06/17 14:53:59 UTC, 0 replies.
- [GitHub] [arrow] westonpace commented on a diff in pull request #13390: ARROW-16424: [C++] Update uri_path parsing in FromProto - posted by GitBox <gi...@apache.org> on 2022/06/17 15:52:35 UTC, 3 replies.
- [GitHub] [arrow] wesm commented on pull request #12460: ARROW-13530: [C++] Implement cumulative sum compute function - posted by GitBox <gi...@apache.org> on 2022/06/17 16:08:36 UTC, 5 replies.
- [GitHub] [arrow] willbowditch commented on issue #12653: Conversion from one dataset to another that will not fit in memory? - posted by GitBox <gi...@apache.org> on 2022/06/17 16:14:08 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya merged pull request #1894: Minor: Add examples to docstring for `weekday` - posted by GitBox <gi...@apache.org> on 2022/06/17 16:15:47 UTC, 0 replies.
- [GitHub] [arrow] arjunsr1 opened a new issue, #13396: Is the Arrow::Table.merge function in a working state? - posted by GitBox <gi...@apache.org> on 2022/06/17 16:55:03 UTC, 0 replies.
- [GitHub] [arrow] westonpace commented on pull request #12460: ARROW-13530: [C++] Implement cumulative sum compute function - posted by GitBox <gi...@apache.org> on 2022/06/17 17:34:06 UTC, 4 replies.
- [GitHub] [arrow-rs] alamb commented on pull request #1903: Closes #1902: Print the original and projected RecordBatch in dynamic_types example - posted by GitBox <gi...@apache.org> on 2022/06/17 18:25:16 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb closed issue #1902: `dynamic_types` example does not print the projection - posted by GitBox <gi...@apache.org> on 2022/06/17 18:25:20 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb merged pull request #1903: Closes #1902: Print the original and projected RecordBatch in dynamic_types example - posted by GitBox <gi...@apache.org> on 2022/06/17 18:25:21 UTC, 0 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1879: Split up arrow::array::builder module (#1843) - posted by GitBox <gi...@apache.org> on 2022/06/17 18:45:00 UTC, 0 replies.
- [GitHub] [arrow-rs] frolovdev commented on issue #1699: MapArrayReader Does Not Understand Nesting - posted by GitBox <gi...@apache.org> on 2022/06/17 18:49:44 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove opened a new issue, #2744: Unsupported data type in hasher: Date32 - posted by GitBox <gi...@apache.org> on 2022/06/17 19:00:47 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove opened a new pull request, #2745: MINOR: Improve unsupported data type error message - posted by GitBox <gi...@apache.org> on 2022/06/17 19:02:57 UTC, 0 replies.
- [GitHub] [arrow] westonpace commented on a diff in pull request #13375: ARROW-16823: [C++] Arrow Substrait enhancements for UDF - posted by GitBox <gi...@apache.org> on 2022/06/17 19:25:54 UTC, 5 replies.
- [GitHub] [arrow-datafusion] andygrove opened a new pull request, #2746: Support dates hash join - posted by GitBox <gi...@apache.org> on 2022/06/17 19:30:33 UTC, 0 replies.
- [GitHub] [arrow] lidavidm commented on pull request #12868: ARROW-15130: [Docs] Add glossary - posted by GitBox <gi...@apache.org> on 2022/06/17 19:43:18 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb closed issue #1843: Split up arrow::array::builder module - posted by GitBox <gi...@apache.org> on 2022/06/17 19:51:58 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb merged pull request #1879: Split up arrow::array::builder module (#1843) - posted by GitBox <gi...@apache.org> on 2022/06/17 19:51:59 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb commented on pull request #1879: Split up arrow::array::builder module (#1843) - posted by GitBox <gi...@apache.org> on 2022/06/17 19:52:01 UTC, 0 replies.
- [GitHub] [arrow-datafusion] codecov-commenter commented on pull request #2746: Support dates in hash join - posted by GitBox <gi...@apache.org> on 2022/06/17 20:01:15 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13397: ARROW-16444: [R] Implement user-defined scalar functions in R bindings - posted by GitBox <gi...@apache.org> on 2022/06/17 20:05:47 UTC, 1 replies.
- [GitHub] [arrow-rs] frolovdev opened a new pull request, #1904: not panic - posted by GitBox <gi...@apache.org> on 2022/06/17 20:58:43 UTC, 0 replies.
- [GitHub] [arrow] wesm opened a new pull request, #13398: ARROW-16824: [C++] Migrate VectorKernels to use ExecSpan, split out ChunkedArray execution - posted by GitBox <gi...@apache.org> on 2022/06/18 01:00:03 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13398: ARROW-16824: [C++] Migrate VectorKernels to use ExecSpan, split out ChunkedArray execution - posted by GitBox <gi...@apache.org> on 2022/06/18 01:00:30 UTC, 0 replies.
- [GitHub] [arrow] wesm commented on a diff in pull request #13398: ARROW-16824: [C++] Migrate VectorKernels to use ExecSpan, split out ChunkedArray execution - posted by GitBox <gi...@apache.org> on 2022/06/18 01:07:22 UTC, 1 replies.
- [GitHub] [arrow-datafusion] xudong963 commented on a diff in pull request #2741: improve: supports user-defined `scale_factor` for dbgen - posted by GitBox <gi...@apache.org> on 2022/06/18 01:11:22 UTC, 1 replies.
- [GitHub] [arrow-datafusion] xudong963 merged pull request #2745: MINOR: Improve unsupported data type error message - posted by GitBox <gi...@apache.org> on 2022/06/18 02:57:13 UTC, 0 replies.
- [GitHub] [arrow] westonpace merged pull request #13252: ARROW-16677: [C++] Support nesting of function registries - posted by GitBox <gi...@apache.org> on 2022/06/18 03:16:51 UTC, 0 replies.
- [GitHub] [arrow-datafusion] codecov-commenter commented on pull request #2741: improve: supports user-defined `scale_factor` for dbgen - posted by GitBox <gi...@apache.org> on 2022/06/18 03:24:16 UTC, 0 replies.
- [GitHub] [arrow] liukun4515 commented on issue #13391: There is no test case using the `2.0.0-compression` test file - posted by GitBox <gi...@apache.org> on 2022/06/18 03:53:45 UTC, 1 replies.
- [GitHub] [arrow-rs] tustvold commented on issue #1699: MapArrayReader Does Not Understand Nesting - posted by GitBox <gi...@apache.org> on 2022/06/18 04:54:05 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on issue #1642: MapArray Requires Values Array - posted by GitBox <gi...@apache.org> on 2022/06/18 05:00:16 UTC, 0 replies.
- [GitHub] [arrow-rs] nevi-me commented on issue #1642: MapArray Requires Values Array - posted by GitBox <gi...@apache.org> on 2022/06/18 05:35:12 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold merged pull request #1893: Correct nullable in read_dictionary - posted by GitBox <gi...@apache.org> on 2022/06/18 05:49:50 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold closed issue #1892: Dictionary IPC writer appears to write incorrect schema - posted by GitBox <gi...@apache.org> on 2022/06/18 05:49:50 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on pull request #1900: Use bit_slice in combine_option_bitmap - posted by GitBox <gi...@apache.org> on 2022/06/18 05:55:13 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold merged pull request #1900: Use bit_slice in combine_option_bitmap - posted by GitBox <gi...@apache.org> on 2022/06/18 05:55:17 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold closed issue #1899: Final slicing in combine_option_bitmap needs to use bit slices - posted by GitBox <gi...@apache.org> on 2022/06/18 05:55:17 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on pull request #1890: Add validation to `RecordBatch` for non-nullable fields containing null values - posted by GitBox <gi...@apache.org> on 2022/06/18 06:03:02 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on issue #1886: how read/write REPEATED - posted by GitBox <gi...@apache.org> on 2022/06/18 06:13:09 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on issue #1882: Remove `indexmap` dependency - posted by GitBox <gi...@apache.org> on 2022/06/18 06:58:23 UTC, 1 replies.
- [GitHub] [arrow-rs] HaoYang670 opened a new pull request, #1905: Refine the `bit_util` of Parquet. - posted by GitBox <gi...@apache.org> on 2022/06/18 08:22:36 UTC, 0 replies.
- [GitHub] [arrow-datafusion] waynexia opened a new pull request, #2747: CSE unit test for duplicate fields - posted by GitBox <gi...@apache.org> on 2022/06/18 08:57:21 UTC, 0 replies.
- [GitHub] [arrow-datafusion] waynexia commented on pull request #2746: Support dates in hash join - posted by GitBox <gi...@apache.org> on 2022/06/18 09:07:18 UTC, 0 replies.
- [GitHub] [arrow-datafusion] codecov-commenter commented on pull request #2747: CSE unit test for duplicate fields - posted by GitBox <gi...@apache.org> on 2022/06/18 09:24:07 UTC, 0 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1905: Refine the `bit_util` of Parquet. - posted by GitBox <gi...@apache.org> on 2022/06/18 09:40:10 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb merged pull request #2747: CSE unit test for duplicate fields - posted by GitBox <gi...@apache.org> on 2022/06/18 11:39:38 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb commented on a diff in pull request #2747: CSE unit test for duplicate fields - posted by GitBox <gi...@apache.org> on 2022/06/18 11:39:47 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb commented on pull request #2721: Add additional data types are supported in hash join - posted by GitBox <gi...@apache.org> on 2022/06/18 12:04:46 UTC, 1 replies.
- [GitHub] [arrow-datafusion] alamb commented on pull request #2740: Add optimizer rule to filter out null keys before a join - posted by GitBox <gi...@apache.org> on 2022/06/18 12:06:52 UTC, 0 replies.
- [GitHub] [arrow] nhankiet opened a new pull request, #13399: refactor: update f-string (Python) for ipc.py and feather.py - posted by GitBox <gi...@apache.org> on 2022/06/18 12:32:14 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13399: refactor: update f-string (Python) for ipc.py and feather.py - posted by GitBox <gi...@apache.org> on 2022/06/18 12:32:31 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove commented on pull request #2746: Support dates in hash join - posted by GitBox <gi...@apache.org> on 2022/06/18 13:08:36 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove closed issue #2744: Cannot join on date columns (Unsupported data type in hasher: Date32) - posted by GitBox <gi...@apache.org> on 2022/06/18 13:09:30 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove merged pull request #2746: Support dates in hash join - posted by GitBox <gi...@apache.org> on 2022/06/18 13:09:31 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove closed issue #2739: Add `IsNotNull` filter to join inputs if one side of join condition does not allow null - posted by GitBox <gi...@apache.org> on 2022/06/18 13:10:03 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove merged pull request #2740: Add optimizer rule to filter out null keys before a join - posted by GitBox <gi...@apache.org> on 2022/06/18 13:10:04 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove merged pull request #2741: improve: supports user-defined `scale_factor` for dbgen - posted by GitBox <gi...@apache.org> on 2022/06/18 13:11:25 UTC, 0 replies.
- [GitHub] [arrow] kou opened a new pull request, #13400: ARROW-16832: [C++] Remove hiveserver2 related codes entirely - posted by GitBox <gi...@apache.org> on 2022/06/18 13:17:05 UTC, 0 replies.
- [GitHub] [arrow] kou commented on pull request #13400: ARROW-16832: [C++] Remove hiveserver2 related codes entirely - posted by GitBox <gi...@apache.org> on 2022/06/18 13:17:20 UTC, 1 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13400: ARROW-16832: [C++] Remove hiveserver2 related codes entirely - posted by GitBox <gi...@apache.org> on 2022/06/18 13:17:24 UTC, 2 replies.
- [GitHub] [arrow] kou commented on issue #13396: Is the Arrow::Table.merge function in a working state? - posted by GitBox <gi...@apache.org> on 2022/06/18 13:29:22 UTC, 5 replies.
- [GitHub] [arrow] wesm commented on pull request #13398: ARROW-16824: [C++] Migrate VectorKernels to use ExecSpan, split out ChunkedArray execution - posted by GitBox <gi...@apache.org> on 2022/06/18 13:43:58 UTC, 0 replies.
- [GitHub] [arrow-rs] andygrove closed issue #1888: Creating a `RecordBatch` with null values in non-nullable fields does not cause an error - posted by GitBox <gi...@apache.org> on 2022/06/18 14:43:14 UTC, 0 replies.
- [GitHub] [arrow-rs] andygrove merged pull request #1890: Add validation to `RecordBatch` for non-nullable fields containing null values - posted by GitBox <gi...@apache.org> on 2022/06/18 14:43:15 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove opened a new pull request, #2748: MINOR: Remove legacy CLI context enum - posted by GitBox <gi...@apache.org> on 2022/06/18 15:04:00 UTC, 0 replies.
- [GitHub] [arrow-datafusion] codecov-commenter commented on pull request #2748: MINOR: Remove legacy CLI context enum - posted by GitBox <gi...@apache.org> on 2022/06/18 15:34:47 UTC, 0 replies.
- [GitHub] [arrow-rs] liukun4515 commented on a diff in pull request #1855: support compression for IPC - posted by GitBox <gi...@apache.org> on 2022/06/18 16:46:27 UTC, 7 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1855: support compression for IPC - posted by GitBox <gi...@apache.org> on 2022/06/18 17:20:01 UTC, 0 replies.
- [GitHub] [arrow-ballista] haoxins opened a new issue, #71: Add a workflow to build the image and publish it to the package - posted by GitBox <gi...@apache.org> on 2022/06/18 18:00:57 UTC, 0 replies.
- [GitHub] [arrow] nhankiet closed pull request #13399: MINOR: [PYTHON] Refactor f-string (Python) for ipc.py and feather.py - posted by GitBox <gi...@apache.org> on 2022/06/18 18:41:19 UTC, 0 replies.
- [GitHub] [arrow-rs] saethlin opened a new pull request, #1906: Fix misaligned reference and logic error in crc32 - posted by GitBox <gi...@apache.org> on 2022/06/19 00:59:26 UTC, 0 replies.
- [GitHub] [arrow-datafusion] houqp commented on issue #2743: Discord invite link in communication page has expired - posted by GitBox <gi...@apache.org> on 2022/06/19 01:00:23 UTC, 0 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1906: Fix misaligned reference and logic error in crc32 - posted by GitBox <gi...@apache.org> on 2022/06/19 01:18:10 UTC, 0 replies.
- [GitHub] [arrow-rs] liukun4515 commented on pull request #1855: support compression for IPC - posted by GitBox <gi...@apache.org> on 2022/06/19 02:04:45 UTC, 6 replies.
- [GitHub] [arrow-datafusion] AssHero commented on pull request #2721: Add additional data types are supported in hash join - posted by GitBox <gi...@apache.org> on 2022/06/19 02:27:42 UTC, 2 replies.
- [GitHub] [arrow-datafusion] waynexia commented on pull request #2713: feat: async extension planner - posted by GitBox <gi...@apache.org> on 2022/06/19 02:57:22 UTC, 3 replies.
- [GitHub] [arrow-rs] liukun4515 opened a new issue, #1907: enable the IT test for 2.0.0-compression - posted by GitBox <gi...@apache.org> on 2022/06/19 03:03:24 UTC, 0 replies.
- [GitHub] [arrow-rs] liukun4515 commented on issue #1907: enable the IT test for 2.0.0-compression - posted by GitBox <gi...@apache.org> on 2022/06/19 03:04:52 UTC, 1 replies.
- [GitHub] [arrow-datafusion] viirya commented on a diff in pull request #2713: feat: async extension planner - posted by GitBox <gi...@apache.org> on 2022/06/19 03:27:27 UTC, 0 replies.
- [GitHub] [arrow-datafusion] waynexia opened a new issue, #2749: Change ExtensionPlanner::plan_extension() to an async function - posted by GitBox <gi...@apache.org> on 2022/06/19 04:46:14 UTC, 0 replies.
- [GitHub] [arrow-rs] liyongjing closed issue #1886: how read/write REPEATED - posted by GitBox <gi...@apache.org> on 2022/06/19 04:52:36 UTC, 0 replies.
- [GitHub] [arrow-ballista] thinkharderdev commented on pull request #68: Use latest DataFusion - posted by GitBox <gi...@apache.org> on 2022/06/19 06:15:45 UTC, 0 replies.
- [GitHub] [arrow-datafusion] AssHero opened a new pull request, #2750: try to reduce left/right/full join to inner join - posted by GitBox <gi...@apache.org> on 2022/06/19 06:45:56 UTC, 0 replies.
- [GitHub] [arrow-datafusion] codecov-commenter commented on pull request #2750: try to reduce left/right/full join to inner join - posted by GitBox <gi...@apache.org> on 2022/06/19 07:17:38 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on a diff in pull request #1906: Fix misaligned reference and logic error in crc32 - posted by GitBox <gi...@apache.org> on 2022/06/19 07:27:23 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on a diff in pull request #1905: Refine the `bit_util` of Parquet. - posted by GitBox <gi...@apache.org> on 2022/06/19 07:40:49 UTC, 4 replies.
- [GitHub] [arrow-rs] HaoYang670 commented on a diff in pull request #1905: Refine the `bit_util` of Parquet. - posted by GitBox <gi...@apache.org> on 2022/06/19 07:42:34 UTC, 3 replies.
- [GitHub] [arrow-rs] tustvold closed issue #1901: `log2(0)` panicked at `'attempt to subtract with overflow', parquet/src/util/bit_util.rs:148:5` - posted by GitBox <gi...@apache.org> on 2022/06/19 07:50:26 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold merged pull request #1905: Refine the `bit_util` of Parquet. - posted by GitBox <gi...@apache.org> on 2022/06/19 07:50:26 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on a diff in pull request #1904: not panic when given all nones to `FixedSizeBinaryArray::try_from_sparse_iter` - posted by GitBox <gi...@apache.org> on 2022/06/19 07:56:30 UTC, 2 replies.
- [GitHub] [arrow-rs] tustvold closed issue #1876: Explicitly declare the features used for each dependency - posted by GitBox <gi...@apache.org> on 2022/06/19 07:58:36 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold merged pull request #1898: Issue #1876: Explicitly declare the used features for each dependency in integration_testing - posted by GitBox <gi...@apache.org> on 2022/06/19 07:58:37 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold merged pull request #1896: Issue #1876: Explicitly declare the used features for each dependency in parquet_derive - posted by GitBox <gi...@apache.org> on 2022/06/19 08:01:49 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold merged pull request #1906: Fix misaligned reference and logic error in crc32 - posted by GitBox <gi...@apache.org> on 2022/06/19 08:08:58 UTC, 0 replies.
- [GitHub] [arrow-rs] HaoYang670 commented on a diff in pull request #1904: not panic when given all nones to `FixedSizeBinaryArray::try_from_sparse_iter` - posted by GitBox <gi...@apache.org> on 2022/06/19 08:14:17 UTC, 2 replies.
- [GitHub] [arrow-rs] HaoYang670 opened a new issue, #1908: The doc of `FixedSizeListArray::value_length` is incorrect. - posted by GitBox <gi...@apache.org> on 2022/06/19 09:00:14 UTC, 0 replies.
- [GitHub] [arrow-rs] HaoYang670 commented on issue #1908: The doc of `FixedSizeListArray::value_length` is incorrect. - posted by GitBox <gi...@apache.org> on 2022/06/19 09:01:19 UTC, 0 replies.
- [GitHub] [arrow-datafusion] nevi-me commented on issue #2743: Discord invite link in communication page has expired - posted by GitBox <gi...@apache.org> on 2022/06/19 09:14:22 UTC, 0 replies.
- [GitHub] [arrow] pitrou commented on a diff in pull request #13393: ARROW-16849: [C++][compute] Replace If-Else branch with bitwise operators in aggregate_basic_internal - posted by GitBox <gi...@apache.org> on 2022/06/19 10:27:12 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb commented on pull request #1890: Add validation to `RecordBatch` for non-nullable fields containing null values - posted by GitBox <gi...@apache.org> on 2022/06/19 11:09:57 UTC, 1 replies.
- [GitHub] [arrow-datafusion] alamb commented on a diff in pull request #2721: Add additional data types are supported in hash join - posted by GitBox <gi...@apache.org> on 2022/06/19 11:49:27 UTC, 2 replies.
- [GitHub] [arrow-rs] alamb opened a new pull request, #1909: minor: add a diagram to docstring for DictionaryArray - posted by GitBox <gi...@apache.org> on 2022/06/19 12:00:08 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb opened a new pull request, #1910: minor: clarify docstring on `DictionaryArray::lookup_key` - posted by GitBox <gi...@apache.org> on 2022/06/19 12:09:06 UTC, 0 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1909: minor: add a diagram to docstring for DictionaryArray - posted by GitBox <gi...@apache.org> on 2022/06/19 12:17:45 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb opened a new issue, #1911: Add `DictionaryArray::key` function - posted by GitBox <gi...@apache.org> on 2022/06/19 12:24:11 UTC, 0 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1910: minor: clarify docstring on `DictionaryArray::lookup_key` - posted by GitBox <gi...@apache.org> on 2022/06/19 12:24:29 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb opened a new pull request, #1912: Add `DictionaryArray::key` function - posted by GitBox <gi...@apache.org> on 2022/06/19 12:25:44 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb commented on a diff in pull request #2740: Add optimizer rule to filter out null keys before a join - posted by GitBox <gi...@apache.org> on 2022/06/19 12:36:41 UTC, 0 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1912: Add `DictionaryArray::key` function - posted by GitBox <gi...@apache.org> on 2022/06/19 12:44:06 UTC, 0 replies.
- [GitHub] [arrow-rs] jhorstmann commented on a diff in pull request #1909: minor: add a diagram to docstring for DictionaryArray - posted by GitBox <gi...@apache.org> on 2022/06/19 13:31:08 UTC, 0 replies.
- [GitHub] [arrow-ballista] andygrove merged pull request #68: Use latest DataFusion - posted by GitBox <gi...@apache.org> on 2022/06/19 13:55:07 UTC, 0 replies.
- [GitHub] [arrow-ballista] dependabot[bot] closed pull request #60: Update sqlparser requirement from 0.17 to 0.18 - posted by GitBox <gi...@apache.org> on 2022/06/19 13:55:49 UTC, 0 replies.
- [GitHub] [arrow-ballista] dependabot[bot] closed pull request #69: Update arrow-flight requirement from 15.0.0 to 16.0.0 - posted by GitBox <gi...@apache.org> on 2022/06/19 13:55:51 UTC, 0 replies.
- [GitHub] [arrow-ballista] dependabot[bot] closed pull request #70: Update arrow requirement from 15.0.0 to 16.0.0 - posted by GitBox <gi...@apache.org> on 2022/06/19 13:55:51 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove commented on issue #138: Implement extensible configuration mechanism - posted by GitBox <gi...@apache.org> on 2022/06/19 14:06:55 UTC, 0 replies.
- [GitHub] [arrow-rs] waynexia commented on a diff in pull request #1909: minor: add a diagram to docstring for DictionaryArray - posted by GitBox <gi...@apache.org> on 2022/06/19 14:27:08 UTC, 0 replies.
- [GitHub] [arrow-rs] waynexia commented on a diff in pull request #1912: Add `DictionaryArray::key` function - posted by GitBox <gi...@apache.org> on 2022/06/19 14:43:45 UTC, 0 replies.
- [GitHub] [arrow-datafusion] waynexia commented on a diff in pull request #2721: Add additional data types are supported in hash join - posted by GitBox <gi...@apache.org> on 2022/06/19 14:50:15 UTC, 0 replies.
- [GitHub] [arrow-datafusion] AssHero commented on a diff in pull request #2721: Add additional data types are supported in hash join - posted by GitBox <gi...@apache.org> on 2022/06/19 15:11:13 UTC, 8 replies.
- [GitHub] [arrow-datafusion] viirya closed issue #2749: Change ExtensionPlanner::plan_extension() to an async function - posted by GitBox <gi...@apache.org> on 2022/06/19 17:18:37 UTC, 0 replies.
- [GitHub] [arrow-datafusion] viirya merged pull request #2713: feat: async extension planner - posted by GitBox <gi...@apache.org> on 2022/06/19 17:18:38 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya commented on a diff in pull request #1910: minor: clarify docstring on `DictionaryArray::lookup_key` - posted by GitBox <gi...@apache.org> on 2022/06/19 17:20:43 UTC, 0 replies.
- [GitHub] [arrow-datafusion] codecov-commenter commented on pull request #2721: Add additional data types are supported in hash join - posted by GitBox <gi...@apache.org> on 2022/06/19 18:18:33 UTC, 0 replies.
- [GitHub] [arrow-datafusion] avantgardnerio commented on a diff in pull request #2741: improve: supports user-defined `scale_factor` for dbgen - posted by GitBox <gi...@apache.org> on 2022/06/19 22:46:54 UTC, 1 replies.
- [GitHub] [arrow] grisaitis commented on pull request #12763: ARROW-14892: [Python][C++] GCS Bindings - posted by GitBox <gi...@apache.org> on 2022/06/19 22:54:34 UTC, 0 replies.
- [GitHub] [arrow-datafusion] avantgardnerio opened a new issue, #2751: tpchgen docker syntax change prevents volume from binding - posted by GitBox <gi...@apache.org> on 2022/06/19 23:00:02 UTC, 0 replies.
- [GitHub] [arrow-datafusion] avantgardnerio opened a new pull request, #2752: Remove redundant docker argument - posted by GitBox <gi...@apache.org> on 2022/06/19 23:01:49 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove commented on pull request #2752: Remove redundant docker argument - posted by GitBox <gi...@apache.org> on 2022/06/19 23:10:43 UTC, 0 replies.
- [GitHub] [arrow-datafusion] codecov-commenter commented on pull request #2752: Remove redundant docker argument - posted by GitBox <gi...@apache.org> on 2022/06/19 23:35:59 UTC, 0 replies.
- [GitHub] [arrow] VHellendoorn commented on issue #12653: Conversion from one dataset to another that will not fit in memory? - posted by GitBox <gi...@apache.org> on 2022/06/20 01:04:47 UTC, 0 replies.
- [GitHub] [arrow] vibhatha opened a new pull request, #13401: ARROW-16855: [C++] Adding Read Relation ToProto - posted by GitBox <gi...@apache.org> on 2022/06/20 01:26:11 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13401: ARROW-16855: [C++] Adding Read Relation ToProto - posted by GitBox <gi...@apache.org> on 2022/06/20 01:26:31 UTC, 1 replies.
- [GitHub] [arrow] vibhatha commented on pull request #13401: ARROW-16855: [C++] Adding Read Relation ToProto - posted by GitBox <gi...@apache.org> on 2022/06/20 01:47:50 UTC, 3 replies.
- [GitHub] [arrow] kou merged pull request #13400: ARROW-16832: [C++] Remove hiveserver2 related codes entirely - posted by GitBox <gi...@apache.org> on 2022/06/20 01:51:09 UTC, 0 replies.
- [GitHub] [arrow] kou commented on pull request #13359: ARROW-16794: [CI][C++][MinGW] Make CI jobs more stable - posted by GitBox <gi...@apache.org> on 2022/06/20 02:02:31 UTC, 0 replies.
- [GitHub] [arrow] vibhatha commented on a diff in pull request #13397: ARROW-16444: [R] Implement user-defined scalar functions in R bindings - posted by GitBox <gi...@apache.org> on 2022/06/20 02:29:44 UTC, 21 replies.
- [GitHub] [arrow-datafusion] yjshen merged pull request #2748: MINOR: Remove legacy CLI context enum - posted by GitBox <gi...@apache.org> on 2022/06/20 02:58:15 UTC, 0 replies.
- [GitHub] [arrow-datafusion] xudong963 merged pull request #2752: Remove redundant docker argument - posted by GitBox <gi...@apache.org> on 2022/06/20 03:32:26 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya opened a new issue, #1913: Add Decimal256 API - posted by GitBox <gi...@apache.org> on 2022/06/20 04:49:47 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya opened a new pull request, #1914: Add Decimal256 API - posted by GitBox <gi...@apache.org> on 2022/06/20 04:50:03 UTC, 0 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1914: Add Decimal256 API - posted by GitBox <gi...@apache.org> on 2022/06/20 05:08:05 UTC, 0 replies.
- [GitHub] [arrow] martin-liu opened a new pull request, #13402: MINOR: [Python] Fix pandas conversion failure when using non-str index name - posted by GitBox <gi...@apache.org> on 2022/06/20 05:33:17 UTC, 0 replies.
- [GitHub] [arrow-datafusion] Ted-Jiang opened a new pull request, #2753: [minor] refine doc - posted by GitBox <gi...@apache.org> on 2022/06/20 05:37:21 UTC, 0 replies.
- [GitHub] [arrow] vibhatha commented on a diff in pull request #13401: ARROW-16855: [C++] Adding Read Relation ToProto - posted by GitBox <gi...@apache.org> on 2022/06/20 05:48:46 UTC, 19 replies.
- [GitHub] [arrow-rs] tustvold merged pull request #1897: Issue #1876: Explicitly declare the used features for each dependency in parquet_derive_test - posted by GitBox <gi...@apache.org> on 2022/06/20 06:02:13 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold merged pull request #1895: Issue #1876: Explicitly declare the used features for each dependency in parquet - posted by GitBox <gi...@apache.org> on 2022/06/20 06:02:46 UTC, 0 replies.
- [GitHub] [arrow-datafusion] codecov-commenter commented on pull request #2753: [minor] refine doc - posted by GitBox <gi...@apache.org> on 2022/06/20 06:04:58 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on a diff in pull request #1912: Add `DictionaryArray::key` function - posted by GitBox <gi...@apache.org> on 2022/06/20 06:07:38 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold closed issue #1911: Add `DictionaryArray::key` function - posted by GitBox <gi...@apache.org> on 2022/06/20 06:10:18 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold merged pull request #1912: Add `DictionaryArray::key` function - posted by GitBox <gi...@apache.org> on 2022/06/20 06:10:19 UTC, 0 replies.
- [GitHub] [arrow] westonpace commented on pull request #13401: ARROW-16855: [C++] Adding Read Relation ToProto - posted by GitBox <gi...@apache.org> on 2022/06/20 07:34:50 UTC, 0 replies.
- [GitHub] [arrow] jvanstraten commented on pull request #13401: ARROW-16855: [C++] Adding Read Relation ToProto - posted by GitBox <gi...@apache.org> on 2022/06/20 09:53:16 UTC, 1 replies.
- [GitHub] [arrow] paleolimbot commented on a diff in pull request #13397: ARROW-16444: [R] Implement user-defined scalar functions in R bindings - posted by GitBox <gi...@apache.org> on 2022/06/20 10:17:19 UTC, 15 replies.
- [GitHub] [arrow] lidavidm commented on a diff in pull request #13401: ARROW-16855: [C++] Adding Read Relation ToProto - posted by GitBox <gi...@apache.org> on 2022/06/20 11:53:28 UTC, 5 replies.
- [GitHub] [arrow-rs] liyongjing opened a new issue, #1915: incompatible arrow schema, expected struct got List - posted by GitBox <gi...@apache.org> on 2022/06/20 13:18:56 UTC, 0 replies.
- [GitHub] [arrow-datafusion] xudong963 commented on pull request #2753: [minor] refine doc - posted by GitBox <gi...@apache.org> on 2022/06/20 13:37:26 UTC, 0 replies.
- [GitHub] [arrow-datafusion] xudong963 merged pull request #2753: [minor] refine doc - posted by GitBox <gi...@apache.org> on 2022/06/20 13:37:32 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove opened a new pull request, #2754: WIP: Implement extensible configuration mechanism - posted by GitBox <gi...@apache.org> on 2022/06/20 14:05:56 UTC, 0 replies.
- [GitHub] [arrow] LinGeLin opened a new issue, #13403: How to speed up arrow's reading of S3 Parquet files? - posted by GitBox <gi...@apache.org> on 2022/06/20 14:12:17 UTC, 0 replies.
- [GitHub] [arrow-ballista] andygrove closed pull request #66: Update to datafusion 9.0.0 - posted by GitBox <gi...@apache.org> on 2022/06/20 15:26:37 UTC, 0 replies.
- [GitHub] [arrow] nealrichardson opened a new pull request, #13404: ARROW-16510: [R] Add bindings for GCS filesystem - posted by GitBox <gi...@apache.org> on 2022/06/20 15:26:44 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13404: ARROW-16510: [R] Add bindings for GCS filesystem - posted by GitBox <gi...@apache.org> on 2022/06/20 15:27:22 UTC, 5 replies.
- [GitHub] [arrow] nealrichardson commented on a diff in pull request #13404: ARROW-16510: [R] Add bindings for GCS filesystem - posted by GitBox <gi...@apache.org> on 2022/06/20 15:28:05 UTC, 10 replies.
- [GitHub] [arrow] amol- merged pull request #13342: ARROW-16382: [Python] Disable memory mapping by default in pyarrow - posted by GitBox <gi...@apache.org> on 2022/06/20 15:39:44 UTC, 0 replies.
- [GitHub] [arrow] vibhatha commented on pull request #13397: ARROW-16444: [R] Implement user-defined scalar functions in R bindings - posted by GitBox <gi...@apache.org> on 2022/06/20 15:54:44 UTC, 3 replies.
- [GitHub] [arrow-datafusion] waynexia commented on a diff in pull request #2750: try to reduce left/right/full join to inner join - posted by GitBox <gi...@apache.org> on 2022/06/20 17:33:27 UTC, 1 replies.
- [GitHub] [arrow] paleolimbot commented on pull request #13397: ARROW-16444: [R] Implement user-defined scalar functions in R bindings - posted by GitBox <gi...@apache.org> on 2022/06/20 17:50:43 UTC, 3 replies.
- [GitHub] [arrow-rs] viirya commented on a diff in pull request #1914: Add Decimal256 API - posted by GitBox <gi...@apache.org> on 2022/06/20 17:59:35 UTC, 9 replies.
- [GitHub] [arrow-rs] viirya opened a new issue, #1916: Incorrect max and min decimals - posted by GitBox <gi...@apache.org> on 2022/06/20 19:47:43 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya opened a new pull request, #1917: Fix max and min decimal for max precision - posted by GitBox <gi...@apache.org> on 2022/06/20 19:48:20 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya commented on a diff in pull request #1917: Fix max and min decimal for max precision - posted by GitBox <gi...@apache.org> on 2022/06/20 19:51:55 UTC, 0 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1917: Fix max and min decimal for max precision - posted by GitBox <gi...@apache.org> on 2022/06/20 20:08:12 UTC, 0 replies.
- [GitHub] [arrow] dragosmg commented on pull request #13196: ARROW-16407: [R] Extend `parse_date_time` to cover hour, dates, and minutes components - posted by GitBox <gi...@apache.org> on 2022/06/20 22:09:38 UTC, 2 replies.
- [GitHub] [arrow] adzcai opened a new issue, #13405: [Java] Loading complex types from a ArrowRecordBatch - posted by GitBox <gi...@apache.org> on 2022/06/20 23:50:57 UTC, 0 replies.
- [GitHub] [arrow] cyb70289 commented on pull request #13393: ARROW-16849: [C++][compute] Replace If-Else branch with bitwise operators in aggregate_basic_internal - posted by GitBox <gi...@apache.org> on 2022/06/21 01:33:56 UTC, 1 replies.
- [GitHub] [arrow-datafusion] AssHero commented on a diff in pull request #2750: try to reduce left/right/full join to inner join - posted by GitBox <gi...@apache.org> on 2022/06/21 02:13:54 UTC, 17 replies.
- [GitHub] [arrow] cyb70289 closed pull request #13393: ARROW-16849: [C++][compute] Replace If-Else branch with bitwise operators in aggregate_basic_internal - posted by GitBox <gi...@apache.org> on 2022/06/21 02:26:12 UTC, 0 replies.
- [GitHub] [arrow-rs] liukun4515 commented on a diff in pull request #1917: Fix max and min decimal for max precision - posted by GitBox <gi...@apache.org> on 2022/06/21 04:03:20 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya closed issue #1916: Incorrect max and min decimals - posted by GitBox <gi...@apache.org> on 2022/06/21 04:57:35 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya merged pull request #1917: Fix max and min decimal for max precision - posted by GitBox <gi...@apache.org> on 2022/06/21 04:57:36 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya commented on pull request #1917: Fix max and min decimal for max precision - posted by GitBox <gi...@apache.org> on 2022/06/21 04:57:43 UTC, 0 replies.
- [GitHub] [arrow-rs] liukun4515 commented on issue #1777: support write page index - posted by GitBox <gi...@apache.org> on 2022/06/21 06:48:35 UTC, 3 replies.
- [GitHub] [arrow-datafusion] liukun4515 commented on a diff in pull request #2721: Add additional data types are supported in hash join - posted by GitBox <gi...@apache.org> on 2022/06/21 06:58:56 UTC, 5 replies.
- [GitHub] [arrow-datafusion] waynexia commented on issue #2709: Updating arrow2 branch - posted by GitBox <gi...@apache.org> on 2022/06/21 07:40:01 UTC, 0 replies.
- [GitHub] [arrow-datafusion] liukun4515 opened a new issue, #2755: support data type coerced and decimal in INLIST expr - posted by GitBox <gi...@apache.org> on 2022/06/21 08:29:57 UTC, 0 replies.
- [GitHub] [arrow-datafusion] liukun4515 commented on issue #2755: support data type coerced and decimal in INLIST expr - posted by GitBox <gi...@apache.org> on 2022/06/21 08:31:51 UTC, 1 replies.
- [GitHub] [arrow] amol- commented on pull request #13308: ARROW-16666: [Docs][Release] Update release guide to specify new workflow and feature freeze - posted by GitBox <gi...@apache.org> on 2022/06/21 10:27:01 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb commented on pull request #1909: minor: add a diagram to docstring for DictionaryArray - posted by GitBox <gi...@apache.org> on 2022/06/21 11:21:39 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb merged pull request #1910: minor: clarify docstring on `DictionaryArray::lookup_key` - posted by GitBox <gi...@apache.org> on 2022/06/21 11:23:20 UTC, 0 replies.
- [GitHub] [arrow] rtpsw commented on pull request #13397: ARROW-16444: [R] Implement user-defined scalar functions in R bindings - posted by GitBox <gi...@apache.org> on 2022/06/21 12:10:59 UTC, 1 replies.
- [GitHub] [arrow] lidavidm opened a new pull request, #13406: MINOR: [Docs][Java] Clarify Java CI and JDK9 flags - posted by GitBox <gi...@apache.org> on 2022/06/21 12:12:05 UTC, 0 replies.
- [GitHub] [arrow] lidavidm commented on pull request #13406: MINOR: [Docs][Java] Clarify Java CI and JDK9 flags - posted by GitBox <gi...@apache.org> on 2022/06/21 12:12:20 UTC, 0 replies.
- [GitHub] [arrow] rtpsw commented on a diff in pull request #13397: ARROW-16444: [R] Implement user-defined scalar functions in R bindings - posted by GitBox <gi...@apache.org> on 2022/06/21 12:18:11 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb commented on a diff in pull request #1904: not panic when given all nones to `FixedSizeBinaryArray::try_from_sparse_iter` - posted by GitBox <gi...@apache.org> on 2022/06/21 12:37:47 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb commented on issue #138: Implement extensible configuration mechanism - posted by GitBox <gi...@apache.org> on 2022/06/21 12:38:04 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb opened a new issue, #1918: Replace checked casts with `as` for performance - posted by GitBox <gi...@apache.org> on 2022/06/21 12:42:30 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb commented on a diff in pull request #1912: Add `DictionaryArray::key` function - posted by GitBox <gi...@apache.org> on 2022/06/21 12:43:02 UTC, 0 replies.
- [GitHub] [arrow] LinGeLin commented on issue #13403: How to speed up arrow's reading of S3 Parquet files? - posted by GitBox <gi...@apache.org> on 2022/06/21 12:43:26 UTC, 0 replies.
- [GitHub] [arrow] lidavidm commented on pull request #13392: ARROW-16848: [C++][Java] Update ORC to 1.7.5 - posted by GitBox <gi...@apache.org> on 2022/06/21 12:58:07 UTC, 0 replies.
- [GitHub] [arrow-datafusion] yjshen closed issue #2751: tpchgen docker syntax change prevents volume from binding - posted by GitBox <gi...@apache.org> on 2022/06/21 13:30:08 UTC, 0 replies.
- [GitHub] [arrow-rs] dependabot[bot] commented on pull request #1919: Update half requirement from 1.8 to 2.0 - posted by GitBox <gi...@apache.org> on 2022/06/21 13:30:14 UTC, 0 replies.
- [GitHub] [arrow-rs] dependabot[bot] opened a new pull request, #1919: Update half requirement from 1.8 to 2.0 - posted by GitBox <gi...@apache.org> on 2022/06/21 13:30:16 UTC, 0 replies.
- [GitHub] [arrow] wesm commented on a diff in pull request #13397: ARROW-16444: [R] Implement user-defined scalar functions in R bindings - posted by GitBox <gi...@apache.org> on 2022/06/21 13:31:46 UTC, 1 replies.
- [GitHub] [arrow] lidavidm commented on a diff in pull request #13398: ARROW-16824: [C++] Migrate VectorKernels to use ExecSpan, split out ChunkedArray execution - posted by GitBox <gi...@apache.org> on 2022/06/21 13:46:46 UTC, 1 replies.
- [GitHub] [arrow] wesm merged pull request #13398: ARROW-16824: [C++] Migrate VectorKernels to use ExecSpan, split out ChunkedArray execution - posted by GitBox <gi...@apache.org> on 2022/06/21 14:02:16 UTC, 0 replies.
- [GitHub] [arrow-cookbook] motybz closed issue #187: [Python][Flight] How to log the GeneratorStream duration - posted by GitBox <gi...@apache.org> on 2022/06/21 14:11:40 UTC, 0 replies.
- [GitHub] [arrow-rs] maxcountryman opened a new issue, #1920: Persisting Arrow timestamps with Parquet produces missing `TIMESTAMP` in schema - posted by GitBox <gi...@apache.org> on 2022/06/21 14:16:49 UTC, 0 replies.
- [GitHub] [arrow] Johnnathanalmeida commented on pull request #13395: [Gandiva][C++] Add REGEXP_LIKE function - posted by GitBox <gi...@apache.org> on 2022/06/21 14:28:43 UTC, 0 replies.
- [GitHub] [arrow] nealrichardson opened a new pull request, #13407: ARROW-16869: [C++] Fix bundled abseil and homebrew formula - posted by GitBox <gi...@apache.org> on 2022/06/21 14:53:42 UTC, 0 replies.
- [GitHub] [arrow] nealrichardson commented on pull request #13407: ARROW-16869: [C++] Fix bundled abseil and homebrew formula - posted by GitBox <gi...@apache.org> on 2022/06/21 14:54:10 UTC, 4 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13407: ARROW-16869: [C++] Fix bundled abseil and homebrew formula - posted by GitBox <gi...@apache.org> on 2022/06/21 14:54:13 UTC, 3 replies.
- [GitHub] [arrow-rs] alamb merged pull request #1909: minor: add a diagram to docstring for DictionaryArray - posted by GitBox <gi...@apache.org> on 2022/06/21 15:04:42 UTC, 0 replies.
- [GitHub] [arrow] markweissman opened a new issue, #13408: Pyarrow join handles nulls differently than pandas merge. - posted by GitBox <gi...@apache.org> on 2022/06/21 15:49:57 UTC, 0 replies.
- [GitHub] [arrow-rs] maxcountryman commented on issue #1920: Persisting Arrow timestamps with Parquet produces missing `TIMESTAMP` in schema - posted by GitBox <gi...@apache.org> on 2022/06/21 16:10:43 UTC, 0 replies.
- [GitHub] [arrow-cookbook] lidavidm commented on issue #187: [Python][Flight] How to log the GeneratorStream duration - posted by GitBox <gi...@apache.org> on 2022/06/21 16:45:28 UTC, 0 replies.
- [GitHub] [arrow] amol- opened a new pull request, #13409: ARROW-16616: [Python] Lazy datasets filtering - posted by GitBox <gi...@apache.org> on 2022/06/21 16:54:29 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13409: ARROW-16616: [Python] Lazy datasets filtering - posted by GitBox <gi...@apache.org> on 2022/06/21 17:02:04 UTC, 1 replies.
- [GitHub] [arrow] nealrichardson commented on pull request #13404: ARROW-16510: [R] Add bindings for GCS filesystem - posted by GitBox <gi...@apache.org> on 2022/06/21 17:30:16 UTC, 18 replies.
- [GitHub] [arrow] arjunsr1 commented on issue #13396: Is the Arrow::Table.merge function in a working state? - posted by GitBox <gi...@apache.org> on 2022/06/21 17:45:47 UTC, 5 replies.
- [GitHub] [arrow] tielushko opened a new issue, #13410: [JS] No longer able to access columnar data in arrow v8.0 - posted by GitBox <gi...@apache.org> on 2022/06/21 17:58:42 UTC, 0 replies.
- [GitHub] [arrow] tielushko commented on issue #13410: [JS] No longer able to access columnar data in arrow v8.0 - posted by GitBox <gi...@apache.org> on 2022/06/21 18:22:13 UTC, 0 replies.
- [GitHub] [arrow] tielushko closed issue #13410: [JS] No longer able to access columnar data in arrow v8.0 - posted by GitBox <gi...@apache.org> on 2022/06/21 18:22:14 UTC, 0 replies.
- [GitHub] [arrow] assignUser commented on pull request #13411: [WIP][DO NOT MERGE] R Nightly Troubleshooting - posted by GitBox <gi...@apache.org> on 2022/06/21 19:24:15 UTC, 7 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13411: [WIP][DO NOT MERGE] R Nightly Troubleshooting - posted by GitBox <gi...@apache.org> on 2022/06/21 19:25:18 UTC, 7 replies.
- [GitHub] [arrow] lidavidm merged pull request #13356: ARROW-16800: [C++] RecordBatchBuilder deprecate Status APIs, add Result APIs - posted by GitBox <gi...@apache.org> on 2022/06/21 19:46:37 UTC, 0 replies.
- [GitHub] [arrow] lidavidm merged pull request #13344: ARROW-16686: [C++] Use shared_ptr with FunctionOptions - posted by GitBox <gi...@apache.org> on 2022/06/21 19:48:43 UTC, 0 replies.
- [GitHub] [arrow] lidavidm merged pull request #13392: ARROW-16848: [C++][Java] Update ORC to 1.7.5 - posted by GitBox <gi...@apache.org> on 2022/06/21 19:50:46 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb commented on pull request #1914: Add Decimal256 API - posted by GitBox <gi...@apache.org> on 2022/06/21 19:51:18 UTC, 1 replies.
- [GitHub] [arrow-rs] alamb commented on pull request #1855: support compression for IPC - posted by GitBox <gi...@apache.org> on 2022/06/21 19:55:04 UTC, 2 replies.
- [GitHub] [arrow-datafusion] mrob95 commented on issue #2736: `rewrite_expression` does not properly handle `Exists` and `ScalarSubquery` - posted by GitBox <gi...@apache.org> on 2022/06/21 20:16:28 UTC, 0 replies.
- [GitHub] [arrow] martin-liu commented on pull request #13402: MINOR: [Python] Fix pandas conversion failure when using non-str index name - posted by GitBox <gi...@apache.org> on 2022/06/21 21:59:01 UTC, 3 replies.
- [GitHub] [arrow-rs] viirya commented on a diff in pull request #1855: support compression for IPC - posted by GitBox <gi...@apache.org> on 2022/06/21 22:13:47 UTC, 2 replies.
- [GitHub] [arrow-datafusion] andygrove opened a new issue, #2756: Move some existing config options to key-value based configuration - posted by GitBox <gi...@apache.org> on 2022/06/21 22:26:53 UTC, 0 replies.
- [GitHub] [arrow] lidavidm commented on pull request #13402: MINOR: [Python] Fix pandas conversion failure when using non-str index name - posted by GitBox <gi...@apache.org> on 2022/06/21 22:29:06 UTC, 4 replies.
- [GitHub] [arrow] coryan commented on pull request #13404: ARROW-16510: [R] Add bindings for GCS filesystem - posted by GitBox <gi...@apache.org> on 2022/06/21 22:45:12 UTC, 3 replies.
- [GitHub] [arrow-ballista] elferherrera commented on issue #30: [Discuss] Ballista Future Direction - posted by GitBox <gi...@apache.org> on 2022/06/21 22:55:48 UTC, 0 replies.
- [GitHub] [arrow-datafusion] codecov-commenter commented on pull request #2754: Implement extensible configuration mechanism - posted by GitBox <gi...@apache.org> on 2022/06/21 23:06:54 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove commented on pull request #2750: try to reduce left/right/full join to inner join - posted by GitBox <gi...@apache.org> on 2022/06/21 23:07:13 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove commented on a diff in pull request #2750: try to reduce left/right/full join to inner join - posted by GitBox <gi...@apache.org> on 2022/06/21 23:07:47 UTC, 1 replies.
- [GitHub] [arrow] JabariBooker opened a new pull request, #13412: ARROW-16865: [C++] Implement cumulative product, max, and min compute functions - posted by GitBox <gi...@apache.org> on 2022/06/21 23:42:43 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13412: ARROW-16865: [C++] Implement cumulative product, max, and min compute functions - posted by GitBox <gi...@apache.org> on 2022/06/21 23:44:24 UTC, 1 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13413: ARROW-16779:[Python][Packaging] Enable flight on M1 wheels - posted by GitBox <gi...@apache.org> on 2022/06/22 00:01:52 UTC, 5 replies.
- [GitHub] [arrow] wjones127 commented on pull request #13413: ARROW-16779:[Python][Packaging] Enable flight on M1 wheels - posted by GitBox <gi...@apache.org> on 2022/06/22 00:02:12 UTC, 5 replies.
- [GitHub] [arrow] emkornfield commented on a diff in pull request #13404: ARROW-16510: [R] Add bindings for GCS filesystem - posted by GitBox <gi...@apache.org> on 2022/06/22 00:34:21 UTC, 0 replies.
- [GitHub] [arrow] kou commented on pull request #13407: ARROW-16869: [C++] Fix bundled abseil and homebrew formula - posted by GitBox <gi...@apache.org> on 2022/06/22 00:47:23 UTC, 1 replies.
- [GitHub] [arrow] paleolimbot commented on a diff in pull request #13150: ARROW-16549: [C++] Simplify AggregateNodeOptions aggregates/targets - posted by GitBox <gi...@apache.org> on 2022/06/22 01:06:05 UTC, 0 replies.
- [GitHub] [arrow] cyb70289 commented on pull request #13412: ARROW-16865: [C++] Implement cumulative product, max, and min compute functions - posted by GitBox <gi...@apache.org> on 2022/06/22 01:21:18 UTC, 0 replies.
- [GitHub] [arrow] cyb70289 commented on pull request #13412: ARROW-16865: [C++][Python] Implement cumulative product, max, and min compute functions - posted by GitBox <gi...@apache.org> on 2022/06/22 01:25:01 UTC, 0 replies.
- [GitHub] [arrow-datafusion] AssHero commented on pull request #2750: try to reduce left/right/full join to inner join - posted by GitBox <gi...@apache.org> on 2022/06/22 01:27:11 UTC, 2 replies.
- [GitHub] [arrow-datafusion] AssHero opened a new issue, #2757: Reduce outer joins - posted by GitBox <gi...@apache.org> on 2022/06/22 01:46:51 UTC, 0 replies.
- [GitHub] [arrow] dependabot[bot] opened a new pull request, #13414: Bump numpy from 1.21.3 to 1.22.0 in /python - posted by GitBox <gi...@apache.org> on 2022/06/22 02:55:54 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13414: Bump numpy from 1.21.3 to 1.22.0 in /python - posted by GitBox <gi...@apache.org> on 2022/06/22 02:56:17 UTC, 0 replies.
- [GitHub] [arrow] hideaki opened a new pull request, #13415: ARROW-16578: [R] unique() and is.na() on a column of a tibble is much slower after writing to and reading from a parquet file - posted by GitBox <gi...@apache.org> on 2022/06/22 03:21:10 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13415: ARROW-16578: [R] unique() and is.na() on a column of a tibble is much slower after writing to and reading from a parquet file - posted by GitBox <gi...@apache.org> on 2022/06/22 03:21:27 UTC, 1 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13416: ARROW-16092: [Python] Address docstrings in Filesystems (Implementations) - posted by GitBox <gi...@apache.org> on 2022/06/22 04:00:27 UTC, 0 replies.
- [GitHub] [arrow-datafusion] dependabot[bot] opened a new pull request, #2758: Bump numpy from 1.21.3 to 1.22.0 in /integration-tests - posted by GitBox <gi...@apache.org> on 2022/06/22 04:26:38 UTC, 0 replies.
- [GitHub] [arrow-datafusion] codecov-commenter commented on pull request #2758: Bump numpy from 1.21.3 to 1.22.0 in /integration-tests - posted by GitBox <gi...@apache.org> on 2022/06/22 04:53:59 UTC, 0 replies.
- [GitHub] [arrow-ballista] dependabot[bot] opened a new pull request, #72: Bump numpy from 1.21.3 to 1.22.0 in /python - posted by GitBox <gi...@apache.org> on 2022/06/22 05:13:38 UTC, 0 replies.
- [GitHub] [arrow-datafusion] liukun4515 opened a new issue, #2759: InList Expr: expr and list values must can be convert to a same data type - posted by GitBox <gi...@apache.org> on 2022/06/22 05:37:49 UTC, 0 replies.
- [GitHub] [arrow] kou merged pull request #13407: ARROW-16869: [CI][C++][Homebrew] Build Apache Arrow with C++17 - posted by GitBox <gi...@apache.org> on 2022/06/22 06:15:39 UTC, 0 replies.
- [GitHub] [arrow] vibhatha commented on a diff in pull request #13412: ARROW-16865: [C++][Python] Implement cumulative product, max, and min compute functions - posted by GitBox <gi...@apache.org> on 2022/06/22 06:18:45 UTC, 2 replies.
- [GitHub] [arrow-datafusion] liukun4515 commented on issue #2759: InList Expr: expr and list values must can be convert to a same data type - posted by GitBox <gi...@apache.org> on 2022/06/22 06:41:30 UTC, 1 replies.
- [GitHub] [arrow] kou merged pull request #13359: ARROW-16794: [CI][C++][MinGW] Make CI jobs more stable - posted by GitBox <gi...@apache.org> on 2022/06/22 07:04:51 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13417: ARROW-16874: [Ruby] Use more .try_convert for auto data type conversion - posted by GitBox <gi...@apache.org> on 2022/06/22 08:01:02 UTC, 1 replies.
- [GitHub] [arrow-rs] liukun4515 opened a new issue, #1921: CAST NULL Data type to any decimal data type - posted by GitBox <gi...@apache.org> on 2022/06/22 08:04:15 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13418: ARROW-16875: [Ruby] Add Column#cast and ChunkedArray#cast - posted by GitBox <gi...@apache.org> on 2022/06/22 08:24:09 UTC, 1 replies.
- [GitHub] [arrow-datafusion] dependabot[bot] opened a new pull request, #2760: Update cranelift requirement from 0.84.0 to 0.85.0 - posted by GitBox <gi...@apache.org> on 2022/06/22 08:42:13 UTC, 0 replies.
- [GitHub] [arrow-datafusion] dependabot[bot] opened a new pull request, #2761: Update cranelift-jit requirement from 0.84.0 to 0.85.0 - posted by GitBox <gi...@apache.org> on 2022/06/22 08:42:44 UTC, 0 replies.
- [GitHub] [arrow-datafusion] dependabot[bot] opened a new pull request, #2762: Update cranelift-module requirement from 0.84.0 to 0.85.0 - posted by GitBox <gi...@apache.org> on 2022/06/22 08:43:01 UTC, 0 replies.
- [GitHub] [arrow-datafusion] dependabot[bot] opened a new pull request, #2763: Update cranelift-native requirement from 0.84.0 to 0.85.0 - posted by GitBox <gi...@apache.org> on 2022/06/22 08:43:07 UTC, 0 replies.
- [GitHub] [arrow-datafusion] liukun4515 opened a new pull request, #2764: support decimal for inlist expr - posted by GitBox <gi...@apache.org> on 2022/06/22 09:26:36 UTC, 0 replies.
- [GitHub] [arrow] AlvinJ15 opened a new pull request, #13419: ARROW-16383: [C++] Disable memory mapping by default in Arrow-C++ - posted by GitBox <gi...@apache.org> on 2022/06/22 09:53:10 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13419: ARROW-16383: [C++] Disable memory mapping by default in Arrow-C++ - posted by GitBox <gi...@apache.org> on 2022/06/22 09:53:32 UTC, 1 replies.
- [GitHub] [arrow-datafusion] liukun4515 commented on a diff in pull request #2764: support decimal for inlist expr - posted by GitBox <gi...@apache.org> on 2022/06/22 09:56:12 UTC, 10 replies.
- [GitHub] [arrow-rs] HaoYang670 commented on a diff in pull request #1914: Add Decimal256 API - posted by GitBox <gi...@apache.org> on 2022/06/22 10:02:02 UTC, 6 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13420: ISO to utf8 unit and projector tests - posted by GitBox <gi...@apache.org> on 2022/06/22 10:06:44 UTC, 0 replies.
- [GitHub] [arrow] SG011 closed pull request #13420: ISO to utf8 unit and projector tests - posted by GitBox <gi...@apache.org> on 2022/06/22 10:13:27 UTC, 0 replies.
- [GitHub] [arrow-datafusion] mrob95 opened a new pull request, #2765: Rewrite subexpressions of InSubquery in rewrite_expression - posted by GitBox <gi...@apache.org> on 2022/06/22 10:27:04 UTC, 0 replies.
- [GitHub] [arrow] AlvinJ15 commented on pull request #13419: ARROW-16383: [C++] Disable memory mapping by default in Arrow-C++ - posted by GitBox <gi...@apache.org> on 2022/06/22 10:37:36 UTC, 0 replies.
- [GitHub] [arrow] ursabot commented on pull request #13419: ARROW-16383: [C++] Disable memory mapping by default in Arrow-C++ - posted by GitBox <gi...@apache.org> on 2022/06/22 10:37:43 UTC, 0 replies.
- [GitHub] [arrow-datafusion] codecov-commenter commented on pull request #2765: Rewrite subexpressions of InSubquery in rewrite_expression - posted by GitBox <gi...@apache.org> on 2022/06/22 10:57:00 UTC, 0 replies.
- [GitHub] [arrow] lidavidm commented on a diff in pull request #13412: ARROW-16865: [C++][Python] Implement cumulative product, max, and min compute functions - posted by GitBox <gi...@apache.org> on 2022/06/22 11:43:57 UTC, 0 replies.
- [GitHub] [arrow] lidavidm commented on a diff in pull request #13402: MINOR: [Python] Fix pandas conversion failure when using non-str index name - posted by GitBox <gi...@apache.org> on 2022/06/22 11:58:23 UTC, 0 replies.
- [GitHub] [arrow-rs] liukun4515 opened a new pull request, #1922: support NULL type values to decimal - posted by GitBox <gi...@apache.org> on 2022/06/22 12:37:39 UTC, 0 replies.
- [GitHub] [arrow-rs] liukun4515 commented on pull request #1922: support NULL type values to decimal - posted by GitBox <gi...@apache.org> on 2022/06/22 12:38:50 UTC, 0 replies.
- [GitHub] [arrow-rs] liukun4515 commented on a diff in pull request #1914: Add Decimal256 API - posted by GitBox <gi...@apache.org> on 2022/06/22 12:40:26 UTC, 2 replies.
- [GitHub] [arrow] pravindra merged pull request #12404: ARROW-15661: [Gandiva][C++] Add SHA512 function - posted by GitBox <gi...@apache.org> on 2022/06/22 12:40:32 UTC, 0 replies.
- [GitHub] [arrow-rs] liukun4515 commented on pull request #1914: Add Decimal256 API - posted by GitBox <gi...@apache.org> on 2022/06/22 12:40:56 UTC, 0 replies.
- [GitHub] [arrow] pravindra merged pull request #13335: ARROW-16784: [C++][Gandiva] Add alias to Upper and Lower - posted by GitBox <gi...@apache.org> on 2022/06/22 12:42:23 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove opened a new pull request, #2766: MINOR: make `prettier` use consistent between CI and contributing guide - posted by GitBox <gi...@apache.org> on 2022/06/22 12:57:06 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb commented on a diff in pull request #1855: support compression for IPC - posted by GitBox <gi...@apache.org> on 2022/06/22 13:08:34 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb commented on a diff in pull request #1922: Support casting `NULL` to/from `Decimal` - posted by GitBox <gi...@apache.org> on 2022/06/22 13:13:50 UTC, 1 replies.
- [GitHub] [arrow-rs] alamb commented on pull request #1922: Support casting `NULL` to/from `Decimal` - posted by GitBox <gi...@apache.org> on 2022/06/22 13:14:17 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb merged pull request #1919: Update half requirement from 1.8 to 2.0 - posted by GitBox <gi...@apache.org> on 2022/06/22 13:15:20 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb commented on a diff in pull request #1914: Add Decimal256 API - posted by GitBox <gi...@apache.org> on 2022/06/22 13:22:31 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb commented on issue #2742: Investigate unexpected performance issue when adding a filter to reduce rows going into a join - posted by GitBox <gi...@apache.org> on 2022/06/22 13:26:30 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb merged pull request #2721: Add additional data types are supported in hash join - posted by GitBox <gi...@apache.org> on 2022/06/22 13:31:14 UTC, 0 replies.
- [GitHub] [arrow-rs] liukun4515 commented on a diff in pull request #1922: Support casting `NULL` to/from `Decimal` - posted by GitBox <gi...@apache.org> on 2022/06/22 13:39:07 UTC, 8 replies.
- [GitHub] [arrow-datafusion] alamb opened a new pull request, #2767: minor: panic rather than fail silently on bad dictionary in hash join - posted by GitBox <gi...@apache.org> on 2022/06/22 13:40:55 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb commented on a diff in pull request #2767: minor: panic rather than fail silently on bad dictionary in hash join - posted by GitBox <gi...@apache.org> on 2022/06/22 13:43:23 UTC, 0 replies.
- [GitHub] [arrow-rs] liukun4515 commented on pull request #1922: Support casting `NULL` to/from `Decimal` - posted by GitBox <gi...@apache.org> on 2022/06/22 13:43:37 UTC, 5 replies.
- [GitHub] [arrow] siddhantrao23 commented on a diff in pull request #12333: ARROW-15568: [C++][Gandiva] Implement Translate Function - posted by GitBox <gi...@apache.org> on 2022/06/22 13:46:18 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb commented on a diff in pull request #2754: Implement extensible configuration mechanism - posted by GitBox <gi...@apache.org> on 2022/06/22 13:50:43 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove commented on a diff in pull request #2754: Implement extensible configuration mechanism - posted by GitBox <gi...@apache.org> on 2022/06/22 13:53:28 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb commented on a diff in pull request #2765: Rewrite subexpressions of InSubquery in rewrite_expression - posted by GitBox <gi...@apache.org> on 2022/06/22 13:53:33 UTC, 0 replies.
- [GitHub] [arrow-datafusion] xudong963 merged pull request #2766: MINOR: make `prettier` use consistent between CI and contributing guide - posted by GitBox <gi...@apache.org> on 2022/06/22 13:54:57 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb commented on pull request #2750: try to reduce left/right/full join to inner join - posted by GitBox <gi...@apache.org> on 2022/06/22 13:59:34 UTC, 1 replies.
- [GitHub] [arrow-datafusion] mrob95 commented on pull request #2765: Rewrite subexpressions of InSubquery in rewrite_expression - posted by GitBox <gi...@apache.org> on 2022/06/22 13:59:59 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove closed issue #2736: `rewrite_expression` does not properly handle `Exists` and `ScalarSubquery` - posted by GitBox <gi...@apache.org> on 2022/06/22 14:02:38 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove merged pull request #2765: Rewrite subexpressions of InSubquery in rewrite_expression - posted by GitBox <gi...@apache.org> on 2022/06/22 14:02:40 UTC, 0 replies.
- [GitHub] [arrow] wjones127 commented on pull request #13359: ARROW-16794: [CI][C++][MinGW] Make CI jobs more stable - posted by GitBox <gi...@apache.org> on 2022/06/22 14:06:03 UTC, 0 replies.
- [GitHub] [arrow-datafusion] Ted-Jiang opened a new issue, #2768: Support multiple paths for ListingTableScanNode - posted by GitBox <gi...@apache.org> on 2022/06/22 14:06:40 UTC, 0 replies.
- [GitHub] [arrow-datafusion] codecov-commenter commented on pull request #2767: minor: panic rather than fail silently on bad dictionary in hash join - posted by GitBox <gi...@apache.org> on 2022/06/22 14:09:18 UTC, 0 replies.
- [GitHub] [arrow-datafusion] xudong963 commented on pull request #2763: Update cranelift-native requirement from 0.84.0 to 0.85.0 - posted by GitBox <gi...@apache.org> on 2022/06/22 14:23:46 UTC, 0 replies.
- [GitHub] [arrow-datafusion] xudong963 opened a new pull request, #2769: minor: update cranelift related dependencies - posted by GitBox <gi...@apache.org> on 2022/06/22 14:28:30 UTC, 0 replies.
- [GitHub] [arrow-datafusion] xudong963 commented on pull request #2767: minor: panic rather than fail silently on bad dictionary in hash join - posted by GitBox <gi...@apache.org> on 2022/06/22 14:29:30 UTC, 0 replies.
- [GitHub] [arrow-datafusion] xudong963 merged pull request #2767: minor: panic rather than fail silently on bad dictionary in hash join - posted by GitBox <gi...@apache.org> on 2022/06/22 14:29:35 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove opened a new issue, #2770: Automatically update `configs.md` in user guide - posted by GitBox <gi...@apache.org> on 2022/06/22 14:35:36 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove commented on pull request #2754: Implement extensible configuration mechanism - posted by GitBox <gi...@apache.org> on 2022/06/22 14:47:21 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove merged pull request #2754: Implement extensible configuration mechanism - posted by GitBox <gi...@apache.org> on 2022/06/22 14:47:43 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove closed issue #138: Implement extensible configuration mechanism - posted by GitBox <gi...@apache.org> on 2022/06/22 14:47:43 UTC, 0 replies.
- [GitHub] [arrow] lidavidm merged pull request #13383: ARROW-16769: [C++] Add Warn() function to Status - posted by GitBox <gi...@apache.org> on 2022/06/22 15:00:32 UTC, 0 replies.
- [GitHub] [arrow-datafusion] xudong963 merged pull request #2769: minor: update cranelift related dependencies - posted by GitBox <gi...@apache.org> on 2022/06/22 15:25:56 UTC, 0 replies.
- [GitHub] [arrow-datafusion] xudong963 closed pull request #2760: Update cranelift requirement from 0.84.0 to 0.85.0 - posted by GitBox <gi...@apache.org> on 2022/06/22 15:25:57 UTC, 0 replies.
- [GitHub] [arrow-datafusion] dependabot[bot] commented on pull request #2760: Update cranelift requirement from 0.84.0 to 0.85.0 - posted by GitBox <gi...@apache.org> on 2022/06/22 15:25:58 UTC, 0 replies.
- [GitHub] [arrow-datafusion] xudong963 closed pull request #2763: Update cranelift-native requirement from 0.84.0 to 0.85.0 - posted by GitBox <gi...@apache.org> on 2022/06/22 15:26:36 UTC, 0 replies.
- [GitHub] [arrow-datafusion] dependabot[bot] commented on pull request #2763: Update cranelift-native requirement from 0.84.0 to 0.85.0 - posted by GitBox <gi...@apache.org> on 2022/06/22 15:26:37 UTC, 0 replies.
- [GitHub] [arrow-datafusion] dependabot[bot] commented on pull request #2761: Update cranelift-jit requirement from 0.84.0 to 0.85.0 - posted by GitBox <gi...@apache.org> on 2022/06/22 15:26:42 UTC, 0 replies.
- [GitHub] [arrow-datafusion] dependabot[bot] closed pull request #2761: Update cranelift-jit requirement from 0.84.0 to 0.85.0 - posted by GitBox <gi...@apache.org> on 2022/06/22 15:26:43 UTC, 0 replies.
- [GitHub] [arrow-datafusion] dependabot[bot] commented on pull request #2762: Update cranelift-module requirement from 0.84.0 to 0.85.0 - posted by GitBox <gi...@apache.org> on 2022/06/22 15:26:44 UTC, 0 replies.
- [GitHub] [arrow-datafusion] dependabot[bot] closed pull request #2762: Update cranelift-module requirement from 0.84.0 to 0.85.0 - posted by GitBox <gi...@apache.org> on 2022/06/22 15:26:46 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove opened a new pull request, #2771: Convert batch_size to config option - posted by GitBox <gi...@apache.org> on 2022/06/22 15:31:40 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove commented on a diff in pull request #2771: Convert batch_size to config option - posted by GitBox <gi...@apache.org> on 2022/06/22 15:32:47 UTC, 3 replies.
- [GitHub] [arrow] pitrou commented on a diff in pull request #13404: ARROW-16510: [R] Add bindings for GCS filesystem - posted by GitBox <gi...@apache.org> on 2022/06/22 15:50:14 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb commented on pull request #2769: minor: update cranelift related dependencies - posted by GitBox <gi...@apache.org> on 2022/06/22 17:15:24 UTC, 0 replies.
- [GitHub] [arrow] Johnnathanalmeida opened a new pull request, #13421: [Gandiva][C++] Fix castINTERVALYEAR implementation - posted by GitBox <gi...@apache.org> on 2022/06/22 17:26:04 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13421: [Gandiva][C++] Fix castINTERVALYEAR implementation - posted by GitBox <gi...@apache.org> on 2022/06/22 17:26:55 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13421: ARROW-16881: [Gandiva][C++] Fix castINTERVALYEAR implementation - posted by GitBox <gi...@apache.org> on 2022/06/22 17:31:50 UTC, 6 replies.
- [GitHub] [arrow] Johnnathanalmeida commented on pull request #13421: ARROW-16881: [Gandiva][C++] Fix castINTERVALYEAR implementation - posted by GitBox <gi...@apache.org> on 2022/06/22 18:00:59 UTC, 4 replies.
- [GitHub] [arrow] jayhomn-bitquill opened a new issue, #13422: Building C++ for M1 Macs - posted by GitBox <gi...@apache.org> on 2022/06/22 18:18:07 UTC, 0 replies.
- [GitHub] [arrow] wjones127 commented on issue #13422: Building C++ for M1 Macs - posted by GitBox <gi...@apache.org> on 2022/06/22 18:30:47 UTC, 0 replies.
- [GitHub] [arrow] wjones127 commented on issue #13408: Pyarrow join handles nulls differently than pandas merge. - posted by GitBox <gi...@apache.org> on 2022/06/22 18:31:17 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya commented on a diff in pull request #1922: Support casting `NULL` to/from `Decimal` - posted by GitBox <gi...@apache.org> on 2022/06/22 18:57:08 UTC, 5 replies.
- [GitHub] [arrow] amol- closed issue #13408: Pyarrow join handles nulls differently than pandas merge. - posted by GitBox <gi...@apache.org> on 2022/06/22 19:24:25 UTC, 0 replies.
- [GitHub] [arrow] amol- commented on issue #13408: Pyarrow join handles nulls differently than pandas merge. - posted by GitBox <gi...@apache.org> on 2022/06/22 19:24:25 UTC, 0 replies.
- [GitHub] [arrow] markweissman commented on issue #13408: Pyarrow join handles nulls differently than pandas merge. - posted by GitBox <gi...@apache.org> on 2022/06/22 19:40:18 UTC, 0 replies.
- [GitHub] [arrow-datafusion] mrob95 opened a new pull request, #2772: Remove expr_sub_expressions and rewrite_expression functions - posted by GitBox <gi...@apache.org> on 2022/06/22 19:40:37 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya opened a new issue, #1923: Disallow cast from other datatypes to NullType - posted by GitBox <gi...@apache.org> on 2022/06/22 19:57:14 UTC, 0 replies.
- [GitHub] [arrow-datafusion] codecov-commenter commented on pull request #2772: Remove expr_sub_expressions and rewrite_expression functions - posted by GitBox <gi...@apache.org> on 2022/06/22 20:23:37 UTC, 0 replies.
- [GitHub] [arrow] kou merged pull request #13308: ARROW-16666: [Docs][Release] Update release guide to specify new workflow and feature freeze - posted by GitBox <gi...@apache.org> on 2022/06/22 20:53:03 UTC, 0 replies.
- [GitHub] [arrow] kou commented on pull request #13417: ARROW-16874: [Ruby] Use more .try_convert for auto data type conversion - posted by GitBox <gi...@apache.org> on 2022/06/22 20:57:46 UTC, 0 replies.
- [GitHub] [arrow] kou merged pull request #13417: ARROW-16874: [Ruby] Use more .try_convert for auto data type conversion - posted by GitBox <gi...@apache.org> on 2022/06/22 20:58:00 UTC, 0 replies.
- [GitHub] [arrow] kou commented on pull request #13418: ARROW-16875: [Ruby] Add Column#cast and ChunkedArray#cast - posted by GitBox <gi...@apache.org> on 2022/06/22 20:58:23 UTC, 0 replies.
- [GitHub] [arrow] kou merged pull request #13418: ARROW-16875: [Ruby] Add Column#cast and ChunkedArray#cast - posted by GitBox <gi...@apache.org> on 2022/06/22 20:58:32 UTC, 0 replies.
- [GitHub] [arrow] arjunsr1 closed issue #13396: Is the Arrow::Table.merge function in a working state? - posted by GitBox <gi...@apache.org> on 2022/06/22 21:39:11 UTC, 0 replies.
- [GitHub] [arrow] jeroen commented on pull request #13404: ARROW-16510: [R] Add bindings for GCS filesystem - posted by GitBox <gi...@apache.org> on 2022/06/22 22:03:57 UTC, 0 replies.
- [GitHub] [arrow] wjones127 commented on pull request #13404: ARROW-16510: [R] Add bindings for GCS filesystem - posted by GitBox <gi...@apache.org> on 2022/06/22 22:07:55 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya commented on pull request #1914: Add Decimal256 API - posted by GitBox <gi...@apache.org> on 2022/06/22 22:09:37 UTC, 2 replies.
- [GitHub] [arrow] martin-liu commented on a diff in pull request #13402: MINOR: [Python] Fix pandas conversion failure when using non-str index name - posted by GitBox <gi...@apache.org> on 2022/06/22 22:33:53 UTC, 0 replies.
- [GitHub] [arrow-datafusion] comphead commented on issue #2450: Preserve Element Name in ScalarValue::List - posted by GitBox <gi...@apache.org> on 2022/06/22 23:16:33 UTC, 1 replies.
- [GitHub] [arrow] wjones127 commented on a diff in pull request #13404: ARROW-16510: [R] Add bindings for GCS filesystem - posted by GitBox <gi...@apache.org> on 2022/06/22 23:44:24 UTC, 1 replies.
- [GitHub] [arrow] kou commented on pull request #13377: ARROW-14518: [Ruby] Add support for Arrow::Array.new([BigDecimal]) - posted by GitBox <gi...@apache.org> on 2022/06/22 23:55:06 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove commented on a diff in pull request #2772: Remove expr_sub_expressions and rewrite_expression functions - posted by GitBox <gi...@apache.org> on 2022/06/22 23:56:34 UTC, 0 replies.
- [GitHub] [arrow] kou merged pull request #13377: ARROW-14518: [Ruby] Add support for Arrow::Array.new([BigDecimal]) - posted by GitBox <gi...@apache.org> on 2022/06/22 23:58:28 UTC, 0 replies.
- [GitHub] [arrow] kou commented on a diff in pull request #13386: ARROW-13388 [C++][Parquet] Enable DELTA_LENGTH_BYTE_ARRAY decoder - posted by GitBox <gi...@apache.org> on 2022/06/23 00:13:51 UTC, 1 replies.
- [GitHub] [arrow] kou commented on issue #13422: Building C++ for M1 Macs - posted by GitBox <gi...@apache.org> on 2022/06/23 00:21:32 UTC, 0 replies.
- [GitHub] [arrow] kou commented on pull request #13404: ARROW-16510: [R] Add bindings for GCS filesystem - posted by GitBox <gi...@apache.org> on 2022/06/23 01:10:02 UTC, 3 replies.
- [GitHub] [arrow-datafusion] liukun4515 opened a new issue, #2773: InList: don't need to treat Null as UTF8 data type - posted by GitBox <gi...@apache.org> on 2022/06/23 02:46:30 UTC, 0 replies.
- [GitHub] [arrow-datafusion] liukun4515 commented on issue #2759: InList Expr: expr and list values must can be converted to a same data type - posted by GitBox <gi...@apache.org> on 2022/06/23 02:52:06 UTC, 0 replies.
- [GitHub] [arrow-rs] liyongjing commented on issue #1915: incompatible arrow schema, expected struct got List - posted by GitBox <gi...@apache.org> on 2022/06/23 03:08:21 UTC, 0 replies.
- [GitHub] [arrow-rs] HaoYang670 opened a new pull request, #1924: MINOR: Replace `checked_add(sub).unwrap()` with `+(-)` - posted by GitBox <gi...@apache.org> on 2022/06/23 03:17:27 UTC, 0 replies.
- [GitHub] [arrow-datafusion] liukun4515 commented on pull request #2764: support decimal for inlist expr - posted by GitBox <gi...@apache.org> on 2022/06/23 03:19:20 UTC, 1 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1924: MINOR: Replace `checked_add/sub().unwrap()` with `+/-` - posted by GitBox <gi...@apache.org> on 2022/06/23 03:32:56 UTC, 0 replies.
- [GitHub] [arrow-datafusion] liukun4515 opened a new issue, #2774: InList: Can't cast the list expr data type to value expr data type directly - posted by GitBox <gi...@apache.org> on 2022/06/23 04:03:29 UTC, 0 replies.
- [GitHub] [arrow-datafusion] liukun4515 commented on issue #2774: InList: Can't cast the list expr data type to value expr data type directly - posted by GitBox <gi...@apache.org> on 2022/06/23 04:10:40 UTC, 0 replies.
- [GitHub] [arrow-datafusion] liukun4515 closed issue #2774: InList: Can't cast the list expr data type to value expr data type directly - posted by GitBox <gi...@apache.org> on 2022/06/23 04:10:41 UTC, 0 replies.
- [GitHub] [arrow-datafusion] Ted-Jiang opened a new pull request, #2775: Support multiple paths for ListingTableScanNode - posted by GitBox <gi...@apache.org> on 2022/06/23 04:12:34 UTC, 0 replies.
- [GitHub] [arrow-datafusion] codecov-commenter commented on pull request #2775: Support multiple paths for ListingTableScanNode - posted by GitBox <gi...@apache.org> on 2022/06/23 05:00:43 UTC, 0 replies.
- [GitHub] [arrow] kou commented on pull request #13150: ARROW-16549: [C++] Simplify AggregateNodeOptions aggregates/targets - posted by GitBox <gi...@apache.org> on 2022/06/23 05:41:56 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on pull request #1924: MINOR: Replace `checked_add/sub().unwrap()` with `+/-` - posted by GitBox <gi...@apache.org> on 2022/06/23 08:21:04 UTC, 1 replies.
- [GitHub] [arrow] g302ge opened a new issue, #13424: Update Plasma Buffer failed - posted by GitBox <gi...@apache.org> on 2022/06/23 08:42:47 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on issue #1915: incompatible arrow schema, expected struct got List - posted by GitBox <gi...@apache.org> on 2022/06/23 09:59:33 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on issue #1920: Persisting Arrow timestamps with Parquet produces missing `TIMESTAMP` in schema - posted by GitBox <gi...@apache.org> on 2022/06/23 10:05:02 UTC, 0 replies.
- [GitHub] [arrow] amol- merged pull request #13419: ARROW-16383: [C++] Disable memory mapping by default in Arrow-C++ - posted by GitBox <gi...@apache.org> on 2022/06/23 10:18:22 UTC, 0 replies.
- [GitHub] [arrow] ViniciusSouzaRoque commented on a diff in pull request #12333: ARROW-15568: [C++][Gandiva] Implement Translate Function - posted by GitBox <gi...@apache.org> on 2022/06/23 10:26:17 UTC, 0 replies.
- [GitHub] [arrow] HeinzStuecke opened a new issue, #13425: Warning message: In install.packages("arrow") : installation of package ‘arrow’ had non-zero exit status - posted by GitBox <gi...@apache.org> on 2022/06/23 11:58:04 UTC, 0 replies.
- [GitHub] [arrow-rs] HaoYang670 commented on pull request #1924: MINOR: Replace `checked_add/sub().unwrap()` with `+/-` - posted by GitBox <gi...@apache.org> on 2022/06/23 12:23:11 UTC, 0 replies.
- [GitHub] [arrow] nealrichardson commented on issue #13425: Warning message: In install.packages("arrow") : installation of package ‘arrow’ had non-zero exit status - posted by GitBox <gi...@apache.org> on 2022/06/23 12:28:34 UTC, 1 replies.
- [GitHub] [arrow-datafusion] mrob95 commented on a diff in pull request #2772: Remove expr_sub_expressions and rewrite_expression functions - posted by GitBox <gi...@apache.org> on 2022/06/23 12:35:53 UTC, 0 replies.
- [GitHub] [arrow] paleolimbot commented on a diff in pull request #13196: ARROW-16407: [R] Extend `parse_date_time` to cover hour, dates, and minutes components - posted by GitBox <gi...@apache.org> on 2022/06/23 12:42:14 UTC, 0 replies.
- [GitHub] [arrow] HeinzStuecke commented on issue #13425: Warning message: In install.packages("arrow") : installation of package ‘arrow’ had non-zero exit status - posted by GitBox <gi...@apache.org> on 2022/06/23 12:46:06 UTC, 3 replies.
- [GitHub] [arrow-rs] tustvold merged pull request #1924: MINOR: Replace `checked_add/sub().unwrap()` with `+/-` - posted by GitBox <gi...@apache.org> on 2022/06/23 12:47:10 UTC, 0 replies.
- [GitHub] [arrow] iChauster opened a new pull request, #13426: [DRAFT] ARROW-16894: [C++] Add Benchmarks for Asof Join Node - posted by GitBox <gi...@apache.org> on 2022/06/23 13:23:51 UTC, 0 replies.
- [GitHub] [arrow] nealrichardson commented on pull request #13415: ARROW-16578: [R] unique() and is.na() on a column of a tibble is much slower after writing to and reading from a parquet file - posted by GitBox <gi...@apache.org> on 2022/06/23 13:34:03 UTC, 1 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13426: [DRAFT] ARROW-16894: [C++] Add Benchmarks for Asof Join Node - posted by GitBox <gi...@apache.org> on 2022/06/23 13:39:30 UTC, 0 replies.
- [GitHub] [arrow] paleolimbot commented on pull request #13415: ARROW-16578: [R] unique() and is.na() on a column of a tibble is much slower after writing to and reading from a parquet file - posted by GitBox <gi...@apache.org> on 2022/06/23 13:44:07 UTC, 0 replies.
- [GitHub] [arrow] raulcd opened a new pull request, #13427: ARROW-16892: [Dev][Release] Fix version sorting on merge_arrow script - posted by GitBox <gi...@apache.org> on 2022/06/23 14:26:24 UTC, 0 replies.
- [GitHub] [arrow] amol- commented on a diff in pull request #13427: ARROW-16892: [Dev][Release] Fix version sorting on merge_arrow script - posted by GitBox <gi...@apache.org> on 2022/06/23 14:30:33 UTC, 3 replies.
- [GitHub] [arrow] sdebruyn commented on issue #1920: Cannot coerce_timestamps when writing parquet with pyarrow - posted by GitBox <gi...@apache.org> on 2022/06/23 14:33:05 UTC, 0 replies.
- [GitHub] [arrow] palak-9202 opened a new pull request, #13428: adding utc <-> timezone conversion functions - posted by GitBox <gi...@apache.org> on 2022/06/23 14:35:53 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13427: ARROW-16892: [Dev][Release] Fix version sorting on merge_arrow script - posted by GitBox <gi...@apache.org> on 2022/06/23 14:36:56 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13428: adding utc <-> timezone conversion functions - posted by GitBox <gi...@apache.org> on 2022/06/23 14:37:29 UTC, 0 replies.
- [GitHub] [arrow] nealrichardson opened a new pull request, #13429: ARROW-16895: [R] Fix cmake version detection - posted by GitBox <gi...@apache.org> on 2022/06/23 14:58:35 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13429: ARROW-16895: [R] Fix cmake version detection - posted by GitBox <gi...@apache.org> on 2022/06/23 14:59:01 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove opened a new issue, #2776: Allow configuration settings to be specified with environment variables - posted by GitBox <gi...@apache.org> on 2022/06/23 15:33:09 UTC, 0 replies.
- [GitHub] [arrow] raulcd commented on a diff in pull request #13427: ARROW-16892: [Dev][Release] Fix version sorting on merge_arrow script - posted by GitBox <gi...@apache.org> on 2022/06/23 15:42:38 UTC, 2 replies.
- [GitHub] [arrow-datafusion] mrob95 opened a new pull request, #2777: Draft: Automated generation of configs.md - posted by GitBox <gi...@apache.org> on 2022/06/23 15:58:37 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb commented on a diff in pull request #2772: Remove expr_sub_expressions and rewrite_expression functions - posted by GitBox <gi...@apache.org> on 2022/06/23 16:22:26 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb merged pull request #2772: Remove expr_sub_expressions and rewrite_expression functions - posted by GitBox <gi...@apache.org> on 2022/06/23 16:22:28 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb opened a new issue, #1925: Release Arrow 17.0.0 (next release after 16.0.0) - posted by GitBox <gi...@apache.org> on 2022/06/23 16:34:33 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb opened a new pull request, #1926: Alamb/prepare for 17.0.0 - posted by GitBox <gi...@apache.org> on 2022/06/23 16:40:05 UTC, 0 replies.
- [GitHub] [arrow-rs] msalib opened a new issue, #1927: add a small doc example showing `ArrowWriter` being used with a cursor - posted by GitBox <gi...@apache.org> on 2022/06/23 16:47:14 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb commented on issue #1884: Support specifying capacities for `ListArrays` in `MutableArrayData` - posted by GitBox <gi...@apache.org> on 2022/06/23 16:48:47 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold opened a new pull request, #1928: Cleanup builder split - posted by GitBox <gi...@apache.org> on 2022/06/23 16:49:23 UTC, 0 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1926: Update version and changelog for version 17.0.0 - posted by GitBox <gi...@apache.org> on 2022/06/23 16:57:41 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb commented on pull request #1883: Update clap requirement from ~3.1 to ~3.2 - posted by GitBox <gi...@apache.org> on 2022/06/23 16:57:59 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold opened a new pull request, #1929: Update indexmap dependency - posted by GitBox <gi...@apache.org> on 2022/06/23 17:05:26 UTC, 0 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1928: Complete and fixup split of `arrow::array::builder` module (#1843) - posted by GitBox <gi...@apache.org> on 2022/06/23 17:24:55 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on issue #1927: add a small doc example showing `ArrowWriter` being used with a cursor - posted by GitBox <gi...@apache.org> on 2022/06/23 17:28:06 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold opened a new pull request, #1930: Add ArrowWriter doctest (#1927) - posted by GitBox <gi...@apache.org> on 2022/06/23 17:35:15 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on pull request #1928: Complete and fixup split of `arrow::array::builder` module (#1843) - posted by GitBox <gi...@apache.org> on 2022/06/23 17:59:06 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold merged pull request #1928: Complete and fixup split of `arrow::array::builder` module (#1843) - posted by GitBox <gi...@apache.org> on 2022/06/23 18:38:59 UTC, 0 replies.
- [GitHub] [arrow] nealrichardson commented on pull request #13150: ARROW-16549: [C++] Simplify AggregateNodeOptions aggregates/targets - posted by GitBox <gi...@apache.org> on 2022/06/23 18:44:15 UTC, 1 replies.
- [GitHub] [arrow-datafusion] alamb opened a new pull request, #2778: Update to arrow 17.0.0 - posted by GitBox <gi...@apache.org> on 2022/06/23 18:55:43 UTC, 0 replies.
- [GitHub] [arrow-rs] nevi-me closed issue #1927: add a small doc example showing `ArrowWriter` being used with a cursor - posted by GitBox <gi...@apache.org> on 2022/06/23 19:03:26 UTC, 0 replies.
- [GitHub] [arrow-rs] nevi-me merged pull request #1930: Add ArrowWriter doctest (#1927) - posted by GitBox <gi...@apache.org> on 2022/06/23 19:03:27 UTC, 0 replies.
- [GitHub] [arrow] raulcd commented on a diff in pull request #13429: ARROW-16895: [R] Fix cmake version detection - posted by GitBox <gi...@apache.org> on 2022/06/23 19:09:41 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold opened a new issue, #1931: Flaky Integration Test - posted by GitBox <gi...@apache.org> on 2022/06/23 19:13:16 UTC, 0 replies.
- [GitHub] [arrow-rs] msalib opened a new issue, #1932: unable to write parquet file with UTC timestamp - posted by GitBox <gi...@apache.org> on 2022/06/23 19:17:06 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold opened a new pull request, #1933: Split up parquet::arrow::array_reader (#1483) - posted by GitBox <gi...@apache.org> on 2022/06/23 19:20:06 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove opened a new pull request, #2779: MINOR: re-export sqlparser from datafusion-sql crate - posted by GitBox <gi...@apache.org> on 2022/06/23 19:24:53 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb commented on a diff in pull request #2771: Convert batch_size to config option - posted by GitBox <gi...@apache.org> on 2022/06/23 19:25:13 UTC, 1 replies.
- [GitHub] [arrow-rs] alamb merged pull request #1914: Add Decimal256 API - posted by GitBox <gi...@apache.org> on 2022/06/23 19:29:51 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb closed issue #1913: Add Decimal256 API - posted by GitBox <gi...@apache.org> on 2022/06/23 19:29:51 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya commented on pull request #1914: Add `Decimal256` API - posted by GitBox <gi...@apache.org> on 2022/06/23 19:36:30 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb commented on a diff in pull request #2764: support decimal for inlist expr - posted by GitBox <gi...@apache.org> on 2022/06/23 19:49:29 UTC, 0 replies.
- [GitHub] [arrow-datafusion] codecov-commenter commented on pull request #2779: MINOR: re-export sqlparser from datafusion-sql crate - posted by GitBox <gi...@apache.org> on 2022/06/23 19:58:08 UTC, 0 replies.
- [GitHub] [arrow-rs] nevi-me merged pull request #1929: Update indexmap dependency - posted by GitBox <gi...@apache.org> on 2022/06/23 20:03:16 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya commented on a diff in pull request #1933: Split up parquet::arrow::array_reader (#1483) - posted by GitBox <gi...@apache.org> on 2022/06/23 20:06:11 UTC, 0 replies.
- [GitHub] [arrow-rs] nevi-me commented on a diff in pull request #1922: Support casting `NULL` to/from `Decimal` - posted by GitBox <gi...@apache.org> on 2022/06/23 20:07:31 UTC, 0 replies.
- [GitHub] [arrow-rs] nevi-me commented on a diff in pull request #1855: support compression for IPC - posted by GitBox <gi...@apache.org> on 2022/06/23 20:16:47 UTC, 1 replies.
- [GitHub] [arrow-datafusion] alamb merged pull request #2779: MINOR: re-export sqlparser from datafusion-sql crate - posted by GitBox <gi...@apache.org> on 2022/06/23 20:19:58 UTC, 0 replies.
- [GitHub] [arrow-rs] msalib commented on issue #1932: unable to write parquet file with UTC timestamp - posted by GitBox <gi...@apache.org> on 2022/06/23 20:29:43 UTC, 3 replies.
- [GitHub] [arrow-datafusion] andygrove opened a new issue, #2780: Simplify FilterNullJoinKeys rule - posted by GitBox <gi...@apache.org> on 2022/06/23 20:45:18 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold closed issue #1483: Split up Parquet Array Reader Module - posted by GitBox <gi...@apache.org> on 2022/06/23 20:51:32 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold merged pull request #1933: Split up parquet::arrow::array_reader (#1483) - posted by GitBox <gi...@apache.org> on 2022/06/23 20:51:32 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove opened a new pull request, #2781: Simplify FilterNullJoinKeys rule - posted by GitBox <gi...@apache.org> on 2022/06/23 20:55:28 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb opened a new issue, #1934: Add builder style methods to `Field` - posted by GitBox <gi...@apache.org> on 2022/06/23 21:07:53 UTC, 0 replies.
- [GitHub] [arrow] nealrichardson commented on a diff in pull request #13397: ARROW-16444: [R] Implement user-defined scalar functions in R bindings - posted by GitBox <gi...@apache.org> on 2022/06/23 21:16:53 UTC, 9 replies.
- [GitHub] [arrow] nealrichardson commented on a diff in pull request #13429: ARROW-16895: [R] Fix cmake version detection - posted by GitBox <gi...@apache.org> on 2022/06/23 21:17:39 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on issue #1932: unable to write parquet file with UTC timestamp - posted by GitBox <gi...@apache.org> on 2022/06/23 21:17:43 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13430: [Gandiva][C++] Fix TO_DATE function - posted by GitBox <gi...@apache.org> on 2022/06/23 21:25:46 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb commented on a diff in pull request #2750: try to reduce left/right/full join to inner join - posted by GitBox <gi...@apache.org> on 2022/06/23 21:35:30 UTC, 0 replies.
- [GitHub] [arrow] amol- merged pull request #13416: ARROW-16092: [Python] Address docstrings in Filesystems (Implementations) - posted by GitBox <gi...@apache.org> on 2022/06/23 21:38:26 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove closed issue #2780: Simplify FilterNullJoinKeys rule - posted by GitBox <gi...@apache.org> on 2022/06/23 21:57:26 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove merged pull request #2781: Simplify FilterNullJoinKeys rule - posted by GitBox <gi...@apache.org> on 2022/06/23 21:57:26 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13402: ARROW-16898: [Python] Fix pandas conversion failure when using non-str index name - posted by GitBox <gi...@apache.org> on 2022/06/23 22:28:54 UTC, 2 replies.
- [GitHub] [arrow] martin-liu commented on pull request #13402: ARROW-16898: [Python] Fix pandas conversion failure when using non-str index name - posted by GitBox <gi...@apache.org> on 2022/06/23 22:53:45 UTC, 1 replies.
- [GitHub] [arrow] lidavidm commented on pull request #12830: ARROW-15452: [FlightRPC][Java] JDBC driver for Flight SQL - posted by GitBox <gi...@apache.org> on 2022/06/23 22:55:15 UTC, 0 replies.
- [GitHub] [arrow] kou merged pull request #13429: ARROW-16895: [R] Fix cmake version detection - posted by GitBox <gi...@apache.org> on 2022/06/23 23:50:01 UTC, 0 replies.
- [GitHub] [arrow] kou commented on a diff in pull request #13427: ARROW-16892: [Dev][Release] Fix version sorting on merge_arrow script - posted by GitBox <gi...@apache.org> on 2022/06/24 00:19:00 UTC, 0 replies.
- [GitHub] [arrow-rs] liukun4515 commented on issue #1923: Disallow cast from other datatypes to NullType - posted by GitBox <gi...@apache.org> on 2022/06/24 01:34:14 UTC, 1 replies.
- [GitHub] [arrow-datafusion] liukun4515 opened a new issue, #2782: InList: Don't treat Null as UTF8(None) - posted by GitBox <gi...@apache.org> on 2022/06/24 01:41:41 UTC, 0 replies.
- [GitHub] [arrow-datafusion] codecov-commenter commented on pull request #2764: support decimal for inlist expr - posted by GitBox <gi...@apache.org> on 2022/06/24 02:16:50 UTC, 0 replies.
- [GitHub] [arrow-datafusion] yjshen commented on a diff in pull request #2771: Convert batch_size to config option - posted by GitBox <gi...@apache.org> on 2022/06/24 02:27:36 UTC, 0 replies.
- [GitHub] [arrow] liukun4515 closed issue #13391: There is no test case using the `2.0.0-compression` test file - posted by GitBox <gi...@apache.org> on 2022/06/24 04:06:14 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya commented on pull request #1922: Support casting `NULL` to/from `Decimal` - posted by GitBox <gi...@apache.org> on 2022/06/24 05:30:45 UTC, 0 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1922: Support casting `NULL` to/from `Decimal` - posted by GitBox <gi...@apache.org> on 2022/06/24 05:47:56 UTC, 0 replies.
- [GitHub] [arrow-rs] liukun4515 opened a new pull request, #1935: add column index writer for parquet - posted by GitBox <gi...@apache.org> on 2022/06/24 05:56:14 UTC, 0 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1935: [WIP] add column index writer for parquet - posted by GitBox <gi...@apache.org> on 2022/06/24 06:16:08 UTC, 0 replies.
- [GitHub] [arrow] lfygh opened a new issue, #13431: when use setBytes(), ArrowBuf.nioBuffer() is empty,but writeBytes(byte[]) can work. - posted by GitBox <gi...@apache.org> on 2022/06/24 06:17:05 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya closed issue #1921: CAST NULL Data type to any decimal data type - posted by GitBox <gi...@apache.org> on 2022/06/24 07:00:21 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya merged pull request #1922: Support casting `NULL` to/from `Decimal` - posted by GitBox <gi...@apache.org> on 2022/06/24 07:00:21 UTC, 0 replies.
- [GitHub] [arrow-datafusion] jackwener commented on issue #2620: [enhancement] rules don't need to recursion inside themselves - posted by GitBox <gi...@apache.org> on 2022/06/24 07:20:46 UTC, 1 replies.
- [GitHub] [arrow-rs] tustvold opened a new issue, #1936: Cast Kernel Ignores Timezone - posted by GitBox <gi...@apache.org> on 2022/06/24 09:48:45 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold opened a new pull request, #1937: Set adjusted to UTC if UTC timezone (#1932) - posted by GitBox <gi...@apache.org> on 2022/06/24 10:17:37 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on a diff in pull request #1937: Set adjusted to UTC if UTC timezone (#1932) - posted by GitBox <gi...@apache.org> on 2022/06/24 10:22:04 UTC, 1 replies.
- [GitHub] [arrow-rs] tustvold opened a new issue, #1938: Add coerce_types flag to parquet ArrowWriter - posted by GitBox <gi...@apache.org> on 2022/06/24 10:29:49 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on issue #1666: Handling Unsupported Arrow Types in Parquet - posted by GitBox <gi...@apache.org> on 2022/06/24 10:33:59 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold closed issue #1666: Handling Unsupported Arrow Types in Parquet - posted by GitBox <gi...@apache.org> on 2022/06/24 10:33:59 UTC, 0 replies.
- [GitHub] [arrow-rs] Ismail-Maj opened a new issue, #1939: Benchmark `concat_elements_utf8` and `concat_elements_utf8_many` - posted by GitBox <gi...@apache.org> on 2022/06/24 10:47:01 UTC, 0 replies.
- [GitHub] [arrow-datafusion] tustvold commented on issue #2450: Preserve Element Name in ScalarValue::List - posted by GitBox <gi...@apache.org> on 2022/06/24 10:52:58 UTC, 1 replies.
- [GitHub] [arrow] assignUser commented on pull request #13411: ARROW-16899: [R][CI] R nightly builds used old libarrow - posted by GitBox <gi...@apache.org> on 2022/06/24 11:11:11 UTC, 2 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13411: ARROW-16899: [R][CI] R nightly builds used old libarrow - posted by GitBox <gi...@apache.org> on 2022/06/24 11:11:14 UTC, 1 replies.
- [GitHub] [arrow-rs] martin-g commented on a diff in pull request #1937: Set adjusted to UTC if UTC timezone (#1932) - posted by GitBox <gi...@apache.org> on 2022/06/24 12:15:20 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold closed issue #1932: unable to write parquet file with UTC timestamp - posted by GitBox <gi...@apache.org> on 2022/06/24 12:22:43 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold merged pull request #1937: Set adjusted to UTC if UTC timezone (#1932) - posted by GitBox <gi...@apache.org> on 2022/06/24 12:22:43 UTC, 0 replies.
- [GitHub] [arrow-rs] HaoYang670 opened a new pull request, #1940: Add README for the compute module. - posted by GitBox <gi...@apache.org> on 2022/06/24 12:39:02 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13432: ARROW-16900: [R] Upgrade lintr - posted by GitBox <gi...@apache.org> on 2022/06/24 12:47:59 UTC, 0 replies.
- [GitHub] [arrow] nealrichardson commented on a diff in pull request #13432: ARROW-16900: [R] Upgrade lintr - posted by GitBox <gi...@apache.org> on 2022/06/24 12:49:28 UTC, 0 replies.
- [GitHub] [arrow] kou commented on pull request #13428: MINOR: [Gandiva] [C++] Adding UTC-local timezone conversion functions - posted by GitBox <gi...@apache.org> on 2022/06/24 12:53:12 UTC, 0 replies.
- [GitHub] [arrow] lidavidm commented on issue #13431: when use setBytes(), ArrowBuf.nioBuffer() is empty,but writeBytes(byte[]) can work. - posted by GitBox <gi...@apache.org> on 2022/06/24 13:02:59 UTC, 0 replies.
- [GitHub] [arrow-datafusion] codecov-commenter commented on pull request #2771: Convert batch_size to config option - posted by GitBox <gi...@apache.org> on 2022/06/24 13:05:07 UTC, 0 replies.
- [GitHub] [arrow-ballista] andygrove opened a new issue, #73: Update BATCH_SIZE config key to match DataFusion changes - posted by GitBox <gi...@apache.org> on 2022/06/24 13:07:43 UTC, 0 replies.
- [GitHub] [arrow-datafusion] martin-g opened a new issue, #2783: Migrate from avro_rs to apache_avro - posted by GitBox <gi...@apache.org> on 2022/06/24 13:10:43 UTC, 0 replies.
- [GitHub] [arrow-datafusion] martin-g opened a new pull request, #2784: Migrate from avro_rs (0.13) to apache_avro (0.14) - posted by GitBox <gi...@apache.org> on 2022/06/24 13:13:06 UTC, 0 replies.
- [GitHub] [arrow-datafusion] martin-g commented on a diff in pull request #2784: Migrate from avro_rs (0.13) to apache_avro (0.14) - posted by GitBox <gi...@apache.org> on 2022/06/24 13:16:35 UTC, 1 replies.
- [GitHub] [arrow-datafusion] andygrove commented on pull request #2777: Draft: Automated generation of configs.md - posted by GitBox <gi...@apache.org> on 2022/06/24 13:25:04 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove commented on pull request #2771: Convert batch_size to config option - posted by GitBox <gi...@apache.org> on 2022/06/24 13:26:03 UTC, 0 replies.
- [GitHub] [arrow-datafusion] yarenty commented on issue #1544: Streaming support for DataFusion - posted by GitBox <gi...@apache.org> on 2022/06/24 13:26:39 UTC, 0 replies.
- [GitHub] [arrow-datafusion] codecov-commenter commented on pull request #2784: Migrate from avro_rs (0.13) to apache_avro (0.14) - posted by GitBox <gi...@apache.org> on 2022/06/24 14:15:52 UTC, 0 replies.
- [GitHub] [arrow-rs] jhorstmann opened a new issue, #1941: Different sort behavior for floats between single-column and lexicographical sort - posted by GitBox <gi...@apache.org> on 2022/06/24 14:18:36 UTC, 0 replies.
- [GitHub] [arrow-rs] liukun4515 opened a new pull request, #1942: Disallow cast from other datatypes to NullType - posted by GitBox <gi...@apache.org> on 2022/06/24 14:21:40 UTC, 0 replies.
- [GitHub] [arrow-rs] liukun4515 commented on pull request #1942: Disallow cast from other datatypes to NullType - posted by GitBox <gi...@apache.org> on 2022/06/24 14:23:08 UTC, 1 replies.
- [GitHub] [arrow-datafusion] mrob95 commented on pull request #2777: Automated generation of configs.md - posted by GitBox <gi...@apache.org> on 2022/06/24 14:44:26 UTC, 0 replies.
- [GitHub] [arrow] jonkeane commented on a diff in pull request #13432: ARROW-16900: [R] Upgrade lintr - posted by GitBox <gi...@apache.org> on 2022/06/24 14:53:50 UTC, 0 replies.
- [GitHub] [arrow-datafusion] mkmik opened a new issue, #2785: EXTRACT(EPOCH from column) - posted by GitBox <gi...@apache.org> on 2022/06/24 15:07:50 UTC, 0 replies.
- [GitHub] [arrow-rs] jhorstmann commented on issue #136: Implement AVX-512 sort operation - posted by GitBox <gi...@apache.org> on 2022/06/24 15:15:43 UTC, 0 replies.
- [GitHub] [arrow] toddfarmer opened a new pull request, #13433: ARROW-16600: [Java] Configurable RoundingMode to handle inconsistent scale in BigDecimals - posted by GitBox <gi...@apache.org> on 2022/06/24 16:06:28 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13433: ARROW-16600: [Java] Configurable RoundingMode to handle inconsistent scale in BigDecimals - posted by GitBox <gi...@apache.org> on 2022/06/24 16:06:49 UTC, 1 replies.
- [GitHub] [arrow-datafusion] alamb commented on issue #2785: EXTRACT(EPOCH from column) - posted by GitBox <gi...@apache.org> on 2022/06/24 16:08:52 UTC, 0 replies.
- [GitHub] [arrow-datafusion] xudong963 closed issue #2770: Automatically update `configs.md` in user guide - posted by GitBox <gi...@apache.org> on 2022/06/24 16:09:36 UTC, 0 replies.
- [GitHub] [arrow-datafusion] xudong963 merged pull request #2777: Automated generation of configs.md - posted by GitBox <gi...@apache.org> on 2022/06/24 16:09:37 UTC, 0 replies.
- [GitHub] [arrow] toddfarmer commented on a diff in pull request #13433: ARROW-16600: [Java] Configurable RoundingMode to handle inconsistent scale in BigDecimals - posted by GitBox <gi...@apache.org> on 2022/06/24 16:11:53 UTC, 0 replies.
- [GitHub] [arrow] nealrichardson merged pull request #13411: ARROW-16899: [R][CI] R nightly builds used old libarrow - posted by GitBox <gi...@apache.org> on 2022/06/24 16:13:05 UTC, 0 replies.
- [GitHub] [arrow] nealrichardson merged pull request #13432: ARROW-16900: [R] Upgrade lintr - posted by GitBox <gi...@apache.org> on 2022/06/24 16:13:57 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya commented on pull request #1855: support compression for IPC - posted by GitBox <gi...@apache.org> on 2022/06/24 16:15:40 UTC, 0 replies.
- [GitHub] [arrow-datafusion] mkmik opened a new pull request, #2786: wip: Implement extract epoch - posted by GitBox <gi...@apache.org> on 2022/06/24 16:32:04 UTC, 0 replies.
- [GitHub] [arrow-datafusion] mkmik commented on issue #2785: EXTRACT(EPOCH from column) - posted by GitBox <gi...@apache.org> on 2022/06/24 16:33:18 UTC, 0 replies.
- [GitHub] [arrow-datafusion] codecov-commenter commented on pull request #2786: wip: Implement extract epoch - posted by GitBox <gi...@apache.org> on 2022/06/24 17:10:25 UTC, 0 replies.
- [GitHub] [arrow] westonpace merged pull request #13028: ARROW-16083: [C++] Implement AsofJoin execution node - posted by GitBox <gi...@apache.org> on 2022/06/24 17:36:31 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb commented on a diff in pull request #2786: wip: Implement extract epoch - posted by GitBox <gi...@apache.org> on 2022/06/24 17:58:22 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb merged pull request #2764: Support `DataType::Decimal` for `IN` and `NOT IN` expressions - posted by GitBox <gi...@apache.org> on 2022/06/24 18:03:36 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb commented on pull request #2775: Support multiple paths for ListingTableScanNode - posted by GitBox <gi...@apache.org> on 2022/06/24 18:06:02 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb closed issue #2768: Support multiple paths for ListingTableScanNode - posted by GitBox <gi...@apache.org> on 2022/06/24 18:06:08 UTC, 0 replies.
- [GitHub] [arrow] lidavidm commented on pull request #13168: [WIP] ADBC proposal - posted by GitBox <gi...@apache.org> on 2022/06/24 18:13:38 UTC, 0 replies.
- [GitHub] [arrow] lidavidm closed pull request #13168: [WIP] ADBC proposal - posted by GitBox <gi...@apache.org> on 2022/06/24 18:13:42 UTC, 0 replies.
- [GitHub] [arrow] lidavidm merged pull request #13387: ARROW-14771: [C++] Export Protobuf symbol table - posted by GitBox <gi...@apache.org> on 2022/06/24 18:14:29 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb commented on pull request #1942: Disallow cast from other datatypes to NullType - posted by GitBox <gi...@apache.org> on 2022/06/24 18:27:53 UTC, 1 replies.
- [GitHub] [arrow-rs] alamb opened a new pull request, #1943: remove casting other type to null type (DEMO ONLY) - posted by GitBox <gi...@apache.org> on 2022/06/24 18:29:58 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb opened a new pull request, #2787: Test arrow without null (DEMO) - posted by GitBox <gi...@apache.org> on 2022/06/24 18:32:51 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb commented on pull request #2787: Test arrow without null (DEMO) - posted by GitBox <gi...@apache.org> on 2022/06/24 18:44:38 UTC, 2 replies.
- [GitHub] [arrow-rs] alamb merged pull request #1940: Add README for the compute module. - posted by GitBox <gi...@apache.org> on 2022/06/24 19:00:28 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb closed issue #1533: Add README for the `compute` kernels - posted by GitBox <gi...@apache.org> on 2022/06/24 19:00:28 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb commented on pull request #1940: Add README for the compute module. - posted by GitBox <gi...@apache.org> on 2022/06/24 19:00:37 UTC, 0 replies.
- [GitHub] [arrow-datafusion] viirya commented on pull request #2787: Test arrow without null (DEMO) - posted by GitBox <gi...@apache.org> on 2022/06/24 19:12:40 UTC, 1 replies.
- [GitHub] [arrow] lidavidm opened a new pull request, #13434: ARROW-16902: [C++][FlightRPC] Fix DLL linkage in Flight SQL - posted by GitBox <gi...@apache.org> on 2022/06/24 19:21:44 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13434: ARROW-16902: [C++][FlightRPC] Fix DLL linkage in Flight SQL - posted by GitBox <gi...@apache.org> on 2022/06/24 19:22:04 UTC, 1 replies.
- [GitHub] [arrow] lidavidm merged pull request #13402: ARROW-16898: [Python] Fix pandas conversion failure when using non-str index name - posted by GitBox <gi...@apache.org> on 2022/06/24 19:31:42 UTC, 0 replies.
- [GitHub] [arrow] lidavidm commented on pull request #13402: ARROW-16898: [Python] Fix pandas conversion failure when using non-str index name - posted by GitBox <gi...@apache.org> on 2022/06/24 19:32:02 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb commented on issue #2427: Improve Sorting / Merge performance by Apply the row format, and taking advantage of new JIT framework - posted by GitBox <gi...@apache.org> on 2022/06/24 20:15:17 UTC, 0 replies.
- [GitHub] [arrow-rs] jhorstmann opened a new issue, #1944: Send + Sync impl for Allocation might be unsound - posted by GitBox <gi...@apache.org> on 2022/06/24 20:15:59 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb closed pull request #1943: remove casting other type to null type (DEMO ONLY) - posted by GitBox <gi...@apache.org> on 2022/06/24 20:20:15 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb merged pull request #1926: Update version and changelog for version 17.0.0 - posted by GitBox <gi...@apache.org> on 2022/06/24 20:27:57 UTC, 0 replies.
- [GitHub] [arrow-datafusion] mrob95 commented on issue #2573: Improve UX for `UNION` vs `UNION ALL` (introduce a LogicalPlan::Distinct) - posted by GitBox <gi...@apache.org> on 2022/06/24 20:37:32 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove merged pull request #2771: Convert batch_size to config option - posted by GitBox <gi...@apache.org> on 2022/06/24 20:39:01 UTC, 0 replies.
- [GitHub] [arrow-rs] jhorstmann opened a new pull request, #1945: Require Send+Sync bounds for Allocation trait - posted by GitBox <gi...@apache.org> on 2022/06/24 21:03:11 UTC, 0 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1945: Require Send+Sync bounds for Allocation trait - posted by GitBox <gi...@apache.org> on 2022/06/24 21:19:21 UTC, 0 replies.
- [GitHub] [arrow-datafusion] comphead opened a new pull request, #2788: tablescan projection readability fix - posted by GitBox <gi...@apache.org> on 2022/06/24 22:11:57 UTC, 0 replies.
- [GitHub] [arrow-datafusion] hntd187 commented on issue #1544: Streaming support for DataFusion - posted by GitBox <gi...@apache.org> on 2022/06/24 22:38:17 UTC, 0 replies.
- [GitHub] [arrow-datafusion] comphead opened a new pull request, #2789: Improve readability of table scan projections in query plans - posted by GitBox <gi...@apache.org> on 2022/06/24 22:54:07 UTC, 0 replies.
- [GitHub] [arrow-datafusion] comphead closed pull request #2788: tablescan projection readability fix - posted by GitBox <gi...@apache.org> on 2022/06/24 22:54:22 UTC, 0 replies.
- [GitHub] [arrow-datafusion] comphead commented on pull request #2789: Improve readability of table scan projections in query plans - posted by GitBox <gi...@apache.org> on 2022/06/24 23:01:58 UTC, 2 replies.
- [GitHub] [arrow-datafusion] OscarTHZhang commented on issue #94: [Rust] Implement micro benchmarks for each operator - posted by GitBox <gi...@apache.org> on 2022/06/25 00:10:15 UTC, 0 replies.
- [GitHub] [arrow-rs] liukun4515 opened a new issue, #1946: Write error ColumnChunk to the Parquet File instead of ColumnMetaData - posted by GitBox <gi...@apache.org> on 2022/06/25 02:12:28 UTC, 0 replies.
- [GitHub] [arrow-rs] liukun4515 commented on issue #1946: Write error ColumnChunk to the Parquet File instead of ColumnMetaData - posted by GitBox <gi...@apache.org> on 2022/06/25 02:12:43 UTC, 3 replies.
- [GitHub] [arrow-datafusion] Ted-Jiang commented on pull request #2775: Support multiple paths for ListingTableScanNode - posted by GitBox <gi...@apache.org> on 2022/06/25 02:56:20 UTC, 0 replies.
- [GitHub] [arrow-ballista] dependabot[bot] opened a new pull request, #74: Bump jsdom from 16.4.0 to 16.7.0 in /ballista/ui/scheduler - posted by GitBox <gi...@apache.org> on 2022/06/25 05:09:46 UTC, 0 replies.
- [GitHub] [arrow-rs] liukun4515 opened a new pull request, #1947: write columnmetadata to the behind of the column chunk data, not the ColumnChunk - posted by GitBox <gi...@apache.org> on 2022/06/25 07:52:14 UTC, 0 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1947: write columnmetadata to the behind of the column chunk data, not the ColumnChunk - posted by GitBox <gi...@apache.org> on 2022/06/25 08:11:35 UTC, 0 replies.
- [GitHub] [arrow] lidavidm commented on pull request #13434: ARROW-16902: [C++][FlightRPC] Fix DLL linkage in Flight SQL - posted by GitBox <gi...@apache.org> on 2022/06/25 12:34:23 UTC, 3 replies.
- [GitHub] [arrow-ballista] Ted-Jiang opened a new issue, #75: Support multiple paths for ListingTableScanNode - posted by GitBox <gi...@apache.org> on 2022/06/25 13:30:26 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove opened a new issue, #2790: Add configuration option to enable/disalbe `CoalesceBatchesExec` - posted by GitBox <gi...@apache.org> on 2022/06/25 16:05:30 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove opened a new pull request, #2791: Add config option for coalesce_batches physical optimization rule - posted by GitBox <gi...@apache.org> on 2022/06/25 16:06:58 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove commented on a diff in pull request #2791: Add config option for coalesce_batches physical optimization rule - posted by GitBox <gi...@apache.org> on 2022/06/25 16:08:01 UTC, 0 replies.
- [GitHub] [arrow-datafusion] codecov-commenter commented on pull request #2791: Add config option for coalesce_batches physical optimization rule - posted by GitBox <gi...@apache.org> on 2022/06/25 17:50:48 UTC, 0 replies.
- [GitHub] [arrow-datafusion] mrob95 opened a new pull request, #2792: Add LogicalPlan::Distinct - posted by GitBox <gi...@apache.org> on 2022/06/25 18:42:46 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13435: ARROW-16753: Add a FileSelector flag that enables traversal of a dir with some restricted content - posted by GitBox <gi...@apache.org> on 2022/06/25 19:10:45 UTC, 1 replies.
- [GitHub] [arrow-datafusion] nevi-me commented on issue #192: TPC-H Query 6 has a wrong result - posted by GitBox <gi...@apache.org> on 2022/06/25 19:14:39 UTC, 0 replies.
- [GitHub] [arrow] drauschenbach commented on pull request #13435: ARROW-16753: Add a FileSelector flag that enables traversal of a dir with some restricted content - posted by GitBox <gi...@apache.org> on 2022/06/25 19:15:15 UTC, 0 replies.
- [GitHub] [arrow-datafusion] viirya opened a new issue, #2793: Use coerced data type from value and list expressions during planning inlist expression - posted by GitBox <gi...@apache.org> on 2022/06/25 20:09:40 UTC, 0 replies.
- [GitHub] [arrow-datafusion] viirya opened a new pull request, #2794: Use coerced type in inlist expr planning - posted by GitBox <gi...@apache.org> on 2022/06/25 20:10:07 UTC, 0 replies.
- [GitHub] [arrow-datafusion] viirya commented on pull request #2794: Use coerced type in inlist expr planning - posted by GitBox <gi...@apache.org> on 2022/06/25 20:33:25 UTC, 1 replies.
- [GitHub] [arrow-datafusion] codecov-commenter commented on pull request #2792: Add LogicalPlan::Distinct - posted by GitBox <gi...@apache.org> on 2022/06/25 20:42:21 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove opened a new pull request, #2795: MINOR: Remove reference to docker image that is no longer available - posted by GitBox <gi...@apache.org> on 2022/06/25 22:35:19 UTC, 0 replies.
- [GitHub] [arrow-datafusion] codecov-commenter commented on pull request #2794: Use coerced type in inlist expr planning - posted by GitBox <gi...@apache.org> on 2022/06/25 22:48:11 UTC, 0 replies.
- [GitHub] [arrow-datafusion] codecov-commenter commented on pull request #2795: MINOR: Remove reference to docker image that is no longer available - posted by GitBox <gi...@apache.org> on 2022/06/25 23:09:03 UTC, 0 replies.
- [GitHub] [arrow-datafusion] viirya commented on a diff in pull request #2794: Use coerced type in inlist expr planning - posted by GitBox <gi...@apache.org> on 2022/06/25 23:30:17 UTC, 5 replies.
- [GitHub] [arrow] kou commented on a diff in pull request #13404: ARROW-16510: [R] Add bindings for GCS filesystem - posted by GitBox <gi...@apache.org> on 2022/06/26 01:15:44 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove merged pull request #2795: MINOR: Remove reference to docker image that is no longer available - posted by GitBox <gi...@apache.org> on 2022/06/26 02:19:19 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb commented on issue #192: TPC-H Query 6 has a wrong result - posted by GitBox <gi...@apache.org> on 2022/06/26 12:22:23 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb commented on issue #94: [Rust] Implement micro benchmarks for each operator - posted by GitBox <gi...@apache.org> on 2022/06/26 12:32:56 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb commented on a diff in pull request #2794: Use coerced type in inlist expr planning - posted by GitBox <gi...@apache.org> on 2022/06/26 12:51:21 UTC, 1 replies.
- [GitHub] [arrow] juwalter opened a new pull request, #13436: Use endpoint_override in code example for minIO - posted by GitBox <gi...@apache.org> on 2022/06/26 13:06:43 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13436: Use endpoint_override in code example for minIO - posted by GitBox <gi...@apache.org> on 2022/06/26 13:07:00 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb commented on a diff in pull request #2791: Add config option for coalesce_batches physical optimization rule, make optional - posted by GitBox <gi...@apache.org> on 2022/06/26 13:10:48 UTC, 0 replies.
- [GitHub] [arrow] nealrichardson merged pull request #13404: ARROW-16510: [R] Add bindings for GCS filesystem - posted by GitBox <gi...@apache.org> on 2022/06/26 13:43:33 UTC, 0 replies.
- [GitHub] [arrow-rs] jhorstmann opened a new issue, #1948: Reduce macro usage by abstracting over arrays that have a value or value_unchecked method - posted by GitBox <gi...@apache.org> on 2022/06/26 17:36:54 UTC, 0 replies.
- [GitHub] [arrow-rs] jhorstmann opened a new issue, #1949: AVX512 optimized filter kernels for primitive types - posted by GitBox <gi...@apache.org> on 2022/06/26 18:13:40 UTC, 0 replies.
- [GitHub] [arrow] kou merged pull request #13436: MINOR: [Docs] Use endpoint_override in code example for minIO - posted by GitBox <gi...@apache.org> on 2022/06/26 20:49:55 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold closed issue #1944: Send + Sync impl for Allocation might be unsound - posted by GitBox <gi...@apache.org> on 2022/06/26 21:18:07 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold merged pull request #1945: Require Send+Sync bounds for Allocation trait - posted by GitBox <gi...@apache.org> on 2022/06/26 21:18:08 UTC, 0 replies.
- [GitHub] [arrow-datafusion] avantgardnerio opened a new issue, #2796: Unable to work with month intervals - posted by GitBox <gi...@apache.org> on 2022/06/26 21:47:04 UTC, 0 replies.
- [GitHub] [arrow-datafusion] avantgardnerio opened a new pull request, #2797: Add support for month & year intervals - posted by GitBox <gi...@apache.org> on 2022/06/26 22:04:06 UTC, 0 replies.
- [GitHub] [arrow-datafusion] codecov-commenter commented on pull request #2797: Add support for month & year intervals - posted by GitBox <gi...@apache.org> on 2022/06/26 23:24:15 UTC, 0 replies.
- [GitHub] [arrow-datafusion] kmitchener opened a new issue, #2798: panic when case statement returns null - posted by GitBox <gi...@apache.org> on 2022/06/26 23:52:49 UTC, 0 replies.
- [GitHub] [arrow-datafusion] rostamn739 commented on issue #2798: panic when case statement returns null - posted by GitBox <gi...@apache.org> on 2022/06/27 01:24:07 UTC, 0 replies.
- [GitHub] [arrow] cyb70289 opened a new pull request, #13437: ARROW-16872: [C++] Fix csv parser edge case - posted by GitBox <gi...@apache.org> on 2022/06/27 02:48:50 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13437: ARROW-16872: [C++] Fix csv parser edge case - posted by GitBox <gi...@apache.org> on 2022/06/27 02:49:12 UTC, 0 replies.
- [GitHub] [arrow-datafusion] liukun4515 commented on a diff in pull request #2794: Use coerced type in inlist expr planning - posted by GitBox <gi...@apache.org> on 2022/06/27 05:46:14 UTC, 3 replies.
- [GitHub] [arrow-rs] liukun4515 commented on pull request #1947: write columnmetadata to the behind of the column chunk data, not the ColumnChunk - posted by GitBox <gi...@apache.org> on 2022/06/27 05:49:03 UTC, 2 replies.
- [GitHub] [arrow-datafusion] liukun4515 commented on issue #1356: The framework about expression type coercion - posted by GitBox <gi...@apache.org> on 2022/06/27 06:02:59 UTC, 0 replies.
- [GitHub] [arrow-datafusion] Ted-Jiang commented on a diff in pull request #2794: Use coerced type in inlist expr planning - posted by GitBox <gi...@apache.org> on 2022/06/27 06:27:06 UTC, 3 replies.
- [GitHub] [arrow-datafusion] liukun4515 closed issue #2759: InList Expr: expr and list values must can be converted to a same data type - posted by GitBox <gi...@apache.org> on 2022/06/27 06:33:31 UTC, 0 replies.
- [GitHub] [arrow-datafusion] liukun4515 opened a new issue, #2799: coercion rule about `eq` and InList between string type and numeric type - posted by GitBox <gi...@apache.org> on 2022/06/27 06:36:21 UTC, 0 replies.
- [GitHub] [arrow-datafusion] liukun4515 commented on issue #2799: coercion rule about `eq` and InList between string type and numeric type - posted by GitBox <gi...@apache.org> on 2022/06/27 06:36:37 UTC, 2 replies.
- [GitHub] [arrow-datafusion] liukun4515 closed issue #2793: Use coerced data type from value and list expressions during planning inlist expression - posted by GitBox <gi...@apache.org> on 2022/06/27 07:51:04 UTC, 0 replies.
- [GitHub] [arrow-datafusion] liukun4515 closed pull request #2787: Test arrow without null (DEMO) - posted by GitBox <gi...@apache.org> on 2022/06/27 07:51:05 UTC, 0 replies.
- [GitHub] [arrow-datafusion] liukun4515 merged pull request #2794: Use coerced type in inlist expr planning - posted by GitBox <gi...@apache.org> on 2022/06/27 07:51:05 UTC, 0 replies.
- [GitHub] [arrow] AlenkaF commented on a diff in pull request #13311: ARROW-16340: [Python] Move all Python related code into PyArrow - posted by GitBox <gi...@apache.org> on 2022/06/27 08:15:58 UTC, 1 replies.
- [GitHub] [arrow] rok commented on a diff in pull request #12154: ARROW-14821: [R] Implement bindings for lubridate's floor_date, ceiling_date, and round_date - posted by GitBox <gi...@apache.org> on 2022/06/27 08:31:40 UTC, 12 replies.
- [GitHub] [arrow-datafusion] liukun4515 opened a new pull request, #2801: Don't treat Null as UTF8(None) and change error info. - posted by GitBox <gi...@apache.org> on 2022/06/27 09:00:13 UTC, 0 replies.
- [GitHub] [arrow-datafusion] liukun4515 commented on a diff in pull request #2801: Don't treat Null as UTF8(None) and change error info. - posted by GitBox <gi...@apache.org> on 2022/06/27 09:03:13 UTC, 1 replies.
- [GitHub] [arrow] pravindra merged pull request #12333: ARROW-15568: [C++][Gandiva] Implement Translate Function - posted by GitBox <gi...@apache.org> on 2022/06/27 09:34:58 UTC, 0 replies.
- [GitHub] [arrow-ballista] yacineb opened a new issue, #76: Unable to build master - posted by GitBox <gi...@apache.org> on 2022/06/27 10:37:10 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on a diff in pull request #1947: write columnmetadata to the behind of the column chunk data, not the ColumnChunk - posted by GitBox <gi...@apache.org> on 2022/06/27 10:53:56 UTC, 0 replies.
- [GitHub] [arrow] raulcd commented on pull request #13427: ARROW-16892: [Dev][Release] Fix version sorting on merge_arrow script - posted by GitBox <gi...@apache.org> on 2022/06/27 10:55:23 UTC, 0 replies.
- [GitHub] [arrow] lidavidm commented on pull request #13435: ARROW-16753: [C++] Add a FileSelector flag that enables traversal of a dir with some restricted content - posted by GitBox <gi...@apache.org> on 2022/06/27 11:40:53 UTC, 0 replies.
- [GitHub] [arrow] westonpace commented on a diff in pull request #13401: ARROW-16855: [C++] Adding Read Relation ToProto - posted by GitBox <gi...@apache.org> on 2022/06/27 12:29:14 UTC, 0 replies.
- [GitHub] [arrow-rs] HaoYang670 commented on issue #1948: Reduce macro usage by abstracting over arrays that have a value or value_unchecked method - posted by GitBox <gi...@apache.org> on 2022/06/27 12:34:08 UTC, 0 replies.
- [GitHub] [arrow] westonpace commented on a diff in pull request #13333: ARROW-16773: [Docs][Format] Document Run-Length encoding in Arrow columnar format - posted by GitBox <gi...@apache.org> on 2022/06/27 12:39:55 UTC, 0 replies.
- [GitHub] [arrow-rs] HaoYang670 commented on issue #655: Allow `collect`ing from Values as well as `Option` - posted by GitBox <gi...@apache.org> on 2022/06/27 12:42:46 UTC, 0 replies.
- [GitHub] [arrow-rs] jhorstmann commented on issue #1948: Reduce macro usage by abstracting over arrays that have a value or value_unchecked method - posted by GitBox <gi...@apache.org> on 2022/06/27 13:44:44 UTC, 0 replies.
- [GitHub] [arrow-rs] martin-g commented on issue #1948: Reduce macro usage by abstracting over arrays that have a value or value_unchecked method - posted by GitBox <gi...@apache.org> on 2022/06/27 14:03:41 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13438: ARROW-16877: [C++] Define custom printer for Registry tests to fix valgrind - posted by GitBox <gi...@apache.org> on 2022/06/27 14:06:23 UTC, 1 replies.
- [GitHub] [arrow] raulcd commented on pull request #13438: ARROW-16877: [C++] Define custom printer for Registry tests to fix valgrind - posted by GitBox <gi...@apache.org> on 2022/06/27 14:06:52 UTC, 0 replies.
- [GitHub] [arrow] westonpace merged pull request #13150: ARROW-16549: [C++] Simplify AggregateNodeOptions aggregates/targets - posted by GitBox <gi...@apache.org> on 2022/06/27 14:40:33 UTC, 0 replies.
- [GitHub] [arrow] lidavidm opened a new pull request, #13439: MINOR: [C++][Dev] Remove unused Hive flag - posted by GitBox <gi...@apache.org> on 2022/06/27 14:42:30 UTC, 0 replies.
- [GitHub] [arrow] rok opened a new pull request, #13440: ARROW-14819: [R] Binding for lubridate::qday - posted by GitBox <gi...@apache.org> on 2022/06/27 14:45:01 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13440: ARROW-14819: [R] Binding for lubridate::qday - posted by GitBox <gi...@apache.org> on 2022/06/27 14:58:57 UTC, 1 replies.
- [GitHub] [arrow] nealrichardson opened a new pull request, #13441: ARROW-16912: [R][CI] Fix nightly centos package without GCS - posted by GitBox <gi...@apache.org> on 2022/06/27 15:02:37 UTC, 0 replies.
- [GitHub] [arrow] nealrichardson commented on pull request #13441: ARROW-16912: [R][CI] Fix nightly centos package without GCS - posted by GitBox <gi...@apache.org> on 2022/06/27 15:02:53 UTC, 4 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13441: ARROW-16912: [R][CI] Fix nightly centos package without GCS - posted by GitBox <gi...@apache.org> on 2022/06/27 15:04:42 UTC, 2 replies.
- [GitHub] [arrow] lidavidm merged pull request #13433: ARROW-16600: [Java] Configurable RoundingMode to handle inconsistent scale in BigDecimals - posted by GitBox <gi...@apache.org> on 2022/06/27 15:27:18 UTC, 0 replies.
- [GitHub] [arrow-datafusion] codecov-commenter commented on pull request #2789: Improve readability of table scan projections in query plans - posted by GitBox <gi...@apache.org> on 2022/06/27 16:13:27 UTC, 0 replies.
- [GitHub] [arrow] assignUser commented on a diff in pull request #13441: ARROW-16912: [R][CI] Fix nightly centos package without GCS - posted by GitBox <gi...@apache.org> on 2022/06/27 16:15:14 UTC, 1 replies.
- [GitHub] [arrow-datafusion] viirya merged pull request #2801: Don't treat Null as UTF8(None) and change error info. - posted by GitBox <gi...@apache.org> on 2022/06/27 16:51:58 UTC, 0 replies.
- [GitHub] [arrow-datafusion] viirya closed issue #2782: InList: Don't treat Null as UTF8(None) - posted by GitBox <gi...@apache.org> on 2022/06/27 16:51:58 UTC, 0 replies.
- [GitHub] [arrow-datafusion] tustvold closed pull request #2711: Use ParquetRecordBatchStream - posted by GitBox <gi...@apache.org> on 2022/06/27 17:01:20 UTC, 0 replies.
- [GitHub] [arrow] amol- commented on pull request #13427: ARROW-16892: [Dev][Release] Fix version sorting on merge_arrow script - posted by GitBox <gi...@apache.org> on 2022/06/27 17:06:16 UTC, 0 replies.
- [GitHub] [arrow-datafusion] mrob95 commented on issue #957: Inconsistent cast behavior - posted by GitBox <gi...@apache.org> on 2022/06/27 17:16:46 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb closed issue #655: Allow `collect`ing from Values as well as `Option` - posted by GitBox <gi...@apache.org> on 2022/06/27 17:22:13 UTC, 0 replies.
- [GitHub] [arrow-rs] maxcountryman closed issue #1920: Persisting Arrow timestamps with Parquet produces missing `TIMESTAMP` in schema - posted by GitBox <gi...@apache.org> on 2022/06/27 17:26:54 UTC, 0 replies.
- [GitHub] [arrow] raulcd commented on pull request #13439: MINOR: [C++][Dev] Remove unused Hive flag - posted by GitBox <gi...@apache.org> on 2022/06/27 17:34:26 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb commented on issue #2799: coercion rule about `eq` and InList between string type and numeric type - posted by GitBox <gi...@apache.org> on 2022/06/27 17:36:51 UTC, 1 replies.
- [GitHub] [arrow] lidavidm commented on pull request #13439: MINOR: [C++][Dev] Remove unused Hive flag - posted by GitBox <gi...@apache.org> on 2022/06/27 17:54:39 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb commented on a diff in pull request #2797: Add support for month & year intervals - posted by GitBox <gi...@apache.org> on 2022/06/27 18:15:22 UTC, 1 replies.
- [GitHub] [arrow] saulpw opened a new pull request, #13442: ARROW-9612: [IO] increase default block_size from 1MB to 16MB - posted by GitBox <gi...@apache.org> on 2022/06/27 18:37:27 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13442: ARROW-9612: [IO] increase default block_size from 1MB to 16MB - posted by GitBox <gi...@apache.org> on 2022/06/27 18:37:48 UTC, 1 replies.
- [GitHub] [arrow] rok commented on a diff in pull request #13440: ARROW-14819: [R] Binding for lubridate::qday - posted by GitBox <gi...@apache.org> on 2022/06/27 18:45:39 UTC, 7 replies.
- [GitHub] [arrow] lidavidm merged pull request #13438: ARROW-16877: [C++] Define custom printer for Registry tests to fix valgrind - posted by GitBox <gi...@apache.org> on 2022/06/27 19:11:55 UTC, 0 replies.
- [GitHub] [arrow] lidavidm commented on pull request #13438: ARROW-16877: [C++] Define custom printer for Registry tests to fix valgrind - posted by GitBox <gi...@apache.org> on 2022/06/27 19:12:02 UTC, 0 replies.
- [GitHub] [arrow-datafusion] avantgardnerio commented on a diff in pull request #2797: Add support for month & year intervals - posted by GitBox <gi...@apache.org> on 2022/06/27 19:17:24 UTC, 9 replies.
- [GitHub] [arrow] lidavidm opened a new pull request, #13443: MINOR: [Docs][Python] Remove outdated reference to libhdfs3 backend - posted by GitBox <gi...@apache.org> on 2022/06/27 19:48:51 UTC, 0 replies.
- [GitHub] [arrow-ballista] yacineb closed issue #76: Unable to build master - posted by GitBox <gi...@apache.org> on 2022/06/27 20:33:06 UTC, 0 replies.
- [GitHub] [arrow-ballista] yacineb commented on issue #76: Unable to build master - posted by GitBox <gi...@apache.org> on 2022/06/27 20:33:13 UTC, 0 replies.
- [GitHub] [arrow] westonpace commented on pull request #13442: ARROW-9612: [IO] increase default block_size from 1MB to 16MB - posted by GitBox <gi...@apache.org> on 2022/06/27 20:49:03 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya opened a new issue, #1950: Support DictionaryArray in add kernel - posted by GitBox <gi...@apache.org> on 2022/06/27 21:06:21 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya opened a new pull request, #1951: Add add_dyn for DictionaryArray support - posted by GitBox <gi...@apache.org> on 2022/06/27 21:06:55 UTC, 0 replies.
- [GitHub] [arrow-rs] Dandandan commented on a diff in pull request #1861: Faster StringDictionaryBuilder (~60% faster) (#1851) - posted by GitBox <gi...@apache.org> on 2022/06/27 21:17:11 UTC, 0 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1951: Add add_dyn for DictionaryArray support - posted by GitBox <gi...@apache.org> on 2022/06/27 21:28:19 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb commented on issue #957: Inconsistent cast behavior - posted by GitBox <gi...@apache.org> on 2022/06/27 21:30:46 UTC, 0 replies.
- [GitHub] [arrow-rs] martin-g commented on a diff in pull request #1951: Add add_dyn for DictionaryArray support - posted by GitBox <gi...@apache.org> on 2022/06/27 21:35:09 UTC, 0 replies.
- [GitHub] [arrow-rs] jorgecarleitao commented on pull request #1937: Set adjusted to UTC if UTC timezone (#1932) - posted by GitBox <gi...@apache.org> on 2022/06/27 21:43:55 UTC, 0 replies.
- [GitHub] [arrow-datafusion] tustvold commented on issue #2709: Updating arrow2 branch - posted by GitBox <gi...@apache.org> on 2022/06/27 21:46:36 UTC, 0 replies.
- [GitHub] [arrow] saulpw commented on pull request #13442: ARROW-9612: [IO] increase default block_size from 1MB to 16MB - posted by GitBox <gi...@apache.org> on 2022/06/27 21:52:28 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb commented on issue #1882: Remove `indexmap` dependency - posted by GitBox <gi...@apache.org> on 2022/06/27 21:53:44 UTC, 1 replies.
- [GitHub] [arrow-rs] alamb commented on pull request #1929: Update indexmap dependency - posted by GitBox <gi...@apache.org> on 2022/06/27 21:54:10 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on pull request #1937: Set adjusted to UTC if UTC timezone (#1932) - posted by GitBox <gi...@apache.org> on 2022/06/27 22:02:43 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb commented on issue #1925: Release Arrow 17.0.0 (next release after 16.0.0) - posted by GitBox <gi...@apache.org> on 2022/06/27 22:17:19 UTC, 1 replies.
- [GitHub] [arrow-rs] alamb closed issue #1925: Release Arrow 17.0.0 (next release after 16.0.0) - posted by GitBox <gi...@apache.org> on 2022/06/27 22:17:20 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb opened a new issue, #1952: Release Arrow XXX (next release after 16.0.0) - posted by GitBox <gi...@apache.org> on 2022/06/27 22:19:09 UTC, 0 replies.
- [GitHub] [arrow] jduo commented on pull request #13434: ARROW-16902: [C++][FlightRPC] Fix DLL linkage in Flight SQL - posted by GitBox <gi...@apache.org> on 2022/06/27 22:26:23 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb closed issue #2697: Improve readability of table scan projections in query plans - posted by GitBox <gi...@apache.org> on 2022/06/27 22:30:11 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb merged pull request #2789: Improve readability of table scan projections in query plans (remove `Some` and `None`) - posted by GitBox <gi...@apache.org> on 2022/06/27 22:30:11 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb commented on pull request #2792: Add LogicalPlan::Distinct - posted by GitBox <gi...@apache.org> on 2022/06/27 22:30:53 UTC, 1 replies.
- [GitHub] [arrow-datafusion] alamb opened a new pull request, #2802: Correct schema nullability declaration in tests - posted by GitBox <gi...@apache.org> on 2022/06/27 23:04:24 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb commented on a diff in pull request #2802: Correct schema nullability declaration in tests - posted by GitBox <gi...@apache.org> on 2022/06/27 23:07:35 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb closed issue #2757: Reduce outer joins - posted by GitBox <gi...@apache.org> on 2022/06/27 23:39:26 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb merged pull request #2750: Add optimizer pass to reduce `left`/`right`/`full` joins to `inner` join if possible - posted by GitBox <gi...@apache.org> on 2022/06/27 23:39:27 UTC, 0 replies.
- [GitHub] [arrow-datafusion] codecov-commenter commented on pull request #2802: Correct schema nullability declaration in tests - posted by GitBox <gi...@apache.org> on 2022/06/27 23:41:01 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb opened a new pull request, #2803: fix: correctly calculate join output schema nullability - posted by GitBox <gi...@apache.org> on 2022/06/27 23:43:32 UTC, 0 replies.
- [GitHub] [arrow] kou commented on pull request #13439: MINOR: [C++][Dev] Remove unused Hive flag - posted by GitBox <gi...@apache.org> on 2022/06/27 23:48:18 UTC, 0 replies.
- [GitHub] [arrow] kou merged pull request #13439: MINOR: [C++][Dev] Remove unused Hive flag - posted by GitBox <gi...@apache.org> on 2022/06/27 23:48:54 UTC, 0 replies.
- [GitHub] [arrow] paleolimbot commented on pull request #13440: ARROW-14819: [R] Binding for lubridate::qday - posted by GitBox <gi...@apache.org> on 2022/06/27 23:57:37 UTC, 0 replies.
- [GitHub] [arrow] kou commented on a diff in pull request #13440: ARROW-14819: [R] Binding for lubridate::qday - posted by GitBox <gi...@apache.org> on 2022/06/28 00:03:46 UTC, 0 replies.
- [GitHub] [arrow] kou merged pull request #13443: MINOR: [Docs][Python] Remove outdated reference to libhdfs3 backend - posted by GitBox <gi...@apache.org> on 2022/06/28 00:05:34 UTC, 0 replies.
- [GitHub] [arrow-datafusion] codecov-commenter commented on pull request #2803: fix: correctly calculate join output schema nullability - posted by GitBox <gi...@apache.org> on 2022/06/28 00:20:04 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb opened a new pull request, #2804: fix schema nullability for `information_schema` schema - posted by GitBox <gi...@apache.org> on 2022/06/28 00:32:20 UTC, 0 replies.
- [GitHub] [arrow-rs] alamb commented on a diff in pull request #1951: Add add_dyn for DictionaryArray support - posted by GitBox <gi...@apache.org> on 2022/06/28 00:47:46 UTC, 0 replies.
- [GitHub] [arrow] nealrichardson commented on a diff in pull request #13441: ARROW-16912: [R][CI] Fix nightly centos package without GCS - posted by GitBox <gi...@apache.org> on 2022/06/28 01:36:16 UTC, 0 replies.
- [GitHub] [arrow] cyb70289 commented on pull request #13437: ARROW-16872: [C++] Fix csv parser edge case - posted by GitBox <gi...@apache.org> on 2022/06/28 02:27:39 UTC, 2 replies.
- [GitHub] [arrow] ursabot commented on pull request #13437: ARROW-16872: [C++] Fix csv parser edge case - posted by GitBox <gi...@apache.org> on 2022/06/28 02:27:42 UTC, 0 replies.
- [GitHub] [arrow-rs] HaoYang670 commented on pull request #1951: Add add_dyn for DictionaryArray support - posted by GitBox <gi...@apache.org> on 2022/06/28 02:28:28 UTC, 1 replies.
- [GitHub] [arrow-rs] liukun4515 commented on a diff in pull request #1947: write columnmetadata to the behind of the column chunk data, not the ColumnChunk - posted by GitBox <gi...@apache.org> on 2022/06/28 03:35:21 UTC, 1 replies.
- [GitHub] [arrow] kou merged pull request #13386: ARROW-13388 [C++][Parquet] Enable DELTA_LENGTH_BYTE_ARRAY decoder - posted by GitBox <gi...@apache.org> on 2022/06/28 03:35:30 UTC, 0 replies.
- [GitHub] [arrow] djnavarro commented on a diff in pull request #12154: ARROW-14821: [R] Implement bindings for lubridate's floor_date, ceiling_date, and round_date - posted by GitBox <gi...@apache.org> on 2022/06/28 03:54:04 UTC, 7 replies.
- [GitHub] [arrow-rs] liukun4515 closed issue #1923: Disallow cast from other datatypes to NullType - posted by GitBox <gi...@apache.org> on 2022/06/28 03:56:49 UTC, 0 replies.
- [GitHub] [arrow-rs] liukun4515 merged pull request #1942: Disallow cast from other datatypes to NullType - posted by GitBox <gi...@apache.org> on 2022/06/28 03:56:49 UTC, 0 replies.
- [GitHub] [arrow] kou commented on a diff in pull request #13311: ARROW-16340: [Python] Move all Python related code into PyArrow - posted by GitBox <gi...@apache.org> on 2022/06/28 04:49:41 UTC, 0 replies.
- [GitHub] [arrow-ballista] dependabot[bot] commented on pull request #77: Update arrow-flight requirement from 16.0.0 to 17.0.0 - posted by GitBox <gi...@apache.org> on 2022/06/28 04:50:50 UTC, 0 replies.
- [GitHub] [arrow-ballista] dependabot[bot] opened a new pull request, #77: Update arrow-flight requirement from 16.0.0 to 17.0.0 - posted by GitBox <gi...@apache.org> on 2022/06/28 04:50:50 UTC, 0 replies.
- [GitHub] [arrow-ballista] dependabot[bot] opened a new pull request, #78: Update arrow requirement from 16.0.0 to 17.0.0 - posted by GitBox <gi...@apache.org> on 2022/06/28 04:50:57 UTC, 0 replies.
- [GitHub] [arrow-ballista] dependabot[bot] commented on pull request #78: Update arrow requirement from 16.0.0 to 17.0.0 - posted by GitBox <gi...@apache.org> on 2022/06/28 04:50:58 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13444: ARROW-16906: [CI][C++] Enable ARROW_GCS on MinGW workflows - posted by GitBox <gi...@apache.org> on 2022/06/28 05:01:16 UTC, 1 replies.
- [GitHub] [arrow-rs] Ted-Jiang closed issue #1834: Sperate get_next_page_header from get_next_page in PageReader - posted by GitBox <gi...@apache.org> on 2022/06/28 05:56:32 UTC, 0 replies.
- [GitHub] [arrow-rs] liukun4515 commented on a diff in pull request #1935: [WIP] add column index writer for parquet - posted by GitBox <gi...@apache.org> on 2022/06/28 06:04:22 UTC, 3 replies.
- [GitHub] [arrow-rs] tustvold closed issue #1946: Write error ColumnChunk to the Parquet File instead of ColumnMetaData - posted by GitBox <gi...@apache.org> on 2022/06/28 06:34:55 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold merged pull request #1947: write columnmetadata to the behind of the column chunk data, not the ColumnChunk - posted by GitBox <gi...@apache.org> on 2022/06/28 06:34:56 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove merged pull request #2804: fix schema nullability for `information_schema` schema - posted by GitBox <gi...@apache.org> on 2022/06/28 06:47:32 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove merged pull request #2802: Correct schema nullability declaration in tests - posted by GitBox <gi...@apache.org> on 2022/06/28 06:51:43 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove commented on pull request #2792: Add LogicalPlan::Distinct - posted by GitBox <gi...@apache.org> on 2022/06/28 06:52:54 UTC, 1 replies.
- [GitHub] [arrow-datafusion] andygrove commented on a diff in pull request #2791: Add config option for coalesce_batches physical optimization rule, make optional - posted by GitBox <gi...@apache.org> on 2022/06/28 06:54:41 UTC, 1 replies.
- [GitHub] [arrow] iamsmkr opened a new issue, #13445: Get value of any vector for a given row - posted by GitBox <gi...@apache.org> on 2022/06/28 07:07:31 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold opened a new pull request, #1953: Set is_adjusted_to_utc if any timezone set (#1932) - posted by GitBox <gi...@apache.org> on 2022/06/28 07:17:56 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on pull request #1904: not panic when given all nones to `FixedSizeBinaryArray::try_from_sparse_iter` - posted by GitBox <gi...@apache.org> on 2022/06/28 07:27:51 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold closed pull request #1883: Update clap requirement from ~3.1 to ~3.2 - posted by GitBox <gi...@apache.org> on 2022/06/28 07:28:07 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold opened a new pull request, #1954: Unpin clap (#1867) - posted by GitBox <gi...@apache.org> on 2022/06/28 07:31:18 UTC, 0 replies.
- [GitHub] [arrow] siddhantrao23 opened a new pull request, #13446: Add a Secondary Cache to cache gandiva object code - posted by GitBox <gi...@apache.org> on 2022/06/28 07:36:08 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13446: ARROW-16917: [C++][Gandiva] Add a Secondary Cache to cache gandiva object code - posted by GitBox <gi...@apache.org> on 2022/06/28 07:51:59 UTC, 2 replies.
- [GitHub] [arrow-rs] liukun4515 commented on pull request #1935: add column index writer for parquet - posted by GitBox <gi...@apache.org> on 2022/06/28 07:53:42 UTC, 2 replies.
- [GitHub] [arrow-rs] Ted-Jiang opened a new issue, #1955: Support multi diskRanges for ChunkReader - posted by GitBox <gi...@apache.org> on 2022/06/28 07:55:16 UTC, 0 replies.
- [GitHub] [arrow-rs] Ted-Jiang commented on issue #1955: Support multi diskRanges for ChunkReader - posted by GitBox <gi...@apache.org> on 2022/06/28 07:55:32 UTC, 3 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1954: Unpin clap (#1867) - posted by GitBox <gi...@apache.org> on 2022/06/28 08:10:58 UTC, 0 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1953: Set is_adjusted_to_utc if any timezone set (#1932) - posted by GitBox <gi...@apache.org> on 2022/06/28 08:20:16 UTC, 0 replies.
- [GitHub] [arrow] thisisnic commented on a diff in pull request #13440: ARROW-14819: [R] Binding for lubridate::qday - posted by GitBox <gi...@apache.org> on 2022/06/28 08:28:47 UTC, 1 replies.
- [GitHub] [arrow-rs] tustvold commented on issue #1955: Support multi diskRanges for ChunkReader - posted by GitBox <gi...@apache.org> on 2022/06/28 08:36:39 UTC, 1 replies.
- [GitHub] [arrow-datafusion] dependabot[bot] opened a new pull request, #2805: Update parquet requirement from 16.0.0 to 17.0.0 - posted by GitBox <gi...@apache.org> on 2022/06/28 08:38:09 UTC, 0 replies.
- [GitHub] [arrow-datafusion] dependabot[bot] opened a new pull request, #2806: Update arrow-flight requirement from 16.0.0 to 17.0.0 - posted by GitBox <gi...@apache.org> on 2022/06/28 08:39:11 UTC, 0 replies.
- [GitHub] [arrow-datafusion] dependabot[bot] opened a new pull request, #2807: Update arrow requirement from 16.0.0 to 17.0.0 - posted by GitBox <gi...@apache.org> on 2022/06/28 08:40:15 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold opened a new pull request, #1956: Use InMemoryColumnChunkReader (~20% faster) - posted by GitBox <gi...@apache.org> on 2022/06/28 09:04:11 UTC, 0 replies.
- [GitHub] [arrow-datafusion] Ted-Jiang commented on pull request #2677: Switch to object_store crate (#2489) - posted by GitBox <gi...@apache.org> on 2022/06/28 09:14:54 UTC, 5 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1956: Use InMemoryColumnChunkReader (~20% faster) - posted by GitBox <gi...@apache.org> on 2022/06/28 09:21:20 UTC, 0 replies.
- [GitHub] [arrow-datafusion] codecov-commenter commented on pull request #2806: Update arrow-flight requirement from 16.0.0 to 17.0.0 - posted by GitBox <gi...@apache.org> on 2022/06/28 09:22:35 UTC, 0 replies.
- [GitHub] [arrow] AlenkaF commented on issue #13198: Fail to build pyarrow on Windows 10 from source - posted by GitBox <gi...@apache.org> on 2022/06/28 10:00:40 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold merged pull request #1954: Unpin clap (#1867) - posted by GitBox <gi...@apache.org> on 2022/06/28 10:03:40 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold closed issue #1867: Clap Deprecations - posted by GitBox <gi...@apache.org> on 2022/06/28 10:03:41 UTC, 0 replies.
- [GitHub] [arrow] amol- merged pull request #13427: ARROW-16892: [Dev][Release] Fix version sorting on merge_arrow script - posted by GitBox <gi...@apache.org> on 2022/06/28 10:09:58 UTC, 0 replies.
- [GitHub] [arrow] AlenkaF commented on pull request #13311: ARROW-16340: [Python] Move all Python related code into PyArrow - posted by GitBox <gi...@apache.org> on 2022/06/28 10:16:46 UTC, 2 replies.
- [GitHub] [arrow] vibhatha opened a new pull request, #13448: ARROW-16857: [C++] Adding Project Relation ToProto - posted by GitBox <gi...@apache.org> on 2022/06/28 10:27:31 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13448: ARROW-16857: [C++] Adding Project Relation ToProto - posted by GitBox <gi...@apache.org> on 2022/06/28 10:28:03 UTC, 2 replies.
- [GitHub] [arrow] assignUser commented on pull request #13441: ARROW-16912: [R][CI] Fix nightly centos package without GCS - posted by GitBox <gi...@apache.org> on 2022/06/28 10:36:24 UTC, 2 replies.
- [GitHub] [arrow-rs] tustvold commented on a diff in pull request #1935: add column index writer for parquet - posted by GitBox <gi...@apache.org> on 2022/06/28 10:41:53 UTC, 4 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13449: ARROW-16908: [Python][CI] Install required wheel test dependencies before testing wheels - posted by GitBox <gi...@apache.org> on 2022/06/28 11:09:52 UTC, 2 replies.
- [GitHub] [arrow] raulcd commented on pull request #13449: ARROW-16908: [Python][CI] Install required wheel test dependencies before testing wheels - posted by GitBox <gi...@apache.org> on 2022/06/28 11:10:39 UTC, 3 replies.
- [GitHub] [arrow] lidavidm commented on pull request #13442: ARROW-9612: [C++] increase default block_size from 1MB to 16MB - posted by GitBox <gi...@apache.org> on 2022/06/28 11:41:39 UTC, 1 replies.
- [GitHub] [arrow] ursabot commented on pull request #13378: ARROW-16829: [R] Add link to new contributors guide to developer guide - posted by GitBox <gi...@apache.org> on 2022/06/28 11:51:42 UTC, 0 replies.
- [GitHub] [arrow-rs] HaoYang670 opened a new pull request, #1957: Fix the doc of `FixedSizeListArray::value_length` - posted by GitBox <gi...@apache.org> on 2022/06/28 11:52:12 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13450: ARROW-16361: [Dev][Archery] Add link to static page for nightly build report notifications - posted by GitBox <gi...@apache.org> on 2022/06/28 12:10:43 UTC, 0 replies.
- [GitHub] [arrow] raulcd commented on pull request #13450: ARROW-16361: [Dev][Archery] Add link to static page for nightly build report notifications - posted by GitBox <gi...@apache.org> on 2022/06/28 12:14:25 UTC, 0 replies.
- [GitHub] [arrow] kszucs commented on pull request #13450: ARROW-16361: [Dev][Archery] Add link to static page for nightly build report notifications - posted by GitBox <gi...@apache.org> on 2022/06/28 12:15:11 UTC, 0 replies.
- [GitHub] [arrow] kszucs commented on pull request #13413: ARROW-16779:[Python][Packaging] Enable flight on M1 wheels - posted by GitBox <gi...@apache.org> on 2022/06/28 12:19:19 UTC, 1 replies.
- [GitHub] [arrow] pitrou commented on pull request #13386: ARROW-13388 [C++][Parquet] Enable DELTA_LENGTH_BYTE_ARRAY decoder - posted by GitBox <gi...@apache.org> on 2022/06/28 13:04:41 UTC, 0 replies.
- [GitHub] [arrow] levaja commented on issue #11291: Can I set local XSIMD path instead of download XSIMD? - posted by GitBox <gi...@apache.org> on 2022/06/28 13:11:24 UTC, 1 replies.
- [GitHub] [arrow] pitrou commented on a diff in pull request #12775: ARROW-16006: [C++][Docs] Provide row conversion example for dynamic schemas - posted by GitBox <gi...@apache.org> on 2022/06/28 13:30:04 UTC, 0 replies.
- [GitHub] [arrow-rs] HaoYang670 opened a new issue, #1958: `DecimalArray::from_fixed_size_list_array` fails when `offset > 0` - posted by GitBox <gi...@apache.org> on 2022/06/28 13:30:51 UTC, 0 replies.
- [GitHub] [arrow-rs] liukun4515 commented on a diff in pull request #1935: add column index writer for parquet - posted by GitBox <gi...@apache.org> on 2022/06/28 13:44:51 UTC, 8 replies.
- [GitHub] [arrow] pitrou commented on a diff in pull request #13398: ARROW-16824: [C++] Migrate VectorKernels to use ExecSpan, split out ChunkedArray execution - posted by GitBox <gi...@apache.org> on 2022/06/28 13:46:31 UTC, 0 replies.
- [GitHub] [arrow-julia] rok commented on issue #327: DST ambiguities in ZonedDateTime not supported - posted by GitBox <gi...@apache.org> on 2022/06/28 13:57:02 UTC, 1 replies.
- [GitHub] [arrow-rs] pitrou commented on a diff in pull request #1855: support compression for IPC - posted by GitBox <gi...@apache.org> on 2022/06/28 13:57:26 UTC, 0 replies.
- [GitHub] [arrow] pitrou commented on a diff in pull request #13394: ARROW-16850: [C++] Copy CSV data field and end chars separately - posted by GitBox <gi...@apache.org> on 2022/06/28 14:08:37 UTC, 1 replies.
- [GitHub] [arrow] WilliamWhispell opened a new pull request, #13451: Fix csv reader errors clobbered by subsequent reads - posted by GitBox <gi...@apache.org> on 2022/06/28 14:35:11 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13451: Fix csv reader errors clobbered by subsequent reads - posted by GitBox <gi...@apache.org> on 2022/06/28 14:35:43 UTC, 0 replies.
- [GitHub] [arrow] vibhatha commented on a diff in pull request #13448: ARROW-16857: [C++] Adding Project Relation ToProto - posted by GitBox <gi...@apache.org> on 2022/06/28 14:48:00 UTC, 0 replies.
- [GitHub] [arrow] zeroshade commented on pull request #13451: ARROW-????: [Go] Fix csv reader errors clobbered by subsequent reads - posted by GitBox <gi...@apache.org> on 2022/06/28 14:51:21 UTC, 0 replies.
- [GitHub] [arrow] pitrou commented on pull request #13409: ARROW-16616: [Python] Lazy datasets filtering - posted by GitBox <gi...@apache.org> on 2022/06/28 15:01:08 UTC, 0 replies.
- [GitHub] [arrow-datafusion] xudong963 merged pull request #2803: fix: correctly calculate join output schema nullability - posted by GitBox <gi...@apache.org> on 2022/06/28 15:13:23 UTC, 0 replies.
- [GitHub] [arrow] vibhatha opened a new pull request, #13452: ARROW-16856: [C++] Adding Filter Relation ToProto - posted by GitBox <gi...@apache.org> on 2022/06/28 15:13:50 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13452: ARROW-16856: [C++] Adding Filter Relation ToProto - posted by GitBox <gi...@apache.org> on 2022/06/28 15:14:19 UTC, 2 replies.
- [GitHub] [arrow-datafusion] tustvold commented on pull request #2807: Update arrow requirement from 16.0.0 to 17.0.0 - posted by GitBox <gi...@apache.org> on 2022/06/28 15:20:21 UTC, 0 replies.
- [GitHub] [arrow-datafusion] tustvold closed pull request #2807: Update arrow requirement from 16.0.0 to 17.0.0 - posted by GitBox <gi...@apache.org> on 2022/06/28 15:20:22 UTC, 0 replies.
- [GitHub] [arrow-datafusion] dependabot[bot] commented on pull request #2807: Update arrow requirement from 16.0.0 to 17.0.0 - posted by GitBox <gi...@apache.org> on 2022/06/28 15:20:25 UTC, 0 replies.
- [GitHub] [arrow-datafusion] tustvold commented on pull request #2806: Update arrow-flight requirement from 16.0.0 to 17.0.0 - posted by GitBox <gi...@apache.org> on 2022/06/28 15:20:30 UTC, 0 replies.
- [GitHub] [arrow-datafusion] tustvold closed pull request #2806: Update arrow-flight requirement from 16.0.0 to 17.0.0 - posted by GitBox <gi...@apache.org> on 2022/06/28 15:20:31 UTC, 0 replies.
- [GitHub] [arrow-datafusion] dependabot[bot] commented on pull request #2806: Update arrow-flight requirement from 16.0.0 to 17.0.0 - posted by GitBox <gi...@apache.org> on 2022/06/28 15:20:32 UTC, 0 replies.
- [GitHub] [arrow-datafusion] tustvold commented on pull request #2805: Update parquet requirement from 16.0.0 to 17.0.0 - posted by GitBox <gi...@apache.org> on 2022/06/28 15:20:35 UTC, 0 replies.
- [GitHub] [arrow-datafusion] tustvold closed pull request #2805: Update parquet requirement from 16.0.0 to 17.0.0 - posted by GitBox <gi...@apache.org> on 2022/06/28 15:20:37 UTC, 0 replies.
- [GitHub] [arrow-datafusion] dependabot[bot] commented on pull request #2805: Update parquet requirement from 16.0.0 to 17.0.0 - posted by GitBox <gi...@apache.org> on 2022/06/28 15:20:40 UTC, 0 replies.
- [GitHub] [arrow] dragosmg commented on a diff in pull request #13440: ARROW-14819: [R] Binding for lubridate::qday - posted by GitBox <gi...@apache.org> on 2022/06/28 15:46:15 UTC, 2 replies.
- [GitHub] [arrow] amol- commented on pull request #13409: ARROW-16616: [Python] Lazy datasets filtering - posted by GitBox <gi...@apache.org> on 2022/06/28 15:49:13 UTC, 0 replies.
- [GitHub] [arrow] zeroshade commented on pull request #13451: ARROW-16926: [Go] Fix csv reader errors clobbered by subsequent reads - posted by GitBox <gi...@apache.org> on 2022/06/28 16:03:40 UTC, 0 replies.
- [GitHub] [arrow] assignUser opened a new pull request, #13453: ARROW-16901: [R][CI] Prune R nightly builds - posted by GitBox <gi...@apache.org> on 2022/06/28 16:32:11 UTC, 0 replies.
- [GitHub] [arrow] assignUser commented on pull request #13453: ARROW-16901: [R][CI] Prune R nightly builds - posted by GitBox <gi...@apache.org> on 2022/06/28 16:36:42 UTC, 1 replies.
- [GitHub] [arrow] rok opened a new pull request, #13454: ARROW-13612: [Python] Allow specifying a custom type for converting ExtensionScalar to python object - posted by GitBox <gi...@apache.org> on 2022/06/28 16:37:45 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya closed issue #1950: Support DictionaryArray in add kernel - posted by GitBox <gi...@apache.org> on 2022/06/28 16:37:56 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya merged pull request #1951: Add add_dyn for DictionaryArray support - posted by GitBox <gi...@apache.org> on 2022/06/28 16:37:57 UTC, 0 replies.
- [GitHub] [arrow] rok commented on pull request #13454: ARROW-13612: [Python] Allow specifying a custom type for converting ExtensionScalar to python object - posted by GitBox <gi...@apache.org> on 2022/06/28 16:38:03 UTC, 1 replies.
- [GitHub] [arrow-rs] viirya commented on pull request #1951: Add add_dyn for DictionaryArray support - posted by GitBox <gi...@apache.org> on 2022/06/28 16:38:26 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13451: ARROW-16926: [Go] Fix csv reader errors clobbered by subsequent reads - posted by GitBox <gi...@apache.org> on 2022/06/28 16:52:01 UTC, 1 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13453: ARROW-16901: [R][CI] Prune R nightly builds - posted by GitBox <gi...@apache.org> on 2022/06/28 16:57:15 UTC, 1 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13454: ARROW-13612: [Python] Allow specifying a custom type for converting ExtensionScalar to python object - posted by GitBox <gi...@apache.org> on 2022/06/28 17:05:24 UTC, 0 replies.
- [GitHub] [arrow] pitrou opened a new pull request, #13455: ARROW-16864: [Python] Allow omitting S3 external_id and session_name with role_arn - posted by GitBox <gi...@apache.org> on 2022/06/28 17:21:44 UTC, 0 replies.
- [GitHub] [arrow-datafusion] mrob95 commented on pull request #2792: Add LogicalPlan::Distinct - posted by GitBox <gi...@apache.org> on 2022/06/28 17:22:46 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13455: ARROW-16864: [Python] Allow omitting S3 external_id and session_name with role_arn - posted by GitBox <gi...@apache.org> on 2022/06/28 17:23:49 UTC, 0 replies.
- [GitHub] [arrow] wjones127 commented on a diff in pull request #13454: ARROW-13612: [Python] Allow specifying a custom type for converting ExtensionScalar to python object - posted by GitBox <gi...@apache.org> on 2022/06/28 17:33:54 UTC, 4 replies.
- [GitHub] [arrow] lidavidm commented on a diff in pull request #13455: ARROW-16864: [Python] Allow omitting S3 external_id and session_name with role_arn - posted by GitBox <gi...@apache.org> on 2022/06/28 17:57:47 UTC, 1 replies.
- [GitHub] [arrow-datafusion] Dandandan merged pull request #2791: Add config option for coalesce_batches physical optimization rule, make optional - posted by GitBox <gi...@apache.org> on 2022/06/28 18:02:32 UTC, 0 replies.
- [GitHub] [arrow-datafusion] Dandandan closed issue #2790: Add configuration option to enable/disalbe `CoalesceBatchesExec` - posted by GitBox <gi...@apache.org> on 2022/06/28 18:02:32 UTC, 0 replies.
- [GitHub] [arrow-datafusion] Dandandan commented on pull request #2784: Migrate from avro_rs (0.13) to apache_avro (0.14) - posted by GitBox <gi...@apache.org> on 2022/06/28 18:06:32 UTC, 0 replies.
- [GitHub] [arrow-datafusion] tustvold opened a new pull request, #2808: Use specialized dictionary kernels (#1178) - posted by GitBox <gi...@apache.org> on 2022/06/28 18:17:00 UTC, 0 replies.
- [GitHub] [arrow-datafusion] tustvold commented on a diff in pull request #2808: Use specialized dictionary kernels (#1178) - posted by GitBox <gi...@apache.org> on 2022/06/28 18:18:33 UTC, 0 replies.
- [GitHub] [arrow] jonkeane commented on a diff in pull request #12154: ARROW-14821: [R] Implement bindings for lubridate's floor_date, ceiling_date, and round_date - posted by GitBox <gi...@apache.org> on 2022/06/28 18:18:44 UTC, 0 replies.
- [GitHub] [arrow-datafusion] tustvold commented on pull request #2808: Use specialized dictionary kernels (#1178) - posted by GitBox <gi...@apache.org> on 2022/06/28 18:23:37 UTC, 0 replies.
- [GitHub] [arrow] pitrou commented on a diff in pull request #13455: ARROW-16864: [Python] Allow omitting S3 external_id and session_name with role_arn - posted by GitBox <gi...@apache.org> on 2022/06/28 18:25:29 UTC, 0 replies.
- [GitHub] [arrow-julia] tpgillam commented on issue #327: DST ambiguities in ZonedDateTime not supported - posted by GitBox <gi...@apache.org> on 2022/06/28 18:39:04 UTC, 0 replies.
- [GitHub] [arrow] thisisnic closed pull request #13336: ARROW-16783: [R] Explicit check for supported classes in arrow_dplyr_query - posted by GitBox <gi...@apache.org> on 2022/06/28 19:01:50 UTC, 0 replies.
- [GitHub] [arrow-datafusion] codecov-commenter commented on pull request #2808: Use specialized dictionary kernels (#1178) - posted by GitBox <gi...@apache.org> on 2022/06/28 19:13:40 UTC, 0 replies.
- [GitHub] [arrow] edponce commented on pull request #10296: ARROW-12724: [C++] Add documentation for authoring compute kernels - posted by GitBox <gi...@apache.org> on 2022/06/28 19:18:12 UTC, 0 replies.
- [GitHub] [arrow-datafusion] viirya commented on issue #2799: coercion rule about `eq` and InList between string type and numeric type - posted by GitBox <gi...@apache.org> on 2022/06/28 19:27:22 UTC, 0 replies.
- [GitHub] [arrow] kou commented on pull request #13311: ARROW-16340: [Python] Move all Python related code into PyArrow - posted by GitBox <gi...@apache.org> on 2022/06/28 20:18:16 UTC, 1 replies.
- [GitHub] [arrow] lidavidm merged pull request #13109: ARROW-15365: [Python] Expose full cast options in the pyarrow.compute.cast function - posted by GitBox <gi...@apache.org> on 2022/06/28 20:44:14 UTC, 0 replies.
- [GitHub] [arrow] kou commented on issue #11291: Can I set local XSIMD path instead of download XSIMD? - posted by GitBox <gi...@apache.org> on 2022/06/28 20:48:57 UTC, 0 replies.
- [GitHub] [arrow] ursabot commented on pull request #13336: ARROW-16783: [R] Explicit check for supported classes in arrow_dplyr_query - posted by GitBox <gi...@apache.org> on 2022/06/28 21:31:19 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove closed issue #2573: Improve UX for `UNION` vs `UNION ALL` (introduce a LogicalPlan::Distinct) - posted by GitBox <gi...@apache.org> on 2022/06/28 21:38:44 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove merged pull request #2792: Add LogicalPlan::Distinct - posted by GitBox <gi...@apache.org> on 2022/06/28 21:38:44 UTC, 0 replies.
- [GitHub] [arrow] wjones127 commented on pull request #12775: ARROW-16006: [C++][Docs] Provide row conversion example for dynamic schemas - posted by GitBox <gi...@apache.org> on 2022/06/28 22:10:01 UTC, 0 replies.
- [GitHub] [arrow] tachyonwill opened a new pull request, #13456: PARQUET-2163: Handle decimal schemas with large fixed_len_byte_arrays - posted by GitBox <gi...@apache.org> on 2022/06/28 22:28:51 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13456: PARQUET-2163: Handle decimal schemas with large fixed_len_byte_arrays - posted by GitBox <gi...@apache.org> on 2022/06/28 22:29:14 UTC, 1 replies.
- [GitHub] [arrow] assignUser commented on pull request #13413: ARROW-16779:[Python][Packaging] Enable flight on M1 wheels - posted by GitBox <gi...@apache.org> on 2022/06/28 22:45:32 UTC, 1 replies.
- [GitHub] [arrow] westonpace commented on pull request #13366: ARROW-16809: [C++] Add Benchmarks for FilterNode - posted by GitBox <gi...@apache.org> on 2022/06/28 23:15:19 UTC, 1 replies.
- [GitHub] [arrow] kou commented on pull request #13449: ARROW-16908: [Python][CI] Install required wheel test dependencies before testing wheels - posted by GitBox <gi...@apache.org> on 2022/06/28 23:24:05 UTC, 0 replies.
- [GitHub] [arrow] kou merged pull request #13450: ARROW-16361: [Dev][Archery] Add link to static page for nightly build report notifications - posted by GitBox <gi...@apache.org> on 2022/06/28 23:26:56 UTC, 0 replies.
- [GitHub] [arrow] kou commented on a diff in pull request #13453: ARROW-16901: [R][CI] Prune R nightly builds - posted by GitBox <gi...@apache.org> on 2022/06/28 23:48:10 UTC, 1 replies.
- [GitHub] [arrow-rs] viirya opened a new issue, #1959: Incorrect n_buffers in FFI_ArrowArray - posted by GitBox <gi...@apache.org> on 2022/06/29 00:12:26 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya opened a new pull request, #1960: Calculate n_buffers in FFI_ArrowArray by data layout - posted by GitBox <gi...@apache.org> on 2022/06/29 00:13:28 UTC, 0 replies.
- [GitHub] [arrow] nealrichardson opened a new pull request, #13457: MINOR: [R] Don't try to upload nightlies on a fork - posted by GitBox <gi...@apache.org> on 2022/06/29 00:25:55 UTC, 0 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1960: Calculate n_buffers in FFI_ArrowArray by data layout - posted by GitBox <gi...@apache.org> on 2022/06/29 00:30:22 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya commented on pull request #1960: Calculate n_buffers in FFI_ArrowArray by data layout - posted by GitBox <gi...@apache.org> on 2022/06/29 00:30:27 UTC, 2 replies.
- [GitHub] [arrow-rs] viirya commented on a diff in pull request #1960: Calculate n_buffers in FFI_ArrowArray by data layout - posted by GitBox <gi...@apache.org> on 2022/06/29 00:31:25 UTC, 6 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13458: ARROW-16930: [Java] Move CPP ORC JNI code to Java ORC project - posted by GitBox <gi...@apache.org> on 2022/06/29 00:44:43 UTC, 1 replies.
- [GitHub] [arrow] kou merged pull request #13457: MINOR: [R] Don't try to upload nightlies on a fork - posted by GitBox <gi...@apache.org> on 2022/06/29 01:11:05 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13459: ARROW-16931: [Ruby] Add support for nullable in Arrow::Field - posted by GitBox <gi...@apache.org> on 2022/06/29 01:51:37 UTC, 1 replies.
- [GitHub] [arrow-datafusion] liukun4515 opened a new pull request, #2809: InList: fix bug for compare with Null in the list using the set optimization - posted by GitBox <gi...@apache.org> on 2022/06/29 02:50:38 UTC, 0 replies.
- [GitHub] [arrow-datafusion] liukun4515 commented on a diff in pull request #2809: InList: fix bug for compare with Null in the list using the set optimization - posted by GitBox <gi...@apache.org> on 2022/06/29 02:53:52 UTC, 2 replies.
- [GitHub] [arrow-datafusion] codecov-commenter commented on pull request #2809: InList: fix bug for comparing with Null in the list using the set optimization - posted by GitBox <gi...@apache.org> on 2022/06/29 03:26:34 UTC, 0 replies.
- [GitHub] [arrow-rs] nevi-me commented on issue #1952: Release Arrow XXX (next release after 17.0.0) - posted by GitBox <gi...@apache.org> on 2022/06/29 04:08:20 UTC, 0 replies.
- [GitHub] [arrow-rs] nevi-me closed issue #1908: The doc of `FixedSizeListArray::value_length` is incorrect. - posted by GitBox <gi...@apache.org> on 2022/06/29 04:21:07 UTC, 0 replies.
- [GitHub] [arrow-rs] nevi-me merged pull request #1957: Fix the doc of `FixedSizeListArray::value_length` - posted by GitBox <gi...@apache.org> on 2022/06/29 04:21:08 UTC, 0 replies.
- [GitHub] [arrow-rs] nevi-me commented on issue #1882: Remove `indexmap` dependency - posted by GitBox <gi...@apache.org> on 2022/06/29 04:45:39 UTC, 0 replies.
- [GitHub] [arrow-datafusion] AssHero opened a new pull request, #2810: use non-null then result data type as return type for CaseExpr - posted by GitBox <gi...@apache.org> on 2022/06/29 04:58:16 UTC, 0 replies.
- [GitHub] [arrow-rs] nevi-me opened a new pull request, #1961: Remove indexmap - posted by GitBox <gi...@apache.org> on 2022/06/29 05:18:40 UTC, 0 replies.
- [GitHub] [arrow-rs] nevi-me commented on pull request #1961: Remove indexmap - posted by GitBox <gi...@apache.org> on 2022/06/29 05:22:06 UTC, 0 replies.
- [GitHub] [arrow] kou commented on pull request #13444: ARROW-16906: [CI][C++] Enable ARROW_GCS on MinGW workflows - posted by GitBox <gi...@apache.org> on 2022/06/29 05:32:43 UTC, 0 replies.
- [GitHub] [arrow-datafusion] codecov-commenter commented on pull request #2810: use non-null then result data type as return type for CaseExpr - posted by GitBox <gi...@apache.org> on 2022/06/29 05:47:30 UTC, 0 replies.
- [GitHub] [arrow] sanjibansg commented on a diff in pull request #13390: ARROW-16424: [C++] Update uri_path parsing in FromProto - posted by GitBox <gi...@apache.org> on 2022/06/29 06:00:27 UTC, 0 replies.
- [GitHub] [arrow-rs] sunchao commented on a diff in pull request #1960: Calculate n_buffers in FFI_ArrowArray by data layout - posted by GitBox <gi...@apache.org> on 2022/06/29 06:26:49 UTC, 2 replies.
- [GitHub] [arrow-rs] viirya opened a new issue, #1962: Incorrect null_count of DictionaryArray - posted by GitBox <gi...@apache.org> on 2022/06/29 07:35:51 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya opened a new pull request, #1963: Fix Dictionary null_count - posted by GitBox <gi...@apache.org> on 2022/06/29 07:37:16 UTC, 0 replies.
- [GitHub] [arrow] pitrou merged pull request #13455: ARROW-16864: [Python] Allow omitting S3 external_id and session_name with role_arn - posted by GitBox <gi...@apache.org> on 2022/06/29 08:11:49 UTC, 0 replies.
- [GitHub] [arrow] pitrou commented on a diff in pull request #13437: ARROW-16872: [C++] Fix csv parser edge case - posted by GitBox <gi...@apache.org> on 2022/06/29 08:26:05 UTC, 3 replies.
- [GitHub] [arrow] shanhuuang commented on pull request #13386: ARROW-13388 [C++][Parquet] Enable DELTA_LENGTH_BYTE_ARRAY decoder - posted by GitBox <gi...@apache.org> on 2022/06/29 08:47:11 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya commented on pull request #1963: Fix Dictionary null_count - posted by GitBox <gi...@apache.org> on 2022/06/29 08:49:51 UTC, 1 replies.
- [GitHub] [arrow-rs] HaoYang670 opened a new pull request, #1964: Fix the behavior of `from_fixed_size_list` when offset > 0 - posted by GitBox <gi...@apache.org> on 2022/06/29 09:06:24 UTC, 0 replies.
- [GitHub] [arrow-rs] HaoYang670 commented on a diff in pull request #1964: Fix the behavior of `from_fixed_size_list` when offset > 0 - posted by GitBox <gi...@apache.org> on 2022/06/29 09:07:37 UTC, 3 replies.
- [GitHub] [arrow] pitrou merged pull request #13394: ARROW-16850: [C++] Copy CSV data field and end chars separately - posted by GitBox <gi...@apache.org> on 2022/06/29 09:11:22 UTC, 0 replies.
- [GitHub] [arrow-rs] HaoYang670 commented on pull request #1963: Fix Dictionary null_count - posted by GitBox <gi...@apache.org> on 2022/06/29 09:16:12 UTC, 0 replies.
- [GitHub] [arrow-rs] HaoYang670 opened a new pull request, #1965: MINOR: Remove useless lints. - posted by GitBox <gi...@apache.org> on 2022/06/29 09:25:59 UTC, 0 replies.
- [GitHub] [arrow] cyb70289 commented on a diff in pull request #13437: ARROW-16872: [C++] Fix csv parser edge case - posted by GitBox <gi...@apache.org> on 2022/06/29 09:26:23 UTC, 2 replies.
- [GitHub] [arrow-rs] tustvold merged pull request #1956: Use InMemoryColumnChunkReader (~20% faster) - posted by GitBox <gi...@apache.org> on 2022/06/29 09:28:55 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold merged pull request #1953: Set is_adjusted_to_utc if any timezone set (#1932) - posted by GitBox <gi...@apache.org> on 2022/06/29 09:29:24 UTC, 0 replies.
- [GitHub] [arrow] raulcd commented on pull request #13447: MINOR: Add note on Release management guide to Release/start PARQUET CPP versions - posted by GitBox <gi...@apache.org> on 2022/06/29 09:30:12 UTC, 0 replies.
- [GitHub] [arrow] chaubold commented on a diff in pull request #13454: ARROW-13612: [Python] Allow specifying a custom type for converting ExtensionScalar to python object - posted by GitBox <gi...@apache.org> on 2022/06/29 09:30:34 UTC, 0 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1964: Fix the behavior of `from_fixed_size_list` when offset > 0 - posted by GitBox <gi...@apache.org> on 2022/06/29 09:31:40 UTC, 0 replies.
- [GitHub] [arrow-datafusion] liurenjie1024 commented on issue #2633: Introducing a new optimizer framework for datafusion. - posted by GitBox <gi...@apache.org> on 2022/06/29 10:00:24 UTC, 0 replies.
- [GitHub] [arrow] pitrou commented on pull request #13447: MINOR: Add note on Release management guide to Release/start PARQUET CPP versions - posted by GitBox <gi...@apache.org> on 2022/06/29 10:02:06 UTC, 0 replies.
- [GitHub] [arrow] pitrou merged pull request #13447: MINOR: Add note on Release management guide to Release/start PARQUET CPP versions - posted by GitBox <gi...@apache.org> on 2022/06/29 10:02:16 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on pull request #1965: MINOR: Remove useless lints. - posted by GitBox <gi...@apache.org> on 2022/06/29 10:07:21 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13460: [WIP]ARROW-16779: Request for Pyarrow Flight to be shipped in arm64 MacOS version of the wheel - posted by GitBox <gi...@apache.org> on 2022/06/29 10:23:56 UTC, 1 replies.
- [GitHub] [arrow] assignUser commented on pull request #13460: [WIP]ARROW-16779: Request for Pyarrow Flight to be shipped in arm64 MacOS version of the wheel - posted by GitBox <gi...@apache.org> on 2022/06/29 10:24:34 UTC, 2 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13461: ARROW-16873: [Python] Clear PYTHONFAULTHANDLER when spawning child subprocess on run_debug_memory_pool tests - posted by GitBox <gi...@apache.org> on 2022/06/29 10:50:57 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on pull request #1963: Fix Dictionary null_count - posted by GitBox <gi...@apache.org> on 2022/06/29 11:16:47 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on pull request #1861: Faster StringDictionaryBuilder (~60% faster) (#1851) - posted by GitBox <gi...@apache.org> on 2022/06/29 11:21:23 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on issue #1958: `DecimalArray::from_fixed_size_list_array` fails when `offset > 0` - posted by GitBox <gi...@apache.org> on 2022/06/29 11:37:39 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on a diff in pull request #1964: Fix the behavior of `from_fixed_size_list` when offset > 0 - posted by GitBox <gi...@apache.org> on 2022/06/29 11:43:26 UTC, 0 replies.
- [GitHub] [arrow] rok opened a new pull request, #13462: ARROW-16932: [C++] Rounding RoundTemporalOptions.calendar_based_origin doesn't correctly offset non-UTC results - posted by GitBox <gi...@apache.org> on 2022/06/29 11:55:42 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13462: ARROW-16932: [C++] Rounding RoundTemporalOptions.calendar_based_origin doesn't correctly offset non-UTC results - posted by GitBox <gi...@apache.org> on 2022/06/29 11:56:13 UTC, 0 replies.
- [GitHub] [arrow] lidavidm commented on a diff in pull request #13458: ARROW-16930: [Java] Move CPP ORC JNI code to Java ORC project - posted by GitBox <gi...@apache.org> on 2022/06/29 12:01:18 UTC, 6 replies.
- [GitHub] [arrow] rok commented on pull request #13440: ARROW-14819: [R] Binding for lubridate::qday - posted by GitBox <gi...@apache.org> on 2022/06/29 12:09:37 UTC, 0 replies.
- [GitHub] [arrow-rs] HaoYang670 commented on pull request #1965: MINOR: Remove useless lints. - posted by GitBox <gi...@apache.org> on 2022/06/29 12:16:20 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on pull request #1965: MINOR: Remove unused lints. - posted by GitBox <gi...@apache.org> on 2022/06/29 12:17:53 UTC, 0 replies.
- [GitHub] [arrow-rs] HaoYang670 commented on pull request #1965: MINOR: Remove unused lints. - posted by GitBox <gi...@apache.org> on 2022/06/29 12:22:17 UTC, 0 replies.
- [GitHub] [arrow-rs] HaoYang670 closed pull request #1965: MINOR: Remove unused lints. - posted by GitBox <gi...@apache.org> on 2022/06/29 12:22:18 UTC, 0 replies.
- [GitHub] [arrow] pitrou commented on pull request #13461: ARROW-16873: [Python] Clear PYTHONFAULTHANDLER when spawning child subprocess on run_debug_memory_pool tests - posted by GitBox <gi...@apache.org> on 2022/06/29 12:23:57 UTC, 0 replies.
- [GitHub] [arrow] assignUser commented on a diff in pull request #13453: ARROW-16901: [R][CI] Prune R nightly builds - posted by GitBox <gi...@apache.org> on 2022/06/29 12:29:30 UTC, 1 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13463: add json and csv, extra params to set output and turn off metadata - posted by GitBox <gi...@apache.org> on 2022/06/29 12:39:09 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13464: WIP ARROW-16752: [R] Rework Linux binary installation - posted by GitBox <gi...@apache.org> on 2022/06/29 13:09:07 UTC, 0 replies.
- [GitHub] [arrow-datafusion] xudong963 commented on issue #217: Optimizer: Predicate Rewrite pass for TPCH Q19 - posted by GitBox <gi...@apache.org> on 2022/06/29 13:25:50 UTC, 1 replies.
- [GitHub] [arrow-datafusion] xudong963 opened a new pull request, #2811: Bump numpy from 1.21.3 to 1.22.0 in /integration-tests - posted by GitBox <gi...@apache.org> on 2022/06/29 13:36:57 UTC, 0 replies.
- [GitHub] [arrow] raulcd commented on pull request #13461: ARROW-16873: [Python] Clear PYTHONFAULTHANDLER when spawning child subprocess on run_debug_memory_pool tests - posted by GitBox <gi...@apache.org> on 2022/06/29 14:02:51 UTC, 1 replies.
- [GitHub] [arrow] amol- merged pull request #13196: ARROW-16407: [R] Extend `parse_date_time` to cover hour, dates, and minutes components - posted by GitBox <gi...@apache.org> on 2022/06/29 14:08:47 UTC, 0 replies.
- [GitHub] [arrow-datafusion] codecov-commenter commented on pull request #2811: Bump numpy from 1.21.3 to 1.22.0 in /integration-tests - posted by GitBox <gi...@apache.org> on 2022/06/29 14:15:25 UTC, 0 replies.
- [GitHub] [arrow-rs] andygrove opened a new issue, #1966: Add GPU support - posted by GitBox <gi...@apache.org> on 2022/06/29 14:25:37 UTC, 0 replies.
- [GitHub] [arrow] lidavidm opened a new pull request, #13465: ARROW-16913: [Java] Implement ArrowArrayStream - posted by GitBox <gi...@apache.org> on 2022/06/29 14:34:39 UTC, 2 replies.
- [GitHub] [arrow-rs] alamb commented on issue #1952: Release Arrow XXX (next release after 17.0.0) - posted by GitBox <gi...@apache.org> on 2022/06/29 14:42:29 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13465: ARROW-16913: [Java] Implement ArrowArrayStream - posted by GitBox <gi...@apache.org> on 2022/06/29 14:51:42 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb closed pull request #2677: Switch to object_store crate (#2489) - posted by GitBox <gi...@apache.org> on 2022/06/29 15:09:42 UTC, 1 replies.
- [GitHub] [arrow] pitrou commented on a diff in pull request #13461: ARROW-16873: [Python] Clear PYTHONFAULTHANDLER when spawning child subprocess on run_debug_memory_pool tests - posted by GitBox <gi...@apache.org> on 2022/06/29 15:12:47 UTC, 0 replies.
- [GitHub] [arrow] raulcd commented on a diff in pull request #13461: ARROW-16873: [Python] Clear PYTHONFAULTHANDLER when spawning child subprocess on run_debug_memory_pool tests - posted by GitBox <gi...@apache.org> on 2022/06/29 15:14:17 UTC, 1 replies.
- [GitHub] [arrow] raulcd commented on pull request #13442: ARROW-9612: [C++] increase default block_size from 1MB to 16MB - posted by GitBox <gi...@apache.org> on 2022/06/29 15:43:38 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13466: ARROW-16933: [C++] Fix google-cloud-cpp build with bundled zlib - posted by GitBox <gi...@apache.org> on 2022/06/29 15:43:48 UTC, 1 replies.
- [GitHub] [arrow] pitrou commented on a diff in pull request #13465: ARROW-16913: [Java] Implement ArrowArrayStream - posted by GitBox <gi...@apache.org> on 2022/06/29 15:55:30 UTC, 2 replies.
- [GitHub] [arrow] zeroshade commented on a diff in pull request #13463: MINOR: [go] Fix TODO. Add json and csv, add params to set output and turn off metadata - posted by GitBox <gi...@apache.org> on 2022/06/29 16:17:42 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya closed pull request #1963: Fix Dictionary null_count - posted by GitBox <gi...@apache.org> on 2022/06/29 16:19:15 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya closed issue #1962: Incorrect null_count of DictionaryArray - posted by GitBox <gi...@apache.org> on 2022/06/29 16:19:23 UTC, 0 replies.
- [GitHub] [arrow] zeroshade commented on pull request #13463: MINOR: [go] Fix TODO. Add json and csv, add params to set output and turn off metadata - posted by GitBox <gi...@apache.org> on 2022/06/29 16:20:56 UTC, 0 replies.
- [GitHub] [arrow] westonpace commented on pull request #13442: ARROW-9612: [C++] increase default block_size from 1MB to 16MB - posted by GitBox <gi...@apache.org> on 2022/06/29 16:44:02 UTC, 1 replies.
- [GitHub] [arrow] pitrou commented on pull request #13461: ARROW-16873: [Python] Disable faulthandler on spawned child subprocess on run_debug_memory_pool tests - posted by GitBox <gi...@apache.org> on 2022/06/29 17:15:49 UTC, 3 replies.
- [GitHub] [arrow] pitrou closed pull request #13461: ARROW-16873: [Python] Disable faulthandler on spawned child subprocess on run_debug_memory_pool tests - posted by GitBox <gi...@apache.org> on 2022/06/29 17:15:50 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13461: ARROW-16873: [Python] Disable faulthandler on spawned child subprocess on run_debug_memory_pool tests - posted by GitBox <gi...@apache.org> on 2022/06/29 17:18:47 UTC, 0 replies.
- [GitHub] [arrow] pitrou commented on pull request #13467: XXX test PR - posted by GitBox <gi...@apache.org> on 2022/06/29 17:19:44 UTC, 0 replies.
- [GitHub] [arrow] pitrou closed pull request #13467: XXX test PR - posted by GitBox <gi...@apache.org> on 2022/06/29 17:19:45 UTC, 0 replies.
- [GitHub] [arrow-cookbook] lidavidm opened a new issue, #224: [C++] Cookbook build/deploy fails - posted by GitBox <gi...@apache.org> on 2022/06/29 17:21:02 UTC, 0 replies.
- [GitHub] [arrow] lidavidm commented on a diff in pull request #13465: ARROW-16913: [Java] Implement ArrowArrayStream - posted by GitBox <gi...@apache.org> on 2022/06/29 17:23:49 UTC, 3 replies.
- [GitHub] [arrow-rs] tustvold closed issue #1958: `DecimalArray::from_fixed_size_list_array` fails when `offset > 0` - posted by GitBox <gi...@apache.org> on 2022/06/29 17:27:25 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold merged pull request #1964: Fix the behavior of `from_fixed_size_list` when offset > 0 - posted by GitBox <gi...@apache.org> on 2022/06/29 17:27:27 UTC, 0 replies.
- [GitHub] [arrow] zeroshade merged pull request #13451: ARROW-16926: [Go] Fix csv reader errors clobbered by subsequent reads - posted by GitBox <gi...@apache.org> on 2022/06/29 17:49:01 UTC, 0 replies.
- [GitHub] [arrow] iChauster commented on pull request #13426: [DRAFT] ARROW-16894: [C++] Add Benchmarks for Asof Join Node - posted by GitBox <gi...@apache.org> on 2022/06/29 18:09:06 UTC, 1 replies.
- [GitHub] [arrow-datafusion] Dandandan closed pull request #2758: Bump numpy from 1.21.3 to 1.22.0 in /integration-tests - posted by GitBox <gi...@apache.org> on 2022/06/29 18:09:23 UTC, 0 replies.
- [GitHub] [arrow-datafusion] Dandandan merged pull request #2811: Bump numpy from 1.21.3 to 1.22.0 in /integration-tests - posted by GitBox <gi...@apache.org> on 2022/06/29 18:09:23 UTC, 0 replies.
- [GitHub] [arrow-datafusion] dependabot[bot] commented on pull request #2758: Bump numpy from 1.21.3 to 1.22.0 in /integration-tests - posted by GitBox <gi...@apache.org> on 2022/06/29 18:09:26 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold closed issue #1851: Faster StringDictionaryBuilder - posted by GitBox <gi...@apache.org> on 2022/06/29 18:12:42 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold merged pull request #1861: Faster StringDictionaryBuilder (~60% faster) (#1851) - posted by GitBox <gi...@apache.org> on 2022/06/29 18:12:44 UTC, 0 replies.
- [GitHub] [arrow] jvanstraten opened a new pull request, #13468: ARROW-16816: Upgrade Substrait to v0.3.0 - posted by GitBox <gi...@apache.org> on 2022/06/29 18:38:50 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13468: ARROW-16816: Upgrade Substrait to v0.3.0 - posted by GitBox <gi...@apache.org> on 2022/06/29 18:39:29 UTC, 1 replies.
- [GitHub] [arrow-datafusion] mrob95 opened a new pull request, #2812: Allow setting of config options via environment variables - posted by GitBox <gi...@apache.org> on 2022/06/29 18:54:09 UTC, 0 replies.
- [GitHub] [arrow-datafusion] viirya commented on pull request #2809: InList: fix bug for comparing with Null in the list using the set optimization - posted by GitBox <gi...@apache.org> on 2022/06/29 18:58:48 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13463: ARROW-16934: [go] Fix TODO. Add json and csv, add params to set output and turn off metadata - posted by GitBox <gi...@apache.org> on 2022/06/29 19:05:29 UTC, 2 replies.
- [GitHub] [arrow] pschou commented on pull request #13463: ARROW-16934: [go] Fix TODO. Add json and csv, add params to set output and turn off metadata - posted by GitBox <gi...@apache.org> on 2022/06/29 19:06:30 UTC, 0 replies.
- [GitHub] [arrow] pschou commented on a diff in pull request #13463: ARROW-16934: [go] Fix TODO. Add json and csv, add params to set output and turn off metadata - posted by GitBox <gi...@apache.org> on 2022/06/29 19:07:39 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold merged pull request #1787: Arbitrary size concat elements utf8 - posted by GitBox <gi...@apache.org> on 2022/06/29 19:14:41 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold closed issue #1748: `concat_elements_utf8` should accept arbitrary number of input arrays. - posted by GitBox <gi...@apache.org> on 2022/06/29 19:14:41 UTC, 0 replies.
- [GitHub] [arrow] nealrichardson commented on pull request #13466: ARROW-16933: [C++] Fix google-cloud-cpp build with bundled zlib - posted by GitBox <gi...@apache.org> on 2022/06/29 19:21:53 UTC, 0 replies.
- [GitHub] [arrow-datafusion] codecov-commenter commented on pull request #2812: Allow setting of config options via environment variables - posted by GitBox <gi...@apache.org> on 2022/06/29 19:34:52 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya closed issue #1959: Incorrect n_buffers in FFI_ArrowArray - posted by GitBox <gi...@apache.org> on 2022/06/29 19:54:45 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya merged pull request #1960: Calculate n_buffers in FFI_ArrowArray by data layout - posted by GitBox <gi...@apache.org> on 2022/06/29 19:54:46 UTC, 0 replies.
- [GitHub] [arrow-datafusion] avantgardnerio opened a new pull request, #2813: Optimize `where exists` sub-queries into `aggregate` and `join` - posted by GitBox <gi...@apache.org> on 2022/06/29 20:09:49 UTC, 0 replies.
- [GitHub] [arrow-datafusion] avantgardnerio commented on a diff in pull request #2813: Optimize `where exists` sub-queries into `aggregate` and `join` - posted by GitBox <gi...@apache.org> on 2022/06/29 20:11:05 UTC, 3 replies.
- [GitHub] [arrow] kou commented on a diff in pull request #13466: ARROW-16933: [C++] Fix google-cloud-cpp build with bundled zlib - posted by GitBox <gi...@apache.org> on 2022/06/29 20:15:06 UTC, 0 replies.
- [GitHub] [arrow] kou commented on pull request #13449: ARROW-16908: [Python][CI] Avoid installing wrong numpy version required for testing wheels - posted by GitBox <gi...@apache.org> on 2022/06/29 20:34:22 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove commented on pull request #2812: Allow setting of config options via environment variables - posted by GitBox <gi...@apache.org> on 2022/06/29 20:39:57 UTC, 1 replies.
- [GitHub] [arrow] kou merged pull request #13461: ARROW-16873: [Python] Disable faulthandler on spawned child subprocess on run_debug_memory_pool tests - posted by GitBox <gi...@apache.org> on 2022/06/29 20:55:24 UTC, 0 replies.
- [GitHub] [arrow] jonkeane commented on a diff in pull request #13464: WIP ARROW-16752: [R] Rework Linux binary installation - posted by GitBox <gi...@apache.org> on 2022/06/29 21:39:16 UTC, 0 replies.
- [GitHub] [arrow] nealrichardson merged pull request #13441: ARROW-16912: [R][CI] Fix nightly centos package without GCS - posted by GitBox <gi...@apache.org> on 2022/06/29 21:46:56 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb opened a new pull request, #2814: Fix nullability calculation for `CASE` expressions - posted by GitBox <gi...@apache.org> on 2022/06/29 22:23:11 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb commented on a diff in pull request #2814: Fix nullability calculation for `CASE` expressions - posted by GitBox <gi...@apache.org> on 2022/06/29 22:25:17 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb opened a new pull request, #2815: Fix ScalarValue::isNull calculation - posted by GitBox <gi...@apache.org> on 2022/06/29 22:26:17 UTC, 0 replies.
- [GitHub] [arrow] emkornfield commented on a diff in pull request #13456: PARQUET-2163: Handle decimal schemas with large fixed_len_byte_arrays - posted by GitBox <gi...@apache.org> on 2022/06/29 22:27:42 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb commented on a diff in pull request #2815: Fix `ScalarValue::isNull` calculation - posted by GitBox <gi...@apache.org> on 2022/06/29 22:28:02 UTC, 1 replies.
- [GitHub] [arrow] tachyonwill commented on a diff in pull request #13456: PARQUET-2163: Handle decimal schemas with large fixed_len_byte_arrays - posted by GitBox <gi...@apache.org> on 2022/06/29 22:32:33 UTC, 0 replies.
- [GitHub] [arrow] kou commented on pull request #13468: ARROW-16816: Upgrade Substrait to v0.3.0 - posted by GitBox <gi...@apache.org> on 2022/06/29 23:04:41 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove commented on a diff in pull request #2813: Optimize `where exists` sub-queries into `aggregate` and `join` - posted by GitBox <gi...@apache.org> on 2022/06/29 23:33:11 UTC, 3 replies.
- [GitHub] [arrow-datafusion] alamb commented on issue #2783: Migrate from avro_rs to apache_avro - posted by GitBox <gi...@apache.org> on 2022/06/30 00:00:45 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb opened a new issue, #2816: Make `LogicalPlan::Union` be consistent with other plans - posted by GitBox <gi...@apache.org> on 2022/06/30 00:03:32 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb commented on issue #217: Optimizer: Predicate Rewrite pass for TPCH Q19 - posted by GitBox <gi...@apache.org> on 2022/06/30 00:05:47 UTC, 0 replies.
- [GitHub] [arrow-datafusion] codecov-commenter commented on pull request #2813: Optimize `where exists` sub-queries into `aggregate` and `join` - posted by GitBox <gi...@apache.org> on 2022/06/30 00:16:55 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb commented on a diff in pull request #2812: Allow setting of config options via environment variables - posted by GitBox <gi...@apache.org> on 2022/06/30 00:19:44 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb commented on a diff in pull request #2810: use non-null then result data type as return type for CaseExpr - posted by GitBox <gi...@apache.org> on 2022/06/30 00:22:40 UTC, 2 replies.
- [GitHub] [arrow] kou merged pull request #13466: ARROW-16933: [C++] Fix google-cloud-cpp build with bundled zlib - posted by GitBox <gi...@apache.org> on 2022/06/30 00:24:53 UTC, 0 replies.
- [GitHub] [arrow] kou commented on pull request #13459: ARROW-16931: [Ruby] Add support for nullable in Arrow::Field - posted by GitBox <gi...@apache.org> on 2022/06/30 00:25:17 UTC, 0 replies.
- [GitHub] [arrow] kou merged pull request #13459: ARROW-16931: [Ruby] Add support for nullable in Arrow::Field - posted by GitBox <gi...@apache.org> on 2022/06/30 00:25:26 UTC, 0 replies.
- [GitHub] [arrow] kou merged pull request #13444: ARROW-16906: [CI][C++] Enable ARROW_GCS on MinGW workflows - posted by GitBox <gi...@apache.org> on 2022/06/30 00:26:13 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb commented on pull request #2810: Fix data type calculation for `CaseExpr` s with `NULLs` - posted by GitBox <gi...@apache.org> on 2022/06/30 00:30:48 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb closed issue #2798: panic when case statement returns null - posted by GitBox <gi...@apache.org> on 2022/06/30 00:30:52 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb merged pull request #2810: Fix data type calculation for `CaseExpr` s with `NULLs` - posted by GitBox <gi...@apache.org> on 2022/06/30 00:30:53 UTC, 0 replies.
- [GitHub] [arrow] kou opened a new pull request, #13469: ARROW-16935: [Packaging][RPM] Disable GCS for Amazon Linux 2 - posted by GitBox <gi...@apache.org> on 2022/06/30 00:59:12 UTC, 0 replies.
- [GitHub] [arrow] kou commented on pull request #13469: ARROW-16935: [Packaging][RPM] Disable GCS for Amazon Linux 2 - posted by GitBox <gi...@apache.org> on 2022/06/30 00:59:27 UTC, 1 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13469: ARROW-16935: [Packaging][RPM] Disable GCS for Amazon Linux 2 - posted by GitBox <gi...@apache.org> on 2022/06/30 00:59:34 UTC, 2 replies.
- [GitHub] [arrow] kou opened a new pull request, #13470: [Packaging][deb] Drop support for Debian GNU/Linux buster - posted by GitBox <gi...@apache.org> on 2022/06/30 01:06:24 UTC, 0 replies.
- [GitHub] [arrow] kou commented on pull request #13470: [Packaging][deb] Drop support for Debian GNU/Linux buster - posted by GitBox <gi...@apache.org> on 2022/06/30 01:06:36 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13470: ARROW-16764: [Packaging][deb] Drop support for Debian GNU/Linux buster - posted by GitBox <gi...@apache.org> on 2022/06/30 01:07:24 UTC, 2 replies.
- [GitHub] [arrow-datafusion] alamb merged pull request #2808: Use specialized dictionary kernels (#1178) - posted by GitBox <gi...@apache.org> on 2022/06/30 01:08:51 UTC, 0 replies.
- [GitHub] [arrow-datafusion] alamb commented on a diff in pull request #2808: Use specialized dictionary kernels (#1178) - posted by GitBox <gi...@apache.org> on 2022/06/30 01:08:55 UTC, 0 replies.
- [GitHub] [arrow] kou opened a new pull request, #13471: ARROW-16937: [Packaging][deb] Drop support for Ubuntu impish - posted by GitBox <gi...@apache.org> on 2022/06/30 01:10:27 UTC, 0 replies.
- [GitHub] [arrow] kou commented on pull request #13471: ARROW-16937: [Packaging][deb] Drop support for Ubuntu impish - posted by GitBox <gi...@apache.org> on 2022/06/30 01:10:37 UTC, 1 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13471: ARROW-16937: [Packaging][deb] Drop support for Ubuntu impish - posted by GitBox <gi...@apache.org> on 2022/06/30 01:10:47 UTC, 2 replies.
- [GitHub] [arrow-rs] HaoYang670 opened a new issue, #1967: Declare `DecimalArray::length` as a constant - posted by GitBox <gi...@apache.org> on 2022/06/30 01:47:43 UTC, 0 replies.
- [GitHub] [arrow-datafusion] liukun4515 merged pull request #2815: Fix `ScalarValue::isNull` calculation - posted by GitBox <gi...@apache.org> on 2022/06/30 01:56:33 UTC, 0 replies.
- [GitHub] [arrow] westonpace commented on pull request #13426: [DRAFT] ARROW-16894: [C++] Add Benchmarks for Asof Join Node - posted by GitBox <gi...@apache.org> on 2022/06/30 02:39:41 UTC, 1 replies.
- [GitHub] [arrow-datafusion] liukun4515 closed issue #2800: support decimal in (NULL) - posted by GitBox <gi...@apache.org> on 2022/06/30 02:47:20 UTC, 0 replies.
- [GitHub] [arrow-datafusion] liukun4515 opened a new issue, #2817: IN/NOT IN List: NULL is not equal to NULL - posted by GitBox <gi...@apache.org> on 2022/06/30 02:58:22 UTC, 0 replies.
- [GitHub] [arrow-datafusion] liukun4515 commented on pull request #2809: InList: fix bug for comparing with Null in the list using the set optimization - posted by GitBox <gi...@apache.org> on 2022/06/30 03:00:08 UTC, 0 replies.
- [GitHub] [arrow-rs] Ted-Jiang commented on pull request #1956: Use InMemoryColumnChunkReader (~20% faster) - posted by GitBox <gi...@apache.org> on 2022/06/30 03:25:50 UTC, 0 replies.
- [GitHub] [arrow-rs] HaoYang670 opened a new pull request, #1968: Declare the value_length of decimal array as a `const` - posted by GitBox <gi...@apache.org> on 2022/06/30 03:31:05 UTC, 0 replies.
- [GitHub] [arrow-rs] Ted-Jiang commented on a diff in pull request #1935: add column index writer for parquet - posted by GitBox <gi...@apache.org> on 2022/06/30 03:51:00 UTC, 0 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1968: Declare the value_length of decimal array as a `const` - posted by GitBox <gi...@apache.org> on 2022/06/30 04:21:07 UTC, 0 replies.
- [GitHub] [arrow] kou commented on pull request #13470: ARROW-16764: [Packaging][deb] Drop support for Debian GNU/Linux buster - posted by GitBox <gi...@apache.org> on 2022/06/30 04:49:57 UTC, 0 replies.
- [GitHub] [arrow] kou merged pull request #13470: ARROW-16764: [Packaging][deb] Drop support for Debian GNU/Linux buster - posted by GitBox <gi...@apache.org> on 2022/06/30 04:50:22 UTC, 0 replies.
- [GitHub] [arrow] kou merged pull request #13469: ARROW-16935: [Packaging][RPM] Disable GCS for Amazon Linux 2 - posted by GitBox <gi...@apache.org> on 2022/06/30 04:50:54 UTC, 0 replies.
- [GitHub] [arrow] kou opened a new pull request, #13472: ARROW-16765: [Packaging][RPM] Fix conflict with arrow-libs and arrow8-libs - posted by GitBox <gi...@apache.org> on 2022/06/30 05:50:31 UTC, 0 replies.
- [GitHub] [arrow] kou commented on pull request #13472: ARROW-16765: [Packaging][RPM] Fix conflict with arrow-libs and arrow8-libs - posted by GitBox <gi...@apache.org> on 2022/06/30 05:50:49 UTC, 3 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13472: ARROW-16765: [Packaging][RPM] Fix conflict with arrow-libs and arrow8-libs - posted by GitBox <gi...@apache.org> on 2022/06/30 05:50:51 UTC, 4 replies.
- [GitHub] [arrow] kou merged pull request #13471: ARROW-16937: [Packaging][deb] Drop support for Ubuntu impish - posted by GitBox <gi...@apache.org> on 2022/06/30 05:52:06 UTC, 0 replies.
- [GitHub] [arrow] kou commented on pull request #13473: ARROW-16477: [Packaging][RPM] Add support for CentOS 7/Amazon Linux 2 on aarch64 - posted by GitBox <gi...@apache.org> on 2022/06/30 05:54:08 UTC, 1 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13473: ARROW-16477: [Packaging][RPM] Add support for CentOS 7/Amazon Linux 2 on aarch64 - posted by GitBox <gi...@apache.org> on 2022/06/30 05:54:22 UTC, 3 replies.
- [GitHub] [arrow] kou commented on pull request #13474: ARROW-16763: [Packaging][RPM] Add support for CentOS Stream 9 - posted by GitBox <gi...@apache.org> on 2022/06/30 06:11:23 UTC, 2 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13474: ARROW-16763: [Packaging][RPM] Add support for CentOS Stream 9 - posted by GitBox <gi...@apache.org> on 2022/06/30 06:11:27 UTC, 4 replies.
- [GitHub] [arrow-rs] liyongjing opened a new issue, #1969: close function instead of mutable reference - posted by GitBox <gi...@apache.org> on 2022/06/30 06:18:32 UTC, 0 replies.
- [GitHub] [arrow] kou opened a new pull request, #13475: ARROW-16886: [C++] Add option to disable PIC - posted by GitBox <gi...@apache.org> on 2022/06/30 06:23:10 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13475: ARROW-16886: [C++] Add option to disable PIC - posted by GitBox <gi...@apache.org> on 2022/06/30 06:23:31 UTC, 1 replies.
- [GitHub] [arrow-rs] Ted-Jiang closed issue #1955: Support multi diskRanges for ChunkReader - posted by GitBox <gi...@apache.org> on 2022/06/30 06:26:11 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya opened a new issue, #1970: Support DictionaryArray in subtract kernel - posted by GitBox <gi...@apache.org> on 2022/06/30 06:29:45 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya opened a new pull request, #1971: Support dictionary array for subtract kernel - posted by GitBox <gi...@apache.org> on 2022/06/30 06:31:52 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya opened a new issue, #1972: Support DictionaryArray in multiply kernel - posted by GitBox <gi...@apache.org> on 2022/06/30 06:38:50 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya opened a new issue, #1974: Support DictionaryArray in multiply kernel - posted by GitBox <gi...@apache.org> on 2022/06/30 06:46:54 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya commented on issue #1974: Support DictionaryArray in multiply kernel - posted by GitBox <gi...@apache.org> on 2022/06/30 06:47:28 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya closed issue #1974: Support DictionaryArray in multiply kernel - posted by GitBox <gi...@apache.org> on 2022/06/30 06:47:29 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13476: ARROW-16938: [GLib] Add girdir/vapidir to .pc - posted by GitBox <gi...@apache.org> on 2022/06/30 06:50:28 UTC, 1 replies.
- [GitHub] [arrow-datafusion] rdettai commented on pull request #2677: Switch to object_store crate (#2489) - posted by GitBox <gi...@apache.org> on 2022/06/30 07:07:30 UTC, 1 replies.
- [GitHub] [arrow] lfygh closed issue #13431: when use setBytes(), ArrowBuf.nioBuffer() is empty,but writeBytes(byte[]) can work. - posted by GitBox <gi...@apache.org> on 2022/06/30 07:11:09 UTC, 0 replies.
- [GitHub] [arrow] kou commented on pull request #13477: ARROW-15422: [Packaging][RPM][deb] Add support for GDB plugin - posted by GitBox <gi...@apache.org> on 2022/06/30 07:51:43 UTC, 3 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13477: ARROW-15422: [Packaging][RPM][deb] Add support for GDB plugin - posted by GitBox <gi...@apache.org> on 2022/06/30 07:52:00 UTC, 4 replies.
- [GitHub] [arrow] pitrou commented on pull request #13437: ARROW-16872: [C++] Fix csv parser edge case - posted by GitBox <gi...@apache.org> on 2022/06/30 07:55:07 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on pull request #1956: Use InMemoryColumnChunkReader (~20% faster) - posted by GitBox <gi...@apache.org> on 2022/06/30 07:55:47 UTC, 0 replies.
- [GitHub] [arrow] pitrou commented on pull request #13449: ARROW-16908: [Python][CI] Avoid installing wrong numpy version required for testing wheels - posted by GitBox <gi...@apache.org> on 2022/06/30 08:10:39 UTC, 0 replies.
- [GitHub] [arrow] kou merged pull request #13449: ARROW-16908: [Python][CI] Avoid installing wrong numpy version required for testing wheels - posted by GitBox <gi...@apache.org> on 2022/06/30 08:12:30 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13428: ARROW-16918: [Gandiva] [C++] Adding UTC-local timezone conversion functions - posted by GitBox <gi...@apache.org> on 2022/06/30 08:55:36 UTC, 1 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13478: WIP: Investigate verify rc linux failures - posted by GitBox <gi...@apache.org> on 2022/06/30 09:18:54 UTC, 3 replies.
- [GitHub] [arrow] raulcd commented on pull request #13478: WIP: Investigate verify rc linux failures - posted by GitBox <gi...@apache.org> on 2022/06/30 09:19:12 UTC, 2 replies.
- [GitHub] [arrow-rs] tustvold merged pull request #1935: add column index writer for parquet - posted by GitBox <gi...@apache.org> on 2022/06/30 09:51:33 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on pull request #1935: add column index writer for parquet - posted by GitBox <gi...@apache.org> on 2022/06/30 09:51:41 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold opened a new issue, #1975: Support DictionaryArray in Like Kernels - posted by GitBox <gi...@apache.org> on 2022/06/30 09:53:19 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold commented on issue #1969: close function instead of mutable reference - posted by GitBox <gi...@apache.org> on 2022/06/30 09:59:54 UTC, 0 replies.
- [GitHub] [arrow-datafusion] mrob95 commented on pull request #2812: Allow setting of config options via environment variables - posted by GitBox <gi...@apache.org> on 2022/06/30 10:45:43 UTC, 1 replies.
- [GitHub] [arrow-datafusion] liukun4515 merged pull request #2814: Fix nullability calculation for `CASE` expressions - posted by GitBox <gi...@apache.org> on 2022/06/30 11:31:06 UTC, 0 replies.
- [GitHub] [arrow-datafusion] liukun4515 commented on issue #2773: InList: don't need to treat Null as UTF8 data type - posted by GitBox <gi...@apache.org> on 2022/06/30 11:32:41 UTC, 0 replies.
- [GitHub] [arrow-datafusion] liukun4515 closed issue #2773: InList: don't need to treat Null as UTF8 data type - posted by GitBox <gi...@apache.org> on 2022/06/30 11:32:42 UTC, 0 replies.
- [GitHub] [arrow] pitrou commented on a diff in pull request #13475: ARROW-16886: [C++] Add option to disable PIC - posted by GitBox <gi...@apache.org> on 2022/06/30 12:05:32 UTC, 0 replies.
- [GitHub] [arrow] pitrou commented on pull request #13465: ARROW-16913: [Java] Implement ArrowArrayStream - posted by GitBox <gi...@apache.org> on 2022/06/30 12:17:01 UTC, 3 replies.
- [GitHub] [arrow-rs] Ted-Jiang opened a new issue, #1976: Enable serialized_reader read specific Page by passing row ranges. - posted by GitBox <gi...@apache.org> on 2022/06/30 12:17:57 UTC, 0 replies.
- [GitHub] [arrow] pitrou commented on pull request #13442: ARROW-9612: [C++] increase default block_size from 1MB to 16MB - posted by GitBox <gi...@apache.org> on 2022/06/30 12:20:08 UTC, 8 replies.
- [GitHub] [arrow] pitrou commented on a diff in pull request #13390: ARROW-16424: [C++] Update uri_path parsing in FromProto - posted by GitBox <gi...@apache.org> on 2022/06/30 12:23:08 UTC, 0 replies.
- [GitHub] [arrow] lidavidm commented on pull request #13465: ARROW-16913: [Java] Implement ArrowArrayStream - posted by GitBox <gi...@apache.org> on 2022/06/30 12:24:14 UTC, 4 replies.
- [GitHub] [arrow] lidavidm closed pull request #13465: ARROW-16913: [Java] Implement ArrowArrayStream - posted by GitBox <gi...@apache.org> on 2022/06/30 12:24:15 UTC, 1 replies.
- [GitHub] [arrow] pitrou commented on pull request #13246: ARROW-16329: [Java][C++] Keep more context when marshalling errors through JNI - posted by GitBox <gi...@apache.org> on 2022/06/30 12:26:15 UTC, 0 replies.
- [GitHub] [arrow] cpcloud commented on pull request #13442: ARROW-9612: [C++] increase default block_size from 1MB to 16MB - posted by GitBox <gi...@apache.org> on 2022/06/30 12:36:14 UTC, 6 replies.
- [GitHub] [arrow-rs] Ted-Jiang opened a new pull request, #1977: Enable serialized_reader read specific Page by passing row ranges. - posted by GitBox <gi...@apache.org> on 2022/06/30 12:38:12 UTC, 0 replies.
- [GitHub] [arrow-rs] Ted-Jiang commented on a diff in pull request #1977: Enable serialized_reader read specific Page by passing row ranges. - posted by GitBox <gi...@apache.org> on 2022/06/30 12:39:44 UTC, 2 replies.
- [GitHub] [arrow-cookbook] lidavidm opened a new pull request, #225: Update Arrow/PyArrow versions, fix build errors - posted by GitBox <gi...@apache.org> on 2022/06/30 12:43:13 UTC, 0 replies.
- [GitHub] [arrow] dragosmg opened a new pull request, #13479: ARROW-16939 [R] Fix nightly builds after the merge of ARROW-16407 - posted by GitBox <gi...@apache.org> on 2022/06/30 12:45:14 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13479: ARROW-16939 [R] Fix nightly builds after the merge of ARROW-16407 - posted by GitBox <gi...@apache.org> on 2022/06/30 12:45:36 UTC, 4 replies.
- [GitHub] [arrow] pitrou merged pull request #12868: ARROW-15130: [Docs] Add glossary - posted by GitBox <gi...@apache.org> on 2022/06/30 12:48:45 UTC, 0 replies.
- [GitHub] [arrow] pitrou commented on a diff in pull request #13334: ARROW-14314: [C++] Sorting dictionary array not implemented - posted by GitBox <gi...@apache.org> on 2022/06/30 13:15:47 UTC, 5 replies.
- [GitHub] [arrow-rs] tustvold opened a new issue, #1978: PrimitiveBuilder::finish_dict does not validate dictionary offsets - posted by GitBox <gi...@apache.org> on 2022/06/30 13:23:24 UTC, 0 replies.
- [GitHub] [arrow-datafusion] liukun4515 opened a new issue, #2818: CASE When: result type should be coercible to a common type - posted by GitBox <gi...@apache.org> on 2022/06/30 13:38:09 UTC, 0 replies.
- [GitHub] [arrow-datafusion] liukun4515 commented on issue #2818: CASE When: result type should be coercible to a common type - posted by GitBox <gi...@apache.org> on 2022/06/30 13:38:22 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13480: ARROW-16940: [Python] Added delete, rename & stat functionality to LocalFileSystem - posted by GitBox <gi...@apache.org> on 2022/06/30 13:42:52 UTC, 1 replies.
- [GitHub] [arrow] lwhite1 opened a new pull request, #13481: ARROW-16941: [Java] Consolidate JNI compilation - posted by GitBox <gi...@apache.org> on 2022/06/30 13:44:14 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13481: ARROW-16941: [Java] Consolidate JNI compilation - posted by GitBox <gi...@apache.org> on 2022/06/30 13:44:44 UTC, 2 replies.
- [GitHub] [arrow-datafusion] liukun4515 opened a new pull request, #2819: CaseWhen: coerce the all then and else data type to a common data type - posted by GitBox <gi...@apache.org> on 2022/06/30 14:02:11 UTC, 0 replies.
- [GitHub] [arrow] lwhite1 commented on pull request #13481: ARROW-16941: [Java] Consolidate JNI compilation - posted by GitBox <gi...@apache.org> on 2022/06/30 14:02:18 UTC, 3 replies.
- [GitHub] [arrow-rs] tustvold commented on issue #1948: Reduce macro usage by abstracting over arrays that have a value or value_unchecked method - posted by GitBox <gi...@apache.org> on 2022/06/30 14:05:23 UTC, 0 replies.
- [GitHub] [arrow] ursabot commented on pull request #13442: ARROW-9612: [C++] increase default block_size from 1MB to 16MB - posted by GitBox <gi...@apache.org> on 2022/06/30 14:06:50 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold opened a new issue, #1979: Implement Into for T: Array - posted by GitBox <gi...@apache.org> on 2022/06/30 14:13:20 UTC, 0 replies.
- [GitHub] [arrow] pitrou commented on pull request #13480: ARROW-16940: [Python] Added delete, rename & stat functionality to LocalFileSystem - posted by GitBox <gi...@apache.org> on 2022/06/30 14:13:49 UTC, 0 replies.
- [GitHub] [arrow] pitrou closed pull request #13480: ARROW-16940: [Python] Added delete, rename & stat functionality to LocalFileSystem - posted by GitBox <gi...@apache.org> on 2022/06/30 14:13:57 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold opened a new pull request, #1980: Remove PrimitiveBuilder::finish_dict (#1978) - posted by GitBox <gi...@apache.org> on 2022/06/30 14:16:38 UTC, 0 replies.
- [GitHub] [arrow-datafusion] mrob95 commented on a diff in pull request #2812: Allow setting of config options via environment variables - posted by GitBox <gi...@apache.org> on 2022/06/30 14:17:05 UTC, 1 replies.
- [GitHub] [arrow-datafusion] codecov-commenter commented on pull request #2819: CaseWhen: coerce the all then and else data type to a common data type - posted by GitBox <gi...@apache.org> on 2022/06/30 14:30:37 UTC, 0 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1980: Remove PrimitiveBuilder::finish_dict (#1978) - posted by GitBox <gi...@apache.org> on 2022/06/30 14:32:59 UTC, 0 replies.
- [GitHub] [arrow] icexelloss commented on pull request #13426: [DRAFT] ARROW-16894: [C++] Add Benchmarks for Asof Join Node - posted by GitBox <gi...@apache.org> on 2022/06/30 14:33:51 UTC, 1 replies.
- [GitHub] [arrow] assignUser commented on pull request #13479: ARROW-16939 [R] Fix nightly builds after the merge of ARROW-16407 - posted by GitBox <gi...@apache.org> on 2022/06/30 14:43:39 UTC, 4 replies.
- [GitHub] [arrow] dragosmg commented on pull request #13479: ARROW-16939 [R] Fix nightly builds after the merge of ARROW-16407 - posted by GitBox <gi...@apache.org> on 2022/06/30 14:53:30 UTC, 0 replies.
- [GitHub] [arrow-datafusion] andygrove commented on pull request #2813: Optimize `where exists` sub-queries into `aggregate` and `join` - posted by GitBox <gi...@apache.org> on 2022/06/30 15:15:07 UTC, 0 replies.
- [GitHub] [arrow-datafusion] avantgardnerio commented on pull request #2812: Allow setting of config options via environment variables - posted by GitBox <gi...@apache.org> on 2022/06/30 15:28:17 UTC, 0 replies.
- [GitHub] [arrow] wjones127 commented on a diff in pull request #13460: [WIP]ARROW-16779: Request for Pyarrow Flight to be shipped in arm64 MacOS version of the wheel - posted by GitBox <gi...@apache.org> on 2022/06/30 15:37:31 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold opened a new issue, #1981: Copy-On-Write Support - posted by GitBox <gi...@apache.org> on 2022/06/30 15:42:28 UTC, 0 replies.
- [GitHub] [arrow] lidavidm commented on pull request #13481: ARROW-16941: [Java] Consolidate JNI compilation - posted by GitBox <gi...@apache.org> on 2022/06/30 15:52:52 UTC, 3 replies.
- [GitHub] [arrow-rs] tustvold closed pull request #1971: Support dictionary array for subtract and multiply kernel - posted by GitBox <gi...@apache.org> on 2022/06/30 16:05:43 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold closed issue #1970: Support DictionaryArray in subtract kernel - posted by GitBox <gi...@apache.org> on 2022/06/30 16:05:44 UTC, 0 replies.
- [GitHub] [arrow-rs] tustvold closed issue #1972: Support DictionaryArray in multiply kernel - posted by GitBox <gi...@apache.org> on 2022/06/30 16:05:44 UTC, 0 replies.
- [GitHub] [arrow] davisusanibar commented on a diff in pull request #13458: ARROW-16930: [Java] Move CPP ORC JNI code to Java ORC project - posted by GitBox <gi...@apache.org> on 2022/06/30 16:08:29 UTC, 5 replies.
- [GitHub] [arrow] davisusanibar commented on pull request #13481: ARROW-16941: [Java] Consolidate JNI compilation - posted by GitBox <gi...@apache.org> on 2022/06/30 16:10:19 UTC, 0 replies.
- [GitHub] [arrow] pitrou commented on pull request #12195: ARROW-15384: [Python] Wheel task for python 3.7 M1 - posted by GitBox <gi...@apache.org> on 2022/06/30 16:10:26 UTC, 0 replies.
- [GitHub] [arrow] pitrou commented on pull request #12656: ARROW-15958: [Java][Docs] Improve and document StackTrace - posted by GitBox <gi...@apache.org> on 2022/06/30 16:15:45 UTC, 0 replies.
- [GitHub] [arrow] saulpw commented on pull request #13442: ARROW-9612: [C++] increase default block_size from 1MB to 16MB - posted by GitBox <gi...@apache.org> on 2022/06/30 16:16:09 UTC, 2 replies.
- [GitHub] [arrow] pitrou merged pull request #13437: ARROW-16872: [C++] Fix CSV parser edge case - posted by GitBox <gi...@apache.org> on 2022/06/30 16:31:26 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya commented on pull request #1971: Support dictionary array for subtract and multiply kernel - posted by GitBox <gi...@apache.org> on 2022/06/30 16:32:22 UTC, 0 replies.
- [GitHub] [arrow-datafusion] Dandandan commented on a diff in pull request #2786: wip: Implement extract epoch - posted by GitBox <gi...@apache.org> on 2022/06/30 16:53:14 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13460: ARROW-16779:[CI][Python] Request for Pyarrow Flight to be shipped in arm64 MacOS version of the wheel - posted by GitBox <gi...@apache.org> on 2022/06/30 17:02:58 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya commented on a diff in pull request #1980: Remove PrimitiveBuilder::finish_dict (#1978) - posted by GitBox <gi...@apache.org> on 2022/06/30 17:03:05 UTC, 0 replies.
- [GitHub] [arrow] wjones127 closed pull request #13413: ARROW-16779:[Python][Packaging] Enable flight on M1 wheels - posted by GitBox <gi...@apache.org> on 2022/06/30 17:05:15 UTC, 0 replies.
- [GitHub] [arrow-datafusion] wesm commented on pull request #2677: Switch to object_store crate (#2489) - posted by GitBox <gi...@apache.org> on 2022/06/30 17:36:52 UTC, 0 replies.
- [GitHub] [arrow] davisusanibar commented on pull request #13458: ARROW-16930: [Java] Move CPP ORC JNI code to Java ORC project - posted by GitBox <gi...@apache.org> on 2022/06/30 17:45:43 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13482: ARROW-14989: [R] Update num_rows methods to output doubles not integers to prevent integer overflow [WIP] - posted by GitBox <gi...@apache.org> on 2022/06/30 17:46:35 UTC, 1 replies.
- [GitHub] [arrow] assignUser opened a new pull request, #13483: [WIP]ARROW-16605: [CI][R] Fix revdep Crossbow job - posted by GitBox <gi...@apache.org> on 2022/06/30 17:51:31 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13483: [WIP]ARROW-16605: [CI][R] Fix revdep Crossbow job - posted by GitBox <gi...@apache.org> on 2022/06/30 17:51:57 UTC, 2 replies.
- [GitHub] [arrow] assignUser commented on pull request #13483: [WIP]ARROW-16605: [CI][R] Fix revdep Crossbow job - posted by GitBox <gi...@apache.org> on 2022/06/30 17:52:18 UTC, 1 replies.
- [GitHub] [arrow] saulpw closed pull request #13442: ARROW-9612: [C++] increase default block_size from 1MB to 16MB - posted by GitBox <gi...@apache.org> on 2022/06/30 18:33:05 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13484: ARROW-16828: [R][CI] Enable Brotli on MacOS - posted by GitBox <gi...@apache.org> on 2022/06/30 18:56:26 UTC, 3 replies.
- [GitHub] [arrow] wjones127 commented on pull request #13484: ARROW-16828: [R][CI] Enable Brotli on MacOS - posted by GitBox <gi...@apache.org> on 2022/06/30 18:58:22 UTC, 2 replies.
- [GitHub] [arrow] thisisnic commented on a diff in pull request #13482: ARROW-14989: [R] Update num_rows methods to output doubles not integers to prevent integer overflow - posted by GitBox <gi...@apache.org> on 2022/06/30 19:23:30 UTC, 3 replies.
- [GitHub] [arrow] westonpace commented on pull request #13468: ARROW-16816: Upgrade Substrait to v0.6.0 - posted by GitBox <gi...@apache.org> on 2022/06/30 19:30:41 UTC, 0 replies.
- [GitHub] [arrow] zeroshade merged pull request #13463: ARROW-16934: [Go][Parquet] Fix TODO. Add json and csv, add params to set output and turn off metadata - posted by GitBox <gi...@apache.org> on 2022/06/30 19:53:40 UTC, 0 replies.
- [GitHub] [arrow] anthonylouisbsb opened a new pull request, #13485: ARROW-16943: [Java][Packaging] Nigthly build is generating excessive jars - posted by GitBox <gi...@apache.org> on 2022/06/30 19:57:30 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13485: ARROW-16943: [Java][Packaging] Nigthly build is generating excessive jars - posted by GitBox <gi...@apache.org> on 2022/06/30 19:57:57 UTC, 2 replies.
- [GitHub] [arrow] anthonylouisbsb commented on pull request #13485: ARROW-16943: [Java][Packaging] Nigthly build is generating excessive jars - posted by GitBox <gi...@apache.org> on 2022/06/30 19:59:07 UTC, 1 replies.
- [GitHub] [arrow-datafusion] avantgardnerio commented on pull request #2813: Optimize `where exists` sub-queries into `aggregate` and `join` - posted by GitBox <gi...@apache.org> on 2022/06/30 20:03:22 UTC, 1 replies.
- [GitHub] [arrow] kou commented on a diff in pull request #13475: ARROW-16886: [C++] Add option to disable PIC - posted by GitBox <gi...@apache.org> on 2022/06/30 20:15:26 UTC, 0 replies.
- [GitHub] [arrow] kou merged pull request #13476: ARROW-16938: [GLib] Add girdir/vapidir to .pc - posted by GitBox <gi...@apache.org> on 2022/06/30 20:16:41 UTC, 0 replies.
- [GitHub] [arrow] lidavidm commented on a diff in pull request #13481: ARROW-16941: [Java] Consolidate JNI compilation - posted by GitBox <gi...@apache.org> on 2022/06/30 20:38:29 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13484: ARROW-16828: [R][CI] Enable Brotli and BZ2 on MacOS and Windows - posted by GitBox <gi...@apache.org> on 2022/06/30 21:28:44 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13486: ARROW-16936: [C++] Update gRPC absl static dependencies - posted by GitBox <gi...@apache.org> on 2022/06/30 21:32:50 UTC, 1 replies.
- [GitHub] [arrow] drin opened a new pull request, #13487: ARROW-8991: [C++] Add new scalar compute function for hashing - posted by GitBox <gi...@apache.org> on 2022/06/30 21:49:04 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13487: ARROW-8991: [C++] Add new scalar compute function for hashing - posted by GitBox <gi...@apache.org> on 2022/06/30 21:49:32 UTC, 0 replies.
- [GitHub] [arrow] wjones127 commented on pull request #13486: ARROW-16936: [C++] Update gRPC absl static dependencies - posted by GitBox <gi...@apache.org> on 2022/06/30 21:51:36 UTC, 0 replies.
- [GitHub] [arrow] westonpace commented on pull request #13487: ARROW-16945: [C++] Add new scalar compute function for 32-bit hashing - posted by GitBox <gi...@apache.org> on 2022/06/30 21:53:30 UTC, 1 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13487: ARROW-16945: [C++] Add new scalar compute function for 32-bit hashing - posted by GitBox <gi...@apache.org> on 2022/06/30 21:53:54 UTC, 1 replies.
- [GitHub] [arrow] drin commented on pull request #13487: ARROW-16945: [C++] Add new scalar compute function for 32-bit hashing - posted by GitBox <gi...@apache.org> on 2022/06/30 21:54:29 UTC, 0 replies.
- [GitHub] [arrow-cookbook] drin commented on issue #174: [C++] Add example of writing a user-defined compute kernel - posted by GitBox <gi...@apache.org> on 2022/06/30 22:02:14 UTC, 0 replies.
- [GitHub] [arrow] ViniciusSouzaRoque opened a new pull request, #13488: ARROW-16946: [C++][GANDIVA] Implement convert_from for numeric types - posted by GitBox <gi...@apache.org> on 2022/06/30 22:18:30 UTC, 0 replies.
- [GitHub] [arrow] github-actions[bot] commented on pull request #13488: ARROW-16946: [C++][GANDIVA] Implement convert_from for numeric types - posted by GitBox <gi...@apache.org> on 2022/06/30 22:18:50 UTC, 1 replies.
- [GitHub] [arrow] rok commented on a diff in pull request #13486: ARROW-16936: [C++] Update gRPC absl static dependencies - posted by GitBox <gi...@apache.org> on 2022/06/30 22:28:52 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya opened a new issue, #1982: Support DictionaryArray in divide kernel - posted by GitBox <gi...@apache.org> on 2022/06/30 22:32:47 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya opened a new pull request, #1983: Support dictionary array for divide kernel - posted by GitBox <gi...@apache.org> on 2022/06/30 22:33:29 UTC, 0 replies.
- [GitHub] [arrow] westonpace commented on pull request #13130: ARROW-15591: [C++] Add support for aggregation to the Substrait consumer - posted by GitBox <gi...@apache.org> on 2022/06/30 22:37:17 UTC, 0 replies.
- [GitHub] [arrow] wjones127 commented on a diff in pull request #13486: ARROW-16936: [C++] Update gRPC absl static dependencies - posted by GitBox <gi...@apache.org> on 2022/06/30 22:37:23 UTC, 0 replies.
- [GitHub] [arrow] westonpace merged pull request #13375: ARROW-16823: [C++] Arrow Substrait enhancements for UDF - posted by GitBox <gi...@apache.org> on 2022/06/30 22:47:19 UTC, 0 replies.
- [GitHub] [arrow-rs] codecov-commenter commented on pull request #1983: Support dictionary array for divide kernel - posted by GitBox <gi...@apache.org> on 2022/06/30 22:55:51 UTC, 0 replies.
- [GitHub] [arrow-rs] HaoYang670 commented on pull request #1968: Declare the value_length of decimal array as a `const` - posted by GitBox <gi...@apache.org> on 2022/06/30 23:09:48 UTC, 1 replies.
- [GitHub] [arrow] westonpace closed pull request #13220: ARROW-16637: [C++] Add row-based utilities for encoding a batch and merging row tables - posted by GitBox <gi...@apache.org> on 2022/06/30 23:16:38 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya closed issue #1967: Declare `DecimalArray::length` as a constant - posted by GitBox <gi...@apache.org> on 2022/06/30 23:27:01 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya merged pull request #1968: Declare the value_length of decimal array as a `const` - posted by GitBox <gi...@apache.org> on 2022/06/30 23:27:02 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya commented on pull request #1968: Declare the value_length of decimal array as a `const` - posted by GitBox <gi...@apache.org> on 2022/06/30 23:27:30 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya commented on pull request #1983: Support dictionary array for divide kernel - posted by GitBox <gi...@apache.org> on 2022/06/30 23:30:13 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya opened a new pull request, #1984: MINOR: Fix clippy error after updating rust toolchain - posted by GitBox <gi...@apache.org> on 2022/06/30 23:46:06 UTC, 0 replies.
- [GitHub] [arrow-rs] viirya commented on pull request #1984: MINOR: Fix clippy error after updating rust toolchain - posted by GitBox <gi...@apache.org> on 2022/06/30 23:48:16 UTC, 0 replies.