You are viewing a plain text version of this content. The canonical link for it is here.
- Re: [PR] GH-40212: [R][CI] Add a C++ with gcc 14 build [arrow] - posted by "jonkeane (via GitHub)" <gi...@apache.org> on 2024/03/01 00:00:41 UTC, 4 replies.
- Re: [PR] GH-40268: [Archery] Bump the version of pygit2, adapt to API changes [arrow] - posted by "jonkeane (via GitHub)" <gi...@apache.org> on 2024/03/01 00:09:44 UTC, 4 replies.
- [PR] fix: Avoid null exception in removeSubquery [arrow-datafusion-comet] - posted by "viirya (via GitHub)" <gi...@apache.org> on 2024/03/01 00:23:28 UTC, 5 replies.
- Re: [I] [Python] FlightServerBase don't support inject grpc options [arrow] - posted by "amoeba (via GitHub)" <gi...@apache.org> on 2024/03/01 00:59:39 UTC, 4 replies.
- Re: [PR] build: Make the build system work out of box [arrow-datafusion-comet] - posted by "advancedxy (via GitHub)" <gi...@apache.org> on 2024/03/01 01:04:15 UTC, 13 replies.
- [PR] feat: function name hints for UDFs [arrow-datafusion] - posted by "SteveLauC (via GitHub)" <gi...@apache.org> on 2024/03/01 01:05:32 UTC, 9 replies.
- Re: [PR] GH-40155: [Go][FlightRPC][FlightSQL] Implement Session Management [arrow] - posted by "joellubi (via GitHub)" <gi...@apache.org> on 2024/03/01 01:46:28 UTC, 19 replies.
- [PR] docs: update contributor guide (migration to sqllogictest is done) [arrow-datafusion] - posted by "SteveLauC (via GitHub)" <gi...@apache.org> on 2024/03/01 01:56:23 UTC, 2 replies.
- Re: [I] [R] Initializing an Arrow array from an R difftime rounds down to the nearest time unit [arrow] - posted by "paleolimbot (via GitHub)" <gi...@apache.org> on 2024/03/01 01:58:51 UTC, 3 replies.
- Re: [PR] feat: support `unnest` with additional columns [arrow-datafusion] - posted by "jonahgao (via GitHub)" <gi...@apache.org> on 2024/03/01 02:03:06 UTC, 1 replies.
- Re: [I] [R] Arrays containing -2147483648 are converted to NA in R [arrow] - posted by "paleolimbot (via GitHub)" <gi...@apache.org> on 2024/03/01 02:12:57 UTC, 0 replies.
- Re: [PR] GH-40126: [C++] Decimal types with different precisions and scales bind failed in resolve type when call arithmetic function [arrow] - posted by "conbench-apache-arrow[bot] (via GitHub)" <gi...@apache.org> on 2024/03/01 02:15:33 UTC, 2 replies.
- Re: [I] [R][CI] Add (or restore) devel clang nightlies (with libc++) [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/01 02:20:44 UTC, 0 replies.
- Re: [I] [Dev] Remove implicit workflow transitions [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/01 02:25:16 UTC, 1 replies.
- Re: [PR] GH-40261: [Go] Don't export array functions with unexposed return types [arrow] - posted by "conbench-apache-arrow[bot] (via GitHub)" <gi...@apache.org> on 2024/03/01 02:34:22 UTC, 0 replies.
- Re: [I] [C++] Request to move ChunkResolver to public API [arrow] - posted by "felipecrv (via GitHub)" <gi...@apache.org> on 2024/03/01 02:40:13 UTC, 4 replies.
- Re: [I] [Python/C++] `S3FileSystem` slow to deserialize due to AWS rule engine JSON parsing [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/01 02:42:05 UTC, 3 replies.
- Re: [PR] EXPERIMENT: [C++] Use S3ClientConfiguration [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/01 02:43:04 UTC, 4 replies.
- Re: [PR] WIP: [Release] Verify release-15.0.1-rc0 [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/01 02:57:08 UTC, 10 replies.
- [I] object-store: Path::from should not percent-encode its input [arrow-rs] - posted by "dimaryaz (via GitHub)" <gi...@apache.org> on 2024/03/01 03:04:25 UTC, 3 replies.
- Re: [PR] GH-40270: [C++] Use LargeStringArray for casting when writing tables to CSV [arrow] - posted by "sighingnow (via GitHub)" <gi...@apache.org> on 2024/03/01 03:07:11 UTC, 12 replies.
- [I] [Bug] sort_boolean function unstable [arrow-rs] - posted by "JasonLi-cn (via GitHub)" <gi...@apache.org> on 2024/03/01 03:14:13 UTC, 2 replies.
- Re: [I] Build failed [arrow-datafusion-comet] - posted by "wankunde (via GitHub)" <gi...@apache.org> on 2024/03/01 03:17:46 UTC, 2 replies.
- [PR] fix: sort_batch function unsupported mixed types with list [arrow-datafusion] - posted by "JasonLi-cn (via GitHub)" <gi...@apache.org> on 2024/03/01 03:34:25 UTC, 9 replies.
- Re: [I] Unnest function doesn't work as expected with additional columns [arrow-datafusion] - posted by "jayzhan211 (via GitHub)" <gi...@apache.org> on 2024/03/01 03:56:56 UTC, 0 replies.
- [PR] Implement IGNORE NULLS for FIRST_VALUE [arrow-datafusion] - posted by "huaxingao (via GitHub)" <gi...@apache.org> on 2024/03/01 04:38:12 UTC, 26 replies.
- Re: [PR] Mutable OffsetsBuilder [arrow-rs] - posted by "doki23 (via GitHub)" <gi...@apache.org> on 2024/03/01 04:53:47 UTC, 17 replies.
- [PR] Change RecordBatch::schema return type from SchemaRef to &SchemaRef [arrow-rs] - posted by "Monkwire3 (via GitHub)" <gi...@apache.org> on 2024/03/01 05:07:28 UTC, 9 replies.
- Re: [PR] GH-40059: [C++][Python] Basic conversion of RecordBatch to Arrow Tensor [arrow] - posted by "AlenkaF (via GitHub)" <gi...@apache.org> on 2024/03/01 05:12:28 UTC, 7 replies.
- Re: [I] `arrow_cast` does not work in `insert` statements [arrow-datafusion] - posted by "jayzhan211 (via GitHub)" <gi...@apache.org> on 2024/03/01 05:17:30 UTC, 0 replies.
- Re: [PR] Handle serde for ScalarUDF [arrow-datafusion] - posted by "yyy1000 (via GitHub)" <gi...@apache.org> on 2024/03/01 05:41:31 UTC, 9 replies.
- Re: [I] Support for extracting hours/minutes/seconds/etc. from `Time32`/`Time64` type in temporal kernels [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/01 06:26:33 UTC, 0 replies.
- Re: [I] Temporal Extract/Date Part Kernel [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/01 06:26:38 UTC, 0 replies.
- Re: [I] Remove Localstack DynamoDB Workaround Once Fixed Upstream [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/01 06:26:43 UTC, 0 replies.
- Re: [I] Support casting strings like '2001-01-01 01:01:01' to Date32 [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/01 06:26:49 UTC, 0 replies.
- Re: [I] parquet: Allow disabling embed `ARROW_SCHEMA_META_KEY` added by the `ArrowWriter` [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/01 06:26:54 UTC, 0 replies.
- Re: [I] Add support for more fused boolean operations [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/01 06:26:59 UTC, 0 replies.
- Re: [I] Panic when read an empty parquet file [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/01 06:27:05 UTC, 0 replies.
- Re: [I] Broken Link in README (Rust Object Store) Content [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/01 06:27:09 UTC, 0 replies.
- Re: [I] Pass Options to HttpBuilder in parse_url_opts [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/01 06:27:14 UTC, 0 replies.
- Re: [I] Raw JSON Writer [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/01 06:27:17 UTC, 0 replies.
- Re: [I] `ParquetRecordBatchStreamBuilder::new()` panics instead of erroring out when opening a corrupted file [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/01 06:27:22 UTC, 0 replies.
- Re: [I] Mention "Http" support in REAME [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/01 06:27:26 UTC, 0 replies.
- Re: [I] Removing a column from a `RecordBatch` drops schema metadata [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/01 06:27:31 UTC, 0 replies.
- Re: [I] Support Creating Non-Nullable Lists with ListBuilder [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/01 06:27:36 UTC, 0 replies.
- Re: [I] Debug output of Time32/Time64 arrays with invalid values has confusing nulls [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/01 06:27:41 UTC, 0 replies.
- Re: [I] support cast 'UTF8' to `FixedSizeList` [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/01 06:27:45 UTC, 0 replies.
- Re: [I] Can the ArrayBuilder trait be made Sync? [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/01 06:27:50 UTC, 0 replies.
- Re: [I] Buffer memory usage for custom allocations is reported as 0 [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/01 06:27:54 UTC, 0 replies.
- Re: [I] RecordBatch conversion from pyarrow loses Schema's metadata [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/01 06:27:59 UTC, 0 replies.
- Re: [I] Support check similar datatype but with different magnitudes [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/01 06:28:04 UTC, 0 replies.
- Re: [I] Multipart upload can leave futures unpolled, leading to timeout [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/01 06:28:11 UTC, 2 replies.
- Re: [I] Update Flight proto [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/01 06:28:15 UTC, 1 replies.
- Re: [I] Support for additional URL formats in object_store for Azure blob [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/01 06:28:23 UTC, 0 replies.
- Re: [I] Make ffi consume variable layout arrays with empty offsets [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/01 06:28:28 UTC, 0 replies.
- Re: [I] Cast kernel doesn't return null for string to integral cases when overflowing under safe option enabled [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/01 06:28:33 UTC, 0 replies.
- Re: [I] OOB access in `Buffer::from_iter` [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/01 06:28:37 UTC, 0 replies.
- Re: [I] delete_stream fails in MinIO [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/01 06:28:42 UTC, 0 replies.
- Re: [I] [object_store] Enable anonymous read access for Azure [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/01 06:28:46 UTC, 0 replies.
- Re: [I] Refine `Display` implementation for `FlightError` [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/01 06:28:50 UTC, 1 replies.
- [PR] Minor: improve the display name of `unnest` expressions [arrow-datafusion] - posted by "jonahgao (via GitHub)" <gi...@apache.org> on 2024/03/01 06:29:45 UTC, 1 replies.
- Re: [PR] Support ORDER BY in AggregateUDF [arrow-datafusion] - posted by "jayzhan211 (via GitHub)" <gi...@apache.org> on 2024/03/01 06:35:16 UTC, 14 replies.
- Re: [PR] GH-40153: [Python] Avoid using np.take in Array.to_numpy() [arrow] - posted by "conbench-apache-arrow[bot] (via GitHub)" <gi...@apache.org> on 2024/03/01 06:35:42 UTC, 0 replies.
- [PR] Prepare object_store 0.9.1 [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/01 06:36:25 UTC, 1 replies.
- Re: [PR] GH-39864: [C++] DataType::ToString support optionally show metadata [arrow] - posted by "Cerdore (via GitHub)" <gi...@apache.org> on 2024/03/01 06:43:45 UTC, 0 replies.
- Re: [I] Release Object Store 0.9.1 [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/01 06:50:33 UTC, 1 replies.
- Re: [PR] GH-40280: [C++] Specialize ResolvedChunk::Value on value-specific types instead of entire class [arrow] - posted by "conbench-apache-arrow[bot] (via GitHub)" <gi...@apache.org> on 2024/03/01 06:54:48 UTC, 2 replies.
- Re: [PR] GH-20339: [C++] Add residual filter support to swiss join [arrow] - posted by "zanmato1984 (via GitHub)" <gi...@apache.org> on 2024/03/01 07:11:49 UTC, 2 replies.
- Re: [I] "OR" "AND" operators does not work [arrow-datafusion] - posted by "Denys-Bushulyak (via GitHub)" <gi...@apache.org> on 2024/03/01 07:20:05 UTC, 1 replies.
- Re: [PR] Minor: Move function signature check to planning stage [arrow-datafusion] - posted by "jayzhan211 (via GitHub)" <gi...@apache.org> on 2024/03/01 07:22:45 UTC, 1 replies.
- Re: [PR] Consolidate `TreeNode` transform and rewrite APIs [arrow-datafusion] - posted by "berkaysynnada (via GitHub)" <gi...@apache.org> on 2024/03/01 07:23:07 UTC, 11 replies.
- Re: [PR] feat: track memory consumers for GreedyMemoryPoolState [arrow-datafusion] - posted by "asimsedhain (via GitHub)" <gi...@apache.org> on 2024/03/01 07:29:28 UTC, 8 replies.
- Re: [PR] GH-39855: [Python] ListView support for pa.array() [arrow] - posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org> on 2024/03/01 07:30:04 UTC, 1 replies.
- Re: [I] [Python] `tests/test_compute.py::test_count_distinct` fails on 29th of February [arrow] - posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org> on 2024/03/01 07:36:25 UTC, 1 replies.
- Re: [PR] GH-40183: [C++] Fix cast function bind failed after add an alias name through AddAlias [arrow] - posted by "ZhangHuiGui (via GitHub)" <gi...@apache.org> on 2024/03/01 09:04:35 UTC, 5 replies.
- Re: [I] [R][C++] "negative buffer resize" error with arrow and dplyr in R [arrow] - posted by "chenyiwrites (via GitHub)" <gi...@apache.org> on 2024/03/01 09:19:49 UTC, 0 replies.
- [PR] rewrite nvl function [arrow-datafusion] - posted by "guojidan (via GitHub)" <gi...@apache.org> on 2024/03/01 10:16:33 UTC, 6 replies.
- Re: [I] Async IPC Reader/Writer [arrow-rs] - posted by "AdamGS (via GitHub)" <gi...@apache.org> on 2024/03/01 10:26:44 UTC, 2 replies.
- Re: [I] Public Access for encoder Module to Enable Generic Functionality in Parquet Crate [arrow-rs] - posted by "zmrdltl (via GitHub)" <gi...@apache.org> on 2024/03/01 11:14:37 UTC, 1 replies.
- Re: [I] Add CI pipelines for Spark 3.2 and 3.3 [arrow-datafusion-comet] - posted by "advancedxy (via GitHub)" <gi...@apache.org> on 2024/03/01 11:15:14 UTC, 1 replies.
- Re: [I] Add support for `InMemoryRelation` [arrow-datafusion-comet] - posted by "advancedxy (via GitHub)" <gi...@apache.org> on 2024/03/01 11:18:17 UTC, 2 replies.
- [PR] Move SpawnedTask from datafusion_physical_plan to datafusion_common [arrow-datafusion] - posted by "mustafasrepo (via GitHub)" <gi...@apache.org> on 2024/03/01 11:34:04 UTC, 6 replies.
- Re: [I] Improve Spark shim layer [arrow-datafusion-comet] - posted by "advancedxy (via GitHub)" <gi...@apache.org> on 2024/03/01 11:39:54 UTC, 0 replies.
- Re: [I] Explore MUSL to avoid GLIBC requirement [arrow-datafusion-comet] - posted by "advancedxy (via GitHub)" <gi...@apache.org> on 2024/03/01 12:00:06 UTC, 4 replies.
- Re: [PR] Move the to_timestamp* functions to datafusion-functions [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/01 12:09:33 UTC, 7 replies.
- [PR] chore(ci): Fix bundler action [arrow-nanoarrow] - posted by "paleolimbot (via GitHub)" <gi...@apache.org> on 2024/03/01 13:19:21 UTC, 1 replies.
- Re: [I] [Python] Only convert in parallel for the ConsolidatedBlockCreator class for large data [arrow] - posted by "felipecrv (via GitHub)" <gi...@apache.org> on 2024/03/01 13:19:55 UTC, 1 replies.
- Re: [PR] chore(deps): update substrait requirement from 0.24.0 to 0.25.1 [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/01 13:28:40 UTC, 0 replies.
- [PR] chore(ci): Fix container build action [arrow-nanoarrow] - posted by "paleolimbot (via GitHub)" <gi...@apache.org> on 2024/03/01 13:29:15 UTC, 1 replies.
- Re: [I] [Archery]: Bump the version of pygit2, adapt to API changes [arrow] - posted by "jonkeane (via GitHub)" <gi...@apache.org> on 2024/03/01 13:40:19 UTC, 0 replies.
- Re: [PR] Move SpawnedTask from datafusion_physical_plan to new `datafusion_common_runtime` crate [arrow-datafusion] - posted by "mustafasrepo (via GitHub)" <gi...@apache.org> on 2024/03/01 13:42:55 UTC, 2 replies.
- Re: [PR] feat(python): Add CArrayView -> Python conversion [arrow-nanoarrow] - posted by "paleolimbot (via GitHub)" <gi...@apache.org> on 2024/03/01 13:45:48 UTC, 3 replies.
- [PR] GH-40306: [C++] Fix a wrong total_bytes to generate StringType's test data in vector_hash_benchmark [arrow] - posted by "ZhangHuiGui (via GitHub)" <gi...@apache.org> on 2024/03/01 14:07:20 UTC, 5 replies.
- Re: [PR] Minor: Add example comment on window expr [arrow-datafusion] - posted by "caicancai (via GitHub)" <gi...@apache.org> on 2024/03/01 14:10:27 UTC, 0 replies.
- Re: [I] feat: allow math functions to parse input from Utf8 [arrow-datafusion] - posted by "caicancai (via GitHub)" <gi...@apache.org> on 2024/03/01 14:12:50 UTC, 1 replies.
- [PR] feat(python): Add user-facing `Array` class [arrow-nanoarrow] - posted by "paleolimbot (via GitHub)" <gi...@apache.org> on 2024/03/01 16:05:10 UTC, 34 replies.
- [I] AsyncArrowWriter doesn't limit underlying ArrowWriter to respect buffer-size [arrow-rs] - posted by "DDtKey (via GitHub)" <gi...@apache.org> on 2024/03/01 16:13:55 UTC, 19 replies.
- Re: [I] `parquet::arrow::AsyncArrowWrite` have memory leak [arrow-rs] - posted by "DDtKey (via GitHub)" <gi...@apache.org> on 2024/03/01 16:14:35 UTC, 0 replies.
- [PR] docs(java): show how to build with ErrorProne/Checker Framework [arrow-adbc] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/01 16:25:58 UTC, 2 replies.
- Re: [PR] test(python/adbc_driver_flightsql): test incremental execution [arrow-adbc] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/01 16:26:19 UTC, 0 replies.
- Re: [PR] fix: Ensure that test suite passes with system-provided SQLite on MacOS [arrow-adbc] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/01 16:36:04 UTC, 1 replies.
- Re: [PR] feat(c/driver/common): Add minimal C++ driver framework [arrow-adbc] - posted by "paleolimbot (via GitHub)" <gi...@apache.org> on 2024/03/01 16:40:47 UTC, 3 replies.
- [PR] feat(python): react to SIGINT in more places [arrow-adbc] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/01 16:46:11 UTC, 1 replies.
- Re: [PR] GH-39968: [Python][FS][Azure] Minimal Python bindings for `AzureFileSystem` [arrow] - posted by "pitrou (via GitHub)" <gi...@apache.org> on 2024/03/01 16:46:52 UTC, 15 replies.
- Re: [I] [R][C++] Repartitioning on a new variable uses all my RAM and crashes [arrow] - posted by "thisisnic (via GitHub)" <gi...@apache.org> on 2024/03/01 17:05:36 UTC, 5 replies.
- [PR] ci: configure env vars for CI in .env file [arrow-adbc] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/01 17:12:56 UTC, 2 replies.
- Re: [I] "AND" operators does not work [arrow-datafusion] - posted by "Denys-Bushulyak (via GitHub)" <gi...@apache.org> on 2024/03/01 17:32:42 UTC, 6 replies.
- Re: [I] Move the to_timestamp* functions to datafusion-functions [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/01 17:34:11 UTC, 0 replies.
- Re: [PR] Add plugable handler for `CREATE FUNCTION` [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/01 17:42:51 UTC, 37 replies.
- Re: [I] python,go/adbc/driver/snowflake: returning Snowflake query ID [arrow-adbc] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/01 17:43:41 UTC, 0 replies.
- Re: [I] feat: 1.0.0 libraries release (tracking issue) [arrow-adbc] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/01 17:44:23 UTC, 3 replies.
- Re: [PR] Minor: Support LargeList List Range indexing and fix large list handling in ConstEvaluator [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/01 18:00:03 UTC, 1 replies.
- Re: [PR] feat(go/adbc/driver/flightsql): reflect gRPC status in vendor code [arrow-adbc] - posted by "zeroshade (via GitHub)" <gi...@apache.org> on 2024/03/01 18:02:53 UTC, 3 replies.
- [I] Support "Tracing" / Spans [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/01 18:24:30 UTC, 1 replies.
- Re: [I] Accessing Execution Metrics [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/01 18:27:23 UTC, 1 replies.
- [I] MicrosoftAzure store list result omits empty objects [arrow-rs] - posted by "andrebsguedes (via GitHub)" <gi...@apache.org> on 2024/03/01 18:33:29 UTC, 3 replies.
- Re: [I] [R] CRAN packaging checklist for version 15.0.0 [arrow] - posted by "thisisnic (via GitHub)" <gi...@apache.org> on 2024/03/01 19:27:26 UTC, 4 replies.
- Re: [PR] GH-37720: [Format][Docs][FlightSQL] Document FlightSQL stateless prepared statements [arrow] - posted by "github-actions[bot] (via GitHub)" <gi...@apache.org> on 2024/03/01 19:33:32 UTC, 0 replies.
- [I] Improvement: move rustdoc example for to_date() function to examples and provide an updated rustdoc for the function [arrow-datafusion] - posted by "Omega359 (via GitHub)" <gi...@apache.org> on 2024/03/01 19:34:11 UTC, 0 replies.
- Re: [I] [Python] Add ListView and LargeListView array formats [arrow] - posted by "danepitkin (via GitHub)" <gi...@apache.org> on 2024/03/01 19:39:44 UTC, 0 replies.
- [PR] Adam/flightsql/stateless prepared statement params go [arrow] - posted by "erratic-pattern (via GitHub)" <gi...@apache.org> on 2024/03/01 19:42:00 UTC, 1 replies.
- [I] Further refine the Top K sort operator [arrow-datafusion] - posted by "gruuya (via GitHub)" <gi...@apache.org> on 2024/03/01 19:47:53 UTC, 12 replies.
- Re: [PR] NEW Logo [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/01 20:06:04 UTC, 2 replies.
- Re: [I] [FlightSQL] Stateless prepared statement with parameter support [arrow] - posted by "erratic-pattern (via GitHub)" <gi...@apache.org> on 2024/03/01 20:18:42 UTC, 8 replies.
- Re: [I] Run DataFusion benchmarks regularly and track performance history over time [arrow-datafusion] - posted by "gruuya (via GitHub)" <gi...@apache.org> on 2024/03/01 20:23:21 UTC, 9 replies.
- [PR] GH-40312: [Python] ListView documentation in user guide [arrow] - posted by "danepitkin (via GitHub)" <gi...@apache.org> on 2024/03/01 20:27:39 UTC, 2 replies.
- [PR] Minor: Update README.md with system diagram [arrow-datafusion-comet] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/01 20:41:57 UTC, 0 replies.
- Re: [PR] GH-40312: [Python] Add ListView documentation to user guide [arrow] - posted by "danepitkin (via GitHub)" <gi...@apache.org> on 2024/03/01 20:41:58 UTC, 9 replies.
- [PR] GH-40314: [R] Return plan generated when calling write_dataset [arrow] - posted by "thisisnic (via GitHub)" <gi...@apache.org> on 2024/03/01 20:48:09 UTC, 0 replies.
- [PR] feat(go/adbc/driver/flightsql): expose FlightInfo during polling [arrow-adbc] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/01 20:51:35 UTC, 2 replies.
- [PR] Uses ResourceType for filtering list directories instead of workaround [arrow-rs] - posted by "andrebsguedes (via GitHub)" <gi...@apache.org> on 2024/03/01 20:58:33 UTC, 2 replies.
- [I] Support multi column sorting with lists [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/01 20:59:40 UTC, 2 replies.
- Re: [I] Include Rust's native stack trace in CometNativeException [arrow-datafusion-comet] - posted by "snmvaughan (via GitHub)" <gi...@apache.org> on 2024/03/01 21:34:14 UTC, 1 replies.
- [I] Restore unit test for panic stacktrace in exception [arrow-datafusion-comet] - posted by "snmvaughan (via GitHub)" <gi...@apache.org> on 2024/03/01 21:37:56 UTC, 1 replies.
- [PR] test: Add golden files for test [arrow-datafusion-comet] - posted by "snmvaughan (via GitHub)" <gi...@apache.org> on 2024/03/01 21:40:11 UTC, 2 replies.
- Re: [PR] Add a ScalarUDFImpl::simplfy() API [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/01 21:48:23 UTC, 14 replies.
- Re: [I] Umbrella issue for parquet 2.6.0 support [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/01 21:55:50 UTC, 1 replies.
- Re: [I] [Go][FlightRPC] Implement session management [arrow] - posted by "zeroshade (via GitHub)" <gi...@apache.org> on 2024/03/01 22:15:10 UTC, 0 replies.
- Re: [PR] minor: Update README.md with system diagram [arrow-datafusion-comet] - posted by "sunchao (via GitHub)" <gi...@apache.org> on 2024/03/01 22:16:21 UTC, 1 replies.
- [PR] IGNORE NULLS support for LEAD [arrow-datafusion] - posted by "comphead (via GitHub)" <gi...@apache.org> on 2024/03/01 22:35:47 UTC, 0 replies.
- Re: [I] go/adbc/driver: SIGSEGV on error return [arrow-adbc] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/01 22:44:34 UTC, 0 replies.
- [PR] build: Add checker for PR title [arrow-datafusion-comet] - posted by "sunchao (via GitHub)" <gi...@apache.org> on 2024/03/01 22:47:32 UTC, 5 replies.
- Re: [PR] refactor: make instr() an alias of strpos() [arrow-datafusion] - posted by "Omega359 (via GitHub)" <gi...@apache.org> on 2024/03/01 23:00:59 UTC, 4 replies.
- [PR] Supporting Date type for range and generate_series [arrow-datafusion] - posted by "Lordworms (via GitHub)" <gi...@apache.org> on 2024/03/01 23:04:29 UTC, 0 replies.
- Re: [I] Move date_part, date_trunc, date_bin functions to datafusion-functions [arrow-datafusion] - posted by "Omega359 (via GitHub)" <gi...@apache.org> on 2024/03/01 23:04:51 UTC, 2 replies.
- [PR] refactor: add `join_unwind` to `SpawnedTask` [arrow-datafusion] - posted by "DDtKey (via GitHub)" <gi...@apache.org> on 2024/03/01 23:36:55 UTC, 17 replies.
- [I] Support LargeList for ListIndex [arrow-datafusion] - posted by "jayzhan211 (via GitHub)" <gi...@apache.org> on 2024/03/01 23:53:43 UTC, 1 replies.
- [PR] [NOMERGE][C++] Use Release-Acquire ordering for update/reads FutureImpl::state_ [arrow] - posted by "felipecrv (via GitHub)" <gi...@apache.org> on 2024/03/01 23:57:19 UTC, 5 replies.
- Re: [I] [C++][Parquet] Using BMI to implement filter pushdown [arrow] - posted by "felipecrv (via GitHub)" <gi...@apache.org> on 2024/03/02 00:05:26 UTC, 0 replies.
- Re: [I] How to use/test Comet? [arrow-datafusion-comet] - posted by "comphead (via GitHub)" <gi...@apache.org> on 2024/03/02 02:18:09 UTC, 3 replies.
- [PR] Support LargeList for ListIndex [arrow-datafusion] - posted by "PsiACE (via GitHub)" <gi...@apache.org> on 2024/03/02 02:41:34 UTC, 0 replies.
- Re: [PR] Support IGNORE NULLS for LEAD window function [arrow-datafusion] - posted by "comphead (via GitHub)" <gi...@apache.org> on 2024/03/02 02:43:25 UTC, 3 replies.
- [PR] feat(python): Add repr iterator [arrow-nanoarrow] - posted by "paleolimbot (via GitHub)" <gi...@apache.org> on 2024/03/02 03:28:19 UTC, 3 replies.
- Re: [I] [Epic] Port BuiltInFunctons to `datafusion-functions-*` crates [arrow-datafusion] - posted by "Weijun-H (via GitHub)" <gi...@apache.org> on 2024/03/02 04:02:02 UTC, 30 replies.
- [PR] move ArrayDims, ArrayNdims and Cardinality to datafusion-function-crate [arrow-datafusion] - posted by "Weijun-H (via GitHub)" <gi...@apache.org> on 2024/03/02 04:03:23 UTC, 8 replies.
- Re: [PR] move make_array array_append array_prepend array_concat function to datafusion-functions-array crate [arrow-datafusion] - posted by "jayzhan211 (via GitHub)" <gi...@apache.org> on 2024/03/02 05:23:22 UTC, 22 replies.
- [PR] Minior: Add negative tests about sqrt function [arrow-datafusion] - posted by "caicancai (via GitHub)" <gi...@apache.org> on 2024/03/02 08:18:58 UTC, 2 replies.
- [PR] support cross compile for spark 3.2 and spark 3.3 [arrow-datafusion-comet] - posted by "advancedxy (via GitHub)" <gi...@apache.org> on 2024/03/02 10:50:24 UTC, 1 replies.
- Re: [I] Add a runtime error check for `TableProvider::supports_filters_pushdown()` (was for "AND" operators does not work) [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/02 11:32:50 UTC, 2 replies.
- [I] Release arrow-rs / parquet version (`51.0.0` or `50.1.0`) [arrow-rs] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/02 11:42:21 UTC, 2 replies.
- Re: [PR] Support Parquet Byte Stream Split Encoding [arrow-rs] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/02 11:42:53 UTC, 0 replies.
- [I] Error `The data type type List .. has no natural order` when using `arrow::compute::lexsort_to_indices` with list and more than one column [arrow-rs] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/02 11:57:12 UTC, 2 replies.
- [PR] fix: lexsort_to_indices unsupported mixed types with list [arrow-rs] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/02 11:58:41 UTC, 2 replies.
- [PR] Modifying comments to satisfy the function's expected behavior [arrow-rs] - posted by "Kikkon (via GitHub)" <gi...@apache.org> on 2024/03/02 13:30:13 UTC, 1 replies.
- Re: [PR] feat: Add projection to HashJoinExec. [arrow-datafusion] - posted by "my-vegetable-has-exploded (via GitHub)" <gi...@apache.org> on 2024/03/02 14:41:35 UTC, 32 replies.
- [PR] build: Support cross build ci pipelines for Spark 3.2, 3.3 and 3.4 [arrow-datafusion-comet] - posted by "advancedxy (via GitHub)" <gi...@apache.org> on 2024/03/02 14:59:27 UTC, 2 replies.
- Re: [I] Add trademark symbol to DataFusion logo [arrow-datafusion] - posted by "andygrove (via GitHub)" <gi...@apache.org> on 2024/03/02 15:43:05 UTC, 1 replies.
- Re: [I] Create new logo for Apache DataFusion [arrow-datafusion] - posted by "andygrove (via GitHub)" <gi...@apache.org> on 2024/03/02 15:44:07 UTC, 0 replies.
- Re: [I] Handle Serde for Custom `ScalarUDFImpl` traits [arrow-datafusion] - posted by "thinkharderdev (via GitHub)" <gi...@apache.org> on 2024/03/02 15:46:42 UTC, 0 replies.
- Re: [PR] Minior: Add tests with `sqrt` with negative argument [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/02 15:55:02 UTC, 0 replies.
- Re: [PR] [task #5568] add_to_unixtime_function [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/02 15:55:43 UTC, 8 replies.
- Re: [PR] Implement streaming for specialized group by string aggregator [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/02 15:57:43 UTC, 1 replies.
- Re: [PR] WIP Move regexp_match functions into datafusion-functions [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/02 15:58:00 UTC, 1 replies.
- Re: [PR] Move `make_array`, `array_{intersect, union, distinct} to `datafusion-functions-array` [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/02 15:58:05 UTC, 0 replies.
- [I] Support Serde for ScalarUDF in Physical Expressions [arrow-datafusion] - posted by "yyy1000 (via GitHub)" <gi...@apache.org> on 2024/03/02 16:01:00 UTC, 2 replies.
- Re: [PR] port regexp_like function and port related tests [arrow-datafusion] - posted by "yyy1000 (via GitHub)" <gi...@apache.org> on 2024/03/02 16:14:54 UTC, 10 replies.
- Re: [I] [C++][Parquet] Decoding: Generate unpack8 to optimize Boolean Decoder [arrow] - posted by "mapleFU (via GitHub)" <gi...@apache.org> on 2024/03/02 16:39:04 UTC, 13 replies.
- [PR] Prepare 36.0.0 Release [arrow-datafusion-python] - posted by "andygrove (via GitHub)" <gi...@apache.org> on 2024/03/02 16:54:28 UTC, 2 replies.
- [PR] GH-XXX: [R] [CI] Use rocker/r-ver instead of library/r-base [arrow] - posted by "jonkeane (via GitHub)" <gi...@apache.org> on 2024/03/02 17:02:13 UTC, 5 replies.
- [I] Add support for Python 3.11 [arrow-datafusion-python] - posted by "andygrove (via GitHub)" <gi...@apache.org> on 2024/03/02 17:07:47 UTC, 1 replies.
- Re: [PR] Support `Date32` arguments for `generate_series` [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/02 17:22:49 UTC, 6 replies.
- Re: [PR] GH-37720: [Format][Docs][FlightSQL] Document stateless prepared statements [arrow] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/02 18:02:22 UTC, 21 replies.
- [PR] Fix Python 3.12 support [arrow] - posted by "SuperSandro2000 (via GitHub)" <gi...@apache.org> on 2024/03/02 18:03:12 UTC, 3 replies.
- [PR] fix(go/adbc/drivermgr): don't call potentially nil pointer [arrow-adbc] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/02 18:27:56 UTC, 1 replies.
- [PR] Add test case for invalid tz in timestamp literal [arrow-datafusion] - posted by "MohamedAbdeen21 (via GitHub)" <gi...@apache.org> on 2024/03/02 18:29:59 UTC, 5 replies.
- [I] I don't think you are missing anything -- it does not have support for reading from stdin. I think it would be a good feature. [arrow-datafusion] - posted by "13minutes-yt (via GitHub)" <gi...@apache.org> on 2024/03/02 18:36:37 UTC, 0 replies.
- [PR] fix: reading from partitioned json tables [arrow-datafusion] - posted by "korowa (via GitHub)" <gi...@apache.org> on 2024/03/02 18:51:58 UTC, 5 replies.
- Re: [I] Invalid timezone information is ignored after `Z` in timestamp literals [arrow-datafusion] - posted by "MohamedAbdeen21 (via GitHub)" <gi...@apache.org> on 2024/03/02 18:52:13 UTC, 1 replies.
- [I] incorrect re-export for datafusion-functions-array [arrow-datafusion] - posted by "andygrove (via GitHub)" <gi...@apache.org> on 2024/03/02 19:01:44 UTC, 1 replies.
- Re: [I] Add a Github check for PR titles [arrow-datafusion-comet] - posted by "sunchao (via GitHub)" <gi...@apache.org> on 2024/03/02 19:22:58 UTC, 0 replies.
- [PR] build(deps): bump syn from 2.0.48 to 2.0.52 [arrow-datafusion-python] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/02 19:24:51 UTC, 2 replies.
- Re: [PR] build(deps): bump syn from 2.0.48 to 2.0.50 [arrow-datafusion-python] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/02 19:24:53 UTC, 1 replies.
- [PR] Re-export datafusion-functions-array [arrow-datafusion] - posted by "andygrove (via GitHub)" <gi...@apache.org> on 2024/03/02 19:31:52 UTC, 1 replies.
- [PR] Minor: simplify call [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/02 19:38:38 UTC, 1 replies.
- Re: [PR] GH-40323: [R] [CI] Use rocker/r-ver instead of library/r-base [arrow] - posted by "github-actions[bot] (via GitHub)" <gi...@apache.org> on 2024/03/02 20:19:33 UTC, 4 replies.
- Re: [I] support for reading data from stdin for `datafusion-cli` [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/02 20:52:02 UTC, 4 replies.
- [PR] Document parquet writer memory limiting (#5450) [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/02 21:34:15 UTC, 8 replies.
- Re: [I] [R] [CI] Use rocker/r-ver instead of library/r-base [arrow] - posted by "jonkeane (via GitHub)" <gi...@apache.org> on 2024/03/02 23:15:00 UTC, 0 replies.
- Re: [PR] build(deps): bump libgit2-sys from 0.16.1+1.7.1 to 0.16.2+1.7.2 [arrow-datafusion-python] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/02 23:57:56 UTC, 1 replies.
- Re: [PR] build(deps): bump datafusion from 35.0.0 to 36.0.0 [arrow-datafusion-python] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/02 23:57:57 UTC, 1 replies.
- Re: [PR] build(deps): bump datafusion-common from 35.0.0 to 36.0.0 [arrow-datafusion-python] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/02 23:57:58 UTC, 1 replies.
- Re: [PR] build(deps): bump datafusion-optimizer from 35.0.0 to 36.0.0 [arrow-datafusion-python] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/02 23:57:59 UTC, 1 replies.
- Re: [PR] build(deps): bump datafusion-expr from 35.0.0 to 36.0.0 [arrow-datafusion-python] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/02 23:58:00 UTC, 1 replies.
- Re: [PR] build(deps): bump datafusion-sql from 35.0.0 to 36.0.0 [arrow-datafusion-python] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/02 23:58:00 UTC, 1 replies.
- Re: [PR] build(deps): bump tokio from 1.35.1 to 1.36.0 [arrow-datafusion-python] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/02 23:58:02 UTC, 1 replies.
- Re: [PR] build(deps): bump datafusion-substrait from 35.0.0 to 36.0.0 [arrow-datafusion-python] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/02 23:58:02 UTC, 1 replies.
- [PR] Remove sql-on-pandas/polars/cudf examples [arrow-datafusion-python] - posted by "andygrove (via GitHub)" <gi...@apache.org> on 2024/03/03 00:03:37 UTC, 3 replies.
- [I] Revisit Design of ObjectStore::put_multipart [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/03 00:14:38 UTC, 13 replies.
- Re: [PR] Minor: Support LargeList for ListIndex [arrow-datafusion] - posted by "jayzhan211 (via GitHub)" <gi...@apache.org> on 2024/03/03 00:37:32 UTC, 1 replies.
- Re: [I] Add Scalar to ScalarValue Nested Type [arrow-datafusion] - posted by "jayzhan211 (via GitHub)" <gi...@apache.org> on 2024/03/03 01:17:32 UTC, 1 replies.
- [PR] Move date_part, date_trunc, date_bin functions to datafusion-functions [arrow-datafusion] - posted by "Omega359 (via GitHub)" <gi...@apache.org> on 2024/03/03 02:07:50 UTC, 25 replies.
- [I] Build Scalar with ArrayRef [arrow-rs] - posted by "jayzhan211 (via GitHub)" <gi...@apache.org> on 2024/03/03 02:52:35 UTC, 2 replies.
- [PR] Support Serde for ScalarUDF in Physical Expressions [arrow-datafusion] - posted by "yyy1000 (via GitHub)" <gi...@apache.org> on 2024/03/03 03:32:32 UTC, 19 replies.
- Re: [PR] build: Support CI pipelines for Spark 3.2, 3.3 and 3.4 [arrow-datafusion-comet] - posted by "sunchao (via GitHub)" <gi...@apache.org> on 2024/03/03 05:58:12 UTC, 1 replies.
- [PR] minor: Only trigger PR title checker on pull requests [arrow-datafusion-comet] - posted by "sunchao (via GitHub)" <gi...@apache.org> on 2024/03/03 06:17:37 UTC, 2 replies.
- Re: [I] Remove instr code, add instr as an alias for strpos [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/03 07:03:23 UTC, 0 replies.
- Re: [PR] Add a `ScalarUDFImpl::simplfy()` API, move `SimplifyInfo` et al to datafusion_expr [arrow-datafusion] - posted by "jayzhan211 (via GitHub)" <gi...@apache.org> on 2024/03/03 07:51:55 UTC, 11 replies.
- Re: [PR] Implement FlightSQL spec change to support stateless prepared statements [arrow-rs] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/03 08:08:27 UTC, 17 replies.
- Re: [I] [C++][Gandiva] A question about gandiva's GetResultType for DecimalType [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/03 08:17:19 UTC, 1 replies.
- Re: [I] [C++] Enable Array creation from Scalar [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/03 08:31:27 UTC, 4 replies.
- [PR] Enhancement: Replace unsafe code [arrow-rs] - posted by "Kikkon (via GitHub)" <gi...@apache.org> on 2024/03/03 08:32:18 UTC, 4 replies.
- [PR] fix: Final aggregation should not bind to the input of partial aggregation [arrow-datafusion-comet] - posted by "viirya (via GitHub)" <gi...@apache.org> on 2024/03/03 08:56:26 UTC, 15 replies.
- [PR] GH-40028: [C++][FS][Azure] Add AzureFileSystem support to FileSystemFromUri() [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/03 09:34:42 UTC, 33 replies.
- Re: [I] load Parquet to In-memory Table [arrow-datafusion-python] - posted by "djouallah (via GitHub)" <gi...@apache.org> on 2024/03/03 10:28:43 UTC, 0 replies.
- Re: [I] Implement `StringViewArray` and `BinaryViewArray` [arrow-rs] - posted by "Kikkon (via GitHub)" <gi...@apache.org> on 2024/03/03 11:59:02 UTC, 6 replies.
- Re: [I] Add `ListViewArray` and `LargeListViewArray` [arrow-rs] - posted by "Kikkon (via GitHub)" <gi...@apache.org> on 2024/03/03 12:34:38 UTC, 5 replies.
- Re: [PR] feat: Support EscapedStringLiteral [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/03 15:27:30 UTC, 1 replies.
- Re: [I] Remove fetch option from ExternalSorter [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/03 15:28:12 UTC, 3 replies.
- Re: [I] Joins on Structs fail at runtime [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/03 15:29:45 UTC, 0 replies.
- Re: [PR] feat: Introduce `CometTaskMemoryManager` and native side memory pool [arrow-datafusion-comet] - posted by "snmvaughan (via GitHub)" <gi...@apache.org> on 2024/03/03 15:30:29 UTC, 12 replies.
- Re: [PR] docs: list protoc dependency [arrow-ballista] - posted by "andygrove (via GitHub)" <gi...@apache.org> on 2024/03/03 16:07:33 UTC, 0 replies.
- Re: [PR] fix: reading from partitioned `json` & `arrow` tables [arrow-datafusion] - posted by "korowa (via GitHub)" <gi...@apache.org> on 2024/03/03 16:40:28 UTC, 2 replies.
- [PR] Python3.11 support [arrow-datafusion-python] - posted by "andygrove (via GitHub)" <gi...@apache.org> on 2024/03/03 17:39:27 UTC, 1 replies.
- [I] Final aggregation should not bind to the input of partial aggregation [arrow-datafusion-comet] - posted by "viirya (via GitHub)" <gi...@apache.org> on 2024/03/03 17:57:42 UTC, 1 replies.
- Re: [PR] upgrade to support python 3.11 [arrow-datafusion-python] - posted by "andygrove (via GitHub)" <gi...@apache.org> on 2024/03/03 18:32:49 UTC, 1 replies.
- Re: [PR] Document UnionArray Panics [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/03 18:48:23 UTC, 0 replies.
- Re: [I] Inconsistency between comments and code implementation [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/03 18:48:24 UTC, 1 replies.
- [PR] build(deps): bump conda-incubator/setup-miniconda from 2.2.0 to 3.0.3 [arrow-datafusion-python] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/03 19:04:04 UTC, 0 replies.
- Re: [PR] build(deps): bump conda-incubator/setup-miniconda from 2.2.0 to 3.0.2 [arrow-datafusion-python] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/03 19:04:05 UTC, 1 replies.
- [PR] Fix test_string_dictionary_merge (#5255) [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/03 20:22:53 UTC, 2 replies.
- Re: [PR] GH-40038: [Java] Export non empty offset buffer for variable-size layout through C Data Interface [arrow] - posted by "viirya (via GitHub)" <gi...@apache.org> on 2024/03/03 20:37:46 UTC, 16 replies.
- Re: [I] [R] Package Error: package arrow/libs/arrow.so: undefined symbol: _ZN5arrow7dataset14JsonFileFormatC1Ev [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/03 20:39:20 UTC, 7 replies.
- Re: [I] `concat::tests::test_string_dictionary_merge failure` fails on Mac / has different results in different platforms [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/03 20:47:23 UTC, 1 replies.
- Re: [PR] [DRAFT - NOT MERGABLE] Systematic Configuration in 'Create External Table' and 'Copy To' Options [arrow-datafusion] - posted by "metesynnada (via GitHub)" <gi...@apache.org> on 2024/03/03 20:59:43 UTC, 3 replies.
- [PR] Update localstack (#5283) [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/03 21:12:39 UTC, 2 replies.
- Re: [I] [R][Python] Unable to load pyarrow package through reticulate in R on windows [arrow] - posted by "amoeba (via GitHub)" <gi...@apache.org> on 2024/03/03 21:57:18 UTC, 2 replies.
- [I] Update contributor guide with updated scalar function howto [arrow-datafusion] - posted by "Omega359 (via GitHub)" <gi...@apache.org> on 2024/03/03 23:03:46 UTC, 2 replies.
- [PR] Update contributor guide with updated scalar function howto [arrow-datafusion] - posted by "Omega359 (via GitHub)" <gi...@apache.org> on 2024/03/03 23:04:14 UTC, 4 replies.
- Re: [I] [C++][Parquet] Allow use of FileDecryptionProperties after CryptoFactory is destroyed [arrow] - posted by "adamreeve (via GitHub)" <gi...@apache.org> on 2024/03/03 23:38:02 UTC, 1 replies.
- Re: [I] Best practice for adding a column for `__filename` without adding a duplicate field? [arrow] - posted by "dhirschfeld (via GitHub)" <gi...@apache.org> on 2024/03/03 23:44:55 UTC, 3 replies.
- [PR] test: port strpos test in physical_expr/src/functions to sqllogictest [arrow-datafusion] - posted by "SteveLauC (via GitHub)" <gi...@apache.org> on 2024/03/04 00:18:55 UTC, 8 replies.
- Re: [I] [Python] ImportError: DLL load failed while importing lib [arrow] - posted by "amoeba (via GitHub)" <gi...@apache.org> on 2024/03/04 00:36:56 UTC, 4 replies.
- Re: [PR] GH-35875: [R] Update Readme [arrow] - posted by "amoeba (via GitHub)" <gi...@apache.org> on 2024/03/04 00:45:36 UTC, 13 replies.
- [PR] GH-40328: [C++][Parquet] Allow use of FileDecryptionProperties after the CryptoFactory is destroyed [arrow] - posted by "adamreeve (via GitHub)" <gi...@apache.org> on 2024/03/04 00:52:27 UTC, 34 replies.
- Re: [PR] GH-40023: [Python] Use Cast() instead of CastTo [arrow] - posted by "llama90 (via GitHub)" <gi...@apache.org> on 2024/03/04 01:42:10 UTC, 9 replies.
- [PR] GH-40327: [C++][Parquet] Add missing config.h include in key_management_test.cc [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/04 02:30:10 UTC, 4 replies.
- Re: [I] [C++] Tests incorrectly skipped due to missing definitions [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/04 02:30:24 UTC, 2 replies.
- Re: [I] [Python][Parquet] element_type is nullable despite being non-null [arrow] - posted by "mapleFU (via GitHub)" <gi...@apache.org> on 2024/03/04 02:40:08 UTC, 2 replies.
- [PR] GH-40331: [C++][CMake] Add missing glog::glog dependency to arrow_util [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/04 02:40:23 UTC, 4 replies.
- [I] Casting to ARRAY types failed [arrow-datafusion] - posted by "jonahgao (via GitHub)" <gi...@apache.org> on 2024/03/04 02:50:16 UTC, 2 replies.
- [PR] fix: casting to ARRAY types failed [arrow-datafusion] - posted by "jonahgao (via GitHub)" <gi...@apache.org> on 2024/03/04 03:04:13 UTC, 5 replies.
- Re: [PR] Switch to Ruff for Python linting [arrow-datafusion-python] - posted by "viirya (via GitHub)" <gi...@apache.org> on 2024/03/04 03:46:10 UTC, 1 replies.
- [PR] minor: fix cargo clippy some warning [arrow-datafusion] - posted by "jackwener (via GitHub)" <gi...@apache.org> on 2024/03/04 04:21:24 UTC, 6 replies.
- [I] Add explain plan without CoalesceBatches and Repartition::RoundRobinBatch for tpch sqllogictests. [arrow-datafusion] - posted by "my-vegetable-has-exploded (via GitHub)" <gi...@apache.org> on 2024/03/04 04:22:00 UTC, 3 replies.
- [PR] Update base64 requirement from 0.21 to 0.22 [arrow-ballista] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/04 04:41:45 UTC, 1 replies.
- Re: [PR] Update base64 requirement from 0.13 to 0.21 [arrow-ballista] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/04 04:41:46 UTC, 1 replies.
- [PR] fix sqllogicaltest result [arrow-datafusion] - posted by "jackwener (via GitHub)" <gi...@apache.org> on 2024/03/04 05:34:29 UTC, 5 replies.
- [PR] Ignore null LEAD support for small batch sizes. [arrow-datafusion] - posted by "mustafasrepo (via GitHub)" <gi...@apache.org> on 2024/03/04 06:27:04 UTC, 3 replies.
- Re: [I] Unnecessary ownership makes it harder to use `RecordBatch::schema` and `Schema::try_merge` than it needs to be [arrow-rs] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/04 06:30:07 UTC, 7 replies.
- [I] [DISCUSSION] Better borrow propagation (e.g. `RecordBatch::schema()` to return `&SchemaRef` vs `SchemaRef`) [arrow-rs] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/04 06:50:42 UTC, 4 replies.
- [I] Is there any plan to support native shuffle reader? [arrow-datafusion-comet] - posted by "thexiay (via GitHub)" <gi...@apache.org> on 2024/03/04 07:39:00 UTC, 2 replies.
- Re: [I] What's the difference between `ARROW_SIMD_LEVEL` and `ARROW_RUNTIME_SIMD_LEVEL` [arrow] - posted by "zanmato1984 (via GitHub)" <gi...@apache.org> on 2024/03/04 08:26:20 UTC, 23 replies.
- [I] Is there any more information about UDF framework? [arrow-datafusion-comet] - posted by "WangGuangxin (via GitHub)" <gi...@apache.org> on 2024/03/04 08:28:36 UTC, 1 replies.
- [I] Is there any performance report in tpc-h or tpc-ds with Apache Spark and Gluten? [arrow-datafusion-comet] - posted by "thexiay (via GitHub)" <gi...@apache.org> on 2024/03/04 08:34:33 UTC, 3 replies.
- [I] Build failed for vscode ide. [arrow-datafusion-comet] - posted by "thexiay (via GitHub)" <gi...@apache.org> on 2024/03/04 08:35:54 UTC, 1 replies.
- [PR] fix: rat check error in vscode ide [arrow-datafusion-comet] - posted by "thexiay (via GitHub)" <gi...@apache.org> on 2024/03/04 08:36:47 UTC, 3 replies.
- [PR] chore(deps): update base64 requirement from 0.21 to 0.22 [arrow-datafusion] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/04 08:57:59 UTC, 1 replies.
- [PR] chore(deps): update sqlparser requirement from 0.43.0 to 0.44.0 [arrow-datafusion] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/04 08:59:25 UTC, 2 replies.
- [I] Support native parquet read and hdfs read? [arrow-datafusion-comet] - posted by "thexiay (via GitHub)" <gi...@apache.org> on 2024/03/04 09:18:34 UTC, 2 replies.
- Re: [I] [C++][CMake] `cpp/src/arrow/util/logging.cc` misses `glog::glog` dependency [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/04 09:20:51 UTC, 0 replies.
- [I] Add example for `CREATE FUNCTION` & `FunctionFactory` [arrow-datafusion] - posted by "milenkovicm (via GitHub)" <gi...@apache.org> on 2024/03/04 09:28:50 UTC, 1 replies.
- [PR] Minor: docs: rm duplicate words. [arrow-datafusion] - posted by "my-vegetable-has-exploded (via GitHub)" <gi...@apache.org> on 2024/03/04 09:47:39 UTC, 1 replies.
- Re: [PR] GH-34235: [Python] Add `join_asof` binding [arrow] - posted by "judahrand (via GitHub)" <gi...@apache.org> on 2024/03/04 10:05:27 UTC, 7 replies.
- Re: [PR] GH-30915: [C++][Python] Add missing methods to `RecordBatch` [arrow] - posted by "judahrand (via GitHub)" <gi...@apache.org> on 2024/03/04 11:03:12 UTC, 15 replies.
- [PR] GH-38560: [C++][Parquet] Rewrite BYTE_STREAM_SPLIT SSE optimizations using xsimd [arrow] - posted by "mapleFU (via GitHub)" <gi...@apache.org> on 2024/03/04 11:31:19 UTC, 74 replies.
- Re: [I] [C++][Gandiva] An error during the build process for gandiva [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/04 11:34:54 UTC, 3 replies.
- Re: [PR] feat: Support `EscapedStringLiteral`, update sqlparser to `0.44.0` [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/04 11:52:06 UTC, 1 replies.
- Re: [I] [Python][CI] Failing test_dateutil_tzinfo_to_string due to new release of python-dateutil [arrow] - posted by "AlenkaF (via GitHub)" <gi...@apache.org> on 2024/03/04 11:57:55 UTC, 5 replies.
- Re: [PR] GH-20127: [Python] Remove deprecated pyarrow.filesystem legacy implementations [arrow] - posted by "AlenkaF (via GitHub)" <gi...@apache.org> on 2024/03/04 11:59:32 UTC, 3 replies.
- [I] Intermittent limit.slt fails sometimes [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/04 12:05:11 UTC, 2 replies.
- Re: [PR] Add `Field::new_list_field` and improve `DataType::new_list` docs [arrow-rs] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/04 12:20:05 UTC, 0 replies.
- [PR] Minor: Fix formatting typo in `Field::new_list_field` [arrow-rs] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/04 12:23:42 UTC, 1 replies.
- Re: [I] Intermittent limit.slt failure [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/04 12:25:48 UTC, 2 replies.
- Re: [I] writing to partitioned table uses the wrong column as partition key [arrow-datafusion] - posted by "devinjdangelo (via GitHub)" <gi...@apache.org> on 2024/03/04 12:29:12 UTC, 6 replies.
- [PR] GH-40334: Add OpenSSL library for Gandiva [arrow] - posted by "llama90 (via GitHub)" <gi...@apache.org> on 2024/03/04 13:04:07 UTC, 2 replies.
- [PR] Update base64 requirement from 0.21 to 0.22 in /object_store [arrow-rs] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/04 13:12:30 UTC, 2 replies.
- [I] object store ApplicationDefaultCredentials auth is not working on windows [arrow-rs] - posted by "itay-jether (via GitHub)" <gi...@apache.org> on 2024/03/04 13:20:32 UTC, 4 replies.
- [PR] GH-40339: StringView Initial Implementation for Java [arrow] - posted by "vibhatha (via GitHub)" <gi...@apache.org> on 2024/03/04 13:52:45 UTC, 0 replies.
- [PR] GH-40273: [Python] Support construction of Run-End Encoded arrays in pa.array(..) [arrow] - posted by "AlenkaF (via GitHub)" <gi...@apache.org> on 2024/03/04 13:55:33 UTC, 16 replies.
- [PR] Update base64 requirement from 0.21 to 0.22 [arrow-rs] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/04 14:08:07 UTC, 1 replies.
- Re: [I] LocalStack Tests Flaky in CI [arrow-rs] - posted by "bentsku (via GitHub)" <gi...@apache.org> on 2024/03/04 14:26:28 UTC, 4 replies.
- Re: [PR] GH-39649: [Java][CI] Fix or suppress spurious errorprone warnings stage 2 [arrow] - posted by "pitrou (via GitHub)" <gi...@apache.org> on 2024/03/04 14:53:26 UTC, 2 replies.
- Re: [PR] GH-40345: [FlightRPC][C++][Java][Go] Add URI scheme to reuse connection [arrow] - posted by "github-actions[bot] (via GitHub)" <gi...@apache.org> on 2024/03/04 14:55:58 UTC, 4 replies.
- Re: [PR] GH-40153: [Python] Make `Tensor.__getbuffer__` work on 32-bit platforms [arrow] - posted by "pitrou (via GitHub)" <gi...@apache.org> on 2024/03/04 15:11:30 UTC, 3 replies.
- Re: [PR] GH-40153: [C++][Python] Fix test_gdb failures on 32-bit [arrow] - posted by "pitrou (via GitHub)" <gi...@apache.org> on 2024/03/04 15:11:47 UTC, 7 replies.
- [PR] More missing array funcs [arrow-datafusion-python] - posted by "judahrand (via GitHub)" <gi...@apache.org> on 2024/03/04 15:13:30 UTC, 1 replies.
- Re: [PR] ARROW-17592: [Python][Packaging] Move Windows wheel build to VS 2019 [arrow] - posted by "pitrou (via GitHub)" <gi...@apache.org> on 2024/03/04 15:17:13 UTC, 1 replies.
- Re: [PR] GH-39444: [C++][Parquet] Fix Segment Fault in Modular Encryption [arrow] - posted by "tolleybot (via GitHub)" <gi...@apache.org> on 2024/03/04 15:29:56 UTC, 19 replies.
- Re: [PR] GH-37720: [Go][FlightSQL] Implement stateless prepared statements [arrow] - posted by "erratic-pattern (via GitHub)" <gi...@apache.org> on 2024/03/04 15:58:51 UTC, 14 replies.
- Re: [I] Add missing scalar functions [arrow-datafusion-python] - posted by "judahrand (via GitHub)" <gi...@apache.org> on 2024/03/04 15:59:48 UTC, 0 replies.
- Re: [PR] GH-38309: [C++] build filesystems as separate modules [arrow] - posted by "pitrou (via GitHub)" <gi...@apache.org> on 2024/03/04 16:01:05 UTC, 38 replies.
- Re: [PR] GH-38007: [C++][Python] Add VariableShapeTensor implementation [arrow] - posted by "pitrou (via GitHub)" <gi...@apache.org> on 2024/03/04 16:17:10 UTC, 0 replies.
- [PR] build: Upload test reports and coverage [arrow-datafusion-comet] - posted by "advancedxy (via GitHub)" <gi...@apache.org> on 2024/03/04 16:19:40 UTC, 10 replies.
- [PR] MINOR: [C#] Bump Grpc.Tools from 2.61.0 to 2.62.0 in /csharp [arrow] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/04 16:21:03 UTC, 2 replies.
- [PR] chore: Fix warnings in both compiler and test environments [arrow-datafusion-comet] - posted by "advancedxy (via GitHub)" <gi...@apache.org> on 2024/03/04 16:22:41 UTC, 4 replies.
- [PR] Add `arrow_typeof` function [arrow-datafusion-python] - posted by "judahrand (via GitHub)" <gi...@apache.org> on 2024/03/04 16:26:04 UTC, 1 replies.
- [PR] MINOR: [Java] Bump org.apache.drill.tools:drill-fmpp-maven-plugin from 1.5.0 to 1.21.1 in /java [arrow] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/04 16:40:15 UTC, 2 replies.
- [PR] MINOR: [Java] Bump com.github.luben:zstd-jni from 1.4.9-1 to 1.5.5-11 in /java [arrow] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/04 16:40:23 UTC, 2 replies.
- [PR] MINOR: [Java] Bump org.apache.rat:apache-rat-plugin from 0.13 to 0.16.1 in /java [arrow] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/04 16:40:24 UTC, 2 replies.
- [PR] MINOR: [Java] Bump org.assertj:assertj-core from 3.24.2 to 3.25.3 in /java [arrow] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/04 16:40:37 UTC, 2 replies.
- Re: [I] How to decode a pure gRPC response from an ArrowFlight to an arrow table? [arrow] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/04 16:42:41 UTC, 5 replies.
- [PR] GH-40348: [Python] Add Python wrapper for VariableShapeTensor [arrow] - posted by "rok (via GitHub)" <gi...@apache.org> on 2024/03/04 16:43:57 UTC, 1 replies.
- Re: [PR] GH-38007: [C++] Add VariableShapeTensor implementation [arrow] - posted by "rok (via GitHub)" <gi...@apache.org> on 2024/03/04 16:44:26 UTC, 26 replies.
- Re: [I] [Java] JDBC Flight SQL driver not connect to individual endpoints specified by GetFlightInfo [arrow] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/04 16:46:35 UTC, 1 replies.
- [PR] GH-40347: csharp/src/Apache.Arrow/Ipc/ArrowReaderImplementation: fix for out of range exception [arrow] - posted by "davidhcoe (via GitHub)" <gi...@apache.org> on 2024/03/04 16:51:07 UTC, 1 replies.
- Re: [I] `examples/sql-on-pandas.py` does not run [arrow-datafusion-python] - posted by "andygrove (via GitHub)" <gi...@apache.org> on 2024/03/04 16:55:28 UTC, 0 replies.
- Re: [I] [R] Platform-dependent hashes of parquet files? [arrow] - posted by "pitrou (via GitHub)" <gi...@apache.org> on 2024/03/04 16:57:26 UTC, 17 replies.
- [PR] GH-40342: [C++] move LocalFileSystem to the registry [arrow] - posted by "bkietz (via GitHub)" <gi...@apache.org> on 2024/03/04 17:00:36 UTC, 5 replies.
- Re: [I] [Python] Consider renaming FixedShapeTensorArray.to_numpy_ndarray to FixedShapeTensorArray.to_numpy [arrow] - posted by "rok (via GitHub)" <gi...@apache.org> on 2024/03/04 17:03:36 UTC, 0 replies.
- Re: [I] [JS] Implement IPC RecordBatch body buffer compression from ARROW-300 [arrow] - posted by "vivek1729 (via GitHub)" <gi...@apache.org> on 2024/03/04 17:03:58 UTC, 0 replies.
- Re: [I] csharp/src/Apache.Arrow/Ipc/ArrowReaderImplementation: Out of range exception when schema.GetFieldByIndex is called [arrow] - posted by "davidhcoe (via GitHub)" <gi...@apache.org> on 2024/03/04 17:14:42 UTC, 0 replies.
- Re: [I] [C++] Cast function bind failed after add a alias name through AddAlias [arrow] - posted by "bkietz (via GitHub)" <gi...@apache.org> on 2024/03/04 17:35:22 UTC, 0 replies.
- [I] `DataType` [arrow-rs] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/04 18:32:29 UTC, 0 replies.
- [I] `Array` implementations and layout and basic construction [arrow-rs] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/04 18:38:33 UTC, 0 replies.
- [I] Add ability to consume query results incrementally [arrow-datafusion-python] - posted by "judahrand (via GitHub)" <gi...@apache.org> on 2024/03/04 18:42:03 UTC, 1 replies.
- [PR] Minor: fix LEAD test description [arrow-datafusion] - posted by "comphead (via GitHub)" <gi...@apache.org> on 2024/03/04 18:46:32 UTC, 2 replies.
- Re: [I] Implement DataFrame execute_stream and execute_stream_partitioned [arrow-datafusion-python] - posted by "judahrand (via GitHub)" <gi...@apache.org> on 2024/03/04 18:46:38 UTC, 1 replies.
- Re: [I] Add `DataType::Utf8View` and `DataType::BinaryView` [arrow-rs] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/04 18:49:10 UTC, 4 replies.
- Re: [I] [C#] Need to re-work pipeline for NuGet releases [arrow-adbc] - posted by "v-jbrandrick (via GitHub)" <gi...@apache.org> on 2024/03/04 18:53:19 UTC, 2 replies.
- Re: [I] ci: package and release C# [arrow-adbc] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/04 19:01:05 UTC, 0 replies.
- [PR] Add simple HTTP GET examples [arrow-experiments] - posted by "ianmcook (via GitHub)" <gi...@apache.org> on 2024/03/04 19:24:39 UTC, 2 replies.
- Re: [PR] WIP: [DO NOT MERGE] Arrow over HTTP examples [arrow] - posted by "ianmcook (via GitHub)" <gi...@apache.org> on 2024/03/04 19:25:16 UTC, 1 replies.
- [PR] refactor(go/adbc/driver): connection and statement bases [arrow-adbc] - posted by "joellubi (via GitHub)" <gi...@apache.org> on 2024/03/04 19:27:16 UTC, 18 replies.
- Re: [I] go/adbc/drivermgr: SIGSEGV on error return [arrow-adbc] - posted by "ukclivecox (via GitHub)" <gi...@apache.org> on 2024/03/04 19:58:51 UTC, 0 replies.
- [PR] Improve C++ client example README [arrow-experiments] - posted by "ianmcook (via GitHub)" <gi...@apache.org> on 2024/03/04 20:03:57 UTC, 1 replies.
- [PR] Draft CI for CLI release to PyPI [arrow-datafusion] - posted by "MohamedAbdeen21 (via GitHub)" <gi...@apache.org> on 2024/03/04 20:56:57 UTC, 0 replies.
- [PR] build(deps): bump mio from 0.8.10 to 0.8.11 [arrow-datafusion-python] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/04 21:30:44 UTC, 0 replies.
- [PR] feat: Enable min/max for boolean type [arrow-datafusion-comet] - posted by "huaxingao (via GitHub)" <gi...@apache.org> on 2024/03/04 21:32:14 UTC, 6 replies.
- [PR] Add DataType::Utf8View and DataType::BinaryView [arrow-rs] - posted by "XiangpengHao (via GitHub)" <gi...@apache.org> on 2024/03/04 21:35:18 UTC, 10 replies.
- Re: [I] NDJsonExec doesn't properly apply predicates on partitioned tables. [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/04 22:19:43 UTC, 0 replies.
- Re: [I] Error When Querying Partitioned JSON Table [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/04 22:19:43 UTC, 0 replies.
- Re: [I] Support select range from datetime [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/04 22:52:10 UTC, 0 replies.
- Re: [PR] refactor(go/adbc/driver): add common connection implementation [arrow-adbc] - posted by "zeroshade (via GitHub)" <gi...@apache.org> on 2024/03/04 22:53:33 UTC, 3 replies.
- [I] DataFusion weekly project plan (Andrew Lamb) - March 4, 2024 [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/04 22:54:22 UTC, 4 replies.
- Re: [I] DataFusion weekly project plan (Andrew Lamb) - Feb 26, 2024 [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/04 22:55:49 UTC, 1 replies.
- [PR] Provide access to inner Write for parquet writers [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/04 23:25:13 UTC, 9 replies.
- [PR] Port regexp_replace functions and related tests [arrow-datafusion] - posted by "Lordworms (via GitHub)" <gi...@apache.org> on 2024/03/04 23:49:49 UTC, 3 replies.
- [PR] change doc for range [arrow-datafusion] - posted by "Lordworms (via GitHub)" <gi...@apache.org> on 2024/03/05 00:00:54 UTC, 0 replies.
- [PR] build: Run Spark SQL tests for 3.4 [arrow-datafusion-comet] - posted by "sunchao (via GitHub)" <gi...@apache.org> on 2024/03/05 00:11:14 UTC, 38 replies.
- Re: [PR] GH-40227: [R] ensure executable files in `create_package_with_all_dependencies` [arrow] - posted by "hutch3232 (via GitHub)" <gi...@apache.org> on 2024/03/05 00:58:26 UTC, 11 replies.
- Re: [PR] GH-40334: [C++][Gandiva] Add missing OpenSSL dependency to encrypt_utils_test.cc [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/05 01:04:23 UTC, 1 replies.
- Re: [PR] Minor: change doc for range [arrow-datafusion] - posted by "comphead (via GitHub)" <gi...@apache.org> on 2024/03/05 01:08:33 UTC, 5 replies.
- Re: [PR] Fix instr Function to Correctly Handle Unicode Characters in Arrow DataFusion [arrow-datafusion] - posted by "Omega359 (via GitHub)" <gi...@apache.org> on 2024/03/05 02:52:10 UTC, 3 replies.
- Re: [I] Add `StringViewArray` implementation and layout and basic construction + tests [arrow-rs] - posted by "ariesdevil (via GitHub)" <gi...@apache.org> on 2024/03/05 03:04:26 UTC, 5 replies.
- Re: [I] Add ObjectStore::put_multipart_opts [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/05 03:52:02 UTC, 2 replies.
- Re: [I] In Object Store, return version & etag on multipart put. [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/05 03:53:08 UTC, 2 replies.
- [PR] Update http requirement from 0.2 to 1.1 [arrow-ballista] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/05 04:22:02 UTC, 1 replies.
- Re: [PR] Update http requirement from 0.2 to 1.0 [arrow-ballista] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/05 04:22:04 UTC, 1 replies.
- Re: [I] Add test reporter and (optionally) code coverage tool [arrow-datafusion-comet] - posted by "sunchao (via GitHub)" <gi...@apache.org> on 2024/03/05 04:33:53 UTC, 0 replies.
- Re: [I] r/adbcdrivermanager: round-tripping zero-length factor returns wrong type [arrow-adbc] - posted by "krlmlr (via GitHub)" <gi...@apache.org> on 2024/03/05 06:10:17 UTC, 0 replies.
- [I] Add support for ignore nulls for LEAD, LAG in WindowAggExec. [arrow-datafusion] - posted by "mustafasrepo (via GitHub)" <gi...@apache.org> on 2024/03/05 07:02:43 UTC, 3 replies.
- Re: [I] [C++] Filesystem implementation for Azure Blob Storage [arrow] - posted by "av8or1 (via GitHub)" <gi...@apache.org> on 2024/03/05 07:17:11 UTC, 9 replies.
- Re: [PR] GH-35804: [CI][Packaging][Conan] Synchronize upstream conan [arrow] - posted by "wgtmac (via GitHub)" <gi...@apache.org> on 2024/03/05 07:29:06 UTC, 1 replies.
- [I] TreeNode Expr Implementation for LogicalPlan's [arrow-datafusion] - posted by "berkaysynnada (via GitHub)" <gi...@apache.org> on 2024/03/05 07:33:32 UTC, 3 replies.
- [I] `coalesce` function returns incorrect result [arrow-datafusion] - posted by "viirya (via GitHub)" <gi...@apache.org> on 2024/03/05 08:19:01 UTC, 1 replies.
- [PR] fix: coalesce function should return correct data type [arrow-datafusion] - posted by "viirya (via GitHub)" <gi...@apache.org> on 2024/03/05 08:19:14 UTC, 5 replies.
- [I] `coalesce` function returns incorrect result [arrow-datafusion-comet] - posted by "viirya (via GitHub)" <gi...@apache.org> on 2024/03/05 08:23:17 UTC, 1 replies.
- [PR] chore(deps): update substrait requirement from 0.25.1 to 0.26.0 [arrow-datafusion] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/05 08:59:47 UTC, 2 replies.
- Re: [PR] feat: add support for fixed list wildcard in type signature [arrow-datafusion] - posted by "jayzhan211 (via GitHub)" <gi...@apache.org> on 2024/03/05 09:03:27 UTC, 10 replies.
- [PR] GH-40357: [C++] Add benchmark for ToTensor conversions [arrow] - posted by "AlenkaF (via GitHub)" <gi...@apache.org> on 2024/03/05 09:12:48 UTC, 28 replies.
- Re: [I] [Java][CI] Enable JDK 21 [arrow] - posted by "Midhunpottammal (via GitHub)" <gi...@apache.org> on 2024/03/05 09:36:23 UTC, 6 replies.
- [PR] Try running a basic comparison benchmark between base and pr commit [arrow-datafusion] - posted by "gruuya (via GitHub)" <gi...@apache.org> on 2024/03/05 09:38:47 UTC, 2 replies.
- [PR] GH-40060: [C++][Python] Basic conversion of RecordBatch to Arrow Tensor - add support for different data types [arrow] - posted by "AlenkaF (via GitHub)" <gi...@apache.org> on 2024/03/05 09:40:53 UTC, 38 replies.
- [PR] doc: add missing doc index [arrow-datafusion] - posted by "Weijun-H (via GitHub)" <gi...@apache.org> on 2024/03/05 09:57:51 UTC, 0 replies.
- Re: [I] [Release][Ruby] Investigate why we require to install libffi manually on a new M2 to run verification [arrow] - posted by "raulcd (via GitHub)" <gi...@apache.org> on 2024/03/05 10:02:00 UTC, 1 replies.
- [I] ORDER BY is ignored when COPYing from an arrow table to a csv file [arrow-datafusion] - posted by "progval (via GitHub)" <gi...@apache.org> on 2024/03/05 10:13:57 UTC, 2 replies.
- [I] ORDER BY is ignored when COPYing from a pyarrow table to a csv file [arrow-datafusion-python] - posted by "progval (via GitHub)" <gi...@apache.org> on 2024/03/05 10:25:59 UTC, 0 replies.
- Re: [I] [FlightRPC] Async API overhaul (tracking issue) [arrow] - posted by "pvardanis (via GitHub)" <gi...@apache.org> on 2024/03/05 11:20:12 UTC, 0 replies.
- [I] bigdecimal crate decimal stringify problem in sqllogictest [arrow-datafusion] - posted by "metesynnada (via GitHub)" <gi...@apache.org> on 2024/03/05 12:17:28 UTC, 4 replies.
- Re: [I] [Python] Test failures on 32-bit x86 [arrow] - posted by "pitrou (via GitHub)" <gi...@apache.org> on 2024/03/05 12:31:47 UTC, 0 replies.
- Re: [I] [C++] Make Flatbuffers serialization more deterministic [arrow] - posted by "pitrou (via GitHub)" <gi...@apache.org> on 2024/03/05 12:33:23 UTC, 6 replies.
- Re: [PR] Fix ExecutorLost event debug info [arrow-ballista] - posted by "lewiszlw (via GitHub)" <gi...@apache.org> on 2024/03/05 12:57:12 UTC, 1 replies.
- Re: [I] Arrow Flight RPC handling concurrent requests [arrow] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/05 12:59:07 UTC, 6 replies.
- [PR] GH-20127: [Python][CI] Remove legacy hdfs tests from hypothesis setup [arrow] - posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org> on 2024/03/05 13:01:11 UTC, 5 replies.
- [I] Only Allow Declaring Partition Columns in `PARTITIONED BY` Clause [arrow-datafusion] - posted by "devinjdangelo (via GitHub)" <gi...@apache.org> on 2024/03/05 13:04:25 UTC, 10 replies.
- Re: [I] [R] Schema stability for adbcsqlite? [arrow-adbc] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/05 13:08:55 UTC, 2 replies.
- [I] Move from_unixtime, now, current_date, current_time functions to datafusion-functions [arrow-datafusion] - posted by "Omega359 (via GitHub)" <gi...@apache.org> on 2024/03/05 13:09:35 UTC, 3 replies.
- Re: [PR] GH-35274: [Java][CI] Enable GCS on MacOS [arrow] - posted by "davisusanibar (via GitHub)" <gi...@apache.org> on 2024/03/05 13:12:39 UTC, 1 replies.
- Re: [PR] GH-36703: [Java] Enable HDFS by default on Java Dataset module [arrow] - posted by "davisusanibar (via GitHub)" <gi...@apache.org> on 2024/03/05 13:12:51 UTC, 1 replies.
- Re: [PR] GH-39712: [Java] Enable code review and formatting code through Spotless Maven plugin [arrow] - posted by "davisusanibar (via GitHub)" <gi...@apache.org> on 2024/03/05 13:13:43 UTC, 2 replies.
- Re: [PR] GH-40289: [Java] Proposal for ListViewVector implementation [arrow] - posted by "davisusanibar (via GitHub)" <gi...@apache.org> on 2024/03/05 13:14:41 UTC, 1 replies.
- Re: [PR] GH-20127: [Python][CI] Remove legacy hdfs tests from hdfs and hypothesis setup [arrow] - posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org> on 2024/03/05 13:32:31 UTC, 4 replies.
- Re: [PR] MINOR: [C++] Fix 3.12 Python support [arrow] - posted by "SuperSandro2000 (via GitHub)" <gi...@apache.org> on 2024/03/05 13:42:54 UTC, 0 replies.
- [PR] Update http requirement from 0.2.9 to 1.1.0 [arrow-rs] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/05 13:55:58 UTC, 2 replies.
- [PR] GH-40297: [C++] Add TensorFromJSON helper function [arrow] - posted by "AlenkaF (via GitHub)" <gi...@apache.org> on 2024/03/05 13:59:23 UTC, 22 replies.
- Re: [PR] GH-38794: [C++][S3] Handle conventional content-type for directories [arrow] - posted by "felipecrv (via GitHub)" <gi...@apache.org> on 2024/03/05 13:59:55 UTC, 21 replies.
- Re: [I] [Python][CI] Nightly pandas/numpy builds are crashing [arrow] - posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org> on 2024/03/05 14:20:33 UTC, 0 replies.
- Re: [I] [FlightRPC][C++][Go][Java] Add URI scheme to reuse connection [arrow] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/05 14:53:25 UTC, 0 replies.
- [PR] GH-40366: [C++] Remove const qualifier from Buffer::mutable_span_as [arrow] - posted by "sjperkins (via GitHub)" <gi...@apache.org> on 2024/03/05 15:19:31 UTC, 5 replies.
- Re: [I] [Python] Windows fatal exception: access violation [arrow] - posted by "powersj (via GitHub)" <gi...@apache.org> on 2024/03/05 15:41:00 UTC, 7 replies.
- Re: [PR] Bind SQLOptions and relative ctx method #567 [arrow-datafusion-python] - posted by "giacomorebecchi (via GitHub)" <gi...@apache.org> on 2024/03/05 15:46:18 UTC, 0 replies.
- [I] slts failing on main [arrow-datafusion] - posted by "universalmind303 (via GitHub)" <gi...@apache.org> on 2024/03/05 15:58:48 UTC, 4 replies.
- [PR] Reduce casts for LEAD/LAG [arrow-datafusion] - posted by "comphead (via GitHub)" <gi...@apache.org> on 2024/03/05 16:03:07 UTC, 5 replies.
- Re: [PR] GH-39990: [Docs][CI] Add sphinx-lint for docs linting [arrow] - posted by "amoeba (via GitHub)" <gi...@apache.org> on 2024/03/05 16:09:18 UTC, 18 replies.
- [PR] [DO NOT MERGE][C++] Reduce the number of logical index resolutions that might require a binary search [arrow] - posted by "felipecrv (via GitHub)" <gi...@apache.org> on 2024/03/05 16:42:48 UTC, 5 replies.
- [PR] fix: coalesce should return correct datatype [arrow-datafusion-comet] - posted by "viirya (via GitHub)" <gi...@apache.org> on 2024/03/05 16:50:32 UTC, 5 replies.
- [PR] add support for gcp application default auth on windows in object store [arrow-rs] - posted by "Itayazolay (via GitHub)" <gi...@apache.org> on 2024/03/05 16:59:31 UTC, 3 replies.
- [PR] Implement spilling for PartialSortExec [arrow-datafusion] - posted by "yyy1000 (via GitHub)" <gi...@apache.org> on 2024/03/05 17:07:10 UTC, 11 replies.
- Re: [I] Java jdbc driver forcing connection to /0.0.0.0:32010 [arrow] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/05 17:08:18 UTC, 2 replies.
- [PR] GH-38821: [C++] Strengthen handling of duplicate slashes in S3, GCS [arrow] - posted by "pitrou (via GitHub)" <gi...@apache.org> on 2024/03/05 17:09:38 UTC, 9 replies.
- [PR] GH-40370: [C++] Delete misdefine ARROW_FORCE_INLINE and introduce ARROW_ALWAYS_INLINE [arrow] - posted by "felipecrv (via GitHub)" <gi...@apache.org> on 2024/03/05 17:12:36 UTC, 1 replies.
- Re: [I] is it possible to have JNI bridge just like arrow-cpp [arrow-rs] - posted by "ScottLinnn (via GitHub)" <gi...@apache.org> on 2024/03/05 17:33:07 UTC, 0 replies.
- [PR] minor: Remove unnecessary logic [arrow-datafusion-comet] - posted by "sunchao (via GitHub)" <gi...@apache.org> on 2024/03/05 17:44:03 UTC, 4 replies.
- [PR] GH-40318:[C++] Add documentation of array factories [arrow] - posted by "vyasr (via GitHub)" <gi...@apache.org> on 2024/03/05 17:49:06 UTC, 3 replies.
- Re: [PR] doc: add missing function index in scalar_expression.md [arrow-datafusion] - posted by "comphead (via GitHub)" <gi...@apache.org> on 2024/03/05 17:50:06 UTC, 0 replies.
- [PR] Support IGNORE NULLS for FIRST/LAST window function [arrow-datafusion] - posted by "huaxingao (via GitHub)" <gi...@apache.org> on 2024/03/05 18:07:58 UTC, 23 replies.
- [PR] Update bigdecimal version in `Cargo.toml` [arrow-datafusion] - posted by "comphead (via GitHub)" <gi...@apache.org> on 2024/03/05 18:10:28 UTC, 0 replies.
- Re: [I] Update ClickBench benchmarks with DataFusion 36 [arrow-datafusion] - posted by "pmcgleenon (via GitHub)" <gi...@apache.org> on 2024/03/05 18:25:11 UTC, 12 replies.
- Re: [I] [R] "Error: Filter expression not supported for Arrow Datasets" using "date" expression rigth hand side of a filter [arrow] - posted by "mohdbilal87 (via GitHub)" <gi...@apache.org> on 2024/03/05 18:44:56 UTC, 0 replies.
- [I] substr_index doesn't behave correctly with a negative delimiter position [arrow-datafusion] - posted by "sanderson (via GitHub)" <gi...@apache.org> on 2024/03/05 18:54:19 UTC, 2 replies.
- Re: [PR] build: Update bigdecimal version in `Cargo.toml` [arrow-datafusion] - posted by "comphead (via GitHub)" <gi...@apache.org> on 2024/03/05 18:54:39 UTC, 0 replies.
- [PR] GH-40333: [Docs] Improve env var docs for ARROW_USER_SIMD_LEVEL [arrow] - posted by "amoeba (via GitHub)" <gi...@apache.org> on 2024/03/05 19:02:20 UTC, 44 replies.
- Re: [PR] GH-40370: [C++] Delete misdefined ARROW_FORCE_INLINE and introduce ARROW_ALWAYS_INLINE [arrow] - posted by "felipecrv (via GitHub)" <gi...@apache.org> on 2024/03/05 19:38:26 UTC, 6 replies.
- Re: [I] port reg_related function [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/05 21:41:19 UTC, 0 replies.
- [PR] Make regex dependency optional in datafusion-functions, add CI checks for function packages [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/05 21:52:51 UTC, 1 replies.
- Re: [I] object_store 0.9.1 breaks Azure Storage Emulator Config [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/05 21:55:05 UTC, 1 replies.
- Re: [I] Specialized TypeSignature for `FixedSizeList` [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/05 22:16:28 UTC, 0 replies.
- Re: [I] Add a ScalarUDFImpl::simplfy() API [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/05 22:17:14 UTC, 0 replies.
- Re: [PR] feat: arrow_cast function as UDF [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/05 22:20:58 UTC, 8 replies.
- Re: [I] Specialized / Pre-compiled / Prepared ScalarUDFs [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/05 22:30:59 UTC, 1 replies.
- Re: [I] [Java] jdbc driver forcing connection to /0.0.0.0:32010 [arrow] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/05 23:02:08 UTC, 0 replies.
- Re: [I] Plugable handler for `CREATE FUNCTION` [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/05 23:05:22 UTC, 0 replies.
- Re: [I] [Python] Error compiling Cython files on Windows during release verification [arrow] - posted by "amoeba (via GitHub)" <gi...@apache.org> on 2024/03/05 23:05:53 UTC, 11 replies.
- [PR] Add RecordBatch::schema_ref [arrow-rs] - posted by "monkwire (via GitHub)" <gi...@apache.org> on 2024/03/05 23:57:31 UTC, 4 replies.
- Re: [I] Parquet column with integer logical type cannot read as Spark date column [arrow-datafusion-comet] - posted by "comphead (via GitHub)" <gi...@apache.org> on 2024/03/06 00:30:02 UTC, 0 replies.
- [PR] quick fixes [arrow-datafusion] - posted by "jayzhan211 (via GitHub)" <gi...@apache.org> on 2024/03/06 01:17:17 UTC, 0 replies.
- Re: [PR] Enable configurable showing partition sizes in explain [arrow-datafusion] - posted by "jayzhan211 (via GitHub)" <gi...@apache.org> on 2024/03/06 01:19:24 UTC, 0 replies.
- [PR] doc: Add initial doc how to expand Comet exceptions [arrow-datafusion-comet] - posted by "comphead (via GitHub)" <gi...@apache.org> on 2024/03/06 01:24:18 UTC, 16 replies.
- Re: [PR] Use Vec::from_iter in Buffer::from_iter [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/06 03:21:02 UTC, 0 replies.
- Re: [I] Consider Vec::from_iter in Buffer::from_iter [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/06 03:21:03 UTC, 0 replies.
- [I] `attempt to divide by zero` error on decimal division [arrow-datafusion-comet] - posted by "viirya (via GitHub)" <gi...@apache.org> on 2024/03/06 03:24:33 UTC, 1 replies.
- Re: [PR] Add StringViewArray and BinaryViewArray (#4253) [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/06 03:26:59 UTC, 2 replies.
- [PR] fix: attempt to divide by zero error on decimal division [arrow-datafusion-comet] - posted by "viirya (via GitHub)" <gi...@apache.org> on 2024/03/06 03:29:29 UTC, 7 replies.
- [PR] Various small improvements to simple HTTP GET examples [arrow-experiments] - posted by "ianmcook (via GitHub)" <gi...@apache.org> on 2024/03/06 03:34:12 UTC, 1 replies.
- Re: [I] Should object store retry on connection reset by peer? [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/06 03:37:13 UTC, 1 replies.
- Re: [PR] Enable retries on wider classes of errors in object_store [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/06 03:37:53 UTC, 1 replies.
- [PR] Add simple Java HTTP server example [arrow-experiments] - posted by "ianmcook (via GitHub)" <gi...@apache.org> on 2024/03/06 03:39:40 UTC, 19 replies.
- Re: [I] Introduce unified memory manager [arrow-datafusion-comet] - posted by "sunchao (via GitHub)" <gi...@apache.org> on 2024/03/06 05:51:05 UTC, 0 replies.
- [I] "Decimal random number tests" is flaky [arrow-datafusion-comet] - posted by "sunchao (via GitHub)" <gi...@apache.org> on 2024/03/06 06:21:56 UTC, 0 replies.
- [PR] fix: `substr_index` not handling negative occurrence correctly [arrow-datafusion] - posted by "jonahgao (via GitHub)" <gi...@apache.org> on 2024/03/06 07:10:04 UTC, 4 replies.
- Re: [I] [C++] const qualifier on mutable_span_as prevents call to mutable_data_as without const qualifier [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/06 07:46:53 UTC, 0 replies.
- Re: [I] Write a blog post about the comet donation [arrow-datafusion-comet] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/06 07:52:35 UTC, 0 replies.
- Re: [I] NumPy 2 updates [arrow] - posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org> on 2024/03/06 07:54:59 UTC, 1 replies.
- [I] object_store 0.9.1 breaks Azure Storage Emulator Config [arrow-rs] - posted by "aersam (via GitHub)" <gi...@apache.org> on 2024/03/06 07:58:00 UTC, 3 replies.
- Re: [PR] GH-40318: [C++][Docs] Add documentation of array factories [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/06 08:12:50 UTC, 9 replies.
- Re: [I] [Python] NumPy 2 ABI changes (elsize) [arrow] - posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org> on 2024/03/06 08:23:19 UTC, 1 replies.
- Re: [PR] [DO NOT REVIEW] Poc stringview [arrow] - posted by "vibhatha (via GitHub)" <gi...@apache.org> on 2024/03/06 08:42:03 UTC, 0 replies.
- [PR] GH-40377: [Python][CI] Fix install of nightly dask in integration tests [arrow] - posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org> on 2024/03/06 09:00:26 UTC, 8 replies.
- [PR] chore(deps): update bigdecimal requirement from =0.4.1 to =0.4.3 [arrow-datafusion] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/06 09:12:00 UTC, 4 replies.
- [PR] GH-40379: [Python] Fix byte_width for binary(0) + fix hypothesis tests [arrow] - posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org> on 2024/03/06 09:55:14 UTC, 8 replies.
- Re: [PR] GH-20213: [C++] Implement cast to/from halffloat [arrow] - posted by "pitrou (via GitHub)" <gi...@apache.org> on 2024/03/06 10:07:25 UTC, 27 replies.
- Re: [PR] adding more date types [arrow-rs] - posted by "Dandandan (via GitHub)" <gi...@apache.org> on 2024/03/06 10:42:28 UTC, 8 replies.
- Re: [I] Does pyarrow support reading avro files? [arrow] - posted by "AlenkaF (via GitHub)" <gi...@apache.org> on 2024/03/06 10:53:26 UTC, 0 replies.
- Re: [PR] Enable configurable display of partition sizes in the explain statement [arrow-datafusion] - posted by "mustafasrepo (via GitHub)" <gi...@apache.org> on 2024/03/06 12:29:28 UTC, 2 replies.
- Re: [I] [Python] Creating an array from a null list scalar fails [arrow] - posted by "AlenkaF (via GitHub)" <gi...@apache.org> on 2024/03/06 13:18:18 UTC, 0 replies.
- [PR] Move array_has_all rewrite to OperatorToFunction [arrow-datafusion] - posted by "jayzhan211 (via GitHub)" <gi...@apache.org> on 2024/03/06 13:32:04 UTC, 0 replies.
- Re: [I] [JAVA] VectorUnloader does not correctly handle NullVector [arrow] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/06 13:57:24 UTC, 5 replies.
- [PR] Replace deprecated Duration function [arrow-datafusion] - posted by "jayzhan211 (via GitHub)" <gi...@apache.org> on 2024/03/06 14:11:13 UTC, 0 replies.
- [PR] Add license in comment at top of all code files [arrow-experiments] - posted by "ianmcook (via GitHub)" <gi...@apache.org> on 2024/03/06 14:16:37 UTC, 0 replies.
- Re: [PR] Add license in comment at top of all code files in `http` directory [arrow-experiments] - posted by "ianmcook (via GitHub)" <gi...@apache.org> on 2024/03/06 14:17:07 UTC, 0 replies.
- Re: [PR] GH-34535: [C++] Move `ChunkResolver` to the public API [arrow] - posted by "felipecrv (via GitHub)" <gi...@apache.org> on 2024/03/06 14:18:41 UTC, 0 replies.
- [I] Minor issue with nvl2_func [arrow-datafusion] - posted by "Omega359 (via GitHub)" <gi...@apache.org> on 2024/03/06 14:34:00 UTC, 0 replies.
- Re: [I] [Python] Expose the device interface through the Arrow PyCapsule protocol [arrow] - posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org> on 2024/03/06 15:00:39 UTC, 21 replies.
- [PR] GH-40384: [Python] Expand the the C Device Interface bindings to support CUDA device [arrow] - posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org> on 2024/03/06 15:08:41 UTC, 6 replies.
- Re: [I] [Java] VectorUnloader does not correctly handle NullVector [arrow] - posted by "barronw (via GitHub)" <gi...@apache.org> on 2024/03/06 15:31:34 UTC, 3 replies.
- [I] Unused import in nightly rust [arrow-rs] - posted by "XiangpengHao (via GitHub)" <gi...@apache.org> on 2024/03/06 16:27:10 UTC, 8 replies.
- [PR] Remove unused import detected by nightly rust [arrow-rs] - posted by "XiangpengHao (via GitHub)" <gi...@apache.org> on 2024/03/06 16:29:35 UTC, 13 replies.
- [PR] feat: add execute_stream and execute_stream_partitioned [arrow-datafusion-python] - posted by "mesejo (via GitHub)" <gi...@apache.org> on 2024/03/06 16:29:52 UTC, 1 replies.
- Re: [I] Planning to publish Roadmap? [arrow-datafusion-comet] - posted by "senordeveloper (via GitHub)" <gi...@apache.org> on 2024/03/06 16:50:40 UTC, 1 replies.
- Re: [I] Add `InSubqueryExec` support [arrow-datafusion-comet] - posted by "advancedxy (via GitHub)" <gi...@apache.org> on 2024/03/06 16:52:27 UTC, 2 replies.
- Re: [PR] GH-40370: [C++] Define ARROW_FORCE_INLINE for non-MSVC builds [arrow] - posted by "pitrou (via GitHub)" <gi...@apache.org> on 2024/03/06 16:58:00 UTC, 6 replies.
- [PR] Add more comprehensive documentation on testing and benchmarking to CONTRIBUTING.md [arrow-rs] - posted by "monkwire (via GitHub)" <gi...@apache.org> on 2024/03/06 17:55:04 UTC, 4 replies.
- [PR] Add `.asf.yaml` [arrow-experiments] - posted by "ianmcook (via GitHub)" <gi...@apache.org> on 2024/03/06 18:11:38 UTC, 3 replies.
- [PR] GH-40386: [Python] Fix except clauses [arrow] - posted by "vyasr (via GitHub)" <gi...@apache.org> on 2024/03/06 18:28:41 UTC, 3 replies.
- [PR] test: sqllogictests for multiple tables join [arrow-datafusion] - posted by "korowa (via GitHub)" <gi...@apache.org> on 2024/03/06 18:47:50 UTC, 5 replies.
- [PR] feat: use effective memory size for memory management purpose [arrow-datafusion] - posted by "yjshen (via GitHub)" <gi...@apache.org> on 2024/03/06 20:03:24 UTC, 5 replies.
- [PR] Add example for [FunctionFactory] [arrow-datafusion] - posted by "milenkovicm (via GitHub)" <gi...@apache.org> on 2024/03/06 20:22:12 UTC, 1 replies.
- Re: [I] [R] `create_package_with_all_dependencies` leaves files unexecutable [arrow] - posted by "thisisnic (via GitHub)" <gi...@apache.org> on 2024/03/06 20:29:28 UTC, 0 replies.
- Re: [I] adbc_driver_postgresql.dbapi causes silent program exit on connection attempt to db [arrow-adbc] - posted by "reinieroost (via GitHub)" <gi...@apache.org> on 2024/03/06 20:40:25 UTC, 14 replies.
- Re: [I] Make repartitioning in `PhysicalPlan` output less confusing [arrow-datafusion] - posted by "edmondop (via GitHub)" <gi...@apache.org> on 2024/03/06 20:53:05 UTC, 5 replies.
- Re: [I] [Python] Python build was broken by Cython 3.0.9 [arrow] - posted by "austin3dickey (via GitHub)" <gi...@apache.org> on 2024/03/06 20:54:21 UTC, 4 replies.
- Re: [I] [R] CRAN packaging checklist for version 15.0.1 [arrow] - posted by "thisisnic (via GitHub)" <gi...@apache.org> on 2024/03/06 20:57:32 UTC, 6 replies.
- [I] Optimize `try_embed_to_hash_join` in the ProjectionPushdown rule [arrow-datafusion] - posted by "viirya (via GitHub)" <gi...@apache.org> on 2024/03/06 21:21:55 UTC, 0 replies.
- [PR] [DO NOT MERGE][C++][Gandiva]: gandiva: Use ARROW_FORCE_INLINE instead of GDV-prefixed macro [arrow] - posted by "felipecrv (via GitHub)" <gi...@apache.org> on 2024/03/06 21:32:42 UTC, 2 replies.
- [PR] Update latest chrono [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/06 21:32:43 UTC, 6 replies.
- [PR] GH-40375: [C++] Remove misleading noexcept from cdef functions [arrow] - posted by "bkietz (via GitHub)" <gi...@apache.org> on 2024/03/06 21:33:09 UTC, 5 replies.
- [I] Deprecate use of NaiveDateTime in APIs [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/06 21:36:48 UTC, 0 replies.
- [PR] Minor: fixed transformed state return [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/06 21:44:12 UTC, 0 replies.
- Re: [PR] Minor: fixed transformed state in UDF Simplify [arrow-datafusion] - posted by "Omega359 (via GitHub)" <gi...@apache.org> on 2024/03/06 21:46:57 UTC, 2 replies.
- [PR] test(csharp/test/Drivers/Interop/Snowflake): Error handling tests. [arrow-adbc] - posted by "birschick-bq (via GitHub)" <gi...@apache.org> on 2024/03/06 22:57:42 UTC, 7 replies.
- [PR] LEAD/LAG calculate default value once [arrow-datafusion] - posted by "comphead (via GitHub)" <gi...@apache.org> on 2024/03/06 23:49:11 UTC, 3 replies.
- [PR] GH-40361 [C++] Make flatbuffers serialization more deterministic [arrow] - posted by "noamross (via GitHub)" <gi...@apache.org> on 2024/03/07 00:05:11 UTC, 5 replies.
- Re: [I] [Java] NullVector constructor should not accept an arbitrary field type [arrow] - posted by "barronw (via GitHub)" <gi...@apache.org> on 2024/03/07 00:17:03 UTC, 0 replies.
- [PR] feat(api): added table constraints implementation for GetObjects API [arrow-adbc] - posted by "ryan-syed (via GitHub)" <gi...@apache.org> on 2024/03/07 01:38:37 UTC, 1 replies.
- Re: [I] [C++] ARROW_FORCE_INLINE is not correctly defined on non-Windows builds [arrow] - posted by "felipecrv (via GitHub)" <gi...@apache.org> on 2024/03/07 02:01:01 UTC, 0 replies.
- [PR] [CI] fix chrono suggestions [arrow-datafusion] - posted by "comphead (via GitHub)" <gi...@apache.org> on 2024/03/07 02:24:27 UTC, 0 replies.
- [PR] Add non-trivial example IPC data [arrow-experiments] - posted by "paleolimbot (via GitHub)" <gi...@apache.org> on 2024/03/07 02:47:13 UTC, 13 replies.
- Re: [I] datafusion-cli: implement syntax highlighting for keywords/literals [arrow-datafusion] - posted by "SteveLauC (via GitHub)" <gi...@apache.org> on 2024/03/07 03:15:57 UTC, 0 replies.
- [PR] Update rustyline requirement from 11.0 to 14.0 [arrow-ballista] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/07 04:32:14 UTC, 1 replies.
- Re: [PR] Update rustyline requirement from 11.0 to 13.0 [arrow-ballista] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/07 04:32:15 UTC, 1 replies.
- [I] Update `trim` to match Postgres/duckdb [arrow-datafusion] - posted by "tshauck (via GitHub)" <gi...@apache.org> on 2024/03/07 04:41:54 UTC, 5 replies.
- Re: [PR] GH-40361: [C++] Make flatbuffers serialization more deterministic [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/07 04:53:39 UTC, 2 replies.
- Re: [I] Range/inequality joins are slow [arrow-datafusion] - posted by "my-vegetable-has-exploded (via GitHub)" <gi...@apache.org> on 2024/03/07 05:43:27 UTC, 4 replies.
- [PR] GH-40935: [C++] Check empty for call.arguments before we evaluate arguments as literal in FoldConstants [arrow] - posted by "ZhangHuiGui (via GitHub)" <gi...@apache.org> on 2024/03/07 06:10:59 UTC, 1 replies.
- Re: [PR] GH-40935: [C++] Check empty for call's arguments before we evaluate arguments as literal in FoldConstants [arrow] - posted by "github-actions[bot] (via GitHub)" <gi...@apache.org> on 2024/03/07 06:18:52 UTC, 0 replies.
- Re: [I] go/adbc/driver/snowflake: driver cannot support query "SHOW TABLES" [arrow-adbc] - posted by "ruowan (via GitHub)" <gi...@apache.org> on 2024/03/07 06:22:29 UTC, 1 replies.
- Re: [PR] GH-40395: [C++] Check empty for call's arguments before we evaluate arguments as literal in FoldConstants [arrow] - posted by "github-actions[bot] (via GitHub)" <gi...@apache.org> on 2024/03/07 06:28:30 UTC, 8 replies.
- [PR] GH-40394: [C++] Add support for mold [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/07 06:56:11 UTC, 17 replies.
- [I] offset command not working as expected [arrow-datafusion] - posted by "13minutes-yt (via GitHub)" <gi...@apache.org> on 2024/03/07 07:23:30 UTC, 3 replies.
- Re: [I] Support encoding a single parquet file using multiple threads [arrow-rs] - posted by "hbpeng0115 (via GitHub)" <gi...@apache.org> on 2024/03/07 07:35:50 UTC, 2 replies.
- Re: [I] [C++] Missing protobuf link dependency for libarrow.a [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/07 08:16:35 UTC, 5 replies.
- [PR] GH-40398: [C++] Expose protobuf dependency if HDFS or ORC are enabled [arrow] - posted by "tobim (via GitHub)" <gi...@apache.org> on 2024/03/07 08:20:08 UTC, 3 replies.
- [PR] UDAF and UDWF support aliases [arrow-datafusion] - posted by "lewiszlw (via GitHub)" <gi...@apache.org> on 2024/03/07 08:43:10 UTC, 5 replies.
- [PR] [minor] extract collect file statistics method and add doc [arrow-datafusion] - posted by "Ted-Jiang (via GitHub)" <gi...@apache.org> on 2024/03/07 08:57:52 UTC, 6 replies.
- [PR] chore: simplify the return type of `validate_data_types()` [arrow-datafusion] - posted by "waynexia (via GitHub)" <gi...@apache.org> on 2024/03/07 09:09:37 UTC, 3 replies.
- Re: [PR] [CI build] fix chrono suggestions [arrow-datafusion] - posted by "waynexia (via GitHub)" <gi...@apache.org> on 2024/03/07 09:30:58 UTC, 1 replies.
- [PR] feat: initial support string_view and binary_view, supports layout and basic construction + tests [arrow-rs] - posted by "ariesdevil (via GitHub)" <gi...@apache.org> on 2024/03/07 10:10:56 UTC, 35 replies.
- Re: [PR] Systematic Configuration in 'Create External Table' and 'Copy To' Options [arrow-datafusion] - posted by "metesynnada (via GitHub)" <gi...@apache.org> on 2024/03/07 10:27:58 UTC, 14 replies.
- Re: [I] [Python][CI] Hypothesis tests are failing (test-conda-python-3.11-hypothesis crossbow build) [arrow] - posted by "pitrou (via GitHub)" <gi...@apache.org> on 2024/03/07 11:05:20 UTC, 0 replies.
- Re: [PR] feat(go/adbc/driver/snowflake): added table constraints implementation for GetObjects API [arrow-adbc] - posted by "jduo (via GitHub)" <gi...@apache.org> on 2024/03/07 11:06:01 UTC, 37 replies.
- Re: [PR] [CI Fix] Replace deprecated Duration function [arrow-datafusion] - posted by "jayzhan211 (via GitHub)" <gi...@apache.org> on 2024/03/07 11:52:16 UTC, 0 replies.
- Re: [I] [Python][CI] Install of nightly dask failing in integration tests [arrow] - posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org> on 2024/03/07 12:37:03 UTC, 0 replies.
- [PR] Remove physical expr of ListIndex and ListRange, move the conversion to optimization [arrow-datafusion] - posted by "jayzhan211 (via GitHub)" <gi...@apache.org> on 2024/03/07 13:16:11 UTC, 0 replies.
- Re: [PR] DO NOT MERGE: GH-39978: [C++][Parquet] Expand BYTE_STREAM_SPLIT to support FIXED_LEN_BYTE_ARRAY, INT32 and INT64 [arrow] - posted by "pitrou (via GitHub)" <gi...@apache.org> on 2024/03/07 13:23:45 UTC, 3 replies.
- Re: [I] [C++] Add support for LLD [arrow] - posted by "assignUser (via GitHub)" <gi...@apache.org> on 2024/03/07 15:29:00 UTC, 2 replies.
- [PR] [C++][S3] Try to debug macOS timeout using tmate session [arrow] - posted by "pitrou (via GitHub)" <gi...@apache.org> on 2024/03/07 15:41:41 UTC, 2 replies.
- [PR] Add Rust server and client for `get_simple` example [arrow-experiments] - posted by "mbrobbel (via GitHub)" <gi...@apache.org> on 2024/03/07 15:55:19 UTC, 23 replies.
- [PR] GH-40402: [GLib] Add missing compute function options classes [arrow] - posted by "stenlarsson (via GitHub)" <gi...@apache.org> on 2024/03/07 16:03:37 UTC, 5 replies.
- [PR] MINOR: [Java] add toString on AbstractContainerVector [arrow] - posted by "jarohen (via GitHub)" <gi...@apache.org> on 2024/03/07 16:45:11 UTC, 2 replies.
- [PR] feat(go/adbc/driver/flightsql): support reuse-connection location [arrow-adbc] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/07 17:48:26 UTC, 6 replies.
- [I] Explore integration with Delta Lake [arrow-datafusion-comet] - posted by "sunchao (via GitHub)" <gi...@apache.org> on 2024/03/07 17:49:32 UTC, 3 replies.
- [PR] Adding csharp post-release Arrow-ADBC script and bumping the indices of other scripts [arrow-adbc] - posted by "v-jbrandrick (via GitHub)" <gi...@apache.org> on 2024/03/07 17:59:44 UTC, 1 replies.
- [PR] GH-40405: [C++] Produce better error message when Move is attempted on flat-namespace accounts [arrow] - posted by "felipecrv (via GitHub)" <gi...@apache.org> on 2024/03/07 18:02:53 UTC, 3 replies.
- Re: [PR] GH-40025: [C++][FS][Azure] Implement Move() for flat namespace storage accounts [arrow] - posted by "felipecrv (via GitHub)" <gi...@apache.org> on 2024/03/07 18:06:36 UTC, 1 replies.
- [PR] test(go/adbc/driver/flightsql): try to fix flaky test [arrow-adbc] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/07 18:07:57 UTC, 2 replies.
- Re: [PR] feat(dev/release): add C# post-release script [arrow-adbc] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/07 18:16:05 UTC, 6 replies.
- Re: [PR] chore: Add basic benchmark suite to C library [arrow-nanoarrow] - posted by "paleolimbot (via GitHub)" <gi...@apache.org> on 2024/03/07 18:46:51 UTC, 0 replies.
- [I] Provide parallelized parquet writing outside of Datafusion query execution. [arrow-datafusion] - posted by "wiedld (via GitHub)" <gi...@apache.org> on 2024/03/07 18:54:16 UTC, 0 replies.
- [PR] GH-40407: [JS] Fix string coercion in MapRowProxyHandler.ownKeys [arrow] - posted by "mbostock (via GitHub)" <gi...@apache.org> on 2024/03/07 19:04:22 UTC, 15 replies.
- [PR] Fix IPC data documentation [arrow-experiments] - posted by "paleolimbot (via GitHub)" <gi...@apache.org> on 2024/03/07 19:05:53 UTC, 2 replies.
- Re: [I] [Python] Error installing PyArrow with the recent release of 15.0.1 [arrow] - posted by "raulcd (via GitHub)" <gi...@apache.org> on 2024/03/07 20:46:59 UTC, 2 replies.
- [PR] feat(go/adbc/driver/flightsql): support session options [arrow-adbc] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/07 20:53:03 UTC, 10 replies.
- Re: [I] Provide faster parquet writing outside of Datafusion query execution. [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/07 21:03:23 UTC, 6 replies.
- [PR] test(go/adbc/driver/snowflake): properly skip tests w/o creds [arrow-adbc] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/07 21:09:37 UTC, 2 replies.
- Re: [I] Generate an Expr from string [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/07 21:13:13 UTC, 0 replies.
- [I] [EPIC] Collection of SQL to/from LogicalPlan/Expr tickets [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/07 21:16:32 UTC, 4 replies.
- [I] Support converting `Expr` to SQL string [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/07 21:26:13 UTC, 15 replies.
- Re: [I] Support LogicalPlan --> `SQL String` [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/07 21:28:43 UTC, 7 replies.
- Re: [I] [CI][C++] Fix arrow-s3fs-test timeouts on macOS C++ job [arrow] - posted by "amoeba (via GitHub)" <gi...@apache.org> on 2024/03/07 21:34:36 UTC, 10 replies.
- Re: [I] Apache Arrow with Apache Spark - UnsupportedOperationException: sun.misc.Unsafe or java.nio.DirectByteBuffer not available [arrow] - posted by "danepitkin (via GitHub)" <gi...@apache.org> on 2024/03/07 21:49:41 UTC, 2 replies.
- [PR] chore(dev/benchmarks): Reorganize benchmarks such that they can build/run against arbitrary commits [arrow-nanoarrow] - posted by "paleolimbot (via GitHub)" <gi...@apache.org> on 2024/03/07 21:54:06 UTC, 1 replies.
- Re: [PR] GH-39982: [Java] Add RunEndEncodedVector [arrow] - posted by "github-actions[bot] (via GitHub)" <gi...@apache.org> on 2024/03/07 21:56:01 UTC, 0 replies.
- Re: [I] Temporal Arithmetic Can Panic [arrow-rs] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/07 21:56:34 UTC, 0 replies.
- [I] Support Creating Non-Nullable Lists with MapBuilder [arrow-rs] - posted by "lasantosr (via GitHub)" <gi...@apache.org> on 2024/03/07 22:08:05 UTC, 0 replies.
- [PR] Add MapBuilder::with_values_field to support non-nullable values (#5482) [arrow-rs] - posted by "lasantosr (via GitHub)" <gi...@apache.org> on 2024/03/07 22:31:46 UTC, 1 replies.
- [I] Better memory limiting in parquet `ArrowWriter` [arrow-rs] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/07 22:32:28 UTC, 3 replies.
- [PR] MINOR: [Dev][C++] Fix SyntaxWarnings in asan_symbolize.py [arrow] - posted by "amoeba (via GitHub)" <gi...@apache.org> on 2024/03/07 23:05:28 UTC, 2 replies.
- [PR] ci: build wheels with debug info [arrow-adbc] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/07 23:16:56 UTC, 23 replies.
- [PR] GH-37989: [C++] Plug reference leaks when creating Arrow array from Python list of dicts [arrow] - posted by "chunyang (via GitHub)" <gi...@apache.org> on 2024/03/07 23:22:15 UTC, 1 replies.
- Re: [I] [Python] `pyarrow.Table.from_pandas()` causing memory leak [arrow] - posted by "chunyang (via GitHub)" <gi...@apache.org> on 2024/03/07 23:22:59 UTC, 1 replies.
- Re: [PR] GH-37989: [Python] Plug reference leaks when creating Arrow array from Python list of dicts [arrow] - posted by "github-actions[bot] (via GitHub)" <gi...@apache.org> on 2024/03/07 23:24:20 UTC, 4 replies.
- [PR] Port ArrayHas family to `functions-array` [arrow-datafusion] - posted by "jayzhan211 (via GitHub)" <gi...@apache.org> on 2024/03/08 00:13:10 UTC, 15 replies.
- [PR] build(c): fix warnings for MSVC [arrow-adbc] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/08 00:31:04 UTC, 1 replies.
- [I] Port `StringToArray` to `function-arrays` [arrow-datafusion] - posted by "jayzhan211 (via GitHub)" <gi...@apache.org> on 2024/03/08 00:58:40 UTC, 3 replies.
- Re: [I] parquet: add method to get both the inner writer and the file metadata when closing SerializedFileWriter [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/08 02:23:12 UTC, 1 replies.
- [PR] Remove confusing buffer_size from AsyncArrowWriter (#5484) [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/08 02:29:45 UTC, 4 replies.
- Re: [PR] GH-40398: [C++] Expose protobuf dependency if opentelemetry or ORC are enabled [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/08 02:31:45 UTC, 8 replies.
- [PR] Add support for ignore nulls for LEAD, LAG in WindowAggExec [arrow-datafusion] - posted by "Lordworms (via GitHub)" <gi...@apache.org> on 2024/03/08 02:34:21 UTC, 14 replies.
- Re: [I] [C++][FS][Azure] Produce better error message when Move is attempted on flat-namespace accounts [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/08 02:37:52 UTC, 0 replies.
- Re: [I] Please make the MapBuilder values_field nullable a configurable value [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/08 02:39:38 UTC, 0 replies.
- Re: [I] Support Creating Non-Nullable Lists and Maps within a Struct [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/08 02:39:38 UTC, 1 replies.
- Re: [I] [Discuss][C++] Replace MemoTable with a SwissTable implementation [arrow] - posted by "mapleFU (via GitHub)" <gi...@apache.org> on 2024/03/08 02:54:17 UTC, 5 replies.
- Re: [I] LAG window function schema issue. Non null conflict. [arrow-datafusion] - posted by "comphead (via GitHub)" <gi...@apache.org> on 2024/03/08 03:04:39 UTC, 2 replies.
- Re: [PR] Introduce `Schema::field_names` method [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/08 03:09:46 UTC, 1 replies.
- [PR] WIP: [R] Verify CRAN release-15.0.1 [arrow] - posted by "thisisnic (via GitHub)" <gi...@apache.org> on 2024/03/08 03:19:06 UTC, 10 replies.
- [I] `generate_series` and `range` panic on edge cases [arrow-datafusion] - posted by "jonahgao (via GitHub)" <gi...@apache.org> on 2024/03/08 03:29:35 UTC, 3 replies.
- [PR] minor: use arrow-rs casting [arrow-datafusion] - posted by "comphead (via GitHub)" <gi...@apache.org> on 2024/03/08 03:30:43 UTC, 0 replies.
- [PR] GH-40415: [C++] Extract the primitive operations implementing Take and make them instantiable in multiple scenarios [arrow] - posted by "felipecrv (via GitHub)" <gi...@apache.org> on 2024/03/08 04:02:00 UTC, 9 replies.
- Re: [I] datafusion-cli not installed [arrow-datafusion] - posted by "l1t1 (via GitHub)" <gi...@apache.org> on 2024/03/08 04:35:20 UTC, 4 replies.
- [I] datafusion-cli cursor isn't on the right position in windows 7 cmd [arrow-datafusion] - posted by "l1t1 (via GitHub)" <gi...@apache.org> on 2024/03/08 04:48:54 UTC, 4 replies.
- Re: [I] [GLib] Add missing compute function options classes [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/08 05:26:51 UTC, 0 replies.
- [PR] chore(deps): update substrait requirement from 0.25.1 to 0.27.0 [arrow-datafusion] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/08 08:35:30 UTC, 1 replies.
- [PR] GH-40376: [Python] Update for NumPy 2.0 ABI change in PyArray_Descr->elsize [arrow] - posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org> on 2024/03/08 08:56:55 UTC, 59 replies.
- [PR] fix: `generate_series` and `range` panic on edge cases [arrow-datafusion] - posted by "jonahgao (via GitHub)" <gi...@apache.org> on 2024/03/08 09:41:49 UTC, 8 replies.
- [I] add aarch64 linux version datafusion-cli [arrow-datafusion] - posted by "l1t1 (via GitHub)" <gi...@apache.org> on 2024/03/08 11:54:51 UTC, 2 replies.
- [I] Got `LIMIT must not be negative` error as long as it is not a literal [arrow-datafusion] - posted by "SteveLauC (via GitHub)" <gi...@apache.org> on 2024/03/08 12:00:40 UTC, 0 replies.
- Re: [I] Got "LIMIT must not be negative" error as long as it is not a literal [arrow-datafusion] - posted by "SteveLauC (via GitHub)" <gi...@apache.org> on 2024/03/08 12:07:21 UTC, 4 replies.
- Re: [I] [C++][FlightRPC] Add missing expiration_time arguments [arrow] - posted by "llama90 (via GitHub)" <gi...@apache.org> on 2024/03/08 13:14:20 UTC, 3 replies.
- Re: [I] [Java] JDBC driver too large [arrow] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/08 13:30:13 UTC, 0 replies.
- [PR] GH-40422: [C++][FlightRPC] Add missing expiration_time arguments [arrow] - posted by "llama90 (via GitHub)" <gi...@apache.org> on 2024/03/08 14:05:18 UTC, 3 replies.
- [PR] Fix undeterministic behaviour of schema nullability of lag window query [arrow-datafusion] - posted by "mustafasrepo (via GitHub)" <gi...@apache.org> on 2024/03/08 14:07:13 UTC, 2 replies.
- Re: [I] [C++] S3FileSystem: deleting directory with double slash in name crashes [arrow] - posted by "pitrou (via GitHub)" <gi...@apache.org> on 2024/03/08 14:11:40 UTC, 0 replies.
- Re: [I] [DISCUSS] [FlightSQL] FlightSQL versioning / compatibility levels [arrow] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/08 14:30:18 UTC, 9 replies.
- [PR] Bump org.eclipse.jetty:jetty-server from 11.0.3 to 11.0.14 in /http/get_simple/java/server [arrow-experiments] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/08 14:39:44 UTC, 1 replies.
- [PR] GH-39935: [GLib][Docs] Use GI-DocGen instead of GTK-Doc [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/08 15:02:37 UTC, 20 replies.
- [PR] Add missing manifests and add .`gitignore` files [arrow-experiments] - posted by "ianmcook (via GitHub)" <gi...@apache.org> on 2024/03/08 15:09:24 UTC, 1 replies.
- Re: [PR] GH-38923: [GLib] Fix spelling [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/08 15:09:43 UTC, 2 replies.
- Re: [I] [R] Not able to perform operations if `anonymous = FALSE` in `s3_bucket()` [arrow] - posted by "assignUser (via GitHub)" <gi...@apache.org> on 2024/03/08 15:28:03 UTC, 3 replies.
- Re: [I] [CI][Archery] Archery linking should also check for undefined symbols [arrow] - posted by "danepitkin (via GitHub)" <gi...@apache.org> on 2024/03/08 15:59:30 UTC, 8 replies.
- Re: [PR] minor: use arrow-rs casting from Float to Timestamp [arrow-datafusion] - posted by "comphead (via GitHub)" <gi...@apache.org> on 2024/03/08 16:13:40 UTC, 1 replies.
- Re: [I] Minor: small refactoring for ints/floats to timestamps conversions [arrow-datafusion] - posted by "comphead (via GitHub)" <gi...@apache.org> on 2024/03/08 16:13:41 UTC, 0 replies.
- [PR] refactor(c/driver/sqlite): port to driver base [arrow-adbc] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/08 16:42:15 UTC, 16 replies.
- Re: [I] c/driver/sqlite: ADBC_INGEST_OPTION_MODE_REPLACE is an "Invalid statement option" [arrow-adbc] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/08 16:44:13 UTC, 0 replies.
- [PR] GH-40428: [Python][CI] Fix dateset partition filter tests with pandas nightly [arrow] - posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org> on 2024/03/08 16:45:46 UTC, 3 replies.
- [PR] fix(python): correct typechecking error [arrow-adbc] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/08 16:54:02 UTC, 1 replies.
- Re: [PR] GH-39377: [C++] IO: Reuse same buffer in CompressedInputStream [arrow] - posted by "mapleFU (via GitHub)" <gi...@apache.org> on 2024/03/08 16:54:15 UTC, 53 replies.
- Re: [I] [Python] Improve the pyarrow build system [arrow] - posted by "vyasr (via GitHub)" <gi...@apache.org> on 2024/03/08 17:20:03 UTC, 0 replies.
- [PR] Add size statistics introduced in PARQUET-2261 [arrow-rs] - posted by "etseidl (via GitHub)" <gi...@apache.org> on 2024/03/08 18:26:31 UTC, 2 replies.
- Re: [I] `Invalid metadata$r` warning when feeding parquet file into dplyr [arrow] - posted by "amoeba (via GitHub)" <gi...@apache.org> on 2024/03/08 19:07:37 UTC, 0 replies.
- Re: [PR] GH-38916: [R] Simplify dataset and table print output [arrow] - posted by "amoeba (via GitHub)" <gi...@apache.org> on 2024/03/08 20:36:41 UTC, 11 replies.
- Re: [PR] Add example for `FunctionFactory` [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/08 20:48:55 UTC, 7 replies.
- Re: [PR] Add `to_unixtime` function [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/08 20:57:41 UTC, 2 replies.
- Re: [I] Support Spark bloom filter expression BloomFilterMightContain [arrow-datafusion-comet] - posted by "singhpk234 (via GitHub)" <gi...@apache.org> on 2024/03/08 21:32:38 UTC, 9 replies.
- Re: [I] Implement `to_unixtime` function [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/08 22:12:35 UTC, 0 replies.
- Re: [I] [Python] Don't initiate the ScalarMemoTable when it isn't needed [arrow] - posted by "anjakefala (via GitHub)" <gi...@apache.org> on 2024/03/08 22:45:46 UTC, 1 replies.
- Re: [PR] Move `array_has_all` rewrite to OperatorToFunction [arrow-datafusion] - posted by "jayzhan211 (via GitHub)" <gi...@apache.org> on 2024/03/09 00:02:15 UTC, 1 replies.
- Re: [PR] GH-40252: [C++] Make span SFINAE standards-conforming to enable compilation with nvcc [arrow] - posted by "vyasr (via GitHub)" <gi...@apache.org> on 2024/03/09 00:17:02 UTC, 15 replies.
- [I] Port crypto_expressions related function [arrow-datafusion] - posted by "Lordworms (via GitHub)" <gi...@apache.org> on 2024/03/09 01:36:59 UTC, 1 replies.
- [PR] port array_empty and array_length to datafusion-function-array crate [arrow-datafusion] - posted by "Weijun-H (via GitHub)" <gi...@apache.org> on 2024/03/09 03:19:42 UTC, 2 replies.
- [PR] fix: Aggregation without aggregation functions should use correct result expressions [arrow-datafusion-comet] - posted by "viirya (via GitHub)" <gi...@apache.org> on 2024/03/09 03:22:11 UTC, 1 replies.
- [I] Incorrect output when aggregation without aggregation functions [arrow-datafusion-comet] - posted by "viirya (via GitHub)" <gi...@apache.org> on 2024/03/09 03:24:17 UTC, 1 replies.
- Re: [PR] fix: Aggregation without aggregation expressions should use correct result expressions [arrow-datafusion-comet] - posted by "viirya (via GitHub)" <gi...@apache.org> on 2024/03/09 03:27:44 UTC, 3 replies.
- [I] Move date_part, date_trunc, date_bin functions to datafusion-functions [arrow-datafusion] - posted by "Tangruilin (via GitHub)" <gi...@apache.org> on 2024/03/09 05:03:50 UTC, 5 replies.
- [I] Move from_unixtime, now, current_date, current_time to datafusion-functions [arrow-datafusion] - posted by "Tangruilin (via GitHub)" <gi...@apache.org> on 2024/03/09 05:05:57 UTC, 5 replies.
- [PR] [task#9512] move from_unixtime, now, current_date, current_time to da… [arrow-datafusion] - posted by "Tangruilin (via GitHub)" <gi...@apache.org> on 2024/03/09 05:37:09 UTC, 9 replies.
- Re: [I] [C++][Parquet] Separate encoders and decoder [arrow] - posted by "changkhothuychung (via GitHub)" <gi...@apache.org> on 2024/03/09 05:43:00 UTC, 2 replies.
- Re: [I] [C++] Crashed at TempStack alloc when use Hashing32::HashBatch independently [arrow] - posted by "ZhangHuiGui (via GitHub)" <gi...@apache.org> on 2024/03/09 07:06:14 UTC, 3 replies.
- [I] Move Atan, Atan2, Acosh, Asinh, Atanh to datafusion-functions [arrow-datafusion] - posted by "Tangruilin (via GitHub)" <gi...@apache.org> on 2024/03/09 07:10:34 UTC, 1 replies.
- Re: [PR] [draft] Add `LogicalType`, try to support user-defined types [arrow-datafusion] - posted by "yukkit (via GitHub)" <gi...@apache.org> on 2024/03/09 07:55:33 UTC, 1 replies.
- [PR] GH-40432: [C++] Add missing Threads::Threads dependency to arrow_static [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/09 08:15:52 UTC, 6 replies.
- [I] Support sort merge join [arrow-datafusion-comet] - posted by "viirya (via GitHub)" <gi...@apache.org> on 2024/03/09 08:19:47 UTC, 1 replies.
- [PR] feat: Support sort merge join [arrow-datafusion-comet] - posted by "viirya (via GitHub)" <gi...@apache.org> on 2024/03/09 08:19:54 UTC, 28 replies.
- [PR] [task #9511] move date_part, date_trunc, date_bin functions to datafu… [arrow-datafusion] - posted by "Tangruilin (via GitHub)" <gi...@apache.org> on 2024/03/09 08:31:38 UTC, 4 replies.
- Re: [I] (Slightly) Slower reported performance on ClickBenck benchmarks in DataFusion 34.0.0 than DataFusion 33.0.0 [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/09 09:22:07 UTC, 0 replies.
- Re: [I] Reduce compile time of DataFusion? [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/09 09:50:45 UTC, 1 replies.
- Re: [I] Execute LogicalPlan on DBMS directly [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/09 09:51:31 UTC, 0 replies.
- [PR] GH-40308: [C++][Gandiva] Keep gandiva decimal divide rules same with normal expressions [arrow] - posted by "ZhangHuiGui (via GitHub)" <gi...@apache.org> on 2024/03/09 10:12:18 UTC, 1 replies.
- [I] Improve documentation around handling of dictionary arrays in arrow flight [arrow-rs] - posted by "thinkharderdev (via GitHub)" <gi...@apache.org> on 2024/03/09 12:07:25 UTC, 4 replies.
- [PR] GH-39669: [C++][Gandiva] Ensure Gandiva benchmarks present a bytes/s or items/s metric [arrow] - posted by "llama90 (via GitHub)" <gi...@apache.org> on 2024/03/09 12:08:03 UTC, 6 replies.
- [PR] Minior: Improve log expr description [arrow-datafusion] - posted by "caicancai (via GitHub)" <gi...@apache.org> on 2024/03/09 12:50:47 UTC, 1 replies.
- [PR] feat: convert Expr to SQL string [arrow-datafusion] - posted by "backkem (via GitHub)" <gi...@apache.org> on 2024/03/09 14:25:03 UTC, 3 replies.
- [PR] Add more detailed documentation for arrow_flight::encode::Dicationary… [arrow-rs] - posted by "thinkharderdev (via GitHub)" <gi...@apache.org> on 2024/03/09 14:32:14 UTC, 1 replies.
- [I] Cache the arguments type to avoid recomputing for ScalarUDF::return_type_from_exprs [arrow-datafusion] - posted by "jayzhan211 (via GitHub)" <gi...@apache.org> on 2024/03/09 14:34:33 UTC, 1 replies.
- Re: [I] ObjectStore with_url Should Handle Path [arrow-rs] - posted by "flokli (via GitHub)" <gi...@apache.org> on 2024/03/09 14:40:54 UTC, 5 replies.
- [I] Move `datafusion_array_function` specific rewrite rules like to `datafusion_functions_array` crate [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/09 15:54:41 UTC, 3 replies.
- [PR] Minor: Improve documentation for registering `AnalyzerRule` [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/09 16:25:52 UTC, 6 replies.
- Re: [I] Subsequent `JOIN` s don't match to correct row [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/09 16:29:43 UTC, 0 replies.
- Re: [I] Support simplification that requires multiple applications of constant folding / simplification [arrow-datafusion] - posted by "devinjdangelo (via GitHub)" <gi...@apache.org> on 2024/03/09 16:31:21 UTC, 1 replies.
- [PR] feat: Support BloomFilterMightContain expr [arrow-datafusion-comet] - posted by "advancedxy (via GitHub)" <gi...@apache.org> on 2024/03/09 16:35:32 UTC, 67 replies.
- Re: [PR] Add more detailed documentation for `arrow_flight::encode::Dictionary` [arrow-rs] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/09 16:40:05 UTC, 6 replies.
- [PR] Fix NullBufferBuilder::new_from_buffer wrong size assertion [arrow-rs] - posted by "Kikkon (via GitHub)" <gi...@apache.org> on 2024/03/09 17:32:46 UTC, 3 replies.
- [PR] build(deps): bump object_store from 0.9.0 to 0.9.1 [arrow-datafusion-python] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/09 19:22:17 UTC, 1 replies.
- [I] Performance traps with arrow/parquet? [arrow-rs] - posted by "lazear (via GitHub)" <gi...@apache.org> on 2024/03/09 19:43:23 UTC, 8 replies.
- [PR] Use HTTP/1.1 in simple Python server example [arrow-experiments] - posted by "ianmcook (via GitHub)" <gi...@apache.org> on 2024/03/09 20:24:28 UTC, 1 replies.
- Re: [I] [C++] Threads::Threads dependency is missing for static linking [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/09 20:41:47 UTC, 0 replies.
- [PR] Better document parquet pushdown [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/09 20:56:57 UTC, 1 replies.
- [PR] GH-40393: [Java] deprecate NullVector and ZeroVector constructors that set field type [arrow] - posted by "barronw (via GitHub)" <gi...@apache.org> on 2024/03/09 21:01:59 UTC, 3 replies.
- [PR] fix: support two argument TRIM [arrow-datafusion] - posted by "tshauck (via GitHub)" <gi...@apache.org> on 2024/03/09 21:19:12 UTC, 3 replies.
- [PR] Show how to disable chunked transfer encoding in Go and Java server examples [arrow-experiments] - posted by "ianmcook (via GitHub)" <gi...@apache.org> on 2024/03/09 22:10:43 UTC, 2 replies.
- [PR] GH-40077: [CI] Use GitHub hosted M1 macOS runner [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/09 22:12:52 UTC, 39 replies.
- Re: [PR] Use HTTP/1.1 and implement chunked transfer encoding in simple Python server example [arrow-experiments] - posted by "ianmcook (via GitHub)" <gi...@apache.org> on 2024/03/09 22:54:32 UTC, 11 replies.
- [I] Seeing WARN messages indicating native execution is disabled [arrow-datafusion-comet] - posted by "sagarlakshmipathy (via GitHub)" <gi...@apache.org> on 2024/03/09 23:34:21 UTC, 8 replies.
- [PR] minor: Make `QueryPlanSerde` warning log less confusing [arrow-datafusion-comet] - posted by "viirya (via GitHub)" <gi...@apache.org> on 2024/03/10 00:21:55 UTC, 6 replies.
- [I] TPCDS query 91 throws [arrow-datafusion-comet] - posted by "sagarlakshmipathy (via GitHub)" <gi...@apache.org> on 2024/03/10 00:30:45 UTC, 3 replies.
- [PR] Extend argument types for udf return type function [arrow-datafusion] - posted by "jayzhan211 (via GitHub)" <gi...@apache.org> on 2024/03/10 01:25:15 UTC, 0 replies.
- Re: [PR] Extend argument types for udf `return_type_from_exprs` [arrow-datafusion] - posted by "jayzhan211 (via GitHub)" <gi...@apache.org> on 2024/03/10 02:48:57 UTC, 19 replies.
- [PR] port flatten to datafusion-function-array [arrow-datafusion] - posted by "Weijun-H (via GitHub)" <gi...@apache.org> on 2024/03/10 03:24:25 UTC, 1 replies.
- [PR] Port arrowtypeof to datafusion-function [arrow-datafusion] - posted by "yyy1000 (via GitHub)" <gi...@apache.org> on 2024/03/10 04:31:38 UTC, 10 replies.
- [I] Inconsistent behavior for arrow_typeof of Interval type [arrow-datafusion] - posted by "yyy1000 (via GitHub)" <gi...@apache.org> on 2024/03/10 04:40:11 UTC, 2 replies.
- Re: [PR] Feat/make dfschema wrap schemaref [arrow-datafusion] - posted by "haohuaijin (via GitHub)" <gi...@apache.org> on 2024/03/10 06:42:05 UTC, 6 replies.
- [PR] Add simple C GLib client example [arrow-experiments] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/10 07:32:26 UTC, 7 replies.
- [I] Perform InSet optimization in the native side [arrow-datafusion-comet] - posted by "advancedxy (via GitHub)" <gi...@apache.org> on 2024/03/10 07:46:31 UTC, 2 replies.
- [PR] fix: Try to convert a static list into a set in rust [arrow-datafusion-comet] - posted by "advancedxy (via GitHub)" <gi...@apache.org> on 2024/03/10 07:52:48 UTC, 8 replies.
- Re: [I] [GLib] GLib Installation Failure: Errors in gtkdoc Helper Script [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/10 07:54:35 UTC, 1 replies.
- Re: [I] Add CometRowToColumnar operator [arrow-datafusion-comet] - posted by "advancedxy (via GitHub)" <gi...@apache.org> on 2024/03/10 08:14:34 UTC, 0 replies.
- Re: [PR] Transform with payload [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/10 09:40:42 UTC, 1 replies.
- [I] Add a `AggregateUDFImpl::simplfy()` API [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/10 09:52:54 UTC, 3 replies.
- [I] Add a `WindowUDFImpl::simplfy()` API [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/10 09:53:47 UTC, 3 replies.
- Re: [PR] CI: releasing CLI to PyPI [arrow-datafusion] - posted by "MohamedAbdeen21 (via GitHub)" <gi...@apache.org> on 2024/03/10 09:57:12 UTC, 6 replies.
- [I] Make it easier to register configuration extension options [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/10 09:58:08 UTC, 14 replies.
- [I] in_list doesn't handle value being a Dictionary type when check data type matches [arrow-datafusion] - posted by "advancedxy (via GitHub)" <gi...@apache.org> on 2024/03/10 10:29:09 UTC, 5 replies.
- Re: [PR] Remove physical expr of ListIndex and ListRange, convert to `array_element` and `array_slice` functions [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/10 10:36:09 UTC, 2 replies.
- Re: [PR] chore(deps): update tonic requirement from 0.10 to 0.11 [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/10 11:15:52 UTC, 3 replies.
- [PR] Minor: remove `..` pattern matching in sql planner [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/10 11:28:42 UTC, 4 replies.
- Re: [I] Add ScalarUDFs in missing function hints / suggested errors [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/10 11:31:59 UTC, 0 replies.
- [I] Replace `GetFieldAccessExpr::NamedStructField` with `ScalarFunction::Struct` [arrow-datafusion] - posted by "jayzhan211 (via GitHub)" <gi...@apache.org> on 2024/03/10 11:39:22 UTC, 6 replies.
- Re: [PR] feat: Introduce convert Expr to SQL string API and basic feature [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/10 11:53:06 UTC, 7 replies.
- [I] Create `string` module in `datafusion/functions/src/string` and `string_expressions` feature flag, move `ascii` function [arrow-datafusion] - posted by "PsiACE (via GitHub)" <gi...@apache.org> on 2024/03/10 12:41:30 UTC, 2 replies.
- [I] Move ascii, bit_length, btrim, chr to datafusion-functions [arrow-datafusion] - posted by "PsiACE (via GitHub)" <gi...@apache.org> on 2024/03/10 12:44:30 UTC, 2 replies.
- [PR] Port tan, tanh to datafusion-functions [arrow-datafusion] - posted by "ongchi (via GitHub)" <gi...@apache.org> on 2024/03/10 13:08:00 UTC, 8 replies.
- [PR] GH-40439: [Python] Fix flake8 failures in python/benchmarks/parquet.py [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/10 13:09:55 UTC, 4 replies.
- Re: [I] move make_array array_append array_prepend array_concat function to datafusion-functions-array crate [arrow-datafusion] - posted by "jayzhan211 (via GitHub)" <gi...@apache.org> on 2024/03/10 13:16:58 UTC, 0 replies.
- [I] Add DataType::ListView and DataType::LargeListView [arrow-rs] - posted by "Kikkon (via GitHub)" <gi...@apache.org> on 2024/03/10 13:41:04 UTC, 3 replies.
- [PR] Add DataType::ListView and DataType::LargeListView [arrow-rs] - posted by "Kikkon (via GitHub)" <gi...@apache.org> on 2024/03/10 13:45:38 UTC, 8 replies.
- [PR] GH-40441: [GLib][Docs] Use Sphinx for Apache Arrow GLib front page [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/10 13:52:58 UTC, 12 replies.
- [PR] Minor: add a sql_planner benchmarks to reflecte select many field on a huge table [arrow-datafusion] - posted by "haohuaijin (via GitHub)" <gi...@apache.org> on 2024/03/10 13:55:13 UTC, 4 replies.
- [PR] GH-40443: [Python] Suppress python/examples/minimal_build/Dockerfile.* warnings [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/10 14:25:04 UTC, 4 replies.
- [I] Unable to access builder on List type column with List type of field. [arrow-rs] - posted by "istvan-fodor (via GitHub)" <gi...@apache.org> on 2024/03/10 14:25:56 UTC, 9 replies.
- [PR] Move from_unixtime, now, current_date, current_time functions to datafusion-functions [arrow-datafusion] - posted by "Omega359 (via GitHub)" <gi...@apache.org> on 2024/03/10 14:36:16 UTC, 9 replies.
- Re: [I] Support parsing SQL strings to `Expr`s [arrow-datafusion] - posted by "Omega359 (via GitHub)" <gi...@apache.org> on 2024/03/10 14:48:22 UTC, 4 replies.
- [PR] GH-40445: [C++] Fix static build on Windows [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/10 14:50:36 UTC, 9 replies.
- Re: [I] Optimize `make_date` [arrow-datafusion] - posted by "Omega359 (via GitHub)" <gi...@apache.org> on 2024/03/10 14:57:48 UTC, 4 replies.
- [I] Move make_date, to_char to datafusion-functions [arrow-datafusion] - posted by "Omega359 (via GitHub)" <gi...@apache.org> on 2024/03/10 14:59:06 UTC, 2 replies.
- [I] Move starts_with, to_hex, trim, upper to datafusion-functions [arrow-datafusion] - posted by "Tangruilin (via GitHub)" <gi...@apache.org> on 2024/03/10 15:07:30 UTC, 2 replies.
- [I] Move take concat, concat_ws, ends_with, initcap, to datafusion-functions [arrow-datafusion] - posted by "Tangruilin (via GitHub)" <gi...@apache.org> on 2024/03/10 15:35:41 UTC, 1 replies.
- [PR] [task #9539] Move starts_with, to_hex, trim, upper to datafusion-func… [arrow-datafusion] - posted by "Tangruilin (via GitHub)" <gi...@apache.org> on 2024/03/10 15:49:05 UTC, 4 replies.
- Re: [I] Inconsistent behavior for Interval type [arrow-datafusion] - posted by "yyy1000 (via GitHub)" <gi...@apache.org> on 2024/03/10 16:55:53 UTC, 0 replies.
- [PR] Minor: Fix document Interval syntax [arrow-datafusion] - posted by "yyy1000 (via GitHub)" <gi...@apache.org> on 2024/03/10 17:33:14 UTC, 3 replies.
- Re: [I] Wrong size assertion in arrow_buffer::builder::NullBufferBuilder::new_from_buffer [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/10 18:53:22 UTC, 1 replies.
- [PR] Port StringToArray to function-arrays [arrow-datafusion] - posted by "erenavsarogullari (via GitHub)" <gi...@apache.org> on 2024/03/10 18:54:50 UTC, 5 replies.
- [I] ShuffleQueryStage and ReusedExchange are not processed by CometExecRule [arrow-datafusion-comet] - posted by "viirya (via GitHub)" <gi...@apache.org> on 2024/03/10 21:13:45 UTC, 1 replies.
- [PR] fix: CometExecRule should handle ShuffleQueryStage and ReusedExchange [arrow-datafusion-comet] - posted by "viirya (via GitHub)" <gi...@apache.org> on 2024/03/10 21:13:55 UTC, 14 replies.
- Re: [I] [R][Docs] pkgdown site docs report version 14.0.1 [arrow] - posted by "amoeba (via GitHub)" <gi...@apache.org> on 2024/03/10 22:28:19 UTC, 0 replies.
- [PR] MINOR: [R][Docs] Fix typo in s3_bucket example code [arrow] - posted by "amoeba (via GitHub)" <gi...@apache.org> on 2024/03/10 23:34:37 UTC, 2 replies.
- [PR] Implement MultiPartStore for InMemory [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/11 00:06:37 UTC, 6 replies.
- [I] Non deterministic result for window function [arrow-datafusion] - posted by "jayzhan211 (via GitHub)" <gi...@apache.org> on 2024/03/11 00:20:57 UTC, 3 replies.
- [I] Port `ArrayDistinct` to `function-arrays` subcrate [arrow-datafusion] - posted by "erenavsarogullari (via GitHub)" <gi...@apache.org> on 2024/03/11 00:39:02 UTC, 1 replies.
- Re: [I] [C++] Windows static build for java-jars failed [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/11 00:59:39 UTC, 0 replies.
- [PR] fix: Comet native operator can be executed after ReusedExchange [arrow-datafusion-comet] - posted by "viirya (via GitHub)" <gi...@apache.org> on 2024/03/11 01:34:21 UTC, 3 replies.
- [I] Comet native operator cannot be executed after ReusedExchange [arrow-datafusion-comet] - posted by "viirya (via GitHub)" <gi...@apache.org> on 2024/03/11 01:37:09 UTC, 1 replies.
- Re: [I] [Python] python/examples/minimal_build/Dockerfile.* have hadolint warnings [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/11 01:48:36 UTC, 0 replies.
- Re: [I] [Python] python/benchmarks/parquet.py has flake8 failures [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/11 01:50:59 UTC, 0 replies.
- [PR] Port Struct to datafusion-functions [arrow-datafusion] - posted by "yyy1000 (via GitHub)" <gi...@apache.org> on 2024/03/11 02:22:58 UTC, 4 replies.
- [PR] GH-40448: [CI][Dev] Run pre-commit [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/11 02:34:17 UTC, 6 replies.
- Re: [I] [Python] unexpected URL encoded path (white spaces) when uploading to S3 [arrow] - posted by "sahitya-pavurala (via GitHub)" <gi...@apache.org> on 2024/03/11 02:53:00 UTC, 1 replies.
- [I] Efficiency Problem: Parallelization and vectorization [arrow-datafusion] - posted by "Lordworms (via GitHub)" <gi...@apache.org> on 2024/03/11 02:53:55 UTC, 6 replies.
- [PR] GH-39386: [C++] Add floordiv compute kernel [arrow] - posted by "WillAyd (via GitHub)" <gi...@apache.org> on 2024/03/11 03:02:01 UTC, 3 replies.
- Re: [I] [Python] Better pytest parametrization for different compression codecs [arrow] - posted by "sahitya-pavurala (via GitHub)" <gi...@apache.org> on 2024/03/11 03:07:13 UTC, 0 replies.
- [PR] WIP(do-not-merge): changes to enable ParquetSink poc [arrow-datafusion] - posted by "wiedld (via GitHub)" <gi...@apache.org> on 2024/03/11 03:39:13 UTC, 2 replies.
- [PR] GH-31545: [GLib] Enable clang-format [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/11 03:45:09 UTC, 4 replies.
- [PR] Port `ArrayDistinct` to `function-arrays` subcrate [arrow-datafusion] - posted by "erenavsarogullari (via GitHub)" <gi...@apache.org> on 2024/03/11 04:02:57 UTC, 4 replies.
- [PR] Improve get_simple README [arrow-experiments] - posted by "ianmcook (via GitHub)" <gi...@apache.org> on 2024/03/11 04:29:22 UTC, 1 replies.
- Re: [I] [GLib] Intoroduce auto formatter [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/11 04:53:46 UTC, 0 replies.
- [I] Port `ArraySort` to `function-arrays` subcrate [arrow-datafusion] - posted by "erenavsarogullari (via GitHub)" <gi...@apache.org> on 2024/03/11 05:33:19 UTC, 2 replies.
- [PR] Port `ArraySort` to `function-arrays` subcrate [arrow-datafusion] - posted by "erenavsarogullari (via GitHub)" <gi...@apache.org> on 2024/03/11 06:01:47 UTC, 6 replies.
- [I] Eliminate code duplication between math UDFs [arrow-datafusion] - posted by "jonahgao (via GitHub)" <gi...@apache.org> on 2024/03/11 06:20:18 UTC, 3 replies.
- Re: [I] [CI][Debian] Use Debian 12 because Debian 11 will reach EOL on 2024-07 [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/11 06:38:37 UTC, 1 replies.
- Re: [I] Move `make_array` to datafusion-functions [arrow-datafusion] - posted by "jayzhan211 (via GitHub)" <gi...@apache.org> on 2024/03/11 06:57:12 UTC, 0 replies.
- Re: [PR] Port `StringToArray` to `function-arrays` subcrate [arrow-datafusion] - posted by "jayzhan211 (via GitHub)" <gi...@apache.org> on 2024/03/11 06:59:19 UTC, 0 replies.
- [PR] GH-40454: [CI][Debian] Update Debian to 12 from 11 [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/11 07:01:17 UTC, 25 replies.
- Re: [I] [CI][GLib] test-debian-c-glib failed by no gi-docgen [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/11 07:05:24 UTC, 0 replies.
- [PR] GH-40082: [CI][C++] Add a job on ARM64 macOS [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/11 07:38:21 UTC, 3 replies.
- Re: [PR] Add GCS signed URL support [arrow-rs] - posted by "l1nxy (via GitHub)" <gi...@apache.org> on 2024/03/11 08:22:21 UTC, 3 replies.
- Re: [I] [GLib][Docs] Use Sphinx for Apache Arrow GLib front page [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/11 08:57:05 UTC, 0 replies.
- [PR] GH-40438: [GLib] Add GArrowTimestampParser [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/11 09:22:41 UTC, 7 replies.
- [PR] GH-40458: [Release][Docs] Changes for version and warning banner should not affect minor releases [arrow] - posted by "AlenkaF (via GitHub)" <gi...@apache.org> on 2024/03/11 09:54:09 UTC, 3 replies.
- [I] incorrect null handling in `range` and `generate_series` [arrow-datafusion] - posted by "jonahgao (via GitHub)" <gi...@apache.org> on 2024/03/11 09:55:41 UTC, 2 replies.
- [I] Enable recursive CTE support by default [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/11 10:46:14 UTC, 7 replies.
- Re: [I] Add support for recursive CTEs [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/11 10:46:40 UTC, 1 replies.
- Re: [PR] Recursive CTEs: Stage 3 - add execution support [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/11 10:46:59 UTC, 0 replies.
- [I] DataFusion weekly project plan (Andrew Lamb) - March 11, 2024 [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/11 10:56:54 UTC, 5 replies.
- Re: [I] pyarrow.compute.Expression.to_substrait() is missing conversions [arrow] - posted by "mbwhite (via GitHub)" <gi...@apache.org> on 2024/03/11 11:44:37 UTC, 0 replies.
- [PR] refactor: unify some plan optimization in CommonSubexprEliminate [arrow-datafusion] - posted by "jackwener (via GitHub)" <gi...@apache.org> on 2024/03/11 12:05:47 UTC, 2 replies.
- Re: [PR] WIP(do-not-merge): Proposed public parallel parquet writer API / changes to `ParquetSink` [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/11 12:45:54 UTC, 3 replies.
- Re: [I] [Python] type_for_alias support timestamp[unit, tz] [arrow] - posted by "cclienti (via GitHub)" <gi...@apache.org> on 2024/03/11 12:46:46 UTC, 0 replies.
- [PR] Enable to register analyzer rule [arrow-datafusion] - posted by "jayzhan211 (via GitHub)" <gi...@apache.org> on 2024/03/11 13:28:44 UTC, 0 replies.
- [I] Add `name` method to `ExecutionPlan` trait [arrow-datafusion] - posted by "matthewmturner (via GitHub)" <gi...@apache.org> on 2024/03/11 14:04:40 UTC, 7 replies.
- [PR] [MINOR]: Fix undeterministic test [arrow-datafusion] - posted by "mustafasrepo (via GitHub)" <gi...@apache.org> on 2024/03/11 14:08:20 UTC, 1 replies.
- [PR] refactor: Skipping slicing on shuffle arrays [arrow-datafusion-comet] - posted by "viirya (via GitHub)" <gi...@apache.org> on 2024/03/11 15:14:21 UTC, 0 replies.
- [PR] docs: fix extraneous char [arrow-datafusion] - posted by "tshauck (via GitHub)" <gi...@apache.org> on 2024/03/11 16:07:50 UTC, 0 replies.
- [PR] MINOR: [Java] Bump org.apache.commons:commons-dbcp2 from 2.9.0 to 2.12.0 in /java [arrow] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/11 16:22:07 UTC, 2 replies.
- [PR] MINOR: [Java] Bump org.codehaus.mojo:properties-maven-plugin from 1.1.0 to 1.2.1 in /java [arrow] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/11 16:22:13 UTC, 9 replies.
- [PR] MINOR: [Java] Bump org.apache.maven.plugins:maven-shade-plugin from 3.2.4 to 3.5.2 in /java [arrow] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/11 16:22:18 UTC, 4 replies.
- [PR] MINOR: [Java] Bump commons-io:commons-io from 2.7 to 2.15.1 in /java [arrow] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/11 16:22:22 UTC, 6 replies.
- [PR] MINOR: [Java] Bump org.codehaus.mojo:exec-maven-plugin from 3.1.1 to 3.2.0 in /java [arrow] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/11 16:22:26 UTC, 2 replies.
- Re: [PR] refactor: Skipping slicing on shuffle arrays in shuffle reader [arrow-datafusion-comet] - posted by "viirya (via GitHub)" <gi...@apache.org> on 2024/03/11 16:45:32 UTC, 8 replies.
- Re: [I] TPCDS query 91 throws java.io.IOException: Could not read object from config with key parquet.private.read.filter.predicate exception [arrow-datafusion-comet] - posted by "sunchao (via GitHub)" <gi...@apache.org> on 2024/03/11 17:08:29 UTC, 1 replies.
- Re: [I] Inconsistent behavior for Interval type with document [arrow-datafusion] - posted by "comphead (via GitHub)" <gi...@apache.org> on 2024/03/11 17:52:25 UTC, 1 replies.
- [I] java.lang.NoSuchMethodError: org.apache.spark.sql.execution.FileSourceScanExec.copy$default$9() [arrow-datafusion-comet] - posted by "SemyonSinchenko (via GitHub)" <gi...@apache.org> on 2024/03/11 18:15:44 UTC, 9 replies.
- Re: [I] [C++][Acero] Random hangs when joining tables with ExecutePlan [arrow] - posted by "stenlarsson (via GitHub)" <gi...@apache.org> on 2024/03/11 18:32:18 UTC, 2 replies.
- Re: [I] zstd-sys error [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/11 18:39:53 UTC, 2 replies.
- [I] Remove git-commit-id-maven-plugin [arrow-datafusion-comet] - posted by "SemyonSinchenko (via GitHub)" <gi...@apache.org> on 2024/03/11 18:42:44 UTC, 10 replies.
- Re: [PR] Port `struct` to datafusion-functions [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/11 18:52:19 UTC, 0 replies.
- [I] Prototype Arrow over HTTP in Rust [arrow-rs] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/11 19:06:28 UTC, 5 replies.
- [I] Add a section to the documentation explaining that PGO can help up substantially (25%) and maybe offer some tips for users to use it? [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/11 19:27:44 UTC, 0 replies.
- Re: [I] [GLib] Add GArrowTimestampParser [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/11 19:39:11 UTC, 0 replies.
- Re: [PR] feat(9493): provide access to FileMetaData for written files with ParquetSink [arrow-datafusion] - posted by "wiedld (via GitHub)" <gi...@apache.org> on 2024/03/11 20:01:03 UTC, 0 replies.
- Re: [PR] Port `arrow_typeof` to datafusion-function [arrow-datafusion] - posted by "yyy1000 (via GitHub)" <gi...@apache.org> on 2024/03/11 20:15:09 UTC, 3 replies.
- [I] Generate GroupByHash output in multiple `RecordBatch`es rather than one large one [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/11 20:17:06 UTC, 5 replies.
- [PR] Change port number to 8008 [arrow-experiments] - posted by "ianmcook (via GitHub)" <gi...@apache.org> on 2024/03/11 20:17:57 UTC, 1 replies.
- Re: [I] [CI][Dev] Run pre-commit [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/11 20:40:16 UTC, 0 replies.
- Re: [I] [Glib] Create simple example of C GLib HTTP GET Arrow client [arrow] - posted by "ianmcook (via GitHub)" <gi...@apache.org> on 2024/03/11 20:44:22 UTC, 0 replies.
- Re: [PR] docs: fix extraneous char in array functions table of contents [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/11 20:44:25 UTC, 0 replies.
- Re: [I] [C++] Create simple example of C++ HTTP GET Arrow client [arrow] - posted by "ianmcook (via GitHub)" <gi...@apache.org> on 2024/03/11 20:46:59 UTC, 0 replies.
- Re: [I] [Go] Create simple example of Go HTTP GET Arrow client [arrow] - posted by "ianmcook (via GitHub)" <gi...@apache.org> on 2024/03/11 20:49:24 UTC, 0 replies.
- Re: [I] [Go] Create simple example of Go HTTP GET Arrow server [arrow] - posted by "ianmcook (via GitHub)" <gi...@apache.org> on 2024/03/11 20:50:24 UTC, 0 replies.
- Re: [I] [Java] Create simple example of Java HTTP GET Arrow client [arrow] - posted by "ianmcook (via GitHub)" <gi...@apache.org> on 2024/03/11 20:54:51 UTC, 0 replies.
- Re: [I] [Java] Create simple example of Java HTTP GET Arrow server [arrow] - posted by "ianmcook (via GitHub)" <gi...@apache.org> on 2024/03/11 20:56:02 UTC, 0 replies.
- Re: [I] `to_char(.., null)` should be NULL, not `..` [arrow-datafusion] - posted by "tinfoil-knight (via GitHub)" <gi...@apache.org> on 2024/03/11 20:56:46 UTC, 4 replies.
- Re: [I] [CI][C++] Add a GHA job for macOS ARM [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/11 20:59:12 UTC, 0 replies.
- Re: [I] [JS] Create simple example of JavaScript HTTP GET Arrow client [arrow] - posted by "ianmcook (via GitHub)" <gi...@apache.org> on 2024/03/11 20:59:30 UTC, 0 replies.
- [PR] chore(csharp): bump Apache.Arrow from 15.0.0 to 15.0.1 in /csharp [arrow-adbc] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/11 21:07:05 UTC, 1 replies.
- [PR] chore(csharp): bump Google.Cloud.BigQuery.V2 from 3.6.0 to 3.7.0 in /csharp [arrow-adbc] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/11 21:07:57 UTC, 1 replies.
- Re: [I] [Python] Explode array column [arrow] - posted by "frreiss (via GitHub)" <gi...@apache.org> on 2024/03/11 21:08:06 UTC, 0 replies.
- Re: [PR] feat(9493): provide access to FileMetaData for files written with ParquetSink [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/11 21:12:48 UTC, 4 replies.
- Re: [I] [Python] Create simple example of Python HTTP GET Arrow client [arrow] - posted by "ianmcook (via GitHub)" <gi...@apache.org> on 2024/03/11 21:28:02 UTC, 0 replies.
- Re: [I] [Python] Create simple example of Python HTTP GET Arrow server [arrow] - posted by "ianmcook (via GitHub)" <gi...@apache.org> on 2024/03/11 21:28:36 UTC, 1 replies.
- Re: [I] [R] Create simple example of R HTTP GET Arrow client [arrow] - posted by "ianmcook (via GitHub)" <gi...@apache.org> on 2024/03/11 21:31:19 UTC, 0 replies.
- Re: [I] [C++][FS][Azure] Add AzureFileSystem support to FileSystemFromUri() [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/11 21:35:12 UTC, 0 replies.
- [PR] Add stateless prepared statements [arrow-rs] - posted by "matthewmturner (via GitHub)" <gi...@apache.org> on 2024/03/11 21:54:12 UTC, 3 replies.
- [PR] Remove physical expr of NamedStructField, convert to struct function [arrow-datafusion] - posted by "yyy1000 (via GitHub)" <gi...@apache.org> on 2024/03/11 23:46:04 UTC, 17 replies.
- Re: [I] Use file statistics in query planning [arrow-datafusion] - posted by "matthewmturner (via GitHub)" <gi...@apache.org> on 2024/03/11 23:47:05 UTC, 1 replies.
- [I] Parallel read for json compressed files when it should not [arrow-datafusion] - posted by "yongda-fan (via GitHub)" <gi...@apache.org> on 2024/03/12 00:53:34 UTC, 4 replies.
- [I] Support Rust UDF [arrow-ballista] - posted by "yongda-fan (via GitHub)" <gi...@apache.org> on 2024/03/12 01:35:54 UTC, 0 replies.
- [I] Port `ArrayRepeat` to `function-arrays` subcrate [arrow-datafusion] - posted by "erenavsarogullari (via GitHub)" <gi...@apache.org> on 2024/03/12 02:06:31 UTC, 1 replies.
- [PR] GH-40205: [Python] ListView arrow-to-pandas conversion [arrow] - posted by "danepitkin (via GitHub)" <gi...@apache.org> on 2024/03/12 02:06:32 UTC, 23 replies.
- Re: [I] [Java][FlightRPC] Flight SQL JDBC driver parameter getting an exception: parameter ordinal 1 out of range [arrow] - posted by "MaoMiMao (via GitHub)" <gi...@apache.org> on 2024/03/12 03:03:58 UTC, 1 replies.
- [I] Support sum(Null) [arrow-datafusion] - posted by "Ted-Jiang (via GitHub)" <gi...@apache.org> on 2024/03/12 03:13:55 UTC, 6 replies.
- [PR] fix: incorrect null handling in `range` and `generate_series` [arrow-datafusion] - posted by "jonahgao (via GitHub)" <gi...@apache.org> on 2024/03/12 03:27:24 UTC, 5 replies.
- Re: [PR] fix: Try to convert a static list into a set in Rust [arrow-datafusion-comet] - posted by "sunchao (via GitHub)" <gi...@apache.org> on 2024/03/12 03:37:32 UTC, 1 replies.
- [PR] Port `ArrayRepeat` to `function-arrays` subcrate [arrow-datafusion] - posted by "erenavsarogullari (via GitHub)" <gi...@apache.org> on 2024/03/12 03:49:44 UTC, 0 replies.
- [I] Port `ArrayResize` to `function-arrays` subcrate [arrow-datafusion] - posted by "erenavsarogullari (via GitHub)" <gi...@apache.org> on 2024/03/12 05:09:13 UTC, 1 replies.
- [PR] Add simple Ruby server example [arrow-experiments] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/12 05:12:02 UTC, 6 replies.
- [PR] Port `ArrayResize` to `function-arrays` subcrate [arrow-datafusion] - posted by "erenavsarogullari (via GitHub)" <gi...@apache.org> on 2024/03/12 05:26:06 UTC, 0 replies.
- [PR] Update the comment and Add a check [arrow-datafusion] - posted by "colommar (via GitHub)" <gi...@apache.org> on 2024/03/12 06:44:39 UTC, 4 replies.
- [PR] Update README.md [arrow-datafusion] - posted by "Abdullahsab3 (via GitHub)" <gi...@apache.org> on 2024/03/12 07:18:06 UTC, 2 replies.
- [I] Binary path is hardcoded in pom.xml and as a result, binary is not packed into JAR [arrow-datafusion-comet] - posted by "SemyonSinchenko (via GitHub)" <gi...@apache.org> on 2024/03/12 08:02:37 UTC, 2 replies.
- Re: [PR] Port `ArrayResize` to `functions-array` subcrate [arrow-datafusion] - posted by "Weijun-H (via GitHub)" <gi...@apache.org> on 2024/03/12 08:27:15 UTC, 9 replies.
- [I] Improve create_initial_plan to get rid of "stack overflow" issues on complex queries [arrow-datafusion] - posted by "metesynnada (via GitHub)" <gi...@apache.org> on 2024/03/12 08:35:58 UTC, 0 replies.
- Re: [PR] Port `ArrayDistinct` to `functions-array` subcrate [arrow-datafusion] - posted by "jayzhan211 (via GitHub)" <gi...@apache.org> on 2024/03/12 08:59:34 UTC, 0 replies.
- Re: [I] Port `ArrayDistinct` to `functions-array` subcrate [arrow-datafusion] - posted by "jayzhan211 (via GitHub)" <gi...@apache.org> on 2024/03/12 08:59:35 UTC, 0 replies.
- Re: [I] Discussion for a Systematic Configuration in 'Create External Table' Options [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/12 09:44:48 UTC, 0 replies.
- [I] Support un prefixed config options (`compression` rather than `parquet.compression`) [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/12 09:53:07 UTC, 1 replies.
- [PR] WIP: [Release] Verify release-15.0.2-rc0 [arrow] - posted by "raulcd (via GitHub)" <gi...@apache.org> on 2024/03/12 10:02:36 UTC, 5 replies.
- Re: [I] [Docs][Format] Document Run-Length encoding in Arrow columnar format [arrow] - posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org> on 2024/03/12 10:06:39 UTC, 0 replies.
- [I] Keep track of common sub-expression across logical plan nodes [arrow-datafusion] - posted by "mustafasrepo (via GitHub)" <gi...@apache.org> on 2024/03/12 10:14:33 UTC, 6 replies.
- [PR] GH-40431: [C++] Try to check/alloc the TempVectorStack size as HashBatch needed [arrow] - posted by "ZhangHuiGui (via GitHub)" <gi...@apache.org> on 2024/03/12 10:30:09 UTC, 51 replies.
- Re: [I] Support backwards compatible / un prefixed config options (`compression` rather than `parquet.compression`) [arrow-datafusion] - posted by "tinfoil-knight (via GitHub)" <gi...@apache.org> on 2024/03/12 10:30:15 UTC, 4 replies.
- Re: [PR] Move Array specific rewrites to `datafusion_functions_array` `AnalyzerRule` [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/12 10:31:17 UTC, 9 replies.
- Re: [PR] WIP: Dummy PR to check maint-15.0.1 status [arrow] - posted by "raulcd (via GitHub)" <gi...@apache.org> on 2024/03/12 10:31:55 UTC, 0 replies.
- [I] Replace `Box`es with `Arc` in the `Expr` `enum`. [arrow-datafusion] - posted by "mustafasrepo (via GitHub)" <gi...@apache.org> on 2024/03/12 10:52:10 UTC, 17 replies.
- [PR] GH-40485: [Python][CI] Skip failing test_dateutil_tzinfo_to_string [arrow] - posted by "AlenkaF (via GitHub)" <gi...@apache.org> on 2024/03/12 11:22:52 UTC, 3 replies.
- Re: [I] [Python][CI] Skip failing test_dateutil_tzinfo_to_string [arrow] - posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org> on 2024/03/12 11:45:45 UTC, 0 replies.
- [PR] build(c): set -Og -ggdb and warn about Conda setting -O2 [arrow-adbc] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/12 12:36:01 UTC, 4 replies.
- [PR] wip feat: implement more expr_to_sql functionality [arrow-datafusion] - posted by "devinjdangelo (via GitHub)" <gi...@apache.org> on 2024/03/12 13:02:45 UTC, 7 replies.
- [PR] Update proc-macro2 requirement from =1.0.78 to =1.0.79 [arrow-rs] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/12 13:15:52 UTC, 1 replies.
- Re: [I] Azure ImdsManagedIdentityProvider does not work in Azure functions [arrow-rs] - posted by "genegc (via GitHub)" <gi...@apache.org> on 2024/03/12 13:16:26 UTC, 0 replies.
- [I] Fix publish to allow for dev-dependencies to have circular references [arrow-datafusion] - posted by "Omega359 (via GitHub)" <gi...@apache.org> on 2024/03/12 13:29:30 UTC, 4 replies.
- [PR] GH-39958: [Python][CI] Remove upper pin on pytest [arrow] - posted by "AlenkaF (via GitHub)" <gi...@apache.org> on 2024/03/12 13:48:15 UTC, 17 replies.
- [PR] chore(ci): fix wheel builds [arrow-adbc] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/12 14:01:14 UTC, 4 replies.
- [PR] chore(ci): fix verification jobs [arrow-adbc] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/12 14:05:14 UTC, 1 replies.
- [PR] feat: clarifying comments in struct_builder.rs #5494 [arrow-rs] - posted by "istvan-fodor (via GitHub)" <gi...@apache.org> on 2024/03/12 14:24:29 UTC, 5 replies.
- [PR] Improve Java client example [arrow-experiments] - posted by "ianmcook (via GitHub)" <gi...@apache.org> on 2024/03/12 14:42:21 UTC, 1 replies.
- [I] Support `AtTimeZone` node in `SqlToRel` [arrow-datafusion] - posted by "rebasedming (via GitHub)" <gi...@apache.org> on 2024/03/12 14:57:35 UTC, 5 replies.
- Re: [I] [CI] Investigate stack overflow errors on TPC-DS queries [arrow-datafusion] - posted by "mustafasrepo (via GitHub)" <gi...@apache.org> on 2024/03/12 15:07:11 UTC, 0 replies.
- [I] ApproxPercentileAccumulator returns execution error when no values [arrow-datafusion] - posted by "Dandandan (via GitHub)" <gi...@apache.org> on 2024/03/12 15:11:19 UTC, 1 replies.
- [PR] Fix ApproxPercentileAccumulator [arrow-datafusion] - posted by "Dandandan (via GitHub)" <gi...@apache.org> on 2024/03/12 15:19:57 UTC, 0 replies.
- Re: [I] [Python] How to handle chunked arrays output in pyarrow.array(...) [arrow] - posted by "JoeEdwardsGitHub (via GitHub)" <gi...@apache.org> on 2024/03/12 15:33:29 UTC, 0 replies.
- Re: [PR] WIP: [Release] Verify release-15.0.2-rc1 [arrow] - posted by "raulcd (via GitHub)" <gi...@apache.org> on 2024/03/12 15:47:15 UTC, 8 replies.
- Re: [PR] Fix ApproxPercentileAccumulator on zero values [arrow-datafusion] - posted by "viirya (via GitHub)" <gi...@apache.org> on 2024/03/12 15:51:03 UTC, 2 replies.
- [PR] Add `FunctionRewrite` API, port array specific rewrites to the datafu… [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/12 16:12:01 UTC, 1 replies.
- [I] make UDFs in datafusion-functions public [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/12 16:37:55 UTC, 1 replies.
- [PR] MINOR: [Java] Bump Netty to 4.1.107.Final [arrow] - posted by "sullis (via GitHub)" <gi...@apache.org> on 2024/03/12 16:41:37 UTC, 6 replies.
- [PR] Export datafusion-functions UDFs publically [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/12 16:43:34 UTC, 2 replies.
- Re: [I] [Ruby] Create simple example of Ruby HTTP GET Arrow client [arrow] - posted by "amoeba (via GitHub)" <gi...@apache.org> on 2024/03/12 16:50:43 UTC, 3 replies.
- Re: [I] Dictionary IDs Arrow IPC [arrow-rs] - posted by "thinkharderdev (via GitHub)" <gi...@apache.org> on 2024/03/12 17:19:31 UTC, 4 replies.
- [I] Support HashJoin operator [arrow-datafusion-comet] - posted by "viirya (via GitHub)" <gi...@apache.org> on 2024/03/12 17:21:19 UTC, 1 replies.
- [PR] feat: Support HashJoin operator [arrow-datafusion-comet] - posted by "viirya (via GitHub)" <gi...@apache.org> on 2024/03/12 17:21:49 UTC, 30 replies.
- Re: [I] Run Spark SQL tests in CI [arrow-datafusion-comet] - posted by "sunchao (via GitHub)" <gi...@apache.org> on 2024/03/12 17:29:01 UTC, 0 replies.
- [I] Enable shuffle in Spark SQL tests [arrow-datafusion-comet] - posted by "sunchao (via GitHub)" <gi...@apache.org> on 2024/03/12 17:30:58 UTC, 1 replies.
- [PR] fix: Include active spiller when computing peak shuffle memory [arrow-datafusion-comet] - posted by "sunchao (via GitHub)" <gi...@apache.org> on 2024/03/12 17:32:48 UTC, 6 replies.
- Re: [PR] GH-25986: [C++] Enable external material and rotation for encryption keys [arrow] - posted by "ggershinsky (via GitHub)" <gi...@apache.org> on 2024/03/12 17:36:10 UTC, 2 replies.
- Re: [PR] GH-38659: [CI][MATLAB][Packaging] Add MATLAB `packaging` task to crossbow `tasks.yml` [arrow] - posted by "sgilmore10 (via GitHub)" <gi...@apache.org> on 2024/03/12 17:53:46 UTC, 50 replies.
- Re: [PR] GH-40395: [C++] Avoid simplifying expressions which call impure functions [arrow] - posted by "bkietz (via GitHub)" <gi...@apache.org> on 2024/03/12 17:56:16 UTC, 7 replies.
- [PR] Support bitwise aggregate functions [arrow-datafusion-comet] - posted by "huaxingao (via GitHub)" <gi...@apache.org> on 2024/03/12 17:57:55 UTC, 0 replies.
- [I] Support NestedLoop and Cross Join [arrow-datafusion-comet] - posted by "singhpk234 (via GitHub)" <gi...@apache.org> on 2024/03/12 18:26:24 UTC, 2 replies.
- [PR] docs: add R packages to post-release checklist [arrow-adbc] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/12 18:36:49 UTC, 1 replies.
- [I] Wrong result when there are 2 count(distinct) [arrow-datafusion] - posted by "NGA-TRAN (via GitHub)" <gi...@apache.org> on 2024/03/12 18:48:04 UTC, 8 replies.
- [I] Support CartesianProductExec [arrow-datafusion-comet] - posted by "viirya (via GitHub)" <gi...@apache.org> on 2024/03/12 19:41:34 UTC, 1 replies.
- Re: [I] Support BroadcastNestedLoopJoinExec [arrow-datafusion-comet] - posted by "singhpk234 (via GitHub)" <gi...@apache.org> on 2024/03/12 19:41:41 UTC, 2 replies.
- [PR] minor: update Debug trait impl for WindowsFrame [arrow-datafusion] - posted by "comphead (via GitHub)" <gi...@apache.org> on 2024/03/12 19:42:24 UTC, 2 replies.
- [PR] feat: Comet windows functions support [arrow-datafusion-comet] - posted by "comphead (via GitHub)" <gi...@apache.org> on 2024/03/12 19:54:12 UTC, 1 replies.
- [PR] feat: Fix old style names [arrow-datafusion-comet] - posted by "comphead (via GitHub)" <gi...@apache.org> on 2024/03/12 20:02:42 UTC, 3 replies.
- [PR] MINOR: [Release] Update versions for 15.0.1 [arrow-cookbook] - posted by "amoeba (via GitHub)" <gi...@apache.org> on 2024/03/12 20:12:48 UTC, 1 replies.
- Re: [PR] feat: Support bitwise aggregate functions [arrow-datafusion-comet] - posted by "codecov-commenter (via GitHub)" <gi...@apache.org> on 2024/03/12 20:15:26 UTC, 11 replies.
- [I] Support BroadcastHashJoinExec [arrow-datafusion-comet] - posted by "viirya (via GitHub)" <gi...@apache.org> on 2024/03/12 20:53:13 UTC, 1 replies.
- Re: [PR] build(c): set -Og -g3 and warn about Conda setting -O2 [arrow-adbc] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/12 21:20:46 UTC, 0 replies.
- Re: [PR] Remove internal buffering from AsyncArrowWriter (#5484) [arrow-rs] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/12 21:30:22 UTC, 1 replies.
- [PR] Port the whole crypto_expressions [arrow-datafusion] - posted by "Lordworms (via GitHub)" <gi...@apache.org> on 2024/03/13 00:25:46 UTC, 2 replies.
- Re: [PR] Add `FunctionRewrite` API, Move Array specific rewrites to `datafusion_functions_array` [arrow-datafusion] - posted by "jayzhan211 (via GitHub)" <gi...@apache.org> on 2024/03/13 00:33:03 UTC, 5 replies.
- [I] add an alias to unnest() raise error [arrow-datafusion] - posted by "l1t1 (via GitHub)" <gi...@apache.org> on 2024/03/13 01:44:15 UTC, 7 replies.
- Re: [I] [C++][Acero] Do acero hashJoin support input left_keys or right_keys as expressions [arrow] - posted by "zanmato1984 (via GitHub)" <gi...@apache.org> on 2024/03/13 01:46:08 UTC, 1 replies.
- Re: [PR] Port `ArrayRepeat` to `functions-array` subcrate [arrow-datafusion] - posted by "erenavsarogullari (via GitHub)" <gi...@apache.org> on 2024/03/13 02:07:59 UTC, 4 replies.
- Re: [I] Write DataFusion paper for (SIGMOD / VLDB / ICDE) [arrow-datafusion] - posted by "rohitrastogi (via GitHub)" <gi...@apache.org> on 2024/03/13 02:51:29 UTC, 2 replies.
- Re: [I] [C++] Add support for mold [arrow] - posted by "assignUser (via GitHub)" <gi...@apache.org> on 2024/03/13 04:34:29 UTC, 0 replies.
- [PR] Add simple Ruby client example [arrow-experiments] - posted by "amoeba (via GitHub)" <gi...@apache.org> on 2024/03/13 05:20:09 UTC, 22 replies.
- [PR] build: Enforce scalafix check in CI [arrow-datafusion-comet] - posted by "advancedxy (via GitHub)" <gi...@apache.org> on 2024/03/13 05:53:19 UTC, 5 replies.
- [PR] c_glib: Disable keep-alive for stable result with Ruby server [arrow-experiments] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/13 06:05:40 UTC, 3 replies.
- Re: [I] Port `ArrayRepeat` to `functions-array` subcrate [arrow-datafusion] - posted by "jayzhan211 (via GitHub)" <gi...@apache.org> on 2024/03/13 06:18:52 UTC, 0 replies.
- [PR] feat: enable comet shuffle manager for comet shell [arrow-datafusion-comet] - posted by "zuston (via GitHub)" <gi...@apache.org> on 2024/03/13 06:29:13 UTC, 3 replies.
- [I] [Epic] Hash Expressions support [arrow-datafusion-comet] - posted by "advancedxy (via GitHub)" <gi...@apache.org> on 2024/03/13 06:52:07 UTC, 1 replies.
- Re: [I] [C++][Gandiva] Benchmarks should present a items/s or bytes/s metric [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/13 07:20:51 UTC, 2 replies.
- Re: [I] [Release][Docs] Changes for version and warning banner should not affect minor releases [arrow] - posted by "AlenkaF (via GitHub)" <gi...@apache.org> on 2024/03/13 07:22:48 UTC, 0 replies.
- [PR] [WIP] feat: Add CometRowToColumnar operator [arrow-datafusion-comet] - posted by "advancedxy (via GitHub)" <gi...@apache.org> on 2024/03/13 07:23:28 UTC, 5 replies.
- Re: [PR] feat: flume channels for RepartitionExec [arrow-datafusion] - posted by "YjyJeff (via GitHub)" <gi...@apache.org> on 2024/03/13 07:23:38 UTC, 0 replies.
- Re: [I] Aligning COPY TO and CREATE TABLE Syntax [arrow-datafusion] - posted by "metesynnada (via GitHub)" <gi...@apache.org> on 2024/03/13 07:24:25 UTC, 1 replies.
- Re: [I] [Docs][Python] Add ListView to user guide [arrow] - posted by "AlenkaF (via GitHub)" <gi...@apache.org> on 2024/03/13 07:24:25 UTC, 0 replies.
- [PR] GH-40494: [GO] add support for protobuf messages [arrow] - posted by "tscottcoombes1 (via GitHub)" <gi...@apache.org> on 2024/03/13 07:47:42 UTC, 2 replies.
- Re: [PR] GH-40428: [Python][CI] Fix dataset partition filter tests with pandas nightly [arrow] - posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org> on 2024/03/13 07:57:41 UTC, 3 replies.
- Re: [PR] GH-40494: [Go] add support for protobuf messages [arrow] - posted by "github-actions[bot] (via GitHub)" <gi...@apache.org> on 2024/03/13 07:58:33 UTC, 16 replies.
- [PR] GH-40495: [GLib] Use G_DECLARE_DERIVABLE_TYPE() [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/13 07:59:20 UTC, 4 replies.
- [I] Unnest function is the subexpression in the projection [arrow-datafusion] - posted by "YjyJeff (via GitHub)" <gi...@apache.org> on 2024/03/13 08:04:47 UTC, 1 replies.
- [PR] support unnest as subexpression and multiple unnests in projection [arrow-datafusion] - posted by "YjyJeff (via GitHub)" <gi...@apache.org> on 2024/03/13 08:07:42 UTC, 3 replies.
- [PR] feat: Determine ordering of file groups [arrow-datafusion] - posted by "suremarc (via GitHub)" <gi...@apache.org> on 2024/03/13 08:17:35 UTC, 30 replies.
- [PR] GH-40498: [GLib] Remove arrow-glib/gobject-type.h [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/13 08:29:13 UTC, 4 replies.
- Re: [I] [GLib] Use G_DECLARE_DERIVABLE_TYPE() [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/13 08:29:45 UTC, 0 replies.
- Re: [I] [C++][CI] AppVeyor build is failed by "Non-compatible flatbuffers version included" [arrow] - posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org> on 2024/03/13 08:39:54 UTC, 7 replies.
- [PR] Replace AsyncWrite with Upload trait (#5458) [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/13 08:46:12 UTC, 2 replies.
- Re: [PR] support unnest as subexpression [arrow-datafusion] - posted by "jayzhan211 (via GitHub)" <gi...@apache.org> on 2024/03/13 09:42:59 UTC, 13 replies.
- Re: [PR] Add `/benchmark` github command to comparison benchmark between base and pr commit [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/13 10:06:05 UTC, 5 replies.
- [PR] WIP: [Release] Verify release-15.0.2-rc2 [arrow] - posted by "raulcd (via GitHub)" <gi...@apache.org> on 2024/03/13 10:13:11 UTC, 5 replies.
- Re: [I] [C++] Span implementation includes non-conformant SFINAE [arrow] - posted by "pitrou (via GitHub)" <gi...@apache.org> on 2024/03/13 10:17:21 UTC, 0 replies.
- Re: [I] [C++] lddtree reports "security problem" when run on Arrow libraries [arrow] - posted by "pitrou (via GitHub)" <gi...@apache.org> on 2024/03/13 10:26:05 UTC, 6 replies.
- Re: [I] [Python] Consider splitting _lib module into several parts [arrow] - posted by "pitrou (via GitHub)" <gi...@apache.org> on 2024/03/13 10:28:30 UTC, 0 replies.
- [PR] support unprefixed config format options [arrow-datafusion] - posted by "tinfoil-knight (via GitHub)" <gi...@apache.org> on 2024/03/13 10:44:31 UTC, 13 replies.
- [PR] refactor: make dfschema wrap schemaref [arrow-datafusion] - posted by "haohuaijin (via GitHub)" <gi...@apache.org> on 2024/03/13 11:07:41 UTC, 42 replies.
- Re: [PR] build(c): set -g3 in debug/relwithdebuginfo builds [arrow-adbc] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/13 12:20:24 UTC, 0 replies.
- [PR] feat: support LogicalPlan to SQL String [arrow-datafusion] - posted by "backkem (via GitHub)" <gi...@apache.org> on 2024/03/13 13:16:19 UTC, 1 replies.
- Re: [I] [Python][CI] Dataset partition filter tests failing with pandas nightly [arrow] - posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org> on 2024/03/13 13:21:01 UTC, 0 replies.
- Re: [PR] GH-39791: [C++][Flight RPC] Flight C++ ServerMiddleware::SendingHeaders call ordering fix [arrow] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/13 13:22:55 UTC, 0 replies.
- [I] Add `ListViewArray` and `LargeListViewArray` implementation and layout and basic construction [arrow-rs] - posted by "Kikkon (via GitHub)" <gi...@apache.org> on 2024/03/13 13:37:44 UTC, 2 replies.
- Re: [I] Parquet Predicate Pushdown Does Not Handle Type Coercion [arrow-datafusion] - posted by "matthewmturner (via GitHub)" <gi...@apache.org> on 2024/03/13 13:38:13 UTC, 3 replies.
- [PR] WIP: [Release] Verify release-15.0.2-rc3 [arrow] - posted by "raulcd (via GitHub)" <gi...@apache.org> on 2024/03/13 13:38:25 UTC, 14 replies.
- Re: [I] [Dev] Improve merge script when milestone is already assigned [arrow] - posted by "assignUser (via GitHub)" <gi...@apache.org> on 2024/03/13 13:46:59 UTC, 0 replies.
- Re: [PR] GH-39444: [C++][Parquet] Fix crash in Modular Encryption [arrow] - posted by "pitrou (via GitHub)" <gi...@apache.org> on 2024/03/13 13:54:04 UTC, 7 replies.
- Re: [I] [Dev] Merge script should check if issue is milestoned already [arrow] - posted by "assignUser (via GitHub)" <gi...@apache.org> on 2024/03/13 13:59:05 UTC, 1 replies.
- [PR] Window Linear Mode use smaller buffers [arrow-datafusion] - posted by "mustafasrepo (via GitHub)" <gi...@apache.org> on 2024/03/13 14:13:24 UTC, 4 replies.
- [PR] chore: update arrow-format [arrow-rs] - posted by "ariesdevil (via GitHub)" <gi...@apache.org> on 2024/03/13 14:25:01 UTC, 5 replies.
- [PR] refactor: use a common macro to define math UDFs [arrow-datafusion] - posted by "jonahgao (via GitHub)" <gi...@apache.org> on 2024/03/13 14:26:54 UTC, 5 replies.
- [PR] GH-39444: [Python] Fix parquet import in encryption test [arrow] - posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org> on 2024/03/13 14:31:13 UTC, 8 replies.
- [PR] Allow declaring partition columns in `PARTITION BY` clause, backwards compatible [arrow-datafusion] - posted by "MohamedAbdeen21 (via GitHub)" <gi...@apache.org> on 2024/03/13 14:35:12 UTC, 11 replies.
- Re: [I] Evaluate vectorized hash table for group aggregation [arrow-datafusion] - posted by "doki23 (via GitHub)" <gi...@apache.org> on 2024/03/13 14:39:58 UTC, 1 replies.
- [PR] GH-40507: [C++][ORC] Upgrade ORC to 2.0.0 [arrow] - posted by "wgtmac (via GitHub)" <gi...@apache.org> on 2024/03/13 15:06:53 UTC, 41 replies.
- Re: [I] [C++][ORC] Upgrade ORC to 2.0.0 [arrow] - posted by "raulcd (via GitHub)" <gi...@apache.org> on 2024/03/13 15:07:05 UTC, 2 replies.
- [PR] fix: Relax comparison strictness such that integration tests pass [arrow-nanoarrow] - posted by "paleolimbot (via GitHub)" <gi...@apache.org> on 2024/03/13 15:15:17 UTC, 1 replies.
- Re: [I] [C++] SimplifyWithGuarantee evaluate a wrong result for a function call which has no arguments [arrow] - posted by "bkietz (via GitHub)" <gi...@apache.org> on 2024/03/13 15:18:36 UTC, 0 replies.
- Re: [PR] Remove physical expr of NamedStructField, convert to get_field function [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/13 15:20:38 UTC, 3 replies.
- Re: [PR] feat: implement more expr_to_sql functionality [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/13 15:26:00 UTC, 6 replies.
- [PR] Optimize make_date (#9089) [arrow-datafusion] - posted by "vojtechtoman (via GitHub)" <gi...@apache.org> on 2024/03/13 15:29:09 UTC, 16 replies.
- [PR] chore(deps): update dependencies, fix vulnerabilities [arrow-adbc] - posted by "zeroshade (via GitHub)" <gi...@apache.org> on 2024/03/13 15:34:12 UTC, 1 replies.
- Re: [PR] [DO NOT MERGE] GH-39444: Try to reproduce the test failure [arrow] - posted by "wgtmac (via GitHub)" <gi...@apache.org> on 2024/03/13 15:35:55 UTC, 0 replies.
- [PR] MINOR: [Go] update go dependencies [arrow] - posted by "zeroshade (via GitHub)" <gi...@apache.org> on 2024/03/13 15:43:33 UTC, 4 replies.
- Re: [PR] Port whole crypto related function [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/13 15:49:02 UTC, 0 replies.
- Re: [PR] Move all `crypto` related functions to `datafusion-functions` [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/13 15:51:22 UTC, 1 replies.
- Re: [PR] GH-23221: [C++] Add support for building with Emscripten [arrow] - posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org> on 2024/03/13 16:05:58 UTC, 11 replies.
- Re: [PR] chore(go): update dependencies, fix vulnerabilities [arrow-adbc] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/13 16:06:15 UTC, 1 replies.
- Re: [I] [Python] when pyArrow S3FileSystem support force_virtual_addressing in new release [arrow] - posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org> on 2024/03/13 16:08:44 UTC, 1 replies.
- Re: [I] [Website] Mention Ursa Labs Zulip and ASF Slack on Community page [arrow] - posted by "jbonofre (via GitHub)" <gi...@apache.org> on 2024/03/13 16:31:10 UTC, 0 replies.
- [I] Local object store copy/rename with nonexistent `from` file loops forever instead of erroring [arrow-rs] - posted by "carols10cents (via GitHub)" <gi...@apache.org> on 2024/03/13 16:44:45 UTC, 1 replies.
- [PR] Move make_date, to_char to datafusion-functions [arrow-datafusion] - posted by "Omega359 (via GitHub)" <gi...@apache.org> on 2024/03/13 16:49:58 UTC, 7 replies.
- Re: [PR] Support dictionary encoding in structures for `FlightDataEncoder`, add documentation for `arrow_flight::encode::Dictionary` [arrow-rs] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/13 17:33:31 UTC, 6 replies.
- Re: [PR] Initial support LogicalPlan to SQL String [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/13 17:36:07 UTC, 0 replies.
- Re: [PR] Remove physical expr of NamedStructField, convert to `get_field` function call [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/13 17:46:25 UTC, 1 replies.
- [I] Blog post with DataFusion Jan - June 2024 [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/13 17:48:13 UTC, 3 replies.
- Re: [I] Blog post with DataFusion Jun - Sep 2023 [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/13 17:49:51 UTC, 0 replies.
- [PR] [Minor] Clarify VariableLengthStringView padding [arrow] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/13 18:50:39 UTC, 0 replies.
- Re: [PR] [Minor] Clarify inlined strings in `VariableLengthStringView` is padded with`0` [arrow] - posted by "github-actions[bot] (via GitHub)" <gi...@apache.org> on 2024/03/13 18:51:36 UTC, 0 replies.
- [I] Add more extensive test suite of nanoarrow usage [arrow-nanoarrow] - posted by "vyasr (via GitHub)" <gi...@apache.org> on 2024/03/13 19:05:08 UTC, 4 replies.
- [I] Support build right with HashJoin in DataFusion [arrow-datafusion] - posted by "viirya (via GitHub)" <gi...@apache.org> on 2024/03/13 20:10:05 UTC, 4 replies.
- [PR] MINOR: [Java] Bump org.apache.maven dependencies from 3.3.9 to 3.8.8 to in /java/maven/module-info-compiler-maven-plugin [arrow] - posted by "ianmcook (via GitHub)" <gi...@apache.org> on 2024/03/13 20:31:58 UTC, 2 replies.
- [PR] fix: Use `makeCopy` to change relation in `FileSourceScanExec` [arrow-datafusion-comet] - posted by "viirya (via GitHub)" <gi...@apache.org> on 2024/03/13 20:34:26 UTC, 8 replies.
- Re: [PR] MINOR: [Docs] Clarify inlined strings in `VariableLengthStringView` is padded with `0` [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/13 20:46:24 UTC, 2 replies.
- Re: [PR] GH-40515: [Java] Bump org.apache.maven dependencies from 3.3.9 to a higher version [arrow] - posted by "github-actions[bot] (via GitHub)" <gi...@apache.org> on 2024/03/13 21:04:54 UTC, 55 replies.
- Re: [PR] Support "A column is known to be entirely NULL" in `PruningPredicate` [arrow-datafusion] - posted by "appletreeisyellow (via GitHub)" <gi...@apache.org> on 2024/03/13 21:17:57 UTC, 31 replies.
- Re: [I] [C++][Python] Add option to include partitioning columns in basename_template's filename [arrow] - posted by "davlee1972 (via GitHub)" <gi...@apache.org> on 2024/03/13 21:25:46 UTC, 0 replies.
- Re: [I] R version 15.0.1 won't install from source [arrow] - posted by "assignUser (via GitHub)" <gi...@apache.org> on 2024/03/13 22:32:09 UTC, 2 replies.
- Re: [PR] Increase batch size [arrow-datafusion] - posted by "Dandandan (via GitHub)" <gi...@apache.org> on 2024/03/13 22:38:25 UTC, 0 replies.
- [PR] GH-40500: [C++] Ensure using bundled FlatBuffers [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/14 00:05:15 UTC, 4 replies.
- Re: [I] [C#] IPC stream writer should write slices of buffers when writing sliced arrays [arrow] - posted by "adamreeve (via GitHub)" <gi...@apache.org> on 2024/03/14 00:16:18 UTC, 4 replies.
- [PR] [CI][Archery] Archery linking should also check for undefined symbols [arrow] - posted by "vibhatha (via GitHub)" <gi...@apache.org> on 2024/03/14 00:21:37 UTC, 3 replies.
- Re: [PR] GH-40018: [CI][Archery] Archery linking should also check for undefined symbols [arrow] - posted by "github-actions[bot] (via GitHub)" <gi...@apache.org> on 2024/03/14 01:07:49 UTC, 49 replies.
- Re: [I] [CI] Move M1 self-hosted runners to newly available GitHub M1 runners [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/14 01:29:59 UTC, 0 replies.
- [PR] GH-40522: [Dev][Go] Add Dependabot configuration for Go [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/14 02:00:58 UTC, 4 replies.
- Re: [I] [Dev][Go] Add Dependabot configuration for Go [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/14 02:18:55 UTC, 0 replies.
- [PR] MINOR: [Java] Bump org.apache.maven.plugin-tools:maven-plugin-annotations from 3.6.0 to 3.11.0 in /java [arrow] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/14 02:19:21 UTC, 20 replies.
- [PR] MINOR: [Java] Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.3 to 3.2.5 in /java [arrow] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/14 02:19:24 UTC, 18 replies.
- [PR] MINOR: [Java] Bump com.fasterxml.jackson:jackson-bom from 2.16.1 to 2.17.0 in /java [arrow] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/14 02:19:27 UTC, 16 replies.
- [PR] MINOR: [Java] Bump com.google.api.grpc:proto-google-common-protos from 1.12.0 to 2.36.0 in /java [arrow] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/14 02:19:33 UTC, 4 replies.
- [PR] MINOR: [Go] Bump modernc.org/sqlite from 1.21.2 to 1.29.5 in /go [arrow] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/14 02:19:53 UTC, 2 replies.
- [PR] MINOR: [Go] Bump github.com/apache/thrift from 0.17.0 to 0.19.0 in /go [arrow] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/14 02:20:11 UTC, 2 replies.
- [PR] MINOR: [Go] Bump github.com/hamba/avro/v2 from 2.17.2 to 2.20.0 in /go [arrow] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/14 02:20:20 UTC, 2 replies.
- [PR] MINOR: [Go] Bump github.com/andybalholm/brotli from 1.0.5 to 1.1.0 in /go [arrow] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/14 02:20:24 UTC, 2 replies.
- [PR] MINOR: [Go] Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 in /go [arrow] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/14 02:20:28 UTC, 2 replies.
- [PR] MINOR: [C#] Bump coverlet.collector from 6.0.1 to 6.0.2 in /csharp [arrow] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/14 02:21:40 UTC, 2 replies.
- [PR] MINOR: [C#] Bump Google.Protobuf from 3.25.3 to 3.26.0 in /csharp [arrow] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/14 02:22:31 UTC, 2 replies.
- Re: [I] [JS] Avoid circular dependencies in apache-arrow [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/14 02:27:35 UTC, 1 replies.
- Re: [I] [C++][Gandiva] A question about Gandiva's GetResultType for DecimalType [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/14 03:03:07 UTC, 5 replies.
- Re: [I] [GLib] Remove arrow-glib/gobject-type.h [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/14 03:09:42 UTC, 0 replies.
- [I] Empty String Parses as Zero in Unreleased Arrow [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/14 03:36:43 UTC, 2 replies.
- Re: [I] [Python] BUG: test_orc_format segfaults on windows [arrow] - posted by "h-vetinari (via GitHub)" <gi...@apache.org> on 2024/03/14 03:45:12 UTC, 34 replies.
- [PR] Fix integer parsing of empty strings (#5504) [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/14 03:49:53 UTC, 1 replies.
- [PR] GH-40536: [CI]: Migrate remaining jobs away from self-hosted mac runners. [arrow] - posted by "assignUser (via GitHub)" <gi...@apache.org> on 2024/03/14 03:57:42 UTC, 18 replies.
- Re: [PR] chore(dev/benchmarks): Reorganize benchmarks such that they can build/run against previous versions [arrow-nanoarrow] - posted by "assignUser (via GitHub)" <gi...@apache.org> on 2024/03/14 04:32:36 UTC, 7 replies.
- Re: [I] [Python] pa.Array.from_pandas converts empty timestamp[s][pyarrow, UTC] pandas Series to ChunkedArray, not TimestampArray [arrow] - posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org> on 2024/03/14 07:45:49 UTC, 3 replies.
- [PR] Make COPY TO align with CREATE EXTERNAL TABLE [arrow-datafusion] - posted by "metesynnada (via GitHub)" <gi...@apache.org> on 2024/03/14 07:58:49 UTC, 17 replies.
- Re: [I] [Python/C++] Make upload size per part configurable when uploading to S3 [arrow] - posted by "behcetm (via GitHub)" <gi...@apache.org> on 2024/03/14 08:12:42 UTC, 0 replies.
- [PR] GH-40540: [CI][C++] Don't install FlatBuffers [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/14 08:33:22 UTC, 7 replies.
- [PR] GH-40542: [Dev][CI] Run pre-commit to all files [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/14 08:49:44 UTC, 4 replies.
- Re: [PR] GH-37328: [Python] Add a function to download and extract timezone database on Windows [arrow] - posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org> on 2024/03/14 08:51:54 UTC, 6 replies.
- Re: [I] [Dev][CI] Run pre-commit to all files [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/14 09:01:25 UTC, 0 replies.
- [PR] GH-40544: [Dev] Use pre-commit for cmake-format [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/14 09:08:41 UTC, 6 replies.
- Re: [I] [Ruby][GLib] :63: [BUG] object allocation during garbage collection phase [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/14 09:33:08 UTC, 1 replies.
- Re: [I] PyArrow: RuntimeError: AppendRowGroups requires equal schemas when writing _metadata file [arrow] - posted by "KernelA (via GitHub)" <gi...@apache.org> on 2024/03/14 09:58:18 UTC, 1 replies.
- Re: [I] [CI][Release] verify-rc-binaries-wheels-macos-11-arm64 fails due to failing updating node@14 [arrow] - posted by "raulcd (via GitHub)" <gi...@apache.org> on 2024/03/14 10:00:02 UTC, 2 replies.
- Re: [I] [Python][AWS Error NETWORK_CONNECTION during HeadObject operation: curlCode: 6, Couldn't resolve host name [arrow] - posted by "pitrou (via GitHub)" <gi...@apache.org> on 2024/03/14 10:00:54 UTC, 0 replies.
- Re: [I] Supporting using parallel parquet writer outside of Datafusion query execution [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/14 10:31:00 UTC, 3 replies.
- [PR] GH-40551: [Release][Docs] Improve documentation for patch Release process [arrow] - posted by "raulcd (via GitHub)" <gi...@apache.org> on 2024/03/14 12:04:24 UTC, 11 replies.
- Re: [I] Port `ArrayResize` to `functions-array` subcrate [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/14 12:06:20 UTC, 0 replies.
- [PR] Move parallel parquet serialization to blocking threadpool [arrow-datafusion] - posted by "devinjdangelo (via GitHub)" <gi...@apache.org> on 2024/03/14 12:21:22 UTC, 0 replies.
- [PR] GH-40553: [C#] Avoid logger instantiations per request [arrow] - posted by "AliKhalili (via GitHub)" <gi...@apache.org> on 2024/03/14 12:52:43 UTC, 5 replies.
- Re: [I] Parquet Modular Encryption support [arrow-rs] - posted by "ggershinsky (via GitHub)" <gi...@apache.org> on 2024/03/14 13:12:20 UTC, 3 replies.
- Re: [I] Finalize SIGMOD 2024 paper ~(if accepted)~ [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/14 13:22:22 UTC, 23 replies.
- [PR] feat: implement aggregation and subquery plans to SQL [arrow-datafusion] - posted by "devinjdangelo (via GitHub)" <gi...@apache.org> on 2024/03/14 13:35:25 UTC, 13 replies.
- Re: [I] [CI] Spark integration tests are failing ("org.apache.arrow.flatbuf.Message not found") [arrow] - posted by "kiszk (via GitHub)" <gi...@apache.org> on 2024/03/14 13:39:37 UTC, 3 replies.
- [I] to_timestamp benchmark doesn't actually run the test [arrow-datafusion] - posted by "Omega359 (via GitHub)" <gi...@apache.org> on 2024/03/14 13:45:44 UTC, 3 replies.
- [PR] Fix to_timestamp benchmark [arrow-datafusion] - posted by "Omega359 (via GitHub)" <gi...@apache.org> on 2024/03/14 13:46:32 UTC, 2 replies.
- Re: [I] [R][Docs] RMarkdown error in vignettes/arrow.Rmd [arrow] - posted by "thisisnic (via GitHub)" <gi...@apache.org> on 2024/03/14 15:05:55 UTC, 6 replies.
- Re: [PR] GH-37938: [Swift] initial impl of C Data interface [arrow] - posted by "abandy (via GitHub)" <gi...@apache.org> on 2024/03/14 15:16:48 UTC, 5 replies.
- Re: [PR] [ObjectStore] Replace AsyncWrite with Upload trait (#5458) [arrow-rs] - posted by "crepererum (via GitHub)" <gi...@apache.org> on 2024/03/14 15:52:28 UTC, 11 replies.
- Re: [I] [C++] A wrong total_bytes to generate StringType's test data in vector_hash_benchmark [arrow] - posted by "bkietz (via GitHub)" <gi...@apache.org> on 2024/03/14 16:43:04 UTC, 0 replies.
- Re: [I] [CI][C++] Remove needless FlatBuffers install [arrow] - posted by "pitrou (via GitHub)" <gi...@apache.org> on 2024/03/14 16:46:28 UTC, 0 replies.
- [PR] EXPERIMENT: Reproduce C++ ASAN UBSAN crashes with tmate enabled [arrow] - posted by "pitrou (via GitHub)" <gi...@apache.org> on 2024/03/14 17:03:11 UTC, 7 replies.
- Re: [PR] GH-38828: [R] Ensure that streams can be written to socket connections [arrow] - posted by "amoeba (via GitHub)" <gi...@apache.org> on 2024/03/14 17:06:56 UTC, 1 replies.
- Re: [PR] Move parallel parquet serialization to blocking threads [arrow-datafusion] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/14 17:10:29 UTC, 5 replies.
- [I] Add `StringViewArray` and `BinaryViewArray` IPC format support [arrow-rs] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/14 17:13:39 UTC, 1 replies.
- [I] ArrowFlight format support for `StringViewArray` and `BinaryViewArray` [arrow-rs] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/14 17:17:27 UTC, 0 replies.
- Re: [I] [Docs][R] Documentation jobs fail with `Failed to render RMarkdown` [arrow] - posted by "raulcd (via GitHub)" <gi...@apache.org> on 2024/03/14 17:21:38 UTC, 2 replies.
- [I] Cast support for `StringViewArray` and `BinaryViewArray` [arrow-rs] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/14 17:25:07 UTC, 0 replies.
- Re: [I] [CI] Replace additional self-hosted runners from crossbow [arrow] - posted by "raulcd (via GitHub)" <gi...@apache.org> on 2024/03/14 17:27:31 UTC, 0 replies.
- [I] Display support for `StringViewArray` and `BinaryViewArray` [arrow-rs] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/14 17:28:40 UTC, 0 replies.
- [I] `filter` kernel support for `StringViewArray` and `BinaryViewArray` [arrow-rs] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/14 17:32:33 UTC, 0 replies.
- [I] `take` kernel support for `StringViewArray` and `BinaryViewArray` [arrow-rs] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/14 17:34:02 UTC, 0 replies.
- Re: [I] IPC format support for `StringViewArray` and `BinaryViewArray` [arrow-rs] - posted by "XiangpengHao (via GitHub)" <gi...@apache.org> on 2024/03/14 17:39:40 UTC, 0 replies.
- Re: [PR] Export CMake config [arrow-nanoarrow] - posted by "vyasr (via GitHub)" <gi...@apache.org> on 2024/03/14 17:56:32 UTC, 4 replies.
- [PR] GH-40558: [C++][CI] Fix TSAN crashes [arrow] - posted by "pitrou (via GitHub)" <gi...@apache.org> on 2024/03/14 18:08:01 UTC, 3 replies.
- [PR] Minor: Add doc comments to `GenericByteViewArray` [arrow-rs] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/14 18:24:17 UTC, 1 replies.
- [I] Add `gc`garbage collector support for `StringViewArray` and `BinaryViewArray` [arrow-rs] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/14 18:33:32 UTC, 0 replies.
- [PR] chore(deps-dev): bump follow-redirects from 1.15.4 to 1.15.6 in /datafusion/wasmtest/datafusion-wasm-app [arrow-datafusion] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/14 18:55:20 UTC, 1 replies.
- Re: [I] [Docs] Add a non-technical introduction to the functioning of arrow [arrow] - posted by "amoeba (via GitHub)" <gi...@apache.org> on 2024/03/14 19:18:39 UTC, 1 replies.
- [PR] Feat/migrate arrow cast to udf fixed [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/14 19:43:36 UTC, 0 replies.
- Re: [PR] Migrate `arrow_cast` to a UDF [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/14 19:45:03 UTC, 8 replies.
- [PR] Bo/v36 [arrow-datafusion] - posted by "sadboy (via GitHub)" <gi...@apache.org> on 2024/03/14 20:04:52 UTC, 1 replies.
- Re: [I] Examples of serializing arrow from python through ipywidgets to JS [arrow] - posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org> on 2024/03/14 20:13:45 UTC, 2 replies.
- [PR] GH-40562: [C++] Repair FileSystem merge error [arrow] - posted by "bkietz (via GitHub)" <gi...@apache.org> on 2024/03/14 20:21:28 UTC, 2 replies.
- [PR] doc: Update README.md with shuffle configs [arrow-datafusion-comet] - posted by "viirya (via GitHub)" <gi...@apache.org> on 2024/03/14 20:29:53 UTC, 2 replies.
- [PR] GH-40316: [Python] only allocate the ScalarMemoTable when used [arrow] - posted by "anjakefala (via GitHub)" <gi...@apache.org> on 2024/03/14 21:02:43 UTC, 14 replies.
- [I] Eliminate constant columns from sort requirements [arrow-datafusion] - posted by "suremarc (via GitHub)" <gi...@apache.org> on 2024/03/14 21:03:31 UTC, 6 replies.
- Re: [I] [C++] Merge conflict with AzureFS changes [arrow] - posted by "bkietz (via GitHub)" <gi...@apache.org> on 2024/03/14 21:04:02 UTC, 0 replies.
- Re: [I] Support "A column is known to be entirely NULL" in `PruningPredicate` [arrow-datafusion] - posted by "appletreeisyellow (via GitHub)" <gi...@apache.org> on 2024/03/14 21:32:45 UTC, 2 replies.
- Re: [I] Comet returns different results for 7 TPCDS queries compared with Spark [arrow-datafusion-comet] - posted by "viirya (via GitHub)" <gi...@apache.org> on 2024/03/14 21:35:25 UTC, 0 replies.
- Re: [PR] GH-40558: [C++][CI] Fix TSAN and ASAN/UBSAN crashes [arrow] - posted by "pitrou (via GitHub)" <gi...@apache.org> on 2024/03/14 21:48:16 UTC, 1 replies.
- Re: [I] [CI][C++] Crashes on TSAN CI job [arrow] - posted by "pitrou (via GitHub)" <gi...@apache.org> on 2024/03/14 21:48:21 UTC, 0 replies.
- Re: [I] [C++] Repartitioning a large dataset with 3 variables uses all my RAM and kills the process [arrow] - posted by "thisisnic (via GitHub)" <gi...@apache.org> on 2024/03/14 22:26:37 UTC, 8 replies.
- [I] Non-Contiguous Write Payloads [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/14 22:45:49 UTC, 0 replies.
- [PR] Prepare for arrow 51 [arrow-datafusion] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/14 22:54:59 UTC, 0 replies.
- [PR] Update http README [arrow-experiments] - posted by "ianmcook (via GitHub)" <gi...@apache.org> on 2024/03/14 23:25:55 UTC, 1 replies.
- [PR] Deprecate array_to_json_array [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/14 23:43:24 UTC, 2 replies.
- Re: [I] Optimize `to_timestamp` [arrow-datafusion] - posted by "istvan-fodor (via GitHub)" <gi...@apache.org> on 2024/03/15 00:10:57 UTC, 4 replies.
- [I] Use object_store:BufWriter instead of put_multipart [arrow-datafusion] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/15 00:15:01 UTC, 6 replies.
- [PR] Port ArrayElem/Slice/PopFront/Back into `functions-array` [arrow-datafusion] - posted by "jayzhan211 (via GitHub)" <gi...@apache.org> on 2024/03/15 01:01:15 UTC, 3 replies.
- Re: [I] [C++] Arrow fails to build with python 3.12 [arrow] - posted by "assignUser (via GitHub)" <gi...@apache.org> on 2024/03/15 01:09:01 UTC, 1 replies.
- Re: [PR] GH-40566: [C++] Fix 3.12 Python support [arrow] - posted by "github-actions[bot] (via GitHub)" <gi...@apache.org> on 2024/03/15 01:09:55 UTC, 2 replies.
- Re: [PR] GH-40308: [C++][Gandiva] Keep decimal divide rules same with normal expressions [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/15 01:40:12 UTC, 6 replies.
- Re: [PR] `eq` for struct [arrow-rs] - posted by "my-vegetable-has-exploded (via GitHub)" <gi...@apache.org> on 2024/03/15 02:32:18 UTC, 1 replies.
- [PR] Prepare arrow 51.0.0 [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/15 03:19:01 UTC, 2 replies.
- Re: [I] consolidate all the `InList` rewrites into a single pass [arrow-datafusion] - posted by "jayzhan211 (via GitHub)" <gi...@apache.org> on 2024/03/15 03:57:14 UTC, 5 replies.
- [I] Port `ArrayPosition` and `ArrayPositions` to `functions-array` subcrate [arrow-datafusion] - posted by "erenavsarogullari (via GitHub)" <gi...@apache.org> on 2024/03/15 06:06:06 UTC, 2 replies.
- [PR] [WIP] Port `ArrayPosition` and `ArrayPositions` to `functions-array` subcrate [arrow-datafusion] - posted by "erenavsarogullari (via GitHub)" <gi...@apache.org> on 2024/03/15 06:27:20 UTC, 2 replies.
- [PR] GH-39069: [C++][FS][Azure] Use the generic filesystem tests [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/15 06:38:54 UTC, 9 replies.
- Re: [I] [Java] Test failure in Dataset regarding `TestAllTypes` [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/15 06:55:46 UTC, 18 replies.
- Re: [PR] GH-38255: [Go][C++] Implement Flight SQL Bulk Ingestion [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/15 07:13:04 UTC, 9 replies.
- Re: [PR] Port `ArrayPosition` and `ArrayPositions` to `functions-array` subcrate [arrow-datafusion] - posted by "erenavsarogullari (via GitHub)" <gi...@apache.org> on 2024/03/15 07:47:09 UTC, 8 replies.
- [PR] Remove constant expressions from SortExprs in the SortExec [arrow-datafusion] - posted by "mustafasrepo (via GitHub)" <gi...@apache.org> on 2024/03/15 08:05:19 UTC, 7 replies.
- [PR] feat: track memory usage for recursive CTE [arrow-datafusion] - posted by "jonahgao (via GitHub)" <gi...@apache.org> on 2024/03/15 09:25:11 UTC, 0 replies.
- [I] `/benchmark` command seems not to work [arrow-datafusion] - posted by "Dandandan (via GitHub)" <gi...@apache.org> on 2024/03/15 09:36:16 UTC, 12 replies.
- [I] Why write to azure onelake with object store will change the SSL environment variable? [arrow-rs] - posted by "RobinLin666 (via GitHub)" <gi...@apache.org> on 2024/03/15 11:06:37 UTC, 7 replies.
- [PR] impl `From>` for `Vec` [arrow-rs] - posted by "mbrobbel (via GitHub)" <gi...@apache.org> on 2024/03/15 11:14:50 UTC, 1 replies.
- [PR] GH-40535: [Docs][R] Set RETICULATE_PYTHON_ENV in order to find pyarrow [arrow] - posted by "raulcd (via GitHub)" <gi...@apache.org> on 2024/03/15 11:17:59 UTC, 12 replies.
- [PR] Remove datafusion-functions-array dependency from datafusion-optimizer [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/15 11:25:28 UTC, 1 replies.
- [PR] Minor: Remove redundant dependencies from `datafusion-functions/Cargo.toml` [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/15 11:36:10 UTC, 2 replies.
- [PR] Minor: add additional documentation about BufWriter [arrow-rs] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/15 13:36:48 UTC, 0 replies.
- Re: [PR] Minor: add additional documentation about `BufWriter` [arrow-rs] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/15 13:37:37 UTC, 3 replies.
- [PR] Support Roundtrip Logical Planning with HAVING clause [arrow-datafusion] - posted by "devinjdangelo (via GitHub)" <gi...@apache.org> on 2024/03/15 13:55:15 UTC, 1 replies.
- Re: [PR] GH-40291: [Python] Accept dict in pyarrow.record_batch() function [arrow] - posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org> on 2024/03/15 14:17:17 UTC, 1 replies.
- Re: [I] [Python] Accept dictionary in pyarrow.record_batch factory function (like pyarrow.table) [arrow] - posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org> on 2024/03/15 14:17:25 UTC, 0 replies.
- Re: [PR] feat: track memory usage for recursive CTE, enable recursive CTEs by default [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/15 14:19:41 UTC, 6 replies.
- [PR] Simplify basic Ruby HTTP GET client example [arrow-experiments] - posted by "ianmcook (via GitHub)" <gi...@apache.org> on 2024/03/15 14:36:55 UTC, 3 replies.
- Re: [PR] feat: Add CometRowToColumnar operator [arrow-datafusion-comet] - posted by "advancedxy (via GitHub)" <gi...@apache.org> on 2024/03/15 14:38:32 UTC, 7 replies.
- Re: [I] [Python] Add missing APIs to RecordBatch class [arrow] - posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org> on 2024/03/15 14:48:51 UTC, 3 replies.
- [PR] GH-40577: [C++] Ensure pkg-config flags include -ldl for static builds [arrow] - posted by "bkietz (via GitHub)" <gi...@apache.org> on 2024/03/15 15:02:40 UTC, 11 replies.
- Re: [I] [C++] Wrap up ListView and LargeListView implementations [arrow] - posted by "danepitkin (via GitHub)" <gi...@apache.org> on 2024/03/15 15:14:55 UTC, 0 replies.
- Re: [I] [Python] `add_column` method missing in pyarrow.RecordBatch [arrow] - posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org> on 2024/03/15 15:15:48 UTC, 0 replies.
- Re: [PR] GH-38768: [Python] Slicing an array backwards beyond the start now includes first item. [arrow] - posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org> on 2024/03/15 15:38:31 UTC, 1 replies.
- [PR] ci: work around ASAN issue [arrow-adbc] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/15 15:47:34 UTC, 1 replies.
- Re: [I] Split up arrow_cast::cast [arrow-rs] - posted by "monkwire (via GitHub)" <gi...@apache.org> on 2024/03/15 16:00:04 UTC, 1 replies.
- [PR] chore(dev/benchmarks): Add benchmarks for `ArrowArrayAppend()` [arrow-nanoarrow] - posted by "paleolimbot (via GitHub)" <gi...@apache.org> on 2024/03/15 16:37:40 UTC, 5 replies.
- [PR] test(go/adbc/driver/flightsql): Add GetObject test [arrow-adbc] - posted by "vleslief-ms (via GitHub)" <gi...@apache.org> on 2024/03/15 16:53:29 UTC, 0 replies.
- [PR] fix(go/adbc/driver/snowflake): fixed GetTableSchema missing field in rows scan [arrow-adbc] - posted by "ryan-syed (via GitHub)" <gi...@apache.org> on 2024/03/15 17:05:45 UTC, 2 replies.
- Re: [I] Are large RecordBatches chunked into smaller size messages ? [arrow] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/15 17:05:56 UTC, 3 replies.
- Re: [I] Change in how Spaces are handled in file names [arrow] - posted by "amoeba (via GitHub)" <gi...@apache.org> on 2024/03/15 17:13:50 UTC, 0 replies.
- Re: [I] [Python][Skyhook] pyarrow library not include the "SkyhookFileFormat" function [arrow] - posted by "drin (via GitHub)" <gi...@apache.org> on 2024/03/15 17:28:27 UTC, 1 replies.
- Re: [I] [Python][Skyhook] the code not include the "libarrow_skyhook_client.so" library [arrow] - posted by "drin (via GitHub)" <gi...@apache.org> on 2024/03/15 17:29:22 UTC, 0 replies.
- [PR] add schema to ast builder [arrow-datafusion] - posted by "sardination (via GitHub)" <gi...@apache.org> on 2024/03/15 17:29:40 UTC, 0 replies.
- [PR] Support IGNORE NULLS for NTH_VALUE window function [arrow-datafusion] - posted by "huaxingao (via GitHub)" <gi...@apache.org> on 2024/03/15 17:30:02 UTC, 5 replies.
- Re: [I] [Python][Skyhook][Parquet] failed to scan file fragment for pyarrow.dataset.dataset for parquet file [arrow] - posted by "drin (via GitHub)" <gi...@apache.org> on 2024/03/15 17:33:27 UTC, 2 replies.
- Re: [I] Max batch size for Dataset [arrow] - posted by "amoeba (via GitHub)" <gi...@apache.org> on 2024/03/15 17:34:43 UTC, 3 replies.
- [I] parquet: "not yet implemented" error when codec is actually implemented but disabled [arrow-rs] - posted by "progval (via GitHub)" <gi...@apache.org> on 2024/03/15 17:36:23 UTC, 1 replies.
- [PR] parquet: Use specific error variant when codec is disabled [arrow-rs] - posted by "progval (via GitHub)" <gi...@apache.org> on 2024/03/15 17:36:31 UTC, 4 replies.
- Re: [I] [Python] Verify that terminating sequences in binary IPC stream do not interfere with HTTP/1.1 transport [arrow] - posted by "ianmcook (via GitHub)" <gi...@apache.org> on 2024/03/15 17:42:25 UTC, 0 replies.
- Re: [PR] test(go/adbc/driver/flightsql): Add TestMetadataGetObjectsColumnsXdbc test [arrow-adbc] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/15 18:01:59 UTC, 1 replies.
- Re: [I] Java Snowflake ResultSet type 1004 is not supported [arrow-adbc] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/15 20:41:33 UTC, 0 replies.
- Re: [PR] refactor(go/adbc/driver): driverbase implementation for connection [arrow-adbc] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/15 20:42:18 UTC, 6 replies.
- [PR] Enable TTY during bench data generation [arrow-datafusion] - posted by "gruuya (via GitHub)" <gi...@apache.org> on 2024/03/15 21:05:27 UTC, 2 replies.
- Re: [I] Optimize planner to avoid excessive schema transform functions [arrow-datafusion] - posted by "comphead (via GitHub)" <gi...@apache.org> on 2024/03/15 21:46:35 UTC, 0 replies.
- [PR] test: Follow up on Spark 3.4 diff [arrow-datafusion-comet] - posted by "sunchao (via GitHub)" <gi...@apache.org> on 2024/03/15 21:57:09 UTC, 10 replies.
- Re: [I] [Python] AWS Error NETWORK_CONNECTION during HeadObject operation: curlCode: 6, Couldn't resolve host name [arrow] - posted by "anjali-chadha (via GitHub)" <gi...@apache.org> on 2024/03/15 23:44:04 UTC, 1 replies.
- [PR] minor: Remove deprecated code [arrow-datafusion] - posted by "comphead (via GitHub)" <gi...@apache.org> on 2024/03/15 23:50:41 UTC, 3 replies.
- Re: [PR] Minor: Remove datafusion-functions-array dependency from datafusion-optimizer [arrow-datafusion] - posted by "jayzhan211 (via GitHub)" <gi...@apache.org> on 2024/03/16 00:05:35 UTC, 0 replies.
- [PR] Move parts of `InListSimplifier` simplify rules to `Simplifier` [arrow-datafusion] - posted by "jayzhan211 (via GitHub)" <gi...@apache.org> on 2024/03/16 00:54:12 UTC, 6 replies.
- Re: [PR] Mutable OffsetBufferBuilder [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/16 01:08:02 UTC, 1 replies.
- Re: [I] [C++] pkg-config flags don't include -ldl for static builds [arrow] - posted by "bkietz (via GitHub)" <gi...@apache.org> on 2024/03/16 01:20:14 UTC, 0 replies.
- [PR] Port Array Union and Intersect to `functions-array` [arrow-datafusion] - posted by "jayzhan211 (via GitHub)" <gi...@apache.org> on 2024/03/16 02:10:57 UTC, 5 replies.
- Re: [I] Support ORDER BY in AggregateUDF [arrow-datafusion] - posted by "jayzhan211 (via GitHub)" <gi...@apache.org> on 2024/03/16 03:46:08 UTC, 1 replies.
- [PR] Add `array_reverse` function to datafusion-function-* crate [arrow-datafusion] - posted by "Weijun-H (via GitHub)" <gi...@apache.org> on 2024/03/16 04:29:04 UTC, 2 replies.
- [PR] doc: Add missing doc link [arrow-datafusion] - posted by "Weijun-H (via GitHub)" <gi...@apache.org> on 2024/03/16 04:34:18 UTC, 1 replies.
- [PR] Try fixing missing results name in the benchmark step [arrow-datafusion] - posted by "gruuya (via GitHub)" <gi...@apache.org> on 2024/03/16 06:11:29 UTC, 1 replies.
- [I] Port `ArrayExcept` to `functions-array` subcrate [arrow-datafusion] - posted by "erenavsarogullari (via GitHub)" <gi...@apache.org> on 2024/03/16 07:09:27 UTC, 2 replies.
- [PR] Port `ArrayExcept` to `functions-array` subcrate [arrow-datafusion] - posted by "erenavsarogullari (via GitHub)" <gi...@apache.org> on 2024/03/16 07:14:44 UTC, 3 replies.
- Re: [PR] GH-40544: [Dev] Add cmake-format configuration to pre-commit [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/16 07:15:22 UTC, 1 replies.
- Re: [I] [Dev] Use pre-commit for cmake-format [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/16 07:15:30 UTC, 0 replies.
- [I] Port `ArrayRemove`, `ArrayRemoveN`, `ArrayRemoveAll` to `functions-array` subcrate [arrow-datafusion] - posted by "erenavsarogullari (via GitHub)" <gi...@apache.org> on 2024/03/16 07:22:20 UTC, 2 replies.
- Re: [PR] Support multi column IN lists [arrow-datafusion] - posted by "my-vegetable-has-exploded (via GitHub)" <gi...@apache.org> on 2024/03/16 07:26:34 UTC, 0 replies.
- [PR] GH-40575: [Docs][Python] Added JsonFileFormat to docs [arrow] - posted by "arunppsg (via GitHub)" <gi...@apache.org> on 2024/03/16 10:18:10 UTC, 12 replies.
- Re: [I] WASM UDFs [arrow-datafusion] - posted by "milenkovicm (via GitHub)" <gi...@apache.org> on 2024/03/16 10:56:40 UTC, 6 replies.
- [PR] Add explicit move of PR bench results if they were placed in HEAD dir [arrow-datafusion] - posted by "gruuya (via GitHub)" <gi...@apache.org> on 2024/03/16 11:11:21 UTC, 1 replies.
- [I] Stop copying `LogicalPlan` during OptimizerPasses [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/16 11:51:41 UTC, 25 replies.
- Re: [I] [Epic] A collection of issues to improve planning performance / speed / efficiency [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/16 11:53:03 UTC, 0 replies.
- [PR] GH-40586: [Dev][C++][Python][R] Use pre-commit for clang-format [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/16 12:55:39 UTC, 4 replies.
- [PR] GH-35941: [Dev][MATLAB] Add clang-format configuration to pre-commit [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/16 13:01:52 UTC, 10 replies.
- Re: [I] [Dev] Use pre-commit-hook instead of "archery lint" for all lints [arrow] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/16 13:24:36 UTC, 1 replies.
- [PR] GH-40573: [GLib][Ruby][CSV] Add support for customizing timestamp parsers [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/16 15:12:47 UTC, 4 replies.
- [PR] GH-40592: [C++][Parquet] Implement SizeStatistics [arrow] - posted by "wgtmac (via GitHub)" <gi...@apache.org> on 2024/03/16 15:53:10 UTC, 2 replies.
- [PR] test: Enable Comet shuffle in Spark SQL tests [arrow-datafusion-comet] - posted by "sunchao (via GitHub)" <gi...@apache.org> on 2024/03/16 16:13:43 UTC, 13 replies.
- [I] Simplify CI benchmark comparison development [arrow-datafusion] - posted by "gruuya (via GitHub)" <gi...@apache.org> on 2024/03/16 16:14:00 UTC, 1 replies.
- [I] Display number of row groups matched by statistics or bloom filters [arrow-datafusion] - posted by "progval (via GitHub)" <gi...@apache.org> on 2024/03/16 16:14:26 UTC, 1 replies.
- [PR] Test row group prune [arrow-datafusion] - posted by "progval (via GitHub)" <gi...@apache.org> on 2024/03/16 16:14:38 UTC, 0 replies.
- [PR] Add new subdirs under http [arrow-experiments] - posted by "ianmcook (via GitHub)" <gi...@apache.org> on 2024/03/16 16:22:20 UTC, 1 replies.
- [I] core/tests/parquet/row_group_pruning.rs is missing tests for string columns [arrow-datafusion] - posted by "progval (via GitHub)" <gi...@apache.org> on 2024/03/16 16:22:33 UTC, 1 replies.
- [PR] core/tests/parquet/row_group_pruning.rs: Add tests for strings [arrow-datafusion] - posted by "progval (via GitHub)" <gi...@apache.org> on 2024/03/16 16:22:40 UTC, 1 replies.
- [I] Python test error [arrow-nanoarrow] - posted by "eddelbuettel (via GitHub)" <gi...@apache.org> on 2024/03/16 16:33:18 UTC, 1 replies.
- [I] Add support for Bloom filters on binary columns in Parquet tables [arrow-datafusion] - posted by "progval (via GitHub)" <gi...@apache.org> on 2024/03/16 16:37:03 UTC, 1 replies.
- [PR] Add support for Bloom filters on binary columns [arrow-datafusion] - posted by "progval (via GitHub)" <gi...@apache.org> on 2024/03/16 16:37:13 UTC, 0 replies.
- [I] Add support for Statistics and Bloom filters on FixedSizeBinary columns in Parquet tables [arrow-datafusion] - posted by "progval (via GitHub)" <gi...@apache.org> on 2024/03/16 16:40:36 UTC, 1 replies.
- [PR] parquet: Add support for row group pruning on FixedSizeBinary [arrow-datafusion] - posted by "progval (via GitHub)" <gi...@apache.org> on 2024/03/16 16:41:02 UTC, 6 replies.
- Re: [I] [Python] Create Python examples of HTTP POST Arrow client/server supporting multipart/form-data request [arrow] - posted by "ianmcook (via GitHub)" <gi...@apache.org> on 2024/03/16 16:55:09 UTC, 0 replies.
- Re: [I] [Python] Create Python examples of HTTP GET Arrow client/server supporting multipart/mixed response [arrow] - posted by "ianmcook (via GitHub)" <gi...@apache.org> on 2024/03/16 16:56:50 UTC, 0 replies.
- Re: [I] [Python] Create Python examples of HTTP GET Arrow client/server supporting range requests [arrow] - posted by "ianmcook (via GitHub)" <gi...@apache.org> on 2024/03/16 16:59:55 UTC, 12 replies.
- Re: [I] [C++] Improve Substrait consumer example [arrow] - posted by "kabicm (via GitHub)" <gi...@apache.org> on 2024/03/16 17:12:55 UTC, 0 replies.
- [PR] Support AT TIME ZONE clause [arrow-datafusion] - posted by "tinfoil-knight (via GitHub)" <gi...@apache.org> on 2024/03/16 17:40:28 UTC, 1 replies.
- [PR] feat: Support Broadcast HashJoin [arrow-datafusion-comet] - posted by "viirya (via GitHub)" <gi...@apache.org> on 2024/03/16 18:01:56 UTC, 23 replies.
- Re: [I] [C++][Parquet] Add support for writing bloom filter to a Parquet file [arrow] - posted by "mapleFU (via GitHub)" <gi...@apache.org> on 2024/03/16 20:00:54 UTC, 2 replies.
- [PR] Add subdir for compression examples and improve READMEs [arrow-experiments] - posted by "ianmcook (via GitHub)" <gi...@apache.org> on 2024/03/16 20:11:25 UTC, 1 replies.
- Re: [PR] GH-34785: [C++][Parquet] Parquet Bloom Filter Writer Implementation [arrow] - posted by "mapleFU (via GitHub)" <gi...@apache.org> on 2024/03/16 20:15:18 UTC, 23 replies.
- Re: [I] [Docs][R] Contrast issues in the navbar on the website [arrow] - posted by "amoeba (via GitHub)" <gi...@apache.org> on 2024/03/16 20:22:16 UTC, 5 replies.
- Re: [I] crash when reading with duckdb [arrow] - posted by "amoeba (via GitHub)" <gi...@apache.org> on 2024/03/16 20:43:08 UTC, 1 replies.
- [PR] GH-40602: [C++] Move mold linker flags to variables [arrow] - posted by "cryos (via GitHub)" <gi...@apache.org> on 2024/03/16 21:23:38 UTC, 6 replies.
- Re: [I] Support Arrow columnar format v1.4 [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/16 22:23:48 UTC, 1 replies.
- Re: [I] Glommio based IO version for Parquet [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/16 22:25:57 UTC, 1 replies.
- Re: [I] ArrayData::try_new/new_unchecked should take NullBuffer or BooleanBuffer for nulls to preserve offsets [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/16 22:30:01 UTC, 1 replies.
- Re: [I] add comparation kernel for decimal array [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/16 22:33:18 UTC, 1 replies.
- Re: [I] ListBuilder Specify Field [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/16 22:37:05 UTC, 1 replies.
- Re: [PR] Infer Large Integers as Float64 in arrow-csv [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/16 22:43:36 UTC, 1 replies.
- Re: [I] More consideration to `Decimal(precision = 0, ..)` [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/16 22:49:51 UTC, 1 replies.
- [PR] Bump follow-redirects from 1.15.5 to 1.15.6 in /ballista/scheduler/ui [arrow-ballista] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/16 23:54:37 UTC, 0 replies.
- Re: [I] [Python] Create Python examples of HTTP GET Arrow client and server using HTTP compression [arrow] - posted by "felipecrv (via GitHub)" <gi...@apache.org> on 2024/03/17 00:02:14 UTC, 0 replies.
- [I] Low-Level Arrow Parquet Reader [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/17 00:06:19 UTC, 0 replies.
- Re: [I] S3FileSystem generates a significant amount of redundant requests [arrow] - posted by "felipecrv (via GitHub)" <gi...@apache.org> on 2024/03/17 00:37:10 UTC, 2 replies.
- Re: [I] [Docs] Document conventions for sending and receiving Arrow data over HTTP APIs [arrow] - posted by "felipecrv (via GitHub)" <gi...@apache.org> on 2024/03/17 00:39:54 UTC, 1 replies.
- [PR] Use object_store:BufWriter to replace put_multipart [arrow-datafusion] - posted by "yyy1000 (via GitHub)" <gi...@apache.org> on 2024/03/17 00:53:47 UTC, 24 replies.
- Re: [I] do_join/anti_join ignore na_action [arrow] - posted by "r2evans (via GitHub)" <gi...@apache.org> on 2024/03/17 01:18:26 UTC, 0 replies.
- [PR] GH-40607: [C++] Rename `Function::is_impure()` to `is_pure()` [arrow] - posted by "felipecrv (via GitHub)" <gi...@apache.org> on 2024/03/17 01:53:05 UTC, 12 replies.
- Re: [I] [C++] Pure ScalarFunctions called with no arguments should return scalar [arrow] - posted by "felipecrv (via GitHub)" <gi...@apache.org> on 2024/03/17 02:04:11 UTC, 2 replies.
- [I] Adaptive Parquet Predicate Pushdown [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/17 02:10:55 UTC, 0 replies.
- Re: [I] Enable parquet filter pushdown by default [arrow-datafusion] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/17 02:12:15 UTC, 1 replies.
- [I] Parquet ObjectStore Writer [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/17 02:27:48 UTC, 0 replies.
- [PR] fix Bugs in adding SortExec for sorted tables [arrow-datafusion] - posted by "Lordworms (via GitHub)" <gi...@apache.org> on 2024/03/17 03:12:02 UTC, 1 replies.
- [PR] chore: improve array expression doc and clean up array_expression.rs [arrow-datafusion] - posted by "Weijun-H (via GitHub)" <gi...@apache.org> on 2024/03/17 03:22:54 UTC, 1 replies.
- [PR] move array_replace family functions to datafusion-function-array crate [arrow-datafusion] - posted by "Weijun-H (via GitHub)" <gi...@apache.org> on 2024/03/17 04:18:15 UTC, 5 replies.
- [PR] WIP: Fix ORC segfault in pyarrow test [arrow] - posted by "wgtmac (via GitHub)" <gi...@apache.org> on 2024/03/17 06:28:01 UTC, 13 replies.
- [I] [question]when using the datafusion reading csv in rust project, it went wrong [arrow-datafusion] - posted by "colommar (via GitHub)" <gi...@apache.org> on 2024/03/17 11:07:59 UTC, 4 replies.
- [I] Windows CI Intermittent Fail in Setup Rust Toolchain [arrow-datafusion] - posted by "devinjdangelo (via GitHub)" <gi...@apache.org> on 2024/03/17 11:49:30 UTC, 1 replies.
- [PR] GH-40591: [R] Add extra CSS for navbar on pkgdown website [arrow] - posted by "etiennebacher (via GitHub)" <gi...@apache.org> on 2024/03/17 13:09:04 UTC, 9 replies.
- Re: [PR] Improve Robustness of Unparser Testing and Implementation [arrow-datafusion] - posted by "devinjdangelo (via GitHub)" <gi...@apache.org> on 2024/03/17 13:48:36 UTC, 7 replies.
- [I] Partitioned object store lists all files on every query when using hive-partitioned parquet files [arrow-datafusion] - posted by "henrifroese (via GitHub)" <gi...@apache.org> on 2024/03/17 15:04:54 UTC, 2 replies.
- Re: [PR] GH-40393: [Java] add precondition for NullVector constructor to check field type [arrow] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/17 16:02:58 UTC, 4 replies.
- [PR] ci: enable dependabot for golang, java [arrow-adbc] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/17 16:08:43 UTC, 1 replies.
- [PR] build(c): don't expose Nanoarrow symbols [arrow-adbc] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/17 16:17:06 UTC, 1 replies.
- [PR] chore(java): bump org.junit:junit-bom from 5.8.2 to 5.10.2 in /java [arrow-adbc] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/17 16:17:35 UTC, 1 replies.
- [PR] chore(java): bump org.apache.maven.plugins:maven-surefire-plugin from 3.0.0-M7 to 3.2.5 in /java [arrow-adbc] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/17 16:17:39 UTC, 1 replies.
- [PR] chore(java): bump org.apache.derby:derby from 10.14.2.0 to 10.17.1.0 in /java [arrow-adbc] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/17 16:17:43 UTC, 3 replies.
- [PR] chore(java): bump com.uber.nullaway:nullaway from 0.10.10 to 0.10.24 in /java [arrow-adbc] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/17 16:17:45 UTC, 1 replies.
- [PR] chore(java): bump org.apache.derby:derbytools from 10.14.2.0 to 10.17.1.0 in /java [arrow-adbc] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/17 16:17:46 UTC, 3 replies.
- [PR] chore(go/adbc): bump google.golang.org/grpc from 1.58.3 to 1.62.1 in /go/adbc [arrow-adbc] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/17 16:18:04 UTC, 3 replies.
- [PR] chore(go/adbc): bump github.com/golang/protobuf from 1.5.3 to 1.5.4 in /go/adbc [arrow-adbc] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/17 16:18:09 UTC, 1 replies.
- [PR] chore(go/adbc): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 in /go/adbc [arrow-adbc] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/17 16:18:13 UTC, 1 replies.
- [PR] chore(go/adbc): bump golang.org/x/tools from 0.18.0 to 0.19.0 in /go/adbc [arrow-adbc] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/17 16:18:19 UTC, 1 replies.
- [PR] chore(csharp): bump Google.Cloud.BigQuery.Storage.V1 from 3.12.0 to 3.13.0 in /csharp [arrow-adbc] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/17 16:18:44 UTC, 1 replies.
- [PR] chore(csharp): bump Apache.Arrow.Flight from 15.0.0 to 15.0.1 in /csharp [arrow-adbc] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/17 16:19:30 UTC, 1 replies.
- [PR] chore(csharp): bump Google.Cloud.BigQuery.V2 from 3.7.0 to 3.8.0 in /csharp [arrow-adbc] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/17 16:20:21 UTC, 1 replies.
- [PR] feat: Use file cache to list partitions if available [arrow-datafusion] - posted by "henrifroese (via GitHub)" <gi...@apache.org> on 2024/03/17 18:16:16 UTC, 2 replies.
- [PR] Port `ArrayRemove`, `ArrayRemoveN`, `ArrayRemoveAll` to `functions-array` subcrate [arrow-datafusion] - posted by "erenavsarogullari (via GitHub)" <gi...@apache.org> on 2024/03/17 20:43:47 UTC, 8 replies.
- Re: [I] [C++] ABI break in patch release 15.0.1 [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/17 21:30:48 UTC, 4 replies.
- [I] Enable Comet broadcast by default [arrow-datafusion-comet] - posted by "viirya (via GitHub)" <gi...@apache.org> on 2024/03/17 21:38:10 UTC, 0 replies.
- [PR] GH-40615: [Packaging][deb] Move libprotobuf-dev dependency to libarrow-dev from libarrow-flight-dev [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/17 21:43:39 UTC, 6 replies.
- [PR] GH-40616: [Docs][GLib] Ensure overwriting placeholder front pages [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/17 21:48:38 UTC, 6 replies.
- [PR] IPC format support for StringViewArray and BinaryViewArray [arrow-rs] - posted by "XiangpengHao (via GitHub)" <gi...@apache.org> on 2024/03/17 23:05:35 UTC, 38 replies.
- [PR] feat: Remove COMET_EXEC_BROADCAST_ENABLED [arrow-datafusion-comet] - posted by "viirya (via GitHub)" <gi...@apache.org> on 2024/03/18 00:19:44 UTC, 2 replies.
- Re: [I] [Java] ADBC Adapter Build Issue [arrow] - posted by "vibhatha (via GitHub)" <gi...@apache.org> on 2024/03/18 00:37:36 UTC, 3 replies.
- [PR] Minor: remove clone in `exprlist_to_fields` [arrow-datafusion] - posted by "jayzhan211 (via GitHub)" <gi...@apache.org> on 2024/03/18 00:42:52 UTC, 3 replies.
- [PR] DRAFT: experiment of #9637 [arrow-datafusion] - posted by "jayzhan211 (via GitHub)" <gi...@apache.org> on 2024/03/18 00:43:27 UTC, 2 replies.
- Re: [I] [R] crash when reading with duckdb [arrow] - posted by "amoeba (via GitHub)" <gi...@apache.org> on 2024/03/18 00:50:35 UTC, 1 replies.
- Re: [I] Deeply nested structs cause long compilation times [arrow-julia] - posted by "Moelf (via GitHub)" <gi...@apache.org> on 2024/03/18 01:28:39 UTC, 8 replies.
- Re: [PR] Bump dependencies in cli crate [arrow-datafusion] - posted by "satyakommula96 (via GitHub)" <gi...@apache.org> on 2024/03/18 01:31:12 UTC, 0 replies.
- [PR] Added simple C# example [arrow-experiments] - posted by "CurtHagenlocher (via GitHub)" <gi...@apache.org> on 2024/03/18 02:22:32 UTC, 9 replies.
- Re: [I] [C#] Avoid logger instantiations per request [arrow] - posted by "CurtHagenlocher (via GitHub)" <gi...@apache.org> on 2024/03/18 02:55:21 UTC, 0 replies.
- Re: [I] [C#] Create simple example of C# HTTP GET Arrow server [arrow] - posted by "CurtHagenlocher (via GitHub)" <gi...@apache.org> on 2024/03/18 02:58:29 UTC, 0 replies.
- Re: [I] [C#] Create simple example of C# HTTP GET Arrow client [arrow] - posted by "CurtHagenlocher (via GitHub)" <gi...@apache.org> on 2024/03/18 03:00:16 UTC, 0 replies.
- Re: [I] [Python] Is it possible to enable logging with Python/PyArrow ? [arrow] - posted by "mapleFU (via GitHub)" <gi...@apache.org> on 2024/03/18 03:01:26 UTC, 3 replies.
- [I] Inconsistent Multipart Nomenclature [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/18 03:29:34 UTC, 1 replies.
- Re: [PR] Replace AsyncWrite with Upload trait and rename MultiPartStore to MultipartStore (#5458) [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/18 03:43:19 UTC, 7 replies.
- [PR] bump aws-sdk and clap versions [arrow-datafusion] - posted by "satyakommula96 (via GitHub)" <gi...@apache.org> on 2024/03/18 05:16:16 UTC, 1 replies.
- Re: [PR] feat: Enable Comet broadcast by default [arrow-datafusion-comet] - posted by "codecov-commenter (via GitHub)" <gi...@apache.org> on 2024/03/18 05:20:26 UTC, 3 replies.
- Re: [I] [Packaging][deb] libprotobuf-dev dependency is missing for libarrow-dev [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/18 06:20:12 UTC, 0 replies.
- Re: [I] [Docs][GLib] Placeholder front pages created by Sphinx is still used [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/18 06:21:26 UTC, 0 replies.
- Re: [I] [GLib] Add timestamp_parsers property to GArrowCSVReadOptions [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/18 06:22:55 UTC, 0 replies.
- [I] Break-down functions-array subcreate' s kernels and udf containers [arrow-datafusion] - posted by "erenavsarogullari (via GitHub)" <gi...@apache.org> on 2024/03/18 06:37:43 UTC, 1 replies.
- Re: [PR] Adding Constant Check for FilterExec [arrow-datafusion] - posted by "mustafasrepo (via GitHub)" <gi...@apache.org> on 2024/03/18 06:44:45 UTC, 7 replies.
- [I] Inconsistency between documentation and code [arrow-rs] - posted by "YichiZhang0613 (via GitHub)" <gi...@apache.org> on 2024/03/18 07:45:51 UTC, 3 replies.
- [PR] Suppress self update for window [arrow-datafusion] - posted by "jayzhan211 (via GitHub)" <gi...@apache.org> on 2024/03/18 07:54:55 UTC, 1 replies.
- Re: [PR] Update Arrow 51.0.0 [arrow-datafusion] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/18 08:01:41 UTC, 11 replies.
- [PR] Add GroupValuesFullyOrdered mode to GroupValues trait for aggregate grouping. [arrow-datafusion] - posted by "mustafasrepo (via GitHub)" <gi...@apache.org> on 2024/03/18 08:02:58 UTC, 4 replies.
- [PR] chore(deps): update arrow-ipc requirement from 50.0.0 to 51.0.0 [arrow-datafusion] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/18 08:10:47 UTC, 3 replies.
- Re: [I] [C++] arrow/io/compressed_test.cc doesn't including config.h [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/18 08:12:11 UTC, 3 replies.
- [PR] chore(deps): update parquet requirement from 50.0.0 to 51.0.0 [arrow-datafusion] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/18 08:13:53 UTC, 3 replies.
- [PR] chore(deps): update arrow-array requirement from 50.0.0 to 51.0.0 [arrow-datafusion] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/18 08:14:04 UTC, 3 replies.
- [PR] chore(deps): update arrow-schema requirement from 50.0.0 to 51.0.0 [arrow-datafusion] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/18 08:14:21 UTC, 3 replies.
- [PR] chore(deps): update arrow-flight requirement from 50.0.0 to 51.0.0 [arrow-datafusion] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/18 08:14:46 UTC, 3 replies.
- Re: [I] [Python][Docs] API docs are broken for dev version [arrow] - posted by "AlenkaF (via GitHub)" <gi...@apache.org> on 2024/03/18 08:15:42 UTC, 10 replies.
- [PR] chore(deps): update arrow-buffer requirement from 50.0.0 to 51.0.0 [arrow-datafusion] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/18 08:17:24 UTC, 3 replies.
- [PR] chore(deps): update arrow-string requirement from 50.0.0 to 51.0.0 [arrow-datafusion] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/18 08:17:38 UTC, 3 replies.
- [PR] chore(deps): update arrow-ord requirement from 50.0.0 to 51.0.0 [arrow-datafusion] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/18 08:17:59 UTC, 3 replies.
- [PR] GH-40621: [C++] Add missing util/config.h in arrow/io/compressed_test.cc [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/18 08:26:50 UTC, 3 replies.
- [PR] [Python][CI] Failing test_dateutil_tzinfo_to_string due to new release of python-dateutil [arrow] - posted by "AlenkaF (via GitHub)" <gi...@apache.org> on 2024/03/18 08:27:41 UTC, 3 replies.
- [I] Avoid cast numbers to string in filter [arrow-datafusion] - posted by "waynexia (via GitHub)" <gi...@apache.org> on 2024/03/18 09:29:45 UTC, 4 replies.
- [PR] fix: copy/rename return error if source is nonexistent [arrow-rs] - posted by "dimbtp (via GitHub)" <gi...@apache.org> on 2024/03/18 10:36:34 UTC, 8 replies.
- [I] Add `DataFrame::with_column` [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/18 10:50:20 UTC, 11 replies.
- [PR] GH-30915: [C++][Python] Add more missing methods to `RecordBatch` [arrow] - posted by "judahrand (via GitHub)" <gi...@apache.org> on 2024/03/18 10:52:41 UTC, 1 replies.
- Re: [I] [C++] What's the difference between `ARROW_SIMD_LEVEL` and `ARROW_RUNTIME_SIMD_LEVEL` [arrow] - posted by "mapleFU (via GitHub)" <gi...@apache.org> on 2024/03/18 11:09:42 UTC, 0 replies.
- Re: [I] [C++][Parquet] Rewrite BYTE_STREAM_SPLIT optimizations using xsimd [arrow] - posted by "pitrou (via GitHub)" <gi...@apache.org> on 2024/03/18 11:16:57 UTC, 0 replies.
- Re: [PR] GH-30915: [C++][Python] Add missing join methods to `RecordBatch` [arrow] - posted by "github-actions[bot] (via GitHub)" <gi...@apache.org> on 2024/03/18 11:33:18 UTC, 2 replies.
- [PR] chore: remove repetitive words [arrow-datafusion] - posted by "InventiveCoder (via GitHub)" <gi...@apache.org> on 2024/03/18 12:09:46 UTC, 0 replies.
- [PR] [MINOR]: Remove some `.unwrap`s from nth_value.rs file [arrow-datafusion] - posted by "mustafasrepo (via GitHub)" <gi...@apache.org> on 2024/03/18 12:56:20 UTC, 2 replies.
- [PR] ci: add C# to packaging.yml [arrow-adbc] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/18 13:06:49 UTC, 1 replies.
- Re: [I] [Docs][Python] Document pyarrow.dataset.JsonFileFormat [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/18 13:07:46 UTC, 2 replies.
- Re: [PR] GH-39978: [C++][Parquet] Expand BYTE_STREAM_SPLIT to support FIXED_LEN_BYTE_ARRAY, INT32 and INT64 [arrow] - posted by "pitrou (via GitHub)" <gi...@apache.org> on 2024/03/18 13:40:25 UTC, 9 replies.
- [PR] Fix local file copy when source not found (#5503) [arrow-rs] - posted by "georgetownDc (via GitHub)" <gi...@apache.org> on 2024/03/18 13:42:17 UTC, 3 replies.
- Re: [PR] [CI] Suppress self update for window [arrow-datafusion] - posted by "jayzhan211 (via GitHub)" <gi...@apache.org> on 2024/03/18 13:45:46 UTC, 0 replies.
- [PR] chore: add C# to release docs [arrow-adbc] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/18 13:54:53 UTC, 0 replies.
- [I] DataFusion weekly project plan (Andrew Lamb) - March 18, 2024 [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/18 14:42:35 UTC, 6 replies.
- [PR] feat: support input reordering for `NestedLoopJoinExec` [arrow-datafusion] - posted by "korowa (via GitHub)" <gi...@apache.org> on 2024/03/18 14:45:53 UTC, 16 replies.
- Re: [I] [Java] Unable to pass PASSWORD to FLIGHT SQL SERVER using flight-sql-jdbc jar file [arrow] - posted by "jduo (via GitHub)" <gi...@apache.org> on 2024/03/18 14:46:11 UTC, 1 replies.
- Re: [PR] GH-39645: [Python] Fix read_table for encrypted parquet [arrow] - posted by "tolleybot (via GitHub)" <gi...@apache.org> on 2024/03/18 14:46:27 UTC, 5 replies.
- Re: [PR] chore: set up rest of C#/.NET release process [arrow-adbc] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/18 14:47:22 UTC, 1 replies.
- [PR] Update example-usage.md to remove reference to simd and rust nightly. [arrow-datafusion] - posted by "Omega359 (via GitHub)" <gi...@apache.org> on 2024/03/18 14:47:41 UTC, 3 replies.
- Re: [PR] bump aws-sdk and clap versions in `datafusion-cli` [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/18 14:54:03 UTC, 1 replies.
- [I] Add c++ range-for loop helpers [arrow-nanoarrow] - posted by "bkietz (via GitHub)" <gi...@apache.org> on 2024/03/18 15:02:10 UTC, 7 replies.
- [PR] Minor changes to simple C# examples [arrow-experiments] - posted by "ianmcook (via GitHub)" <gi...@apache.org> on 2024/03/18 15:07:14 UTC, 1 replies.
- [PR] MINOR: [Go] Bump github.com/hamba/avro/v2 from 2.20.0 to 2.20.1 in /go [arrow] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/18 16:17:46 UTC, 2 replies.
- [PR] MINOR: [Go] Bump google.golang.org/grpc from 1.58.3 to 1.62.1 in /go [arrow] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/18 16:18:03 UTC, 2 replies.
- [PR] MINOR: [Go] Bump gonum.org/v1/gonum from 0.12.0 to 0.15.0 in /go [arrow] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/18 16:18:20 UTC, 2 replies.
- Re: [I] [C++] Both on -O2 and -O3 passed when building with clang [arrow] - posted by "assignUser (via GitHub)" <gi...@apache.org> on 2024/03/18 16:52:09 UTC, 3 replies.
- [PR] MINOR: [Java] Bump com.google.api.grpc:proto-google-common-protos from 1.12.0 to 2.37.1 in /java [arrow] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/18 17:04:16 UTC, 10 replies.
- [I] Regression: incorrect result for aliased arguments in select list after TreeNode rewrite [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/18 17:14:35 UTC, 4 replies.
- Re: [PR] Suppress self update for windows CI runner [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/18 17:21:31 UTC, 4 replies.
- Re: [PR] add schema to SQL ast builder [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/18 17:36:34 UTC, 1 replies.
- [PR] Fix incorrect results with multiple `COUNT(DISTINCT..)` aggregates on dictionaries [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/18 18:18:26 UTC, 22 replies.
- Re: [PR] chore: remove repetitive word `the the` --> `the` in docs / comments [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/18 18:21:48 UTC, 0 replies.
- Re: [I] [JS] Decimal-type conversions result in errors/inaccuracies in Arrow JS [arrow] - posted by "dioptre (via GitHub)" <gi...@apache.org> on 2024/03/18 18:22:12 UTC, 5 replies.
- [PR] GH-30915: [C++][Python] Add missing `shape` property to `RecordBatch` [arrow] - posted by "judahrand (via GitHub)" <gi...@apache.org> on 2024/03/18 18:22:25 UTC, 1 replies.
- Re: [PR] GH-36399: [C++][Python] Add missing `shape` property to `RecordBatch` [arrow] - posted by "github-actions[bot] (via GitHub)" <gi...@apache.org> on 2024/03/18 18:24:04 UTC, 0 replies.
- Re: [I] python: consider a backtrace handler for debugging [arrow-adbc] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/18 18:24:48 UTC, 0 replies.
- [PR] add some range-for helpers [arrow-nanoarrow] - posted by "bkietz (via GitHub)" <gi...@apache.org> on 2024/03/18 18:24:56 UTC, 20 replies.
- Re: [PR] Use stabalized aws-sdk and clap versions in `datafusion-cli` [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/18 18:28:02 UTC, 0 replies.
- [I] Query hangs on collecting stream from recursive CTE [arrow-datafusion] - posted by "korowa (via GitHub)" <gi...@apache.org> on 2024/03/18 18:36:09 UTC, 5 replies.
- [PR] Add Minimum Supported Rust Version policy to docs [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/18 18:48:16 UTC, 2 replies.
- Re: [I] [DISCUSSION] Define a MSRV (Minimum Supported Rust Version) policy [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/18 18:49:17 UTC, 1 replies.
- [PR] GH-40644: [Python] Allow passing a mapping of column names to `rename_columns` [arrow] - posted by "judahrand (via GitHub)" <gi...@apache.org> on 2024/03/18 19:09:54 UTC, 1 replies.
- [I] Implement `StringViewArray` and `BinaryViewArray` reading/writing in parquet [arrow-rs] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/18 19:25:16 UTC, 0 replies.
- [PR] chore(dev/benchmarks): Benchmark IPC reader [arrow-nanoarrow] - posted by "paleolimbot (via GitHub)" <gi...@apache.org> on 2024/03/18 19:44:12 UTC, 19 replies.
- Re: [I] [C++][Parquet] Segmentation fault reading modular encrypted Parquet dataset over 2^15 rows [arrow] - posted by "AudriusButkevicius (via GitHub)" <gi...@apache.org> on 2024/03/18 19:49:32 UTC, 0 replies.
- [I] Release DataFusion 37.0.0 [arrow-datafusion] - posted by "andygrove (via GitHub)" <gi...@apache.org> on 2024/03/18 19:50:40 UTC, 11 replies.
- [PR] Fix union panic [arrow-datafusion] - posted by "avantgardnerio (via GitHub)" <gi...@apache.org> on 2024/03/18 20:09:29 UTC, 1 replies.
- [PR] chore(csharp): bump Apache.Arrow from 15.0.1 to 15.0.2 in /csharp [arrow-adbc] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/18 20:40:53 UTC, 1 replies.
- [PR] Memory stats atomics [arrow] - posted by "felipecrv (via GitHub)" <gi...@apache.org> on 2024/03/18 20:45:28 UTC, 1 replies.
- Re: [PR] GH-40646: [C++] Use Acquire-Release for loads and stores on MemoryPool statistics [arrow] - posted by "github-actions[bot] (via GitHub)" <gi...@apache.org> on 2024/03/18 20:48:11 UTC, 23 replies.
- [I] `to_parquet` with path not ending in a slash writes to a file instead of a directory since v36 [arrow-datafusion] - posted by "progval (via GitHub)" <gi...@apache.org> on 2024/03/18 20:50:22 UTC, 2 replies.
- Re: [PR] minor: Remove deprecated methods [arrow-datafusion] - posted by "comphead (via GitHub)" <gi...@apache.org> on 2024/03/18 20:59:02 UTC, 0 replies.
- [PR] chore(java): bump com.microsoft.sqlserver:mssql-jdbc from 12.4.1.jre11 to 12.6.1.jre11 in /java [arrow-adbc] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/18 21:02:56 UTC, 1 replies.
- [PR] chore(java): bump org.assertj:assertj-core from 3.23.1 to 3.25.3 in /java [arrow-adbc] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/18 21:03:01 UTC, 1 replies.
- [PR] chore(java): bump org.postgresql:postgresql from 42.7.2 to 42.7.3 in /java [arrow-adbc] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/18 21:03:05 UTC, 1 replies.
- [PR] chore(java): bump com.google.protobuf:protobuf-java from 3.22.3 to 4.26.0 in /java [arrow-adbc] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/18 21:03:19 UTC, 3 replies.
- [PR] chore(java): bump com.google.errorprone:error_prone_core from 2.18.0 to 2.26.1 in /java [arrow-adbc] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/18 21:03:25 UTC, 1 replies.
- Re: [I] Move `arrow_cast` to `datafusion-functions` crate [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/18 21:12:07 UTC, 0 replies.
- Re: [I] Issue using `arrow_cast` in ORDER BY expressions [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/18 21:12:07 UTC, 0 replies.
- Re: [PR] parquet: Add row_groups_matched_{statistics,bloom_filter} statistics [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/18 21:13:16 UTC, 0 replies.
- [PR] GH-40649: [CI][Release][Java] Use Maven 3.8 for verify-rc-source-java-linux-almalinux-8-amd64 [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/18 21:37:50 UTC, 24 replies.
- [PR] [MINOR][R] Update R packaging steps to reflect current release process [arrow] - posted by "thisisnic (via GitHub)" <gi...@apache.org> on 2024/03/18 21:46:15 UTC, 3 replies.
- [PR] fix(9678): short circuiting prevented population of visited stack, for common subexpr elimination optimization [arrow-datafusion] - posted by "wiedld (via GitHub)" <gi...@apache.org> on 2024/03/18 22:47:02 UTC, 38 replies.
- Re: [I] [CI][Release][Java] verify-rc-source-java-linux-almalinux-8-amd64 failed with old Maven [arrow] - posted by "vibhatha (via GitHub)" <gi...@apache.org> on 2024/03/18 22:48:08 UTC, 4 replies.
- Re: [I] [Java] JDBC Adapter Build Issue [arrow] - posted by "vibhatha (via GitHub)" <gi...@apache.org> on 2024/03/18 23:22:27 UTC, 3 replies.
- [PR] Make builtin window function output datatype to be derived from schema [arrow-datafusion] - posted by "comphead (via GitHub)" <gi...@apache.org> on 2024/03/18 23:57:35 UTC, 14 replies.
- Re: [I] [C++] Rename `Function::is_impure()` to `is_pure()` [arrow] - posted by "felipecrv (via GitHub)" <gi...@apache.org> on 2024/03/18 23:59:06 UTC, 0 replies.
- [PR] GH-40630: [Go][Parquet] Enable writing of Parquet footer without closing file [arrow] - posted by "petenewcomb (via GitHub)" <gi...@apache.org> on 2024/03/19 00:00:33 UTC, 4 replies.
- [PR] [Java] JDBC Adapter Build Issue [arrow] - posted by "vibhatha (via GitHub)" <gi...@apache.org> on 2024/03/19 00:29:47 UTC, 12 replies.
- [PR] Add an example that systematically tests various build scenarios [arrow-nanoarrow] - posted by "vyasr (via GitHub)" <gi...@apache.org> on 2024/03/19 00:46:46 UTC, 0 replies.
- Re: [I] [Python] Conventions around PyCapsule Interface and choosing Array/Stream export [arrow] - posted by "paleolimbot (via GitHub)" <gi...@apache.org> on 2024/03/19 01:25:34 UTC, 3 replies.
- Re: [I] [C#] Invalid magic at offset [arrow] - posted by "CurtHagenlocher (via GitHub)" <gi...@apache.org> on 2024/03/19 01:50:25 UTC, 10 replies.
- Re: [PR] GH-36026: Fix ORC test segfault in the python wheel windows test [arrow] - posted by "wgtmac (via GitHub)" <gi...@apache.org> on 2024/03/19 02:25:10 UTC, 5 replies.
- Re: [PR] GH-38849: [C++][Parquet]: Add support for list view and large list view [arrow] - posted by "mapleFU (via GitHub)" <gi...@apache.org> on 2024/03/19 03:00:38 UTC, 1 replies.
- [PR] Add IPC StreamDecoder [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/19 06:19:21 UTC, 4 replies.
- [PR] fix: recursive cte hangs on joins [arrow-datafusion] - posted by "jonahgao (via GitHub)" <gi...@apache.org> on 2024/03/19 07:18:18 UTC, 2 replies.
- Re: [PR] GH-39680: [Java] enable half float support on Java module [arrow] - posted by "vibhatha (via GitHub)" <gi...@apache.org> on 2024/03/19 08:20:18 UTC, 3 replies.
- Re: [I] [Docs][Release] Improved documentation about Patch release process [arrow] - posted by "raulcd (via GitHub)" <gi...@apache.org> on 2024/03/19 08:31:58 UTC, 0 replies.
- [PR] chore(deps): update arrow requirement from 50.0.0 to 51.0.0 [arrow-datafusion] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/19 08:43:42 UTC, 3 replies.
- [PR] GH-40659: [Python][C++] Support conversion of pyarrow.RunEndEncodedArray to numpy/pandas [arrow] - posted by "AlenkaF (via GitHub)" <gi...@apache.org> on 2024/03/19 09:30:42 UTC, 11 replies.
- [PR] [Java] Test failure in Dataset regarding TestAllTypes [arrow] - posted by "vibhatha (via GitHub)" <gi...@apache.org> on 2024/03/19 09:50:20 UTC, 2 replies.
- Re: [PR] GH-36026: [Python] Fix ORC test segfault in the python wheel windows test [arrow] - posted by "wgtmac (via GitHub)" <gi...@apache.org> on 2024/03/19 09:52:48 UTC, 20 replies.
- Re: [PR] GH-40568: [Java] Test failure in Dataset regarding TestAllTypes [arrow] - posted by "github-actions[bot] (via GitHub)" <gi...@apache.org> on 2024/03/19 09:53:18 UTC, 13 replies.
- [PR] improve null handling for to_char [arrow-datafusion] - posted by "tinfoil-knight (via GitHub)" <gi...@apache.org> on 2024/03/19 10:20:55 UTC, 24 replies.
- [PR] Projection Pushdown through trivial user defined LogicalPlan nodes. [arrow-datafusion] - posted by "mustafasrepo (via GitHub)" <gi...@apache.org> on 2024/03/19 10:58:06 UTC, 12 replies.
- Re: [I] [C++][Parquet] Expand BYTE_STREAM_SPLIT to support FIXED_LEN_BYTE_ARRAY, INT32 and INT64 [arrow] - posted by "pitrou (via GitHub)" <gi...@apache.org> on 2024/03/19 11:06:38 UTC, 0 replies.
- [I] [EPIC] Tasks for a new Top Level Apache Project [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/19 11:20:22 UTC, 1 replies.
- [PR] GH-34235: [Python] Correct test marker for join_asof tests [arrow] - posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org> on 2024/03/19 12:14:18 UTC, 4 replies.
- Re: [I] Invalid username or password when connecting to Snowflake [arrow-adbc] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/19 12:16:06 UTC, 2 replies.
- [PR] Move inlist rule to expr_simplifier [arrow-datafusion] - posted by "jayzhan211 (via GitHub)" <gi...@apache.org> on 2024/03/19 12:23:02 UTC, 6 replies.
- [PR] ci: use native GitHub Actions M1 runner [arrow-adbc] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/19 12:33:24 UTC, 1 replies.
- Re: [I] [Python] Unhandled type for Arrow to Parquet schema conversion: month_day_nano_interval [arrow] - posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org> on 2024/03/19 12:44:28 UTC, 0 replies.
- Re: [I] [C++] INTERVAL_MONTH_DAY_NANO passes the Primitive() type matcher but many kernels do not handle the 128-bit width [arrow] - posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org> on 2024/03/19 12:47:33 UTC, 0 replies.
- Re: [I] [Release][Packaging] Updating homebrew formula for Arrow 15.0.2 fails [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/19 13:13:14 UTC, 1 replies.
- [PR] Draft: Optimize to_timestamp [arrow-datafusion] - posted by "vojtechtoman (via GitHub)" <gi...@apache.org> on 2024/03/19 13:18:43 UTC, 6 replies.
- Re: [I] [Python] ORC Reader aborts when timezone file is missing [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/19 13:32:23 UTC, 9 replies.
- Re: [I] Implement Nicer / DuckDB style explain plans [arrow-datafusion] - posted by "tinfoil-knight (via GitHub)" <gi...@apache.org> on 2024/03/19 13:49:21 UTC, 0 replies.
- [PR] Add tests for filtering, grouping, aggregation of ARRAYs [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/19 13:56:28 UTC, 9 replies.
- [I] Rename `common_runtime` directory to `common-runtime` for consistency with other crate directory names [arrow-datafusion] - posted by "andygrove (via GitHub)" <gi...@apache.org> on 2024/03/19 14:09:16 UTC, 2 replies.
- Re: [PR] Support Union types in `ScalarValue` [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/19 14:12:21 UTC, 8 replies.
- Re: [I] [Python][CI] Remove upper pin on pytest [arrow] - posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org> on 2024/03/19 14:13:31 UTC, 0 replies.
- [PR] Prepare 37.0.0 Release [arrow-datafusion] - posted by "andygrove (via GitHub)" <gi...@apache.org> on 2024/03/19 14:21:12 UTC, 8 replies.
- [PR] GH-40668: [Ruby][CI] Require GLib 2.58 or later for timezone [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/19 14:36:42 UTC, 6 replies.
- Re: [I] arrow R package 15.0.1 missing dataset, parquet, etc. on Mac M2 [arrow] - posted by "letitbk (via GitHub)" <gi...@apache.org> on 2024/03/19 14:49:29 UTC, 10 replies.
- Re: [I] [C++] Add mold linker flags to the CMake linker flags variables [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/19 14:51:49 UTC, 0 replies.
- [PR] GH-40670: [C++][FS][Azure] Add support for reading user defined metadata [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/19 15:10:57 UTC, 2 replies.
- Re: [PR] GH-40384: [Python] Expand the the C Device Interface bindings to support import on CUDA device [arrow] - posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org> on 2024/03/19 15:34:43 UTC, 20 replies.
- Re: [I] UDAF works in datafusion 33, panics in 34 [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/19 15:37:52 UTC, 1 replies.
- Re: [I] Regression: Wrong result when there are 2 count(distinct) [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/19 15:38:28 UTC, 0 replies.
- Re: [PR] parquet: Add support for Bloom filters on binary columns [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/19 15:43:13 UTC, 0 replies.
- [PR] MINOR: [Dev] Remove Bryce from collaborators [arrow] - posted by "raulcd (via GitHub)" <gi...@apache.org> on 2024/03/19 15:48:07 UTC, 4 replies.
- Re: [PR] GH-36399: [Python] Add missing `shape` property to `RecordBatch` [arrow] - posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org> on 2024/03/19 15:51:35 UTC, 4 replies.
- Re: [I] apache-arrow-glib 15.0.2 failed to build [arrow] - posted by "raulcd (via GitHub)" <gi...@apache.org> on 2024/03/19 15:55:45 UTC, 0 replies.
- [I] Consider split expr.proto into multiple files [arrow-datafusion-comet] - posted by "advancedxy (via GitHub)" <gi...@apache.org> on 2024/03/19 16:00:50 UTC, 0 replies.
- Re: [I] [Python] Sporadic asof join test failure [arrow] - posted by "pitrou (via GitHub)" <gi...@apache.org> on 2024/03/19 16:03:38 UTC, 0 replies.
- [PR] GH-40672: [Go][Parquet] Add proper build tags for min_max [arrow] - posted by "zeroshade (via GitHub)" <gi...@apache.org> on 2024/03/19 16:08:24 UTC, 5 replies.
- Re: [I] [Go] 32-bit panic: utils.GetMinMaxInt32() [arrow] - posted by "zeroshade (via GitHub)" <gi...@apache.org> on 2024/03/19 16:17:46 UTC, 0 replies.
- Re: [I] [Python] test_cuda_numba_interop fails locally [arrow] - posted by "pitrou (via GitHub)" <gi...@apache.org> on 2024/03/19 16:20:28 UTC, 1 replies.
- Re: [PR] Update Arrow/Parquet to `51.0.0`, tonic to `0.11` [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/19 16:22:11 UTC, 1 replies.
- [PR] MINOR: [Docs] Add link to ListView format in pyarrow docs [arrow] - posted by "danepitkin (via GitHub)" <gi...@apache.org> on 2024/03/19 16:27:45 UTC, 5 replies.
- Re: [I] [C++][Skyhook] Refactor Skyhook file format to use a higher level interface [arrow] - posted by "bkietz (via GitHub)" <gi...@apache.org> on 2024/03/19 16:29:30 UTC, 9 replies.
- [PR] Minor: Improve documentation for `LogicalPlan::expressions` [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/19 16:46:05 UTC, 1 replies.
- Re: [I] BUG: Empty slicing an array backwards beyond the start should be empty [arrow] - posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org> on 2024/03/19 16:51:46 UTC, 2 replies.
- Re: [I] Format plan with line number. [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/19 16:52:50 UTC, 0 replies.
- [PR] build: Avoid confusion by using profile with clean [arrow-datafusion-comet] - posted by "snmvaughan (via GitHub)" <gi...@apache.org> on 2024/03/19 16:55:36 UTC, 3 replies.
- Re: [PR] GH-37381: [Python][CI][Packaging] Enable ORC for Pyarrow on Appveyor and Windows wheels [arrow] - posted by "raulcd (via GitHub)" <gi...@apache.org> on 2024/03/19 17:00:37 UTC, 1 replies.
- Re: [I] Can't read a partitioned dataset using directory partitioning with file paths [arrow] - posted by "davlee1972 (via GitHub)" <gi...@apache.org> on 2024/03/19 17:32:40 UTC, 0 replies.
- Re: [I] Unable to build shared library with FetchContent [arrow-nanoarrow] - posted by "vyasr (via GitHub)" <gi...@apache.org> on 2024/03/19 17:42:41 UTC, 0 replies.
- Re: [I] Tests fail linking against libarrow.so built in Conda environment [arrow-nanoarrow] - posted by "vyasr (via GitHub)" <gi...@apache.org> on 2024/03/19 17:45:31 UTC, 0 replies.
- Re: [I] [MATLAB] Enable `clang-format` in the `matlab/` subfolder. [arrow] - posted by "kevingurney (via GitHub)" <gi...@apache.org> on 2024/03/19 18:08:44 UTC, 0 replies.
- Re: [PR] Make build and install dirs proper CMake package, fix C++ header inclusion, and add proper tests [arrow-nanoarrow] - posted by "paleolimbot (via GitHub)" <gi...@apache.org> on 2024/03/19 18:13:54 UTC, 32 replies.
- Re: [I] Add ScalarValue::Union variant [arrow-datafusion] - posted by "avantgardnerio (via GitHub)" <gi...@apache.org> on 2024/03/19 18:14:16 UTC, 0 replies.
- Re: [I] Union types not handled when building `AnalysisContext::try_from_column` [arrow-datafusion] - posted by "avantgardnerio (via GitHub)" <gi...@apache.org> on 2024/03/19 18:14:16 UTC, 0 replies.
- [I] Refine Serde for Scalar Function [arrow-datafusion] - posted by "yyy1000 (via GitHub)" <gi...@apache.org> on 2024/03/19 18:20:27 UTC, 1 replies.
- Re: [I] [Go] Unable to JSON marshal float64 arrays which contain a NaN value [arrow] - posted by "zeroshade (via GitHub)" <gi...@apache.org> on 2024/03/19 18:23:29 UTC, 0 replies.
- [PR] Minor: improve documentation for `CommonSubexprEliminate` [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/19 19:26:33 UTC, 3 replies.
- [PR] chore(go/adbc): bump minimum version to go1.21, update deps [arrow-adbc] - posted by "zeroshade (via GitHub)" <gi...@apache.org> on 2024/03/19 19:56:20 UTC, 25 replies.
- Re: [I] s3_bucket crashes RStudio in 15.0.1 [arrow] - posted by "blongworth (via GitHub)" <gi...@apache.org> on 2024/03/19 20:29:22 UTC, 3 replies.
- Re: [I] [Java] JDK 22 Support [arrow] - posted by "danepitkin (via GitHub)" <gi...@apache.org> on 2024/03/19 20:49:18 UTC, 4 replies.
- [PR] Add OffsetsBuilder [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/19 20:54:56 UTC, 9 replies.
- Re: [I] Switch to stable Rust [arrow-datafusion-comet] - posted by "comphead (via GitHub)" <gi...@apache.org> on 2024/03/19 21:04:40 UTC, 1 replies.
- Re: [PR] Initial support for `extract(x from time)` [arrow-datafusion] - posted by "Jefffrey (via GitHub)" <gi...@apache.org> on 2024/03/19 21:22:29 UTC, 1 replies.
- [PR] feat: Support covar_samp and covar_pop [arrow-datafusion-comet] - posted by "huaxingao (via GitHub)" <gi...@apache.org> on 2024/03/19 21:36:46 UTC, 17 replies.
- Re: [I] [Epic] Unify `WindowFunction` Interface (remove built in list of `BuiltInWindowFunction` s) [arrow-datafusion] - posted by "comphead (via GitHub)" <gi...@apache.org> on 2024/03/19 21:45:31 UTC, 1 replies.
- [I] Setup regular meetups for Comet development [arrow-datafusion-comet] - posted by "parthchandra (via GitHub)" <gi...@apache.org> on 2024/03/19 23:30:59 UTC, 1 replies.
- Re: [PR] GH-40619: [Java] JDBC Adapter Build Issue [arrow] - posted by "github-actions[bot] (via GitHub)" <gi...@apache.org> on 2024/03/19 23:33:55 UTC, 2 replies.
- [PR] GH-38768: [Python] Empty slicing an array backwards beyond the start is now empty [arrow] - posted by "LucasG0 (via GitHub)" <gi...@apache.org> on 2024/03/20 00:01:10 UTC, 2 replies.
- [I] Make extensions available as CMake components [arrow-nanoarrow] - posted by "vyasr (via GitHub)" <gi...@apache.org> on 2024/03/20 00:37:38 UTC, 1 replies.
- [I] Move lower, ltrim, octet_length to datafusion-functions [arrow-datafusion] - posted by "Omega359 (via GitHub)" <gi...@apache.org> on 2024/03/20 01:25:58 UTC, 1 replies.
- [I] Move btrim, ltrim and rtrim to datafusion-functions [arrow-datafusion] - posted by "Omega359 (via GitHub)" <gi...@apache.org> on 2024/03/20 01:31:42 UTC, 2 replies.
- Re: [I] I can't update from arrow 13 to 14, and 15. [arrow] - posted by "assignUser (via GitHub)" <gi...@apache.org> on 2024/03/20 01:49:42 UTC, 1 replies.
- Re: [PR] MINOR: [R] Update R packaging steps to reflect current release process [arrow] - posted by "thisisnic (via GitHub)" <gi...@apache.org> on 2024/03/20 02:02:26 UTC, 1 replies.
- Re: [PR] GH-40515: [Java] Bump org.apache.maven dependencies from 3.3.9 to 3.8.7 [arrow] - posted by "vibhatha (via GitHub)" <gi...@apache.org> on 2024/03/20 02:02:44 UTC, 63 replies.
- Re: [I] Java-Jars in Crossbow is failing [arrow] - posted by "vibhatha (via GitHub)" <gi...@apache.org> on 2024/03/20 02:23:33 UTC, 0 replies.
- Re: [I] [Ruby][Release] verify-rc-source-ruby-linux-almalinux-8-amd64 is failed [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/20 02:25:01 UTC, 0 replies.
- Re: [I] [Java] Remove Static imports for Utf8 Usage [arrow] - posted by "vibhatha (via GitHub)" <gi...@apache.org> on 2024/03/20 02:29:57 UTC, 1 replies.
- [PR] GH-39752: [Java] Remove Static imports for Utf8 Usage [arrow] - posted by "vibhatha (via GitHub)" <gi...@apache.org> on 2024/03/20 02:41:43 UTC, 4 replies.
- Re: [I] [GLib] apache-arrow-glib 15.0.2 failed to build [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/20 03:20:56 UTC, 3 replies.
- Re: [I] [Python] Add is_nan, is_null, is_valid as operators to DNF filters [arrow] - posted by "davlee1972 (via GitHub)" <gi...@apache.org> on 2024/03/20 03:30:46 UTC, 0 replies.
- [PR] refactor: Extract `array_to_string` and `string_to_array` from `kernels` and `udf` containers [arrow-datafusion] - posted by "erenavsarogullari (via GitHub)" <gi...@apache.org> on 2024/03/20 05:02:04 UTC, 0 replies.
- [I] Extract `range` and `gen_series` from `functions-array` subcrate' s `kernels` and `udf` containers [arrow-datafusion] - posted by "erenavsarogullari (via GitHub)" <gi...@apache.org> on 2024/03/20 06:21:04 UTC, 2 replies.
- [PR] [Java][Docs] JNI module debugging with IntelliJ [arrow] - posted by "vibhatha (via GitHub)" <gi...@apache.org> on 2024/03/20 06:52:52 UTC, 1 replies.
- Re: [PR] GH-40684: [Java][Docs] JNI module debugging with IntelliJ [arrow] - posted by "github-actions[bot] (via GitHub)" <gi...@apache.org> on 2024/03/20 07:00:36 UTC, 9 replies.
- [PR] Implement MultipartStore for ThrottledStore [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/20 07:04:28 UTC, 6 replies.
- Re: [I] [Python] Support construction of Run-End Encoded arrays in pa.array(..) [arrow] - posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org> on 2024/03/20 07:44:17 UTC, 0 replies.
- Re: [I] [C++][FS][Azure] Expose parallel transfer config options available in the Azure SDK [arrow] - posted by "Tom-Newton (via GitHub)" <gi...@apache.org> on 2024/03/20 07:51:03 UTC, 0 replies.
- Re: [I] [C++][FS][Azure] Add support for reading user defined metadata [arrow] - posted by "Tom-Newton (via GitHub)" <gi...@apache.org> on 2024/03/20 07:56:47 UTC, 1 replies.
- Re: [I] [C++][Python] Sporadic asof join test failure [arrow] - posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org> on 2024/03/20 08:41:14 UTC, 0 replies.
- Re: [I] [C++][FS][Azure] Consider how and if to fix disallowed characters in file metadata [arrow] - posted by "Tom-Newton (via GitHub)" <gi...@apache.org> on 2024/03/20 08:46:37 UTC, 1 replies.
- Re: [I] [Python] Add compression option to pyarrow.csv.WriteOptions [arrow] - posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org> on 2024/03/20 09:32:10 UTC, 0 replies.
- [I] `array_union` and `array_intersect` cannot handle NULL columnar data [arrow-datafusion] - posted by "Weijun-H (via GitHub)" <gi...@apache.org> on 2024/03/20 11:53:17 UTC, 1 replies.
- [I] COPY TO fails on passing options for format through cli [arrow-datafusion] - posted by "tinfoil-knight (via GitHub)" <gi...@apache.org> on 2024/03/20 12:40:46 UTC, 3 replies.
- Re: [I] [JAVA] [arrow-jdbc] Unmapped data type 2014 (TIMESTAMP_WITH_TIMEZONE) [arrow] - posted by "vibhatha (via GitHub)" <gi...@apache.org> on 2024/03/20 12:48:52 UTC, 0 replies.
- Re: [I] [C++][Java] Can I transfer Schema objects between languages without Arrow Flight? [arrow] - posted by "vibhatha (via GitHub)" <gi...@apache.org> on 2024/03/20 12:50:46 UTC, 1 replies.
- Re: [I] [C++] Add MemoryPool API to resize without copying the data [arrow] - posted by "pitrou (via GitHub)" <gi...@apache.org> on 2024/03/20 13:10:03 UTC, 5 replies.
- Re: [PR] GH-40026: [C++][FS][Azure] Add support for reading user defined metadata [arrow] - posted by "github-actions[bot] (via GitHub)" <gi...@apache.org> on 2024/03/20 13:25:28 UTC, 4 replies.
- [PR] WIP: Avoid copying LogicalPlans / Exprs during OptimizerPasses [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/20 13:26:19 UTC, 6 replies.
- Re: [PR] GH-37381: [Python][CI][Packaging] Enable ORC in Windows wheels and Appveyor CI [arrow] - posted by "pitrou (via GitHub)" <gi...@apache.org> on 2024/03/20 13:33:42 UTC, 4 replies.
- Re: [I] [Python][CI][Packaging] Enable ORC on Windows Appveyor CI and Windows wheels for pyarrow [arrow] - posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org> on 2024/03/20 13:34:37 UTC, 0 replies.
- Re: [I] [Python][CI] Support ORC in Windows wheels [arrow] - posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org> on 2024/03/20 13:37:07 UTC, 0 replies.
- Re: [I] [DISCUSS] Reducing cadence of major arrow-rs releases introducing patch releases [arrow-rs] - posted by "aljazerzen (via GitHub)" <gi...@apache.org> on 2024/03/20 13:48:26 UTC, 8 replies.
- Re: [I] [Python] Querying Dremio with the ADBC Flight SQL client [arrow-adbc] - posted by "maxfirman (via GitHub)" <gi...@apache.org> on 2024/03/20 14:01:36 UTC, 1 replies.
- [PR] GH-40510: [C++] Return scalar for pure ScalarFunctions called with no arguments [arrow] - posted by "ZhangHuiGui (via GitHub)" <gi...@apache.org> on 2024/03/20 14:19:02 UTC, 17 replies.
- Re: [I] [Python] BUG: Reading ORC segfaults on windows (if TZDIR isn't set) [arrow] - posted by "wgtmac (via GitHub)" <gi...@apache.org> on 2024/03/20 14:25:48 UTC, 1 replies.
- [PR] Fix COPY TO failing on passing format options through CLI [arrow-datafusion] - posted by "tinfoil-knight (via GitHub)" <gi...@apache.org> on 2024/03/20 14:40:30 UTC, 3 replies.
- Re: [PR] GH-40646: [C++] Re-order loads and stores in MemoryPoolStats update [arrow] - posted by "pitrou (via GitHub)" <gi...@apache.org> on 2024/03/20 14:50:02 UTC, 37 replies.
- [PR] GH-40631: [C++] Add lost conjunctions for FoldConstants and GuaranteeConjunctionMembers [arrow] - posted by "ZhangHuiGui (via GitHub)" <gi...@apache.org> on 2024/03/20 15:12:01 UTC, 1 replies.
- Re: [I] [Docs] Include nanoarrow in the Implementation Status docs page [arrow] - posted by "ianmcook (via GitHub)" <gi...@apache.org> on 2024/03/20 15:17:10 UTC, 1 replies.
- [PR] chore(ci): make title checker more friendly [arrow-adbc] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/20 15:30:23 UTC, 1 replies.
- [PR] fix: move array_except in SetOp and support Null columnar in `array_except`, `array_union` and `array_intersect` [arrow-datafusion] - posted by "Weijun-H (via GitHub)" <gi...@apache.org> on 2024/03/20 15:42:54 UTC, 9 replies.
- [I] Does object_store use VisualStudioCodeCredential? [arrow-rs] - posted by "thomasfrederikhoeck (via GitHub)" <gi...@apache.org> on 2024/03/20 15:53:17 UTC, 3 replies.
- [PR] Dev0 [arrow-datafusion] - posted by "comphead (via GitHub)" <gi...@apache.org> on 2024/03/20 15:58:56 UTC, 0 replies.
- Re: [I] [C++] Lengthy destruction of ScannerRecordBatchReader [arrow] - posted by "pitrou (via GitHub)" <gi...@apache.org> on 2024/03/20 16:11:58 UTC, 0 replies.
- [PR] Bump black from 21.7b0 to 24.3.0 in /java [arrow-cookbook] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/20 16:15:22 UTC, 0 replies.
- Re: [I] [C++] malloc: Incorrect checksum for freed object: probably modified after being freed in arrow-bit-util-benchmark [arrow] - posted by "pitrou (via GitHub)" <gi...@apache.org> on 2024/03/20 16:15:46 UTC, 4 replies.
- [PR] feat(format): add info codes for supported capabilities [arrow-adbc] - posted by "joellubi (via GitHub)" <gi...@apache.org> on 2024/03/20 16:17:29 UTC, 9 replies.
- [PR] GH-40690: [C#][FlightRPC] Add do_exchange csharp implementation [arrow] - posted by "qmmk (via GitHub)" <gi...@apache.org> on 2024/03/20 16:27:34 UTC, 3 replies.
- [PR] Bump black from 22.10.0 to 24.3.0 in /parquet/pytest [arrow-rs] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/20 16:35:22 UTC, 1 replies.
- [PR] build(deps): bump black from 22.3.0 to 24.3.0 [arrow-datafusion-python] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/20 17:02:03 UTC, 0 replies.
- Re: [PR] doc: Add DataFusion profiling documentation for MacOS [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/20 17:14:21 UTC, 1 replies.
- Re: [I] c/validation: clean up GTest matchers, utilities [arrow-adbc] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/20 17:15:49 UTC, 0 replies.
- [PR] MINOR: [R] Update maintainer in package description [arrow] - posted by "thisisnic (via GitHub)" <gi...@apache.org> on 2024/03/20 17:22:25 UTC, 3 replies.
- [PR] Minor: return internal error rather than panic on unexpected error in COUNT DISTICT [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/20 17:30:43 UTC, 0 replies.
- [PR] GH-40693: [Go] Add tests for Decimal type precision loss on GetOneForMarshal [arrow] - posted by "disq (via GitHub)" <gi...@apache.org> on 2024/03/20 18:32:19 UTC, 2 replies.
- [I] Regression: Can no longer [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/20 18:50:30 UTC, 0 replies.
- [I] Can not handle `'` characters in PARTITIONED BY clause [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/20 18:59:57 UTC, 3 replies.
- [PR] Minor: add ticket reference to commented out test [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/20 19:01:53 UTC, 1 replies.
- [I] All formatting options in COPY commands require `format.` prefix [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/20 19:14:04 UTC, 0 replies.
- Re: [PR] refactor: Extract `array_to_string` and `string_to_array` from `functions-array` subcrate' s `kernels` and `udf` containers [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/20 19:19:14 UTC, 1 replies.
- Re: [I] Break-down `functions-array` subcreate' s `kernels` and `udf` containers [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/20 19:19:36 UTC, 0 replies.
- [PR] Minor: Rename path from `common_runtime` to `common-runtime` [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/20 19:31:49 UTC, 2 replies.
- Re: [I] [R] In R/MacOS writing a parquet to a non existant path crashes [arrow] - posted by "thisisnic (via GitHub)" <gi...@apache.org> on 2024/03/20 19:38:28 UTC, 2 replies.
- Re: [PR] Move `starts_with`, `to_hex`,` trim`, `upper` to datafusion-functions (and add string_expressions) [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/20 20:05:19 UTC, 2 replies.
- [PR] test: Add TPC-H test results [arrow-datafusion-comet] - posted by "viirya (via GitHub)" <gi...@apache.org> on 2024/03/20 20:05:54 UTC, 5 replies.
- [I] Add CI for TPC-H queries [arrow-datafusion-comet] - posted by "viirya (via GitHub)" <gi...@apache.org> on 2024/03/20 20:07:58 UTC, 1 replies.
- Re: [PR] test(csharp/test/Drivers/Interop/Snowflake): test error handling [arrow-adbc] - posted by "birschick-bq (via GitHub)" <gi...@apache.org> on 2024/03/20 20:45:51 UTC, 2 replies.
- Re: [I] [Python] Public API to consume objects supporting the PyCapsule Arrow C Data Interface [arrow] - posted by "kylebarron (via GitHub)" <gi...@apache.org> on 2024/03/20 20:51:59 UTC, 1 replies.
- [PR] build: Add CI for TPC-H queries [arrow-datafusion-comet] - posted by "viirya (via GitHub)" <gi...@apache.org> on 2024/03/20 21:00:05 UTC, 5 replies.
- Re: [I] format: add info_codes to ADBC that are already defined in Flight SQL [arrow-adbc] - posted by "joellubi (via GitHub)" <gi...@apache.org> on 2024/03/20 21:11:19 UTC, 5 replies.
- Re: [PR] Minor: return internal error rather than panic on unexpected error in COUNT DISTINCT [arrow-datafusion] - posted by "comphead (via GitHub)" <gi...@apache.org> on 2024/03/20 21:12:24 UTC, 6 replies.
- [I] Spark 3.4 + Arrow Datafusion Shuffle Manager Fails due to class loader isolation [arrow-datafusion-comet] - posted by "holdenk (via GitHub)" <gi...@apache.org> on 2024/03/20 21:32:36 UTC, 6 replies.
- [PR] Update reqwest 0.12 and http 1.0 [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/20 21:47:21 UTC, 1 replies.
- [PR] Split arrow_cast::cast::list into it's own submodule [arrow-rs] - posted by "monkwire (via GitHub)" <gi...@apache.org> on 2024/03/20 22:41:06 UTC, 3 replies.
- [PR] doc: Updated known users list and usage dependency description [arrow-datafusion] - posted by "comphead (via GitHub)" <gi...@apache.org> on 2024/03/20 23:41:48 UTC, 2 replies.
- [PR] GH-40695 [C++] Expand Substrait type support [arrow] - posted by "westonpace (via GitHub)" <gi...@apache.org> on 2024/03/20 23:51:36 UTC, 12 replies.
- Re: [I] [Python] pyarrow: using role_arn with S3FileSystem results in Anonymous user error [arrow] - posted by "kharigardner (via GitHub)" <gi...@apache.org> on 2024/03/21 00:02:38 UTC, 0 replies.
- Re: [I] [C#] Parquet to Arrow conversion [arrow] - posted by "adamreeve (via GitHub)" <gi...@apache.org> on 2024/03/21 00:36:45 UTC, 3 replies.
- Re: [I] Regression: All formatting options in COPY commands require `format.` prefix, but did not in DataFusion 36.0.0 [arrow-datafusion] - posted by "devinjdangelo (via GitHub)" <gi...@apache.org> on 2024/03/21 00:48:41 UTC, 2 replies.
- [PR] Adding complex expressions projections for Subquery [arrow-datafusion] - posted by "Lordworms (via GitHub)" <gi...@apache.org> on 2024/03/21 01:12:24 UTC, 16 replies.
- [PR] Support non-contiguous put payloads (#5514) [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/21 01:24:24 UTC, 2 replies.
- [PR] GH-36026: [C++][ORC] Check TZDB availability for ORC [arrow] - posted by "wgtmac (via GitHub)" <gi...@apache.org> on 2024/03/21 01:50:16 UTC, 25 replies.
- Re: [PR] GH-39147: [R] Add Bootstrap.r [arrow] - posted by "assignUser (via GitHub)" <gi...@apache.org> on 2024/03/21 04:27:09 UTC, 11 replies.
- [PR] refactor: Extract `range` and `gen_series` functions from `functions-array` subcrate' s `kernels` and `udf` containers [arrow-datafusion] - posted by "erenavsarogullari (via GitHub)" <gi...@apache.org> on 2024/03/21 05:07:01 UTC, 7 replies.
- [I] Improve to_field performance by find field's data_type and nullable in dfschema in one time [arrow-datafusion] - posted by "haohuaijin (via GitHub)" <gi...@apache.org> on 2024/03/21 06:55:45 UTC, 2 replies.
- [PR] perf: improve to_field performance [arrow-datafusion] - posted by "haohuaijin (via GitHub)" <gi...@apache.org> on 2024/03/21 07:55:15 UTC, 7 replies.
- Re: [PR] Support for `extract(x from time)` / `date_part` from time types [arrow-datafusion] - posted by "Jefffrey (via GitHub)" <gi...@apache.org> on 2024/03/21 09:38:38 UTC, 1 replies.
- [PR] GH-40698: [C++] Create registry for Devices to map DeviceType to MemoryManager in C Device Data import [arrow] - posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org> on 2024/03/21 10:02:43 UTC, 45 replies.
- [PR] GH-40700: [Go][CI] Update go.sum dependencies [arrow] - posted by "raulcd (via GitHub)" <gi...@apache.org> on 2024/03/21 10:24:01 UTC, 10 replies.
- Re: [I] [R][CI] test-duckdb.R is failing on several nightly jobs [arrow] - posted by "raulcd (via GitHub)" <gi...@apache.org> on 2024/03/21 10:36:57 UTC, 2 replies.
- [PR] GH-40703: [CI][Packaging] Homebrew can't install Python 3.12 on GHA runners [arrow] - posted by "raulcd (via GitHub)" <gi...@apache.org> on 2024/03/21 10:45:03 UTC, 6 replies.
- [PR] Increase chunk_size in docs [arrow] - posted by "dufferzafar (via GitHub)" <gi...@apache.org> on 2024/03/21 11:38:32 UTC, 1 replies.
- [PR] GH-40706: [CI][Python] Activate ARROW_PYTHON_VENV if defined in sdist-test job [arrow] - posted by "raulcd (via GitHub)" <gi...@apache.org> on 2024/03/21 11:59:52 UTC, 4 replies.
- Re: [PR] GH-40693: [Go] Fix Decimal type precision loss on GetOneForMarshal [arrow] - posted by "disq (via GitHub)" <gi...@apache.org> on 2024/03/21 12:46:34 UTC, 4 replies.
- [PR] Update reqwest requirement from 0.11 to 0.12 in /object_store [arrow-rs] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/21 13:12:34 UTC, 3 replies.
- Re: [I] Add extension plugin to parse SQL into logical plan / user defined SQL parser [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/21 13:45:23 UTC, 3 replies.
- [PR] GH-38325: [Python] Expand the Arrow PyCapsule Interface with C Device Data support [arrow] - posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org> on 2024/03/21 13:59:32 UTC, 19 replies.
- Re: [I] [Python][Docs] Max batch size for Dataset [arrow] - posted by "NikolayKosarevO9 (via GitHub)" <gi...@apache.org> on 2024/03/21 13:59:51 UTC, 0 replies.
- Re: [I] Support `extract(x from time)` for Time32 and Time64 types [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/21 14:13:47 UTC, 0 replies.
- [PR] MINOR: [Java] Bump com.google.api.grpc:proto-google-common-protos fro… [arrow] - posted by "danepitkin (via GitHub)" <gi...@apache.org> on 2024/03/21 14:25:24 UTC, 2 replies.
- [PR] GH-40702: [R] Avoid undocumented dbplyr internals in duckdb tests [arrow] - posted by "paleolimbot (via GitHub)" <gi...@apache.org> on 2024/03/21 14:40:52 UTC, 3 replies.
- [PR] GH-39131: [JS] Add at() for array like types [arrow] - posted by "domoritz (via GitHub)" <gi...@apache.org> on 2024/03/21 14:51:18 UTC, 6 replies.
- [PR] make format prefix optional for format options in COPY [arrow-datafusion] - posted by "tinfoil-knight (via GitHub)" <gi...@apache.org> on 2024/03/21 14:53:34 UTC, 7 replies.
- [I] CI fails with latest updates. [arrow-datafusion] - posted by "mustafasrepo (via GitHub)" <gi...@apache.org> on 2024/03/21 14:55:47 UTC, 0 replies.
- [PR] MINOR: [Release] Update versions for 15.0.2 [arrow-cookbook] - posted by "amoeba (via GitHub)" <gi...@apache.org> on 2024/03/21 15:08:16 UTC, 3 replies.
- Re: [I] [C++][Parquet] WipeOutDecryptionKeys doesn't securely wipe out keys [arrow] - posted by "pitrou (via GitHub)" <gi...@apache.org> on 2024/03/21 15:18:26 UTC, 0 replies.
- Re: [PR] GH-39707: [Java] Enable local build cache for Maven/Java build [arrow] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/21 15:29:11 UTC, 13 replies.
- Re: [I] Implement IGNORE NULLS for window functions [arrow-datafusion] - posted by "comphead (via GitHub)" <gi...@apache.org> on 2024/03/21 15:34:55 UTC, 1 replies.
- [PR] build: fix CI clippy [arrow-datafusion] - posted by "comphead (via GitHub)" <gi...@apache.org> on 2024/03/21 15:43:47 UTC, 1 replies.
- Re: [I] [Java] Bump org.apache.maven dependencies from 3.8.7 to 3.9.6 [arrow] - posted by "vibhatha (via GitHub)" <gi...@apache.org> on 2024/03/21 16:15:10 UTC, 2 replies.
- [PR] GH-38325: [Python] Implement PyCapsule interface for Device data in PyArrow [arrow] - posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org> on 2024/03/21 16:26:26 UTC, 2 replies.
- Re: [I] [CI][Java][Integration] Integration verification jobs are failing due to libarrow_cdata_jni.so not found [arrow] - posted by "raulcd (via GitHub)" <gi...@apache.org> on 2024/03/21 16:26:29 UTC, 5 replies.
- Re: [I] [Python] Support conversion of pyarrow.RunEndEncodedArray to numpy/pandas [arrow] - posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org> on 2024/03/21 16:29:50 UTC, 0 replies.
- [I] DataFusion 37.0.0 upgrade [arrow-datafusion-comet] - posted by "comphead (via GitHub)" <gi...@apache.org> on 2024/03/21 16:57:28 UTC, 0 replies.
- Re: [PR] fix: Make build and install dirs proper CMake package, fix C++ header inclusion, and add proper tests [arrow-nanoarrow] - posted by "vyasr (via GitHub)" <gi...@apache.org> on 2024/03/21 17:15:15 UTC, 8 replies.
- Re: [I] Can't use `array.RecordBuilder,NewRecord` when one of the fields has `arrow.NullType` [arrow] - posted by "candiduslynx (via GitHub)" <gi...@apache.org> on 2024/03/21 17:19:00 UTC, 6 replies.
- [I] Cannot access example Flight SQL Server from dbeaver [arrow-rs] - posted by "freddieptf (via GitHub)" <gi...@apache.org> on 2024/03/21 17:25:32 UTC, 4 replies.
- [I] Enable Comet aggregation (partition + final) as a whole [arrow-datafusion-comet] - posted by "viirya (via GitHub)" <gi...@apache.org> on 2024/03/21 17:36:06 UTC, 3 replies.
- [PR] GH-40720: [Python] Simplify and improve perf of creation of the column names in Table.to_pandas [arrow] - posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org> on 2024/03/21 17:37:41 UTC, 6 replies.
- [I] Implement support for `Expr --> String ` [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/21 17:58:35 UTC, 0 replies.
- [I] Substrait serializer clippy error: not calling `truncate` [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/21 18:06:43 UTC, 0 replies.
- Re: [PR] build: modify code to comply with latest clippy requirement [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/21 18:07:19 UTC, 3 replies.
- Re: [I] CI fails with latest rustup updates. [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/21 18:07:43 UTC, 0 replies.
- Re: [PR] GH-40279: [C++] Reduce S3Client initialization time [arrow] - posted by "github-actions[bot] (via GitHub)" <gi...@apache.org> on 2024/03/21 18:08:10 UTC, 8 replies.
- [PR] Minor: Run ScalarValue size test on aarch again [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/21 18:12:55 UTC, 1 replies.
- Re: [I] in arrow.js, DateMilliseconds is not always decoded correcly [arrow] - posted by "trxcllnt (via GitHub)" <gi...@apache.org> on 2024/03/21 18:22:14 UTC, 2 replies.
- [PR] GH-40224: [C++] fix: improve the backpressure handling in the dataset writer [arrow] - posted by "westonpace (via GitHub)" <gi...@apache.org> on 2024/03/21 18:28:45 UTC, 2 replies.
- [PR] Expose `parser` on DFParser to enable user controlled parsing [arrow-datafusion] - posted by "tshauck (via GitHub)" <gi...@apache.org> on 2024/03/21 18:38:21 UTC, 10 replies.
- [PR] Move trim functions (btrim, ltrim, rtrim) to datafusion_functions [arrow-datafusion] - posted by "Omega359 (via GitHub)" <gi...@apache.org> on 2024/03/21 18:46:17 UTC, 0 replies.
- Re: [I] write_dataset returns nothing [arrow] - posted by "r2evans (via GitHub)" <gi...@apache.org> on 2024/03/21 18:53:02 UTC, 2 replies.
- [PR] WIP: Fix test_package_java in verification scripts [arrow] - posted by "danepitkin (via GitHub)" <gi...@apache.org> on 2024/03/21 18:59:20 UTC, 4 replies.
- [PR] fix: Remove duplicate byte array allocation for CometDictionary [arrow-datafusion-comet] - posted by "viirya (via GitHub)" <gi...@apache.org> on 2024/03/21 19:37:31 UTC, 4 replies.
- [I] Duplicate byte array allocation in CometDictionary [arrow-datafusion-comet] - posted by "viirya (via GitHub)" <gi...@apache.org> on 2024/03/21 19:40:17 UTC, 1 replies.
- Re: [PR] test: show stats in explain of two representative queries [arrow-datafusion] - posted by "NGA-TRAN (via GitHub)" <gi...@apache.org> on 2024/03/21 19:44:59 UTC, 1 replies.
- Re: [I] [Go][CI] test-debian-12-go-1.21 fails with `go: updates to go.mod needed` [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/21 19:45:51 UTC, 2 replies.
- Re: [I] [CI][Packaging] Homebrew nightly job is failing to install Python 3.12 [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/21 19:49:34 UTC, 0 replies.
- Re: [I] [CI][Python] python-sdist job fails with pytest not found [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/21 19:52:54 UTC, 0 replies.
- Re: [I] [Format][FlightRPC][Docs] Stabilize Flight SQL [arrow] - posted by "jduo (via GitHub)" <gi...@apache.org> on 2024/03/21 19:54:57 UTC, 1 replies.
- [PR] feat: implemented with_field() for FixedSizeListBuilder [arrow-rs] - posted by "istvan-fodor (via GitHub)" <gi...@apache.org> on 2024/03/21 20:10:26 UTC, 8 replies.
- Re: [I] Unable to generate a fixed-size-list with nullable fields and specified field name for inner types with `FixedSizeListBuilder` [arrow-rs] - posted by "istvan-fodor (via GitHub)" <gi...@apache.org> on 2024/03/21 20:12:23 UTC, 1 replies.
- [PR] GH-40718: [JS] Fix set visitor in vectors for js dates [arrow] - posted by "domoritz (via GitHub)" <gi...@apache.org> on 2024/03/21 20:37:40 UTC, 5 replies.
- Re: [I] [R] I can't update from arrow 13 to 14, and 15. [arrow] - posted by "assignUser (via GitHub)" <gi...@apache.org> on 2024/03/21 21:39:10 UTC, 1 replies.
- Re: [PR] GH-40716: Fix test_package_java in verification scripts [arrow] - posted by "danepitkin (via GitHub)" <gi...@apache.org> on 2024/03/21 21:39:36 UTC, 2 replies.
- Re: [I] [R] write_parquet() doesn't work in R package 15.0.1 update [arrow] - posted by "aaronschiff (via GitHub)" <gi...@apache.org> on 2024/03/21 23:25:06 UTC, 3 replies.
- Re: [I] Export CMake config [arrow-nanoarrow] - posted by "paleolimbot (via GitHub)" <gi...@apache.org> on 2024/03/21 23:28:55 UTC, 0 replies.
- Re: [I] [Java] Bump org.apache.maven dependencies from 3.3.9 to 3.8.7 [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/22 00:15:57 UTC, 0 replies.
- [PR] GH-40727: [C++][Gandiva] 'ilike' function does not work [arrow] - posted by "lriggs (via GitHub)" <gi...@apache.org> on 2024/03/22 00:24:31 UTC, 6 replies.
- Re: [I] [C++] Create asynchronous version of StreamReader [arrow] - posted by "kabicm (via GitHub)" <gi...@apache.org> on 2024/03/22 00:52:03 UTC, 0 replies.
- Re: [I] Complete support for `Expr --> String ` [arrow-datafusion] - posted by "Lordworms (via GitHub)" <gi...@apache.org> on 2024/03/22 01:19:55 UTC, 7 replies.
- Re: [I] [Gandiva] 'ilike' function does not work [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/22 01:21:02 UTC, 1 replies.
- [PR] [JS] Critical Fix - Fixed decimal conversions in js [arrow] - posted by "dioptre (via GitHub)" <gi...@apache.org> on 2024/03/22 01:26:33 UTC, 1 replies.
- Re: [PR] MINOR: [C++][Parquet][Docs] Increase chunk_size in docs [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/22 01:27:51 UTC, 0 replies.
- Re: [PR] GH-37920: [JS] fix decimal conversions [arrow] - posted by "domoritz (via GitHub)" <gi...@apache.org> on 2024/03/22 01:51:34 UTC, 14 replies.
- [I] adding Expr->String for IsTrue, IsFalse, IsUnknown [arrow-datafusion] - posted by "Lordworms (via GitHub)" <gi...@apache.org> on 2024/03/22 02:27:43 UTC, 1 replies.
- [PR] GH-40731: [C++][Parquet] Minor enhancement code of encryption [arrow] - posted by "mapleFU (via GitHub)" <gi...@apache.org> on 2024/03/22 03:26:55 UTC, 16 replies.
- [PR] GH-40674: [GLib] Don't assume gint64 and int64_t use the same type [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/22 06:01:52 UTC, 12 replies.
- [PR] feat: Support murmur3_hash, md5 and sha2 hash functions [arrow-datafusion-comet] - posted by "advancedxy (via GitHub)" <gi...@apache.org> on 2024/03/22 06:53:31 UTC, 8 replies.
- [PR] Optimization: concat function [arrow-datafusion] - posted by "JasonLi-cn (via GitHub)" <gi...@apache.org> on 2024/03/22 06:55:21 UTC, 8 replies.
- Re: [I] [Packaging][CentOS] Drop support for 7 [arrow] - posted by "xhochy (via GitHub)" <gi...@apache.org> on 2024/03/22 08:28:32 UTC, 1 replies.
- Re: [I] [Python][S3] Segmentation fault when running multithreading in Docker [arrow] - posted by "messense (via GitHub)" <gi...@apache.org> on 2024/03/22 08:59:30 UTC, 0 replies.
- [PR] chore(deps): update cargo requirement from 0.77.0 to 0.78.0 [arrow-datafusion] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/22 09:08:15 UTC, 2 replies.
- [PR] Optimize timestamp parsing [arrow-rs] - posted by "vojtechtoman (via GitHub)" <gi...@apache.org> on 2024/03/22 10:47:19 UTC, 5 replies.
- [PR] GH-40623: [Python][Docs] Add workaround for autosummary [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/22 10:54:15 UTC, 6 replies.
- [PR] Support tencent cloud COS storage [arrow-datafusion] - posted by "harveyyue (via GitHub)" <gi...@apache.org> on 2024/03/22 11:15:12 UTC, 8 replies.
- Re: [I] [Python] Add date32 support to __dataframe__ protocol [arrow] - posted by "jonmmease (via GitHub)" <gi...@apache.org> on 2024/03/22 12:08:36 UTC, 3 replies.
- [PR] DRAFT: Introduce DFField for DFSchema tuple [arrow-datafusion] - posted by "jayzhan211 (via GitHub)" <gi...@apache.org> on 2024/03/22 12:22:43 UTC, 1 replies.
- Re: [I] Failed to cast `[]` to `FixedSizeList(1, Null)` [arrow-datafusion] - posted by "r3stl355 (via GitHub)" <gi...@apache.org> on 2024/03/22 12:24:38 UTC, 0 replies.
- [I] Parallel parquet writer can panic when max_row_group_size < execution.batch_size [arrow-datafusion] - posted by "devinjdangelo (via GitHub)" <gi...@apache.org> on 2024/03/22 13:08:42 UTC, 5 replies.
- [PR] fix: parallel parquet can underflow when max_record_batch_rows < execution.batch_size [arrow-datafusion] - posted by "devinjdangelo (via GitHub)" <gi...@apache.org> on 2024/03/22 13:47:25 UTC, 8 replies.
- [I] `DatafusionError` variant for parameter substitution during logical planning [arrow-datafusion] - posted by "hiltontj (via GitHub)" <gi...@apache.org> on 2024/03/22 13:51:28 UTC, 4 replies.
- Re: [I] [R] to_arrow() loses group_by() [arrow] - posted by "thisisnic (via GitHub)" <gi...@apache.org> on 2024/03/22 13:56:21 UTC, 1 replies.
- Re: [I] [Go] Need help on reading parquet from S3 [arrow] - posted by "zeroshade (via GitHub)" <gi...@apache.org> on 2024/03/22 14:38:34 UTC, 2 replies.
- [I] ci: Download from jfrog in CI is broken [arrow-nanoarrow] - posted by "paleolimbot (via GitHub)" <gi...@apache.org> on 2024/03/22 14:41:47 UTC, 2 replies.
- Re: [PR] Move trim functions (btrim, ltrim, rtrim) to datafusion_functions, make expr_fn API consistent [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/22 14:43:42 UTC, 4 replies.
- Re: [I] Installing arrow on ubuntu 20.04 is broken [arrow] - posted by "shayonj (via GitHub)" <gi...@apache.org> on 2024/03/22 14:46:30 UTC, 0 replies.
- [PR] docs: add glossary terms for statement/connection/database [arrow-adbc] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/22 14:51:23 UTC, 1 replies.
- Re: [PR] feat: Support murmur3_hash and sha2 family hash functions [arrow-datafusion-comet] - posted by "advancedxy (via GitHub)" <gi...@apache.org> on 2024/03/22 15:09:01 UTC, 1 replies.
- Re: [I] `apache.jfrog.io/artifactory/arrow/ubuntu` likely down? [arrow] - posted by "assignUser (via GitHub)" <gi...@apache.org> on 2024/03/22 15:26:13 UTC, 1 replies.
- [PR] feat(python): Clarify interaction between the CDeviceArray, the CArrayView, and the CArray [arrow-nanoarrow] - posted by "paleolimbot (via GitHub)" <gi...@apache.org> on 2024/03/22 15:36:30 UTC, 0 replies.
- [PR] adding expr to string for IsNotNull IsTrue IsFalse and IsUnkown [arrow-datafusion] - posted by "Lordworms (via GitHub)" <gi...@apache.org> on 2024/03/22 15:53:44 UTC, 4 replies.
- Re: [I] Invalid file served by Artifactory [arrow] - posted by "assignUser (via GitHub)" <gi...@apache.org> on 2024/03/22 15:56:24 UTC, 0 replies.
- Re: [I] Regression: Can no longer use `FORMAT PARQUET` in COPY command [arrow-datafusion] - posted by "tinfoil-knight (via GitHub)" <gi...@apache.org> on 2024/03/22 16:04:25 UTC, 1 replies.
- Re: [PR] GH-40716: [Java][Integration] Fix test_package_java in verification scripts [arrow] - posted by "danepitkin (via GitHub)" <gi...@apache.org> on 2024/03/22 16:05:32 UTC, 12 replies.
- Re: [I] [JS] DateMilliseconds is not always decoded correcly [arrow] - posted by "domoritz (via GitHub)" <gi...@apache.org> on 2024/03/22 16:05:40 UTC, 0 replies.
- [PR] Move ascii function to datafusion_functions [arrow-datafusion] - posted by "PsiACE (via GitHub)" <gi...@apache.org> on 2024/03/22 16:32:07 UTC, 3 replies.
- Re: [I] Running TPCH queries in Acero through Substrait [arrow] - posted by "ianmcook (via GitHub)" <gi...@apache.org> on 2024/03/22 16:52:33 UTC, 3 replies.
- Re: [I] [Parquet][Python] Variable download speed from threads when reading S3 [arrow] - posted by "drjohnrbusch (via GitHub)" <gi...@apache.org> on 2024/03/22 16:54:18 UTC, 1 replies.
- Re: [I] ASOF join support / Specialize Range Joins [arrow-datafusion] - posted by "PsiACE (via GitHub)" <gi...@apache.org> on 2024/03/22 17:21:20 UTC, 1 replies.
- Re: [I] The apt repo https://apache.jfrog.io/artifactory/arrow is down [arrow] - posted by "owenthereal (via GitHub)" <gi...@apache.org> on 2024/03/22 17:30:54 UTC, 0 replies.
- [PR] GH-40751: [C++] Fix protobuf package name setting for builds with substrait [arrow] - posted by "zanmato1984 (via GitHub)" <gi...@apache.org> on 2024/03/22 17:37:15 UTC, 11 replies.
- [PR] chore(deps-dev): bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /datafusion/wasmtest/datafusion-wasm-app [arrow-datafusion] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/22 18:01:54 UTC, 1 replies.
- [PR] fix: correctly encode ticket [arrow-rs] - posted by "freddieptf (via GitHub)" <gi...@apache.org> on 2024/03/22 18:03:41 UTC, 3 replies.
- [I] Improve the performance of concat and concat_ws [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/22 18:15:36 UTC, 0 replies.
- [PR] Support custom struct field names with new scalar function named_struct [arrow-datafusion] - posted by "gstvg (via GitHub)" <gi...@apache.org> on 2024/03/22 18:52:16 UTC, 38 replies.
- [PR] bugfix: no panic on empty table [arrow-datafusion-python] - posted by "mesejo (via GitHub)" <gi...@apache.org> on 2024/03/22 19:42:26 UTC, 0 replies.
- [PR] support format in options of COPY command [arrow-datafusion] - posted by "tinfoil-knight (via GitHub)" <gi...@apache.org> on 2024/03/22 20:51:11 UTC, 7 replies.
- [PR] Fix new clippy lints [arrow-rs] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/22 20:58:58 UTC, 0 replies.
- Re: [I] [C++] Checksum failed for boost 1.75.0 [arrow] - posted by "helly25 (via GitHub)" <gi...@apache.org> on 2024/03/22 21:12:16 UTC, 1 replies.
- [I] [object_store] Should object_store retry on broken pipe errors when calling `put`? [arrow-rs] - posted by "ClementTsang (via GitHub)" <gi...@apache.org> on 2024/03/22 21:15:30 UTC, 2 replies.
- Re: [PR] GH-40755: [JS] fix decimal conversions [arrow] - posted by "domoritz (via GitHub)" <gi...@apache.org> on 2024/03/22 21:26:54 UTC, 22 replies.
- Re: [I] Improve `SELECT text` performance [arrow-flight-sql-postgresql] - posted by "davidhcoe (via GitHub)" <gi...@apache.org> on 2024/03/22 21:30:00 UTC, 1 replies.
- Re: [PR] Fix new clippy lints for Rust 1.77 [arrow-rs] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/22 21:53:01 UTC, 1 replies.
- Re: [I] [C++][FS][Azure] Include user set metadata in `ObjectInputFile::ReadMetadata` [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/22 22:24:50 UTC, 0 replies.
- Re: [I] [C++] Boost download still fails [arrow] - posted by "migurski (via GitHub)" <gi...@apache.org> on 2024/03/22 22:36:39 UTC, 10 replies.
- [PR] fix: change placeholder errors from Internal to Plan [arrow-datafusion] - posted by "erratic-pattern (via GitHub)" <gi...@apache.org> on 2024/03/23 00:00:48 UTC, 3 replies.
- Re: [I] [Java][FlightRPC] Increase the default backpressure threshold in Java Arrow Flight servers [arrow] - posted by "vibhatha (via GitHub)" <gi...@apache.org> on 2024/03/23 00:17:15 UTC, 1 replies.
- [I] Run sqllogictests with random fuzzed configurations [arrow-datafusion] - posted by "devinjdangelo (via GitHub)" <gi...@apache.org> on 2024/03/23 00:49:58 UTC, 0 replies.
- [PR] Move lower, octet_length to datafusion-functions [arrow-datafusion] - posted by "Omega359 (via GitHub)" <gi...@apache.org> on 2024/03/23 00:57:43 UTC, 1 replies.
- [I] Bad CPU type in executable protoc-jar [arrow-datafusion-comet] - posted by "andygrove (via GitHub)" <gi...@apache.org> on 2024/03/23 01:06:13 UTC, 8 replies.
- [I] trim() missing in dataframe api [arrow-datafusion] - posted by "Omega359 (via GitHub)" <gi...@apache.org> on 2024/03/23 01:59:44 UTC, 0 replies.
- [PR] Fixed missing trim() in rust api [arrow-datafusion] - posted by "Omega359 (via GitHub)" <gi...@apache.org> on 2024/03/23 02:24:56 UTC, 1 replies.
- [PR] Fix Clippy Lints object_store [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/23 04:22:06 UTC, 1 replies.
- Re: [PR] Fix Latest Clippy Lints for object_store [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/23 04:42:31 UTC, 2 replies.
- Re: [I] Reported very slow performance compared to DuckDB in ibis-project [arrow-datafusion] - posted by "my-vegetable-has-exploded (via GitHub)" <gi...@apache.org> on 2024/03/23 05:15:10 UTC, 1 replies.
- [I] Extract `array_length`, `array_reverse` and `array_sort` functions from `functions-array` subcrate' s `kernels` and `udf` containers [arrow-datafusion] - posted by "erenavsarogullari (via GitHub)" <gi...@apache.org> on 2024/03/23 06:36:52 UTC, 2 replies.
- [PR] Extract `array_length`, `array_reverse` and `array_sort` functions from `functions-array` subcrate' s `kernels` and `udf` containers [arrow-datafusion] - posted by "erenavsarogullari (via GitHub)" <gi...@apache.org> on 2024/03/23 06:49:31 UTC, 0 replies.
- Re: [I] [Python] Memory leak in pq.read_table and table.to_pandas [arrow] - posted by "kyle-ip (via GitHub)" <gi...@apache.org> on 2024/03/23 07:29:49 UTC, 1 replies.
- Re: [I] Unable install Apache Arrow using Debian instructions [arrow] - posted by "erik-infer (via GitHub)" <gi...@apache.org> on 2024/03/23 07:40:36 UTC, 2 replies.
- Re: [I] Memory leak still showed on parquet.write_table and Table.from_pandas [arrow] - posted by "kyle-ip (via GitHub)" <gi...@apache.org> on 2024/03/23 07:45:09 UTC, 2 replies.
- [PR] GH-40282: Use C++ type traits [arrow] - posted by "llama90 (via GitHub)" <gi...@apache.org> on 2024/03/23 10:32:05 UTC, 4 replies.
- Re: [PR] WIP: GH-40282: Use C++ type traits [arrow] - posted by "github-actions[bot] (via GitHub)" <gi...@apache.org> on 2024/03/23 10:40:01 UTC, 0 replies.
- [PR] Minor: remove an outdated TODO in `TypeCoercion` [arrow-datafusion] - posted by "jonahgao (via GitHub)" <gi...@apache.org> on 2024/03/23 10:43:39 UTC, 1 replies.
- Re: [I] Cannot read data if endpoint is s3 on a "secure" Minio server [arrow] - posted by "thinkORo (via GitHub)" <gi...@apache.org> on 2024/03/23 11:03:34 UTC, 0 replies.
- [PR] Fix issue with define ARROW_CXX_COMPILER_FLAGS: [arrow] - posted by "helly25 (via GitHub)" <gi...@apache.org> on 2024/03/23 11:28:19 UTC, 1 replies.
- [PR] Add test for reading back file created with FORMAT options [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/23 11:29:10 UTC, 0 replies.
- Re: [PR] GH-40762: [C++] Fix issue with define ARROW_CXX_COMPILER_FLAGS: [arrow] - posted by "github-actions[bot] (via GitHub)" <gi...@apache.org> on 2024/03/23 11:40:10 UTC, 6 replies.
- [PR] Update `COPY` documentation to reflect changes [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/23 11:46:30 UTC, 3 replies.
- [I] Performance regression on timestemp range join. [arrow-datafusion] - posted by "my-vegetable-has-exploded (via GitHub)" <gi...@apache.org> on 2024/03/23 12:13:12 UTC, 1 replies.
- Re: [I] Move lower, octet_length to datafusion-functions [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/23 12:20:16 UTC, 0 replies.
- Re: [I] trim() missing in rust api [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/23 12:20:50 UTC, 0 replies.
- [PR] docs: describe how drivers/driver manager relate [arrow-adbc] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/23 13:53:34 UTC, 28 replies.
- Re: [I] Provide more ways to publish Binary Artifacts [arrow] - posted by "assignUser (via GitHub)" <gi...@apache.org> on 2024/03/23 14:06:07 UTC, 13 replies.
- Re: [PR] GH-38045: [C#] Add flight dictionary support [arrow] - posted by "CurtHagenlocher (via GitHub)" <gi...@apache.org> on 2024/03/23 14:26:15 UTC, 0 replies.
- Re: [I] [C#][Flight] Add DoExchange initial implementation [arrow] - posted by "CurtHagenlocher (via GitHub)" <gi...@apache.org> on 2024/03/23 14:30:29 UTC, 0 replies.
- [PR] GH-40634: [C#] ArrowStreamReader should not be null [arrow] - posted by "CurtHagenlocher (via GitHub)" <gi...@apache.org> on 2024/03/23 16:07:42 UTC, 2 replies.
- Re: [PR] GH-#40188 :C# Csharp setnull [arrow] - posted by "CurtHagenlocher (via GitHub)" <gi...@apache.org> on 2024/03/23 16:25:14 UTC, 2 replies.
- Re: [I] fix max_rows_per_group must be a positive number [arrow] - posted by "thisisnic (via GitHub)" <gi...@apache.org> on 2024/03/23 16:26:07 UTC, 0 replies.
- Re: [I] [C#] Need bigger ArrowBuffer size for large data [arrow] - posted by "CurtHagenlocher (via GitHub)" <gi...@apache.org> on 2024/03/23 16:35:55 UTC, 0 replies.
- [PR] fix: duplicate output for HashJoinExec in CollectLeft mode [arrow-datafusion] - posted by "korowa (via GitHub)" <gi...@apache.org> on 2024/03/23 16:56:50 UTC, 3 replies.
- [PR] build(deps): bump syn from 2.0.48 to 2.0.53 [arrow-datafusion-python] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/23 19:20:31 UTC, 2 replies.
- [PR] build(deps): bump uuid from 1.7.0 to 1.8.0 [arrow-datafusion-python] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/23 19:20:54 UTC, 1 replies.
- [PR] build(deps): bump async-trait from 0.1.77 to 0.1.78 [arrow-datafusion-python] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/23 19:21:12 UTC, 2 replies.
- Re: [I] Run sqllogictests multiple times with random fuzzed configurations [arrow-datafusion] - posted by "Omega359 (via GitHub)" <gi...@apache.org> on 2024/03/23 19:48:04 UTC, 0 replies.
- [I] Move levenshtein, uuid, overlay to datafusion-functions [arrow-datafusion] - posted by "Omega359 (via GitHub)" <gi...@apache.org> on 2024/03/23 19:55:37 UTC, 2 replies.
- [PR] Add Expr->String for ScalarFunction and InList [arrow-datafusion] - posted by "yyy1000 (via GitHub)" <gi...@apache.org> on 2024/03/23 22:11:05 UTC, 4 replies.
- Re: [I] Large `OR` list overflows the stack [arrow-datafusion] - posted by "Lordworms (via GitHub)" <gi...@apache.org> on 2024/03/23 23:14:01 UTC, 0 replies.
- [PR] Bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /ballista/scheduler/ui [arrow-ballista] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/24 00:20:01 UTC, 0 replies.
- Re: [PR] refactor: Extract `array_length`, `array_reverse` and `array_sort` functions from `functions-array` subcrate' s `kernels` and `udf` containers [arrow-datafusion] - posted by "jayzhan211 (via GitHub)" <gi...@apache.org> on 2024/03/24 00:57:16 UTC, 0 replies.
- [PR] Move levenshtein, uuid, overlay to datafusion-functions [arrow-datafusion] - posted by "Omega359 (via GitHub)" <gi...@apache.org> on 2024/03/24 01:26:14 UTC, 3 replies.
- [I] Extract `array_empty` and `array_repeat` functions from `functions-array` subcrate' s `kernels` and `udf` containers [arrow-datafusion] - posted by "erenavsarogullari (via GitHub)" <gi...@apache.org> on 2024/03/24 02:03:55 UTC, 2 replies.
- [PR] refactor: Extract `array_empty` and `array_repeat` functions from `functions-array` subcrate' s `kernels` and `udf` containers [arrow-datafusion] - posted by "erenavsarogullari (via GitHub)" <gi...@apache.org> on 2024/03/24 02:12:38 UTC, 1 replies.
- [PR] DRAFT: Replace logical plan from Arc to Box [arrow-datafusion] - posted by "jayzhan211 (via GitHub)" <gi...@apache.org> on 2024/03/24 03:16:48 UTC, 0 replies.
- [I] Flatbuffers Utf8 error when reading PyArrow written feather file [arrow-rs] - posted by "Jefffrey (via GitHub)" <gi...@apache.org> on 2024/03/24 03:31:01 UTC, 1 replies.
- [I] Replace Cow in TableReference to Arc [arrow-datafusion] - posted by "jayzhan211 (via GitHub)" <gi...@apache.org> on 2024/03/24 03:46:42 UTC, 10 replies.
- [I] Extract `array_resize` and `cardinality` functions from `functions-array` subcrate' s `kernels` and `udf` containers [arrow-datafusion] - posted by "erenavsarogullari (via GitHub)" <gi...@apache.org> on 2024/03/24 04:16:10 UTC, 2 replies.
- [PR] refactor: Extract `array_resize` and `cardinality` functions from `functions-array` subcrate' s `kernels` and `udf` containers [arrow-datafusion] - posted by "erenavsarogullari (via GitHub)" <gi...@apache.org> on 2024/03/24 04:24:35 UTC, 2 replies.
- [I] Extract `array_dims`, `array_ndims` and `flatten` functions from `functions-array` subcrate' s `kernels` and `udf` containers [arrow-datafusion] - posted by "erenavsarogullari (via GitHub)" <gi...@apache.org> on 2024/03/24 04:30:03 UTC, 2 replies.
- [PR] Avoid clone for LogicalPlan during optimizer passes [arrow-datafusion] - posted by "jayzhan211 (via GitHub)" <gi...@apache.org> on 2024/03/24 09:00:56 UTC, 1 replies.
- [I] Add support for Bloom filters on unsigned integer columns in Parquet tables [arrow-datafusion] - posted by "progval (via GitHub)" <gi...@apache.org> on 2024/03/24 09:33:30 UTC, 0 replies.
- [PR] Add support for Bloom filters on unsigned integer columns in Parquet tables [arrow-datafusion] - posted by "progval (via GitHub)" <gi...@apache.org> on 2024/03/24 09:33:35 UTC, 5 replies.
- [PR] Minor: make uuid an optional dependency on datafusion-functions [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/24 10:09:25 UTC, 1 replies.
- [PR] Add CI compile checks for feature flags in datafusion-functions [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/24 10:28:47 UTC, 8 replies.
- [PR] feat: Remove use of nightly int_roundings feature [arrow-datafusion-comet] - posted by "psvri (via GitHub)" <gi...@apache.org> on 2024/03/24 11:30:54 UTC, 3 replies.
- [I] Panic with `struct` function with arguments intermixed arrays / scalar [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/24 11:47:33 UTC, 1 replies.
- [PR] Minor: Improve documentation about `ColumnarValues::values_to_array` [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/24 12:02:58 UTC, 4 replies.
- [PR] Fix panic in `struct` function with mixed scalar/array arguments [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/24 12:04:31 UTC, 5 replies.
- Re: [PR] Replace logical plan from Arc to Box [arrow-datafusion] - posted by "jayzhan211 (via GitHub)" <gi...@apache.org> on 2024/03/24 12:26:40 UTC, 1 replies.
- Re: [I] [Python] Arrow to Python list (to_pylist) conversion is slow [arrow] - posted by "hitesh-pathak (via GitHub)" <gi...@apache.org> on 2024/03/24 12:53:52 UTC, 0 replies.
- [I] track of column references for common expr [arrow-datafusion] - posted by "Lordworms (via GitHub)" <gi...@apache.org> on 2024/03/24 13:00:19 UTC, 1 replies.
- [I] core/tests/parquet/row_group_pruning.rs is missing tests for Int8/Int16/Int64 columns [arrow-datafusion] - posted by "progval (via GitHub)" <gi...@apache.org> on 2024/03/24 13:39:30 UTC, 1 replies.
- [PR] parquet: Add tests for Bloom filters on Int8/Int16/Int64 columns [arrow-datafusion] - posted by "progval (via GitHub)" <gi...@apache.org> on 2024/03/24 13:41:21 UTC, 0 replies.
- [I] Bloom filters on Int8 and Int16 columns always return false negatives [arrow-datafusion] - posted by "progval (via GitHub)" <gi...@apache.org> on 2024/03/24 13:42:16 UTC, 1 replies.
- [PR] WIP: Rewrite optimizer to use TreeNode API, implement in-place rewrites for LogicalPlan [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/24 13:50:50 UTC, 1 replies.
- [PR] Make it easier to register configuration extension ... [arrow-datafusion] - posted by "milenkovicm (via GitHub)" <gi...@apache.org> on 2024/03/24 13:58:36 UTC, 6 replies.
- [PR] Move bit_length and chr functions to datafusion_functions [arrow-datafusion] - posted by "PsiACE (via GitHub)" <gi...@apache.org> on 2024/03/24 14:06:31 UTC, 3 replies.
- [I] Move repeat, replace, split_part to datafusion_functions [arrow-datafusion] - posted by "Omega359 (via GitHub)" <gi...@apache.org> on 2024/03/24 15:34:55 UTC, 2 replies.
- Re: [I] [C++][Parquet] Minor: Enhance style for creating page writer [arrow] - posted by "mapleFU (via GitHub)" <gi...@apache.org> on 2024/03/24 16:15:35 UTC, 1 replies.
- [PR] GH-40767: [C++][Parquet] Minor enhance style for creating page writer [arrow] - posted by "mapleFU (via GitHub)" <gi...@apache.org> on 2024/03/24 16:16:26 UTC, 5 replies.
- [PR] feat: support live_view_array [arrow-rs] - posted by "Kikkon (via GitHub)" <gi...@apache.org> on 2024/03/24 16:17:35 UTC, 1 replies.
- [I] Expose `register_listing_table` [arrow-datafusion-python] - posted by "henrifroese (via GitHub)" <gi...@apache.org> on 2024/03/24 16:19:15 UTC, 0 replies.
- Re: [I] Decimal Precision Validation [arrow-rs] - posted by "piyushdubey (via GitHub)" <gi...@apache.org> on 2024/03/24 16:32:58 UTC, 1 replies.
- [PR] Expose `register_listing_table` [arrow-datafusion-python] - posted by "henrifroese (via GitHub)" <gi...@apache.org> on 2024/03/24 16:36:15 UTC, 0 replies.
- [PR] Move repeat, replace, split_part to datafusion_functions [arrow-datafusion] - posted by "Omega359 (via GitHub)" <gi...@apache.org> on 2024/03/24 16:46:21 UTC, 1 replies.
- [I] Add scientific notation decimal parsing in `parse_decimal` [arrow-rs] - posted by "ion-elgreco (via GitHub)" <gi...@apache.org> on 2024/03/24 17:17:40 UTC, 0 replies.
- Re: [I] Support more builtin functions provided by spark and missing in datafusion ? [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/24 18:10:14 UTC, 0 replies.
- [PR] GH-40652: [C++] Enlarge dest buffer according to dest offset for `CopyBitmap` benchmark [arrow] - posted by "zanmato1984 (via GitHub)" <gi...@apache.org> on 2024/03/24 18:16:57 UTC, 5 replies.
- Re: [PR] parquet: Add tests for pruning on Int8/Int16/Int64 columns [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/24 18:34:34 UTC, 6 replies.
- Re: [I] Any plan to support JSON or JSONB? [arrow-datafusion] - posted by "abuisman (via GitHub)" <gi...@apache.org> on 2024/03/24 19:25:48 UTC, 2 replies.
- [I] Bloom filters for i8 and i16 always return false negatives [arrow-rs] - posted by "progval (via GitHub)" <gi...@apache.org> on 2024/03/24 19:34:40 UTC, 4 replies.
- [I] [BUG] Panic when querying table with wrong partition columns order [arrow-datafusion] - posted by "MohamedAbdeen21 (via GitHub)" <gi...@apache.org> on 2024/03/24 20:41:09 UTC, 10 replies.
- [PR] refactor: Extract `array_dims`, `array_ndims` and `flatten` functions from `functions-array` subcrate' s `kernels` and `udf` containers [arrow-datafusion] - posted by "erenavsarogullari (via GitHub)" <gi...@apache.org> on 2024/03/24 20:50:39 UTC, 2 replies.
- Re: [I] [C++] CMake error for ninja-debug preset [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/24 20:57:24 UTC, 0 replies.
- Re: [I] Add Support for Multivalued Copy Options in DFParser [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/24 21:37:29 UTC, 2 replies.
- Re: [I] [Python] Cannot read data if endpoint is s3 on a "secure" Minio server [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/24 21:45:51 UTC, 5 replies.
- [I] Apply minor refactorings to `functions-array` create [arrow-datafusion] - posted by "erenavsarogullari (via GitHub)" <gi...@apache.org> on 2024/03/24 22:20:20 UTC, 1 replies.
- Re: [I] [C++] CMake log doesn't adequately report what options imply what other options: ARROW_FLIGHT appears to imply ARROW_COMPUTE, but cmake doesn't say this [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/25 00:55:00 UTC, 0 replies.
- [PR] refactor: Apply minor refactorings to `functions-array` create [arrow-datafusion] - posted by "erenavsarogullari (via GitHub)" <gi...@apache.org> on 2024/03/25 01:22:54 UTC, 0 replies.
- Re: [PR] refactor: Apply minor refactorings to `functions-array` crate [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/25 02:22:13 UTC, 4 replies.
- Re: [PR] Improve numerice_coercion and reuse in both compare op and math op [arrow-datafusion] - posted by "jayzhan211 (via GitHub)" <gi...@apache.org> on 2024/03/25 02:47:16 UTC, 0 replies.
- Re: [PR] Introduce Boolean Coercion [arrow-datafusion] - posted by "jayzhan211 (via GitHub)" <gi...@apache.org> on 2024/03/25 02:47:30 UTC, 0 replies.
- Re: [PR] Implement flatten for MakeArray [arrow-datafusion] - posted by "jayzhan211 (via GitHub)" <gi...@apache.org> on 2024/03/25 02:48:34 UTC, 0 replies.
- Re: [I] [Python][Packaging] Strip unnecessary symbols from libarrow.so to reduce wheel package size [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/25 02:51:54 UTC, 0 replies.
- Re: [I] [Packaging] Unable install Apache Arrow using Debian instructions [arrow] - posted by "zhanglei1949 (via GitHub)" <gi...@apache.org> on 2024/03/25 04:17:33 UTC, 4 replies.
- Re: [PR] GH-40631: [C++] Add lost conjunctions back in FoldConstants and GuaranteeConjunctionMembers [arrow] - posted by "ZhangHuiGui (via GitHub)" <gi...@apache.org> on 2024/03/25 04:25:08 UTC, 9 replies.
- Re: [PR] GH-40308: [C++][Gandiva] Keep decimal divide rules same with compute module's rules [arrow] - posted by "ZhangHuiGui (via GitHub)" <gi...@apache.org> on 2024/03/25 04:26:57 UTC, 0 replies.
- Re: [I] [Python] Uploading nightly wheels to the scientific python nightly channel [arrow] - posted by "matthewfeickert (via GitHub)" <gi...@apache.org> on 2024/03/25 04:56:31 UTC, 6 replies.
- Re: [PR] GH-40308: [C++][Gandiva] Add support for compute module's decimal promotion rules [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/25 05:02:26 UTC, 2 replies.
- Re: [I] Apply minor refactorings to `functions-array` crate [arrow-datafusion] - posted by "jayzhan211 (via GitHub)" <gi...@apache.org> on 2024/03/25 05:14:09 UTC, 7 replies.
- [PR] feat: Add display_pg_json for LogicalPlan [arrow-datafusion] - posted by "liurenjie1024 (via GitHub)" <gi...@apache.org> on 2024/03/25 06:54:13 UTC, 16 replies.
- [PR] Add support for constant expression evaluation in limit [arrow-datafusion] - posted by "mustafasrepo (via GitHub)" <gi...@apache.org> on 2024/03/25 07:15:53 UTC, 10 replies.
- [PR] ci: Use toolchain file to ping to specific toolchain version [arrow-datafusion] - posted by "liurenjie1024 (via GitHub)" <gi...@apache.org> on 2024/03/25 07:31:59 UTC, 0 replies.
- [PR] minor fix for snowflake getSchemaTable error [arrow-adbc] - posted by "ruowan (via GitHub)" <gi...@apache.org> on 2024/03/25 08:05:22 UTC, 0 replies.
- Re: [I] Artifactory repositories unavailable [arrow] - posted by "eyenx (via GitHub)" <gi...@apache.org> on 2024/03/25 08:40:51 UTC, 4 replies.
- [PR] GH-36656: [Dev] Validate in merge script if issue has an assigned milestone already [arrow] - posted by "raulcd (via GitHub)" <gi...@apache.org> on 2024/03/25 09:00:11 UTC, 7 replies.
- [I] Adding Fetch Support to CoalesceBatchesExec [arrow-datafusion] - posted by "berkaysynnada (via GitHub)" <gi...@apache.org> on 2024/03/25 10:25:35 UTC, 1 replies.
- Re: [PR] GH-40282: [Python] Use C++ type traits [arrow] - posted by "github-actions[bot] (via GitHub)" <gi...@apache.org> on 2024/03/25 10:58:42 UTC, 10 replies.
- Re: [PR] GH-36026: [C++][ORC] Catch all ORC exceptions to avoid crash [arrow] - posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org> on 2024/03/25 11:34:12 UTC, 20 replies.
- Re: [I] [Python] Getting "List child array invalid" when calling MapArray.from_arrays with offsetted offsets [arrow] - posted by "AlenkaF (via GitHub)" <gi...@apache.org> on 2024/03/25 12:07:17 UTC, 3 replies.
- Re: [PR] fix(go/adbc/driver/snowflake): fix precision/scale in table schema [arrow-adbc] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/25 12:11:44 UTC, 0 replies.
- [PR] fix(ci): Use cached Arrow C++ build in CI [arrow-nanoarrow] - posted by "paleolimbot (via GitHub)" <gi...@apache.org> on 2024/03/25 12:32:47 UTC, 4 replies.
- [I] [arrow-csv] Format is not public [arrow-rs] - posted by "Goffen (via GitHub)" <gi...@apache.org> on 2024/03/25 12:42:19 UTC, 0 replies.
- Re: [PR] Support tencent cloud COS storage in `datafusion-cli` [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/25 12:57:57 UTC, 1 replies.
- Re: [I] [Packaging] `apache.jfrog.io/artifactory/arrow/ubuntu` likely down? [arrow] - posted by "xlukem (via GitHub)" <gi...@apache.org> on 2024/03/25 13:22:00 UTC, 1 replies.
- [PR] Add name method to execution plan [arrow-datafusion] - posted by "matthewmturner (via GitHub)" <gi...@apache.org> on 2024/03/25 14:13:50 UTC, 10 replies.
- Re: [I] [Python] Cannot cast nested nullable field to not-nullable [arrow] - posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org> on 2024/03/25 14:14:01 UTC, 0 replies.
- [I] CTE: Non-recursive term and recursive term should have the same schema [arrow-datafusion] - posted by "jonahgao (via GitHub)" <gi...@apache.org> on 2024/03/25 14:15:53 UTC, 2 replies.
- Re: [I] [arrow-csv] Schema inference requires csv on disk [arrow-rs] - posted by "Goffen (via GitHub)" <gi...@apache.org> on 2024/03/25 14:31:14 UTC, 1 replies.
- [PR] EXPERIMENTAL: GH-40686: [C++] Add MemoryPool API to resize without copying the data [arrow] - posted by "pitrou (via GitHub)" <gi...@apache.org> on 2024/03/25 14:41:20 UTC, 12 replies.
- [PR] fix: ensure mutual compatibility of the two input schemas from recursive CTEs [arrow-datafusion] - posted by "jonahgao (via GitHub)" <gi...@apache.org> on 2024/03/25 14:53:10 UTC, 3 replies.
- Re: [I] [C#] ArrowStreamReader.Schema returns null before the first record batch is read [arrow] - posted by "CurtHagenlocher (via GitHub)" <gi...@apache.org> on 2024/03/25 14:59:50 UTC, 0 replies.
- Re: [I] [Benchmarking] [Java] new `java.lang.OutOfMemoryError` in Java benchmarks after local build cache change [arrow] - posted by "austin3dickey (via GitHub)" <gi...@apache.org> on 2024/03/25 15:02:43 UTC, 3 replies.
- Re: [I] [Go] Decimal types `GetOneForMarshal` loses precision [arrow] - posted by "zeroshade (via GitHub)" <gi...@apache.org> on 2024/03/25 15:12:41 UTC, 0 replies.
- Re: [I] go/adbc/driver/flightsql: support stateless prepared statements [arrow-adbc] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/25 15:35:08 UTC, 0 replies.
- [I] DataFusion weekly project plan (Andrew Lamb) - March 25, 2024 [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/25 15:39:33 UTC, 3 replies.
- Re: [I] [C++] Investigate using std::memory_order in MemoryPoolStats to improve performance [arrow] - posted by "felipecrv (via GitHub)" <gi...@apache.org> on 2024/03/25 15:51:44 UTC, 2 replies.
- Re: [I] Building wheel for pyarrow (pyproject.toml) did not run successfully for Linux [arrow] - posted by "assignUser (via GitHub)" <gi...@apache.org> on 2024/03/25 16:02:43 UTC, 1 replies.
- [PR] MINOR: [Go] Bump github.com/apache/thrift from 0.19.0 to 0.20.0 in /go [arrow] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/25 16:07:58 UTC, 0 replies.
- [PR] MINOR: [Java] Bump ch.qos.logback:logback-classic from 1.3.14 to 1.5.3 in /java [arrow] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/25 16:13:30 UTC, 9 replies.
- [PR] MINOR: [Java] Bump org.apache.orc:orc-core from 1.9.2 to 2.0.0 in /java [arrow] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/25 16:13:39 UTC, 4 replies.
- [I] inner join involving hive-partitioned parquet dataset and filters on LHS and RHS causes panic [arrow-datafusion] - posted by "jwimberl (via GitHub)" <gi...@apache.org> on 2024/03/25 16:56:17 UTC, 0 replies.
- [PR] ci: require newer node for pyright [arrow-adbc] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/25 17:55:24 UTC, 1 replies.
- [PR] ci: fix PR title checker [arrow-adbc] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/25 18:06:44 UTC, 1 replies.
- [PR] Expr to Sql : Case [arrow-datafusion] - posted by "yyy1000 (via GitHub)" <gi...@apache.org> on 2024/03/25 18:26:51 UTC, 4 replies.
- [PR] Disable paralle reading for gziped ndjson file [arrow-datafusion] - posted by "Lordworms (via GitHub)" <gi...@apache.org> on 2024/03/25 18:36:10 UTC, 1 replies.
- [PR] refactor(c/driver_manager): differentiate errors from driver manager [arrow-adbc] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/25 18:37:54 UTC, 5 replies.
- Re: [I] [R][C++] Can't build with jemalloc on RHEL8 [arrow] - posted by "assignUser (via GitHub)" <gi...@apache.org> on 2024/03/25 18:55:04 UTC, 0 replies.
- Re: [I] [R] Create an arrow-specific checklist for a CRAN release [arrow] - posted by "assignUser (via GitHub)" <gi...@apache.org> on 2024/03/25 18:55:40 UTC, 0 replies.
- Re: [I] [R] Document use of arrow 13.0.0 for cran binaries and how to install with up to date libarrow [arrow] - posted by "assignUser (via GitHub)" <gi...@apache.org> on 2024/03/25 19:09:29 UTC, 0 replies.
- Re: [I] [R] Formalize CRAN only changes to win binary source [arrow] - posted by "assignUser (via GitHub)" <gi...@apache.org> on 2024/03/25 19:09:38 UTC, 0 replies.
- Re: [I] test: add tests of incremental execution in C++ [arrow-adbc] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/25 19:35:39 UTC, 0 replies.
- [PR] Split arrow_cast::cast::decimal into it's own submodule [arrow-rs] - posted by "monkwire (via GitHub)" <gi...@apache.org> on 2024/03/25 20:02:53 UTC, 4 replies.
- Re: [PR] GH-40783: [C++] Re-order loads and stores in MemoryPoolStats update [arrow] - posted by "github-actions[bot] (via GitHub)" <gi...@apache.org> on 2024/03/25 20:15:29 UTC, 2 replies.
- [PR] chore(csharp): bump Apache.Arrow.Flight from 15.0.1 to 15.0.2 in /csharp [arrow-adbc] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/25 20:17:10 UTC, 1 replies.
- [PR] chore(java): bump junit:junit from 4.13.1 to 4.13.2 in /java [arrow-adbc] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/25 20:46:04 UTC, 1 replies.
- [PR] chore(java): bump org.apache:apache from 18 to 31 in /java [arrow-adbc] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/25 20:46:09 UTC, 1 replies.
- [PR] chore(java): bump com.github.ben-manes.caffeine:caffeine from 2.9.3 to 3.1.8 in /java [arrow-adbc] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/25 20:46:18 UTC, 3 replies.
- [PR] chore(java): bump org.apache.maven.plugins:maven-compiler-plugin from 3.10.1 to 3.13.0 in /java [arrow-adbc] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/25 20:46:25 UTC, 1 replies.
- Re: [I] [Go][Parquet] Enable writing of Parquet footer without closing file [arrow] - posted by "zeroshade (via GitHub)" <gi...@apache.org> on 2024/03/25 20:48:57 UTC, 0 replies.
- [PR] fix: semi/anti join output statistics [arrow-datafusion] - posted by "korowa (via GitHub)" <gi...@apache.org> on 2024/03/25 21:17:41 UTC, 9 replies.
- [PR] GH-40784: [JS] Use bigIntToNumber [arrow] - posted by "domoritz (via GitHub)" <gi...@apache.org> on 2024/03/25 21:25:24 UTC, 2 replies.
- [PR] Implement IGNORE NULLS for LAST_VALUE [arrow-datafusion] - posted by "huaxingao (via GitHub)" <gi...@apache.org> on 2024/03/25 21:28:29 UTC, 10 replies.
- [PR] WIP: Fix conbench timeout for java benchmarks [arrow] - posted by "danepitkin (via GitHub)" <gi...@apache.org> on 2024/03/25 21:41:52 UTC, 19 replies.
- Re: [I] [Java] Cannot create StructVector with dense-union child [arrow] - posted by "danepitkin (via GitHub)" <gi...@apache.org> on 2024/03/25 21:59:12 UTC, 3 replies.
- [PR] feat: Not expr to string [arrow-datafusion] - posted by "sebastian2296 (via GitHub)" <gi...@apache.org> on 2024/03/25 23:46:35 UTC, 9 replies.
- [I] IPC code writes data with insufficient alignment [arrow-rs] - posted by "hzuo (via GitHub)" <gi...@apache.org> on 2024/03/25 23:58:59 UTC, 0 replies.
- [PR] fix [arrow-rs] - posted by "hzuo (via GitHub)" <gi...@apache.org> on 2024/03/26 00:04:20 UTC, 0 replies.
- Re: [PR] Respect alignment requirements when writing IPC data [arrow-rs] - posted by "hzuo (via GitHub)" <gi...@apache.org> on 2024/03/26 00:08:55 UTC, 8 replies.
- Re: [I] [Packaging] Boost fallback URLs fail at sha256 verification [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/26 00:20:07 UTC, 1 replies.
- [PR] chore: Replace deprecated temporal methods [arrow-datafusion-comet] - posted by "snmvaughan (via GitHub)" <gi...@apache.org> on 2024/03/26 01:07:47 UTC, 4 replies.
- Re: [I] [Epic] Unify `AggregateFunction` Interface (remove built in list of `AggregateFunction` s), improve the system [arrow-datafusion] - posted by "jayzhan211 (via GitHub)" <gi...@apache.org> on 2024/03/26 01:16:53 UTC, 4 replies.
- [PR] feat: Between expr to sql string [arrow-datafusion] - posted by "sebastian2296 (via GitHub)" <gi...@apache.org> on 2024/03/26 01:28:59 UTC, 4 replies.
- Re: [I] [C#] MapArray doesn't override Accept(IArrowArrayVisitor) [arrow] - posted by "adamreeve (via GitHub)" <gi...@apache.org> on 2024/03/26 01:30:23 UTC, 1 replies.
- [PR] GH-40788: [C#] Override Accept in MapArray [arrow] - posted by "adamreeve (via GitHub)" <gi...@apache.org> on 2024/03/26 01:38:18 UTC, 2 replies.
- Re: [I] [C++] Re-order loads and stores of atomics in MemoryPoolStats to mask memory latency [arrow] - posted by "felipecrv (via GitHub)" <gi...@apache.org> on 2024/03/26 02:14:41 UTC, 0 replies.
- Re: [I] [C#] Slicing a StructArray doesn't slice the child field arrays [arrow] - posted by "CurtHagenlocher (via GitHub)" <gi...@apache.org> on 2024/03/26 02:25:38 UTC, 3 replies.
- Re: [PR] GH-40767: [C++][Parquet] Consolidate CodecOptions to simplify PageWriter creation [arrow] - posted by "wgtmac (via GitHub)" <gi...@apache.org> on 2024/03/26 02:25:54 UTC, 4 replies.
- [I] `WITH RECURSIVE` clause may define non-recursive CTEs [arrow-datafusion] - posted by "jonahgao (via GitHub)" <gi...@apache.org> on 2024/03/26 02:37:59 UTC, 1 replies.
- Re: [PR] ci: Use toolchain file to pin to specific toolchain version [arrow-datafusion] - posted by "liurenjie1024 (via GitHub)" <gi...@apache.org> on 2024/03/26 02:46:56 UTC, 1 replies.
- Re: [I] [CI][C++] Google protobuf fails to compile on source verification jobs [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/26 02:48:39 UTC, 1 replies.
- [PR] Expr`Like` to sql [arrow-datafusion] - posted by "Weijun-H (via GitHub)" <gi...@apache.org> on 2024/03/26 03:37:32 UTC, 0 replies.
- Re: [I] [C#] Slicing a previously sliced array computes an incorrect offset [arrow] - posted by "adamreeve (via GitHub)" <gi...@apache.org> on 2024/03/26 03:58:54 UTC, 1 replies.
- [PR] GH-40792: [C#] Fix slicing a previously sliced array [arrow] - posted by "adamreeve (via GitHub)" <gi...@apache.org> on 2024/03/26 04:05:55 UTC, 3 replies.
- [PR] Split arrow_cast::cast::dictionary into it's own submodule [arrow-rs] - posted by "monkwire (via GitHub)" <gi...@apache.org> on 2024/03/26 04:13:48 UTC, 1 replies.
- Re: [I] [C++] Add TensorFromJSON helper function [arrow] - posted by "AlenkaF (via GitHub)" <gi...@apache.org> on 2024/03/26 05:26:03 UTC, 0 replies.
- [I] Expose `array_empty` and `list_empty` functions as alias of `empty` function [arrow-datafusion] - posted by "erenavsarogullari (via GitHub)" <gi...@apache.org> on 2024/03/26 05:56:59 UTC, 2 replies.
- [PR] feat: Expose `array_empty` and `list_empty` functions as alias of `empty` function [arrow-datafusion] - posted by "erenavsarogullari (via GitHub)" <gi...@apache.org> on 2024/03/26 06:10:53 UTC, 2 replies.
- Re: [I] [Python] Expose Run-End Encoded arrays in PyArrow [arrow] - posted by "AlenkaF (via GitHub)" <gi...@apache.org> on 2024/03/26 07:35:46 UTC, 0 replies.
- Re: [I] [Python] Remove deprecated APIs [arrow] - posted by "AlenkaF (via GitHub)" <gi...@apache.org> on 2024/03/26 07:38:53 UTC, 0 replies.
- Re: [I] [C++] Add benchmark for ToTensor conversions [arrow] - posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org> on 2024/03/26 07:59:59 UTC, 0 replies.
- [PR] chore(deps): update pyo3 requirement from 0.20.0 to 0.21.0 [arrow-datafusion] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/26 08:12:14 UTC, 4 replies.
- [PR] chore(deps): update substrait requirement from 0.27.0 to 0.28.0 [arrow-datafusion] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/26 08:17:49 UTC, 1 replies.
- [PR] GH-40791: [Dev][CI] Use the official hadolint configuration [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/26 08:19:17 UTC, 6 replies.
- Re: [I] [C++] Running TPCH queries in Acero through Substrait [arrow] - posted by "vibhatha (via GitHub)" <gi...@apache.org> on 2024/03/26 09:05:06 UTC, 1 replies.
- Re: [I] [Python][Parquet] Memory leak still showed on parquet.write_table and Table.from_pandas [arrow] - posted by "guozhans (via GitHub)" <gi...@apache.org> on 2024/03/26 09:16:31 UTC, 6 replies.
- Re: [I] [C++][Parquet] Minor enhancement for encryption [arrow] - posted by "pitrou (via GitHub)" <gi...@apache.org> on 2024/03/26 09:28:16 UTC, 0 replies.
- Re: [I] [Python] Building wheel for pyarrow (pyproject.toml) did not run successfully for Linux [arrow] - posted by "raulcd (via GitHub)" <gi...@apache.org> on 2024/03/26 10:00:05 UTC, 2 replies.
- Re: [I] [Java] splitAndTransfer on empty ListVector should not throw IOB [arrow] - posted by "jarohen (via GitHub)" <gi...@apache.org> on 2024/03/26 10:26:46 UTC, 1 replies.
- Re: [I] [R] Supper encoding options for CSVs in open_dataset [arrow] - posted by "jweickm (via GitHub)" <gi...@apache.org> on 2024/03/26 11:09:53 UTC, 0 replies.
- [PR] [MINOR]: Move some repetitive codes to functions [arrow-datafusion] - posted by "mustafasrepo (via GitHub)" <gi...@apache.org> on 2024/03/26 11:30:29 UTC, 1 replies.
- Re: [PR] GH-40767: [C++][Parquet] Simplify PageWriter and ColumnWriter creation [arrow] - posted by "pitrou (via GitHub)" <gi...@apache.org> on 2024/03/26 12:14:34 UTC, 3 replies.
- [PR] chore: bump Maven version [arrow-adbc] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/26 12:18:42 UTC, 0 replies.
- [PR] build(c): suppress more noisy MSVC warnings [arrow-adbc] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/26 12:45:28 UTC, 1 replies.
- [I] Add more developer documentation [arrow-datafusion-comet] - posted by "psvri (via GitHub)" <gi...@apache.org> on 2024/03/26 13:24:24 UTC, 0 replies.
- Re: [PR] chore: revert Apache parent version [arrow-adbc] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/26 13:29:32 UTC, 0 replies.
- [PR] chore: fix R build on macOS in verification [arrow-adbc] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/26 13:31:59 UTC, 1 replies.
- [I] The top-level README does not mention that here are an R and a Python package [arrow-nanoarrow] - posted by "eddelbuettel (via GitHub)" <gi...@apache.org> on 2024/03/26 13:35:17 UTC, 0 replies.
- Re: [I] The top-level README does not mention the R and Python packages [arrow-nanoarrow] - posted by "paleolimbot (via GitHub)" <gi...@apache.org> on 2024/03/26 13:57:40 UTC, 0 replies.
- [PR] Update pyo3 requirement from 0.20 to 0.21 [arrow-rs] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/26 13:59:27 UTC, 3 replies.
- Re: [I] [Python] pandas compat: clean-up code in columns Index reconstruction in Table.to_pandas [arrow] - posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org> on 2024/03/26 14:37:49 UTC, 0 replies.
- Re: [I] [Python] pyarrow fails to write and read a dataframe with MultiIndex containing a RangeIndex with Pandas 1.5.0 [arrow] - posted by "GianlucaFicarelli (via GitHub)" <gi...@apache.org> on 2024/03/26 14:38:52 UTC, 0 replies.
- Re: [PR] GH-39454: [JS] Support LargeList [arrow] - posted by "domoritz (via GitHub)" <gi...@apache.org> on 2024/03/26 15:01:26 UTC, 0 replies.
- [PR] [Minor]: Move some repetitive codes to functions(proto) [arrow-datafusion] - posted by "mustafasrepo (via GitHub)" <gi...@apache.org> on 2024/03/26 15:09:35 UTC, 1 replies.
- Re: [I] [Doc][Format] Implementation status page should list canonical extension types [arrow] - posted by "pitrou (via GitHub)" <gi...@apache.org> on 2024/03/26 15:46:46 UTC, 0 replies.
- Re: [I] [Python] Add ListView conversion to numpy/pandas [arrow] - posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org> on 2024/03/26 15:53:31 UTC, 0 replies.
- Re: [I] [C++][Python] Basic conversion of RecordBatch to Arrow Tensor - add support for different data types [arrow] - posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org> on 2024/03/26 15:57:21 UTC, 0 replies.
- Re: [I] How are errors handled when using pq.ParquetWriter to write a bunch of batches [arrow] - posted by "mapleFU (via GitHub)" <gi...@apache.org> on 2024/03/26 16:19:39 UTC, 11 replies.
- [PR] Example for Python HTTP Post Arrow client and server [arrow-experiments] - posted by "arunppsg (via GitHub)" <gi...@apache.org> on 2024/03/26 16:26:22 UTC, 3 replies.
- Re: [I] [Format][C++] Recommended/required value for ArrowDeviceArray.device_id int in case of CPU data [arrow] - posted by "zeroshade (via GitHub)" <gi...@apache.org> on 2024/03/26 16:34:30 UTC, 3 replies.
- [PR] feat: support string and binary view read write parquet [arrow-rs] - posted by "ariesdevil (via GitHub)" <gi...@apache.org> on 2024/03/26 16:45:09 UTC, 9 replies.
- [I] Eliminate redundant "prefix" sorts [arrow-datafusion] - posted by "suremarc (via GitHub)" <gi...@apache.org> on 2024/03/26 16:49:02 UTC, 0 replies.
- [PR] initial impl [arrow-datafusion] - posted by "suremarc (via GitHub)" <gi...@apache.org> on 2024/03/26 16:55:16 UTC, 0 replies.
- Re: [PR] GH-23221: [Python] python changes for pyodide build [arrow] - posted by "ianmcook (via GitHub)" <gi...@apache.org> on 2024/03/26 17:01:30 UTC, 2 replies.
- [PR] GH-40719: [Go] Make `arrow.Null` non-null for `arrow.TypeEqual` to work properly with `new(arrow.NullType)` [arrow] - posted by "candiduslynx (via GitHub)" <gi...@apache.org> on 2024/03/26 17:03:15 UTC, 4 replies.
- [I] Fix failed Spark SQL tests due to shuffle enabled [arrow-datafusion-comet] - posted by "viirya (via GitHub)" <gi...@apache.org> on 2024/03/26 17:07:46 UTC, 0 replies.
- [PR] chore(dev/benchmarks): Add Python/asv benchmarking setup [arrow-nanoarrow] - posted by "paleolimbot (via GitHub)" <gi...@apache.org> on 2024/03/26 17:08:09 UTC, 5 replies.
- [PR] build(c): suppress more MSVC warnings [arrow-adbc] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/26 17:25:03 UTC, 1 replies.
- [I] Ensure DataFusion "works" with the "zip bomb" parquet file [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/26 18:38:46 UTC, 0 replies.
- [PR] GH-40061: [C++][Python] Basic conversion of RecordBatch to Arrow Tensor - add option to cast NULL to NaN [arrow] - posted by "AlenkaF (via GitHub)" <gi...@apache.org> on 2024/03/26 20:54:12 UTC, 14 replies.
- Re: [I] [Dev][CI] pre-commit may be blocked [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/26 21:05:03 UTC, 0 replies.
- [PR] GH-40790: [C#] Account for offset and length when getting fields of a StructArray [arrow] - posted by "adamreeve (via GitHub)" <gi...@apache.org> on 2024/03/26 21:43:42 UTC, 3 replies.
- [I] Remove redundant data copy in columnar shuffle [arrow-datafusion-comet] - posted by "viirya (via GitHub)" <gi...@apache.org> on 2024/03/26 22:05:13 UTC, 2 replies.
- [PR] fix: Remove redundant data copy in columnar shuffle [arrow-datafusion-comet] - posted by "viirya (via GitHub)" <gi...@apache.org> on 2024/03/26 22:12:28 UTC, 15 replies.
- [PR] GH-40078: [C++] Import/Export ArrowDeviceArrayStream [arrow] - posted by "zeroshade (via GitHub)" <gi...@apache.org> on 2024/03/26 22:31:55 UTC, 15 replies.
- [PR] fix(ci) Sanitize PR title [arrow-adbc] - posted by "AdnaneKhan (via GitHub)" <gi...@apache.org> on 2024/03/26 23:24:05 UTC, 0 replies.
- [PR] feat: Port Datafusion Covariance to Comet [arrow-datafusion-comet] - posted by "huaxingao (via GitHub)" <gi...@apache.org> on 2024/03/26 23:25:50 UTC, 1 replies.
- [PR] MINOR: [C++] Remove misleading comment on FileKeyUnwrapper constructor [arrow] - posted by "adamreeve (via GitHub)" <gi...@apache.org> on 2024/03/26 23:33:56 UTC, 2 replies.
- [PR] GH-40773: [Java] add `DENSEUNION` case to StructWriters, resolves #40773 [arrow] - posted by "jarohen (via GitHub)" <gi...@apache.org> on 2024/03/26 23:45:14 UTC, 8 replies.
- Re: [I] [Java] ListVector.setNull doesn't update lastSet - performance issue [arrow] - posted by "vibhatha (via GitHub)" <gi...@apache.org> on 2024/03/26 23:54:21 UTC, 4 replies.
- [PR] GH-40796: [Java] set `lastSet` in `ListVector.setNull` to avoid O(n²) in ListVectors with lots of nulls [arrow] - posted by "jarohen (via GitHub)" <gi...@apache.org> on 2024/03/27 00:27:10 UTC, 4 replies.
- [PR] Implement LimitPushDown for ExecutionPlan [arrow-datafusion] - posted by "Lordworms (via GitHub)" <gi...@apache.org> on 2024/03/27 00:48:32 UTC, 13 replies.
- [PR] test: Disable spark ui in unit test [arrow-datafusion-comet] - posted by "Kwafoor (via GitHub)" <gi...@apache.org> on 2024/03/27 00:52:39 UTC, 0 replies.
- [I] Create unicode module in datafusion/functions/src/unicode and unicode_expressions feature flag, move charlength function [arrow-datafusion] - posted by "Omega359 (via GitHub)" <gi...@apache.org> on 2024/03/27 01:36:29 UTC, 1 replies.
- [PR] MINOR: [Docs] Fix broken link in acero/options.h docstring [arrow] - posted by "amoeba (via GitHub)" <gi...@apache.org> on 2024/03/27 01:54:39 UTC, 6 replies.
- Re: [I] [C++] Thirdparty: Do we need bump zstd to 1.5.6? [arrow] - posted by "mapleFU (via GitHub)" <gi...@apache.org> on 2024/03/27 02:48:04 UTC, 4 replies.
- Re: [PR] Support Expr `Like` to sql [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/27 03:00:31 UTC, 1 replies.
- Re: [I] [Python] Can not build on WOA [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/27 03:01:48 UTC, 0 replies.
- Re: [PR] feat: eliminate redundant sorts on monotonic expressions [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/27 03:06:38 UTC, 6 replies.
- Re: [I] [Python] Can not build on WINDOWS ON ARM [arrow] - posted by "cyb70289 (via GitHub)" <gi...@apache.org> on 2024/03/27 04:35:16 UTC, 0 replies.
- Re: [I] [R] Error: This build of the arrow package does not support Datasets [arrow] - posted by "assignUser (via GitHub)" <gi...@apache.org> on 2024/03/27 04:47:58 UTC, 0 replies.
- Re: [I] [Python] How are errors handled when using pq.ParquetWriter to write a bunch of batches [arrow] - posted by "wgtmac (via GitHub)" <gi...@apache.org> on 2024/03/27 05:38:51 UTC, 1 replies.
- Re: [I] [C++] Add support to GetRuntimeInfo for reporting ASIMD/NEON [arrow] - posted by "mapleFU (via GitHub)" <gi...@apache.org> on 2024/03/27 06:21:02 UTC, 2 replies.
- [PR] Pr/9813 experimentation [arrow-datafusion] - posted by "mustafasrepo (via GitHub)" <gi...@apache.org> on 2024/03/27 08:09:58 UTC, 1 replies.
- [PR] GH-40816: [C++] Security checks and relaxing hashjoin batch rows size. [arrow] - posted by "Light-City (via GitHub)" <gi...@apache.org> on 2024/03/27 08:27:37 UTC, 9 replies.
- [PR] refactor: Generate GroupByHash output in multiple RecordBatches [arrow-datafusion] - posted by "guojidan (via GitHub)" <gi...@apache.org> on 2024/03/27 09:00:26 UTC, 2 replies.
- [PR] GH-38010: [Python] Construct pyarrow.Field from Arrow-compatible schema object (PyCapsule protocol) [arrow] - posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org> on 2024/03/27 09:00:43 UTC, 3 replies.
- Re: [I] [Python][Packaging] S3FileSystem curl error when using `localstack`-created S3 bucket or custom ca-certificate [arrow] - posted by "ShruthiPersonal (via GitHub)" <gi...@apache.org> on 2024/03/27 09:57:33 UTC, 2 replies.
- [PR] Add non-column expression equality tracking to filter exec [arrow-datafusion] - posted by "mustafasrepo (via GitHub)" <gi...@apache.org> on 2024/03/27 10:02:38 UTC, 2 replies.
- Re: [I] [C++] arrow::io::CompressedInputStream might allocate buffer to many times [arrow] - posted by "pitrou (via GitHub)" <gi...@apache.org> on 2024/03/27 10:59:34 UTC, 0 replies.
- Re: [I] [Java] Enable code review and formatting code through Spotless Maven plugin [arrow] - posted by "vibhatha (via GitHub)" <gi...@apache.org> on 2024/03/27 11:43:07 UTC, 0 replies.
- Re: [I] [C++] Create registry for Devices to map DeviceType to MemoryManager in C Device Data import [arrow] - posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org> on 2024/03/27 11:44:24 UTC, 0 replies.
- [PR] GH-40833: [Docs][Release] Make explicit in the documentation that verifying binaries is not required in order to case a vote [arrow] - posted by "raulcd (via GitHub)" <gi...@apache.org> on 2024/03/27 11:49:27 UTC, 6 replies.
- [PR] [Java] Adding Spotless to Algorithm module [arrow] - posted by "vibhatha (via GitHub)" <gi...@apache.org> on 2024/03/27 11:50:46 UTC, 0 replies.
- Re: [PR] GH-40819: [Java] Adding Spotless to Algorithm module [arrow] - posted by "github-actions[bot] (via GitHub)" <gi...@apache.org> on 2024/03/27 11:51:12 UTC, 17 replies.
- Re: [I] [flight-rpc][flight-jdbc][sql] - Dynamic parameters on columns that created in runtime not working [arrow] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/27 12:05:23 UTC, 0 replies.
- Re: [PR] Projection Pushdown through user defined LogicalPlan nodes. [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/27 12:10:23 UTC, 3 replies.
- Re: [PR] fix(ci): Sanitize PR title [arrow-adbc] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/27 12:11:38 UTC, 0 replies.
- Re: [I] [R] Error when saving attached data.frame containing nested data.frame (character versus all NA logical column) [arrow] - posted by "paleolimbot (via GitHub)" <gi...@apache.org> on 2024/03/27 12:23:19 UTC, 0 replies.
- [PR] [C++] Thirdparty: bump zstd to 1.5.6 chrome edition [arrow] - posted by "mapleFU (via GitHub)" <gi...@apache.org> on 2024/03/27 12:36:26 UTC, 0 replies.
- Re: [PR] GH-40814: [C++] Thirdparty: bump zstd to 1.5.6 chrome edition [arrow] - posted by "github-actions[bot] (via GitHub)" <gi...@apache.org> on 2024/03/27 12:37:08 UTC, 4 replies.
- [I] Support DuckDB style stuct syntax [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/27 12:38:03 UTC, 0 replies.
- Re: [I] Create a struct with the specified field names and values [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/27 12:49:40 UTC, 1 replies.
- Re: [I] [EPIC] Improved support for nested / structured types (`Struct` , `List`, `ListArray`, and other Composite types) [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/27 12:49:51 UTC, 0 replies.
- [I] Could we change the `Limit` logical plan to support arbitrary expressions? [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/27 13:04:41 UTC, 0 replies.
- [PR] Run TPC-H SF10 during PR benchmarks [arrow-datafusion] - posted by "gruuya (via GitHub)" <gi...@apache.org> on 2024/03/27 13:24:12 UTC, 6 replies.
- Re: [I] Support arbitrary expressions in `LIMIT` clause [arrow-datafusion] - posted by "Lordworms (via GitHub)" <gi...@apache.org> on 2024/03/27 13:33:11 UTC, 1 replies.
- Re: [PR] Disable parallel reading for gziped ndjson file [arrow-datafusion] - posted by "Lordworms (via GitHub)" <gi...@apache.org> on 2024/03/27 13:37:24 UTC, 3 replies.
- Re: [PR] Implement semi/anti join output statistics estimation [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/27 13:37:34 UTC, 12 replies.
- [I] Versions >32.0.0 on PyPI have broken substrait support [arrow-datafusion] - posted by "ingomueller-net (via GitHub)" <gi...@apache.org> on 2024/03/27 13:41:38 UTC, 1 replies.
- [PR] MINOR: [C++][Azure][FS] Document some limitations and atomicity guarantees [arrow] - posted by "felipecrv (via GitHub)" <gi...@apache.org> on 2024/03/27 14:13:25 UTC, 6 replies.
- [PR] Feat/impl list view [arrow-rs] - posted by "Kikkon (via GitHub)" <gi...@apache.org> on 2024/03/27 14:53:39 UTC, 1 replies.
- Re: [PR] GH-36831: [C++] DictionaryArray support for MinMax Function [arrow] - posted by "bkietz (via GitHub)" <gi...@apache.org> on 2024/03/27 14:57:14 UTC, 0 replies.
- Re: [I] [C++] Dictionary sorting not implemented on chunked array and table [arrow] - posted by "pitrou (via GitHub)" <gi...@apache.org> on 2024/03/27 14:59:38 UTC, 0 replies.
- [PR] [WIP] Analyzer: Arc vs Cow [arrow-datafusion] - posted by "comphead (via GitHub)" <gi...@apache.org> on 2024/03/27 15:40:06 UTC, 13 replies.
- [PR] Create unicode module in datafusion/functions/src/unicode and unicode_expressions feature flag, move char_length function [arrow-datafusion] - posted by "Omega359 (via GitHub)" <gi...@apache.org> on 2024/03/27 16:11:36 UTC, 1 replies.
- [PR] chore(deps-dev): bump express from 4.18.2 to 4.19.2 in /datafusion/wasmtest/datafusion-wasm-app [arrow-datafusion] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/27 16:11:45 UTC, 1 replies.
- [PR] doc: Adding baseline benchmark example [arrow-datafusion] - posted by "comphead (via GitHub)" <gi...@apache.org> on 2024/03/27 16:15:39 UTC, 3 replies.
- [PR] GH-40841: [Docs][C++][Python] Add initial documentation for RecordBatch::Tensor conversion [arrow] - posted by "AlenkaF (via GitHub)" <gi...@apache.org> on 2024/03/27 16:17:12 UTC, 8 replies.
- Re: [PR] test: Disable spark ui in unit test by default [arrow-datafusion-comet] - posted by "viirya (via GitHub)" <gi...@apache.org> on 2024/03/27 16:43:27 UTC, 1 replies.
- Re: [I] [Parquet] Make default fallback encoding choice smarter [arrow] - posted by "ClifHouck (via GitHub)" <gi...@apache.org> on 2024/03/27 17:23:06 UTC, 0 replies.
- [PR] chore(r): Clean up R package skeleton files [arrow-adbc] - posted by "paleolimbot (via GitHub)" <gi...@apache.org> on 2024/03/27 17:47:45 UTC, 5 replies.
- [PR] GH-40843: [Java] Cleanup protobuf-maven-plugin usage [arrow] - posted by "laurentgo (via GitHub)" <gi...@apache.org> on 2024/03/27 17:54:59 UTC, 10 replies.
- Re: [PR] GH-40814: [C++] Thirdparty: bump zstd to 1.5.6 [arrow] - posted by "felipecrv (via GitHub)" <gi...@apache.org> on 2024/03/27 18:07:57 UTC, 2 replies.
- Re: [I] [C++][Parquet] Decoding: allow Boolean RecordReader get raw LSB bitmap [arrow] - posted by "mapleFU (via GitHub)" <gi...@apache.org> on 2024/03/27 18:08:04 UTC, 4 replies.
- Re: [I] [C++][Parquet] Encryption: FileKeyUnwrapper remove or deprecate ctor with key_material_store [arrow] - posted by "mapleFU (via GitHub)" <gi...@apache.org> on 2024/03/27 18:15:42 UTC, 2 replies.
- [PR] GH-40733: [Go] Require Go 1.21 or later [arrow] - posted by "zeroshade (via GitHub)" <gi...@apache.org> on 2024/03/27 18:46:42 UTC, 11 replies.
- [I] move Left, Lpad, Reverse, Right, Rpad functions to datafusion_functions [arrow-datafusion] - posted by "Omega359 (via GitHub)" <gi...@apache.org> on 2024/03/27 19:02:10 UTC, 2 replies.
- Re: [PR] GH-40775: Fix conbench timeout for java benchmarks [arrow] - posted by "github-actions[bot] (via GitHub)" <gi...@apache.org> on 2024/03/27 19:28:06 UTC, 2 replies.
- Re: [PR] MINOR: [Java] Bump Netty to 4.1.108.Final [arrow] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/27 20:32:48 UTC, 1 replies.
- [I] arrow-ord: Support sortting StructArray [arrow-rs] - posted by "ParkMyCar (via GitHub)" <gi...@apache.org> on 2024/03/27 21:14:36 UTC, 1 replies.
- [PR] MINOR: [Java] Fix maven-checkstyle-plugin configuration [arrow] - posted by "laurentgo (via GitHub)" <gi...@apache.org> on 2024/03/27 22:18:36 UTC, 4 replies.
- Re: [I] Schema error creating physical plan for TPC-DS q10 [arrow-datafusion] - posted by "Dandandan (via GitHub)" <gi...@apache.org> on 2024/03/27 22:18:49 UTC, 0 replies.
- [PR] [Minor] Update TCPDS tests, remove some #[ignore]d tests [arrow-datafusion] - posted by "Dandandan (via GitHub)" <gi...@apache.org> on 2024/03/27 22:19:28 UTC, 2 replies.
- [PR] GH-40851: [JS] Fix nullcount and make vectors created from typed arrays not nullable [arrow] - posted by "domoritz (via GitHub)" <gi...@apache.org> on 2024/03/27 22:21:34 UTC, 3 replies.
- [I] Documentation fix: example in parquet/src/column/mod.rs is incorrect [arrow-rs] - posted by "zgershkoff (via GitHub)" <gi...@apache.org> on 2024/03/27 23:33:03 UTC, 1 replies.
- [PR] Correct example code for column (#5560) [arrow-rs] - posted by "zgershkoff (via GitHub)" <gi...@apache.org> on 2024/03/27 23:53:43 UTC, 2 replies.
- Re: [I] [Dev][C++][Python][R] Use pre-commit for clang-format [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/28 00:38:58 UTC, 0 replies.
- [PR] MINOR: [CPP] Fix typo in parquet/column_writer.cc [arrow] - posted by "RoboSchmied (via GitHub)" <gi...@apache.org> on 2024/03/28 02:20:58 UTC, 1 replies.
- Re: [I] [Go] Need to update README.md [arrow] - posted by "llama90 (via GitHub)" <gi...@apache.org> on 2024/03/28 02:59:52 UTC, 1 replies.
- Re: [PR] GH-40775: [Benchmarking][Java] Fix conbench timeout [arrow] - posted by "conbench-apache-arrow[bot] (via GitHub)" <gi...@apache.org> on 2024/03/28 03:03:00 UTC, 6 replies.
- [PR] GH-40806: [C++] Correctly report asimd/neon in GetRuntimeInfo [arrow] - posted by "amoeba (via GitHub)" <gi...@apache.org> on 2024/03/28 03:37:14 UTC, 6 replies.
- [PR] GH-40858: [R] Remove dangling commas from codegen.R [arrow] - posted by "amoeba (via GitHub)" <gi...@apache.org> on 2024/03/28 05:12:24 UTC, 4 replies.
- Re: [I] [R] write_dataset returns nothing [arrow] - posted by "amoeba (via GitHub)" <gi...@apache.org> on 2024/03/28 05:44:37 UTC, 8 replies.
- Re: [I] [Ruby][Parquet] Maintaining Parquet Writer Ruby [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/28 06:03:12 UTC, 3 replies.
- [PR] CrossJoin Refactor [arrow-datafusion] - posted by "berkaysynnada (via GitHub)" <gi...@apache.org> on 2024/03/28 06:54:57 UTC, 4 replies.
- [PR] CLI Sequential "Create External Table" Command Support [arrow-datafusion] - posted by "berkaysynnada (via GitHub)" <gi...@apache.org> on 2024/03/28 07:08:12 UTC, 1 replies.
- [I] Incorrect Order Preserving Cases for Cast Expressions [arrow-datafusion] - posted by "berkaysynnada (via GitHub)" <gi...@apache.org> on 2024/03/28 07:45:44 UTC, 2 replies.
- [I] Support for `AVRO` format (trying to use `arrow_avro`) [arrow-rs] - posted by "dsalv (via GitHub)" <gi...@apache.org> on 2024/03/28 09:05:37 UTC, 4 replies.
- Re: [I] [C++][Python] Implementing type check logic for NA, BINARY_VIEW, STRING_VIEW in type_traits.h [arrow] - posted by "llama90 (via GitHub)" <gi...@apache.org> on 2024/03/28 09:54:00 UTC, 0 replies.
- Re: [I] [C++][Python] Handling FIXED_SIZE_LIST, STRUCT, RUN_END_ENCODED Types in type_traits.h [arrow] - posted by "llama90 (via GitHub)" <gi...@apache.org> on 2024/03/28 09:54:05 UTC, 0 replies.
- [PR] GH-40863: [C++] Fix TSAN link error for module library [arrow] - posted by "zanmato1984 (via GitHub)" <gi...@apache.org> on 2024/03/28 10:17:05 UTC, 6 replies.
- [PR] Optimize to_timestamp (with format) (#9090) [arrow-datafusion] - posted by "vojtechtoman (via GitHub)" <gi...@apache.org> on 2024/03/28 10:37:44 UTC, 2 replies.
- [PR] chore(dev/release): fix regex for C# version bump [arrow-adbc] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/28 12:12:00 UTC, 1 replies.
- Re: [I] [Java] Cleanup protobuf-maven-plugin usage [arrow] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/28 13:06:30 UTC, 0 replies.
- [PR] GH-40866: [C++][Python] Basic conversion of RecordBatch to Arrow Tensor - add support for row-major [arrow] - posted by "AlenkaF (via GitHub)" <gi...@apache.org> on 2024/03/28 13:18:04 UTC, 2 replies.
- Re: [I] [Python] pyarrow.dataset.write_dataset doesn't write empty datasets, even if they had a schema, thus losing it when reading back the dataset [arrow] - posted by "ruslan-krivoshein (via GitHub)" <gi...@apache.org> on 2024/03/28 13:45:56 UTC, 1 replies.
- Re: [I] GCS Signed URL Support [arrow-rs] - posted by "tdikland (via GitHub)" <gi...@apache.org> on 2024/03/28 13:57:22 UTC, 0 replies.
- Re: [I] [C++][Parquet] Minor: Remove "Experimental" for parquet::RecordReader [arrow] - posted by "mapleFU (via GitHub)" <gi...@apache.org> on 2024/03/28 14:26:32 UTC, 3 replies.
- Re: [I] [JS] Fully null column of type `Bool` produces incompatible IPC stream with JS package [arrow] - posted by "domoritz (via GitHub)" <gi...@apache.org> on 2024/03/28 14:30:38 UTC, 0 replies.
- [I] move strpos, substr functions to datafusion_functions [arrow-datafusion] - posted by "Omega359 (via GitHub)" <gi...@apache.org> on 2024/03/28 14:41:46 UTC, 2 replies.
- [PR] Split arrow_cast::cast::string into it's own submodule [arrow-rs] - posted by "monkwire (via GitHub)" <gi...@apache.org> on 2024/03/28 14:54:16 UTC, 0 replies.
- Re: [I] [C#][Integration] Validity buffer comparison is dependent on zeroed final bits [arrow] - posted by "CurtHagenlocher (via GitHub)" <gi...@apache.org> on 2024/03/28 14:58:28 UTC, 2 replies.
- [PR] GH-40750: [C++][Python] Map child Array constructed from keys and items shouldn't have offset [arrow] - posted by "AlenkaF (via GitHub)" <gi...@apache.org> on 2024/03/28 15:06:53 UTC, 1 replies.
- Re: [I] [C++] Link error when building with TSAN [arrow] - posted by "pitrou (via GitHub)" <gi...@apache.org> on 2024/03/28 15:24:16 UTC, 0 replies.
- [PR] GH-40870: [C#] Update CompareValidityBuffer() to pass when unspecified final bits are not identical [arrow] - posted by "paleolimbot (via GitHub)" <gi...@apache.org> on 2024/03/28 15:30:31 UTC, 5 replies.
- Re: [I] [C++] Performance of numeric casts [arrow] - posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org> on 2024/03/28 15:33:27 UTC, 6 replies.
- [PR] EXPERIMENT: [C++] Always prefer mimalloc to jemalloc [arrow] - posted by "pitrou (via GitHub)" <gi...@apache.org> on 2024/03/28 15:53:20 UTC, 4 replies.
- [PR] GH-40872: [C++][Parquet] Encoding: Optimize DecodeArrow for PlainBooleanDecoder [arrow] - posted by "mapleFU (via GitHub)" <gi...@apache.org> on 2024/03/28 15:58:26 UTC, 2 replies.
- [PR] fix: detect non-recursive CTEs in the recursive `WITH` clause [arrow-datafusion] - posted by "jonahgao (via GitHub)" <gi...@apache.org> on 2024/03/28 16:02:56 UTC, 3 replies.
- [PR] feat: pass SessionState not SessionConfig to FunctionFactory::create [arrow-datafusion] - posted by "tshauck (via GitHub)" <gi...@apache.org> on 2024/03/28 16:04:57 UTC, 6 replies.
- [I] Update FunctionFactory::create to take the SessionState [arrow-datafusion] - posted by "tshauck (via GitHub)" <gi...@apache.org> on 2024/03/28 16:15:37 UTC, 1 replies.
- [I] Remove `struct` UDF [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/28 16:23:46 UTC, 0 replies.
- Re: [I] Create unicode module in datafusion/functions/src/unicode and unicode_expressions feature flag, move char_length function [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/28 17:02:30 UTC, 0 replies.
- Re: [I] Schema error creating logical/physical plan for TPC-DS q10, q35 [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/28 17:04:56 UTC, 0 replies.
- [I] Ensure ExecutionPlan nodes have unique names [arrow-datafusion] - posted by "matthewmturner (via GitHub)" <gi...@apache.org> on 2024/03/28 17:30:10 UTC, 0 replies.
- Re: [PR] GH-39301: [Archery][CI][Integration] Add nanoarrow to archery + integration setup [arrow] - posted by "paleolimbot (via GitHub)" <gi...@apache.org> on 2024/03/28 17:58:54 UTC, 0 replies.
- Re: [I] [R] Inscrutable error while running Rscript data-raw/codegen.R [arrow] - posted by "amoeba (via GitHub)" <gi...@apache.org> on 2024/03/28 18:35:10 UTC, 2 replies.
- Re: [I] [Java] Bring in java-unsafe-tools as utility library for Arrow [arrow] - posted by "felipecrv (via GitHub)" <gi...@apache.org> on 2024/03/28 18:45:58 UTC, 0 replies.
- [PR] move Left, Lpad, Reverse, Right, Rpad functions to datafusion_functions [arrow-datafusion] - posted by "Omega359 (via GitHub)" <gi...@apache.org> on 2024/03/28 19:28:16 UTC, 5 replies.
- [PR] GH-40847: [Go] update readme [arrow] - posted by "zeroshade (via GitHub)" <gi...@apache.org> on 2024/03/28 19:28:54 UTC, 3 replies.
- [I] move the Translate, SubstrIndex, FindInSet functions to new datafusion-functions crate [arrow-datafusion] - posted by "Omega359 (via GitHub)" <gi...@apache.org> on 2024/03/28 19:37:06 UTC, 2 replies.
- [I] Use specified branch of arrow-rs with workaround to invalid offset buffers from Java Arrow [arrow-datafusion-comet] - posted by "viirya (via GitHub)" <gi...@apache.org> on 2024/03/28 19:41:28 UTC, 2 replies.
- Re: [I] [Go] Require Go 1.21 or later [arrow] - posted by "zeroshade (via GitHub)" <gi...@apache.org> on 2024/03/28 19:59:22 UTC, 0 replies.
- [PR] ci(release): slight fix for non-conda verification and docs [arrow-adbc] - posted by "zeroshade (via GitHub)" <gi...@apache.org> on 2024/03/28 20:02:14 UTC, 0 replies.
- Re: [PR] chore(dev/release): slight fix for non-conda verification and docs [arrow-adbc] - posted by "zeroshade (via GitHub)" <gi...@apache.org> on 2024/03/28 20:06:07 UTC, 0 replies.
- [PR] Bump express from 4.18.2 to 4.19.2 in /ballista/scheduler/ui [arrow-ballista] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/28 21:02:55 UTC, 0 replies.
- [PR] WIP -- Testing CI [arrow-rs] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/28 21:52:22 UTC, 2 replies.
- [PR] chore(dev/release): Fix Windows verification under conda [arrow-adbc] - posted by "amoeba (via GitHub)" <gi...@apache.org> on 2024/03/28 22:21:55 UTC, 11 replies.
- [I] RAT errors during release process [arrow-datafusion] - posted by "andygrove (via GitHub)" <gi...@apache.org> on 2024/03/28 22:44:26 UTC, 6 replies.
- [I] `parquet / Build wasm32 (pull_request)` CI check failing on main [arrow-rs] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/28 23:08:34 UTC, 4 replies.
- [PR] chore(deps): update cargo requirement from 0.77.0 to 0.78.1 [arrow-datafusion] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/28 23:38:30 UTC, 1 replies.
- [PR] minor: add a hint how to adjust max rows displayed [arrow-datafusion] - posted by "comphead (via GitHub)" <gi...@apache.org> on 2024/03/29 00:48:06 UTC, 2 replies.
- Re: [PR] datafusion-cli support for multiple commands in a single line [arrow-datafusion] - posted by "comphead (via GitHub)" <gi...@apache.org> on 2024/03/29 00:51:22 UTC, 4 replies.
- [PR] Update py03 from 0.20 to 0.21 [arrow-rs] - posted by "Jefffrey (via GitHub)" <gi...@apache.org> on 2024/03/29 00:57:34 UTC, 3 replies.
- [I] [DISCUSSION] Sort Merge Join Experimental status [arrow-datafusion] - posted by "comphead (via GitHub)" <gi...@apache.org> on 2024/03/29 00:59:00 UTC, 4 replies.
- [PR] IGNORE: Debugging RAT check failure [arrow-datafusion] - posted by "andygrove (via GitHub)" <gi...@apache.org> on 2024/03/29 01:00:19 UTC, 1 replies.
- [PR] Test pinning zstd-sys [arrow-rs] - posted by "Jefffrey (via GitHub)" <gi...@apache.org> on 2024/03/29 01:39:29 UTC, 4 replies.
- Re: [I] [C++] Acero benchmarks should present a items/s or bytes/s metric [arrow] - posted by "llama90 (via GitHub)" <gi...@apache.org> on 2024/03/29 01:53:50 UTC, 1 replies.
- Re: [PR] GH-40872: [C++][Parquet] Encoding: Optimize DecodeArrow/Decode(bitmap) for PlainBooleanDecoder [arrow] - posted by "mapleFU (via GitHub)" <gi...@apache.org> on 2024/03/29 02:09:16 UTC, 14 replies.
- [I] Improve release verification instructions [arrow-datafusion] - posted by "andygrove (via GitHub)" <gi...@apache.org> on 2024/03/29 02:36:19 UTC, 2 replies.
- [PR] move strpos, substr functions to datafusion_functions [arrow-datafusion] - posted by "Omega359 (via GitHub)" <gi...@apache.org> on 2024/03/29 03:30:01 UTC, 2 replies.
- [PR] Exclude .github directory from release tarball [arrow-datafusion] - posted by "andygrove (via GitHub)" <gi...@apache.org> on 2024/03/29 03:57:57 UTC, 1 replies.
- [I] CI does not run RAT check against files under `.github` directory [arrow-datafusion] - posted by "andygrove (via GitHub)" <gi...@apache.org> on 2024/03/29 04:02:09 UTC, 0 replies.
- [PR] Add `Spice.ai` to Known Users [arrow-datafusion] - posted by "phillipleblanc (via GitHub)" <gi...@apache.org> on 2024/03/29 04:04:41 UTC, 0 replies.
- Re: [PR] Pin zstd-sys to `v2.0.9` in parquet [arrow-rs] - posted by "Jefffrey (via GitHub)" <gi...@apache.org> on 2024/03/29 04:05:54 UTC, 1 replies.
- [PR] Add `datafusion-federation` to Integrations [arrow-datafusion] - posted by "phillipleblanc (via GitHub)" <gi...@apache.org> on 2024/03/29 04:09:46 UTC, 0 replies.
- [PR] GH-40878: [JAVA] Fix flight-sql-jdbc-driver shading issues [arrow] - posted by "laurentgo (via GitHub)" <gi...@apache.org> on 2024/03/29 05:19:43 UTC, 11 replies.
- Re: [I] Consider removing `ParquetFilters` [arrow-datafusion-comet] - posted by "huaxingao (via GitHub)" <gi...@apache.org> on 2024/03/29 06:09:38 UTC, 0 replies.
- [I] Make FixedSizedList Json serializable [arrow-rs] - posted by "colin99d (via GitHub)" <gi...@apache.org> on 2024/03/29 07:21:32 UTC, 0 replies.
- Re: [I] [Docs][C++][Python] Add initial documentation for RecordBatch::Tensor conversion [arrow] - posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org> on 2024/03/29 07:29:37 UTC, 0 replies.
- Re: [I] [C++][Python] Basic conversion of RecordBatch to Arrow Tensor - add option to cast NULL to NaN [arrow] - posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org> on 2024/03/29 07:30:12 UTC, 0 replies.
- Re: [PR] Add OffsetBufferBuilder [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/29 07:39:57 UTC, 0 replies.
- Re: [I] Add a mutable builder for `Offset`s [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/29 07:39:58 UTC, 0 replies.
- [PR] Update error message tests [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/29 07:47:15 UTC, 2 replies.
- [PR] Update localstack 3.3 [arrow-rs] - posted by "tustvold (via GitHub)" <gi...@apache.org> on 2024/03/29 07:52:22 UTC, 1 replies.
- Re: [I] [Ruby] Improve Ruby's GC integration [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/29 07:56:31 UTC, 0 replies.
- [PR] GH-40882: [C++] Suppress shorten-64-to-32 warnings in CUDA/Skyhook codes [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/29 08:31:50 UTC, 1 replies.
- Re: [I] [c++][parquet] The dynamic library has been linked, but still reports an error with undefined references [arrow] - posted by "kou (via GitHub)" <gi...@apache.org> on 2024/03/29 08:43:34 UTC, 2 replies.
- [PR] Check Cast Expr Before Adding Equivalences [arrow-datafusion] - posted by "berkaysynnada (via GitHub)" <gi...@apache.org> on 2024/03/29 08:47:04 UTC, 1 replies.
- Re: [PR] GH-38010: [Python] Construct pyarrow.Field and ChunkedArray through Arrow PyCapsule Protocol [arrow] - posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org> on 2024/03/29 08:55:18 UTC, 0 replies.
- [PR] GH-39664: [C++][Acero] Ensure Acero benchmarks present a metric for identifying throughput [arrow] - posted by "llama90 (via GitHub)" <gi...@apache.org> on 2024/03/29 10:13:15 UTC, 2 replies.
- [PR] Remove vestigal conbench integration [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/29 11:21:25 UTC, 4 replies.
- [PR] GH-39227: [C++][Parquet] new Boolean RecordReader geting raw LSB bitmap [arrow] - posted by "mapleFU (via GitHub)" <gi...@apache.org> on 2024/03/29 11:40:09 UTC, 5 replies.
- [PR] Minor: Remove TPCH scale factor 10 from PR benchmark checks [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/29 11:55:34 UTC, 4 replies.
- [I] Support filter for ARRAY [arrow-datafusion] - posted by "jayzhan211 (via GitHub)" <gi...@apache.org> on 2024/03/29 11:59:05 UTC, 3 replies.
- [PR] Remove the two cases most likely to cause OOM in CI [arrow-datafusion] - posted by "gruuya (via GitHub)" <gi...@apache.org> on 2024/03/29 12:05:32 UTC, 0 replies.
- [PR] Update zstd-sys requirement from =2.0.9 to =2.0.10 [arrow-rs] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/29 13:17:51 UTC, 2 replies.
- [I] move Tan, Tanh, Trunc, Cot, Round, iszero functions to datafusion-functions crate [arrow-datafusion] - posted by "Omega359 (via GitHub)" <gi...@apache.org> on 2024/03/29 13:25:18 UTC, 0 replies.
- [I] move Radians, Signum, Sin, Sinh, Sqrt functions to datafusion-functions [arrow-datafusion] - posted by "Omega359 (via GitHub)" <gi...@apache.org> on 2024/03/29 13:26:47 UTC, 1 replies.
- [I] move Floor, Gcd, Lcm, Pi, Power to datafusion-functions [arrow-datafusion] - posted by "Omega359 (via GitHub)" <gi...@apache.org> on 2024/03/29 13:28:41 UTC, 3 replies.
- [I] move Cbrt, Ceil, Cos, Cosh, Degrees, Exp, Factorial to datafusion-functions [arrow-datafusion] - posted by "Omega359 (via GitHub)" <gi...@apache.org> on 2024/03/29 13:30:19 UTC, 1 replies.
- Re: [PR] Minor: Remove the bench most likely to cause OOM in CI [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/29 13:41:43 UTC, 0 replies.
- Re: [PR] doc: Add `Spice.ai` to Known Users [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/29 13:43:53 UTC, 1 replies.
- [I] Minor: remove extra 'regexp_match_1000' test from regx.rs benchmark [arrow-datafusion] - posted by "Omega359 (via GitHub)" <gi...@apache.org> on 2024/03/29 13:48:39 UTC, 3 replies.
- Re: [PR] doc: Add `datafusion-federation` to Integrations [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/29 14:07:55 UTC, 0 replies.
- [PR] move the Translate, SubstrIndex, FindInSet functions to datafusion-functions [arrow-datafusion] - posted by "Omega359 (via GitHub)" <gi...@apache.org> on 2024/03/29 14:14:46 UTC, 4 replies.
- [PR] Minor: Move depcheck out of datafusion crate (200 less crates for compilation) [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/29 14:39:19 UTC, 0 replies.
- [PR] GH-40868: [C++][Parquet] Minor: Remove "Experimental" for parquet::RecordReader [arrow] - posted by "mapleFU (via GitHub)" <gi...@apache.org> on 2024/03/29 14:41:08 UTC, 3 replies.
- Re: [PR] Introduce `TreeNodeMutator` for rewriting `TreeNode`s in place, change optimizer to rewrite `LogicalPlan` in place [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/29 14:55:33 UTC, 3 replies.
- Re: [PR] Add test for reading back file created with `COPY ... OPTIONS (FORMAT..)` options [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/29 14:58:42 UTC, 0 replies.
- [PR] GH-40888: [Go][FlightRPC] support conversion from array.Duration in FlightSQL driver [arrow] - posted by "waynr (via GitHub)" <gi...@apache.org> on 2024/03/29 15:13:05 UTC, 2 replies.
- Re: [PR] Minor: Move depcheck out of datafusion crate (200 less crates to compile) [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/29 15:14:37 UTC, 10 replies.
- [PR] Minor: delete duplicate bench test [arrow-datafusion] - posted by "Lordworms (via GitHub)" <gi...@apache.org> on 2024/03/29 15:26:24 UTC, 1 replies.
- [PR] MINOR: [Java] Bump org.apache.hadoop dependencies from 3.3.6 to 3.4.0 in /java [arrow] - posted by "ianmcook (via GitHub)" <gi...@apache.org> on 2024/03/29 15:32:52 UTC, 6 replies.
- [PR] GH-40891: [JS] Store Dates as TimestampMillisecond [arrow] - posted by "domoritz (via GitHub)" <gi...@apache.org> on 2024/03/29 15:49:28 UTC, 0 replies.
- [PR] GH- 40893: [Java][FlightRPC] Support IntervalMonthDayNanoVector in FlightSQL JDBC Driver [arrow] - posted by "pgwhalen (via GitHub)" <gi...@apache.org> on 2024/03/29 16:19:20 UTC, 1 replies.
- Re: [PR] GH-40893: [Java][FlightRPC] Support IntervalMonthDayNanoVector in FlightSQL JDBC Driver [arrow] - posted by "github-actions[bot] (via GitHub)" <gi...@apache.org> on 2024/03/29 16:20:29 UTC, 10 replies.
- [PR] doc: Update supported expressions [arrow-datafusion-comet] - posted by "viirya (via GitHub)" <gi...@apache.org> on 2024/03/29 18:10:57 UTC, 8 replies.
- Re: [I] [Java] EPL Dependencies [arrow] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/29 18:21:23 UTC, 6 replies.
- Re: [PR] GH-40069: [C++] Use DCLP to prevent race conditions in reading/writing scalar scratch space [arrow] - posted by "zanmato1984 (via GitHub)" <gi...@apache.org> on 2024/03/29 19:02:33 UTC, 0 replies.
- [PR] [WIP] GH-35081: [Python] construct pandas.DataFrame with public API in `to_pandas` [arrow] - posted by "jorisvandenbossche (via GitHub)" <gi...@apache.org> on 2024/03/29 19:16:34 UTC, 1 replies.
- [PR] feat: explicit implementation for union's required_input_ordering [arrow-datafusion] - posted by "NGA-TRAN (via GitHub)" <gi...@apache.org> on 2024/03/29 19:22:48 UTC, 3 replies.
- [I] move the Log2, Log10, Ln functions to datafusion-functions crate [arrow-datafusion] - posted by "tinfoil-knight (via GitHub)" <gi...@apache.org> on 2024/03/29 19:23:55 UTC, 2 replies.
- [PR] move log2 [arrow-datafusion] - posted by "tinfoil-knight (via GitHub)" <gi...@apache.org> on 2024/03/29 19:50:35 UTC, 0 replies.
- Re: [I] [C#][Integration] C# C Data interface might not be releasing zero-length `ArrowArray` imports [arrow] - posted by "CurtHagenlocher (via GitHub)" <gi...@apache.org> on 2024/03/29 20:06:38 UTC, 2 replies.
- [PR] GH-40899: [CI][Java] Check dependency licenses [arrow] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/29 20:19:14 UTC, 0 replies.
- [PR] GH-40900: [Go] Fix Mallocator Weirdness [arrow] - posted by "zeroshade (via GitHub)" <gi...@apache.org> on 2024/03/29 20:23:43 UTC, 1 replies.
- Re: [I] adbc_driver_manager.OperationalError: UNKNOWN: [Snowflake] arrow/ipc: unknown error while reading: cannot allocate memory [arrow-adbc] - posted by "zeroshade (via GitHub)" <gi...@apache.org> on 2024/03/29 20:24:24 UTC, 0 replies.
- Re: [I] Can you stream multiple arrow tables back ? [arrow] - posted by "zeroshade (via GitHub)" <gi...@apache.org> on 2024/03/29 20:52:30 UTC, 2 replies.
- Re: [PR] GH-39898: [C++] Add support for OpenTelemetry logging [arrow] - posted by "benibus (via GitHub)" <gi...@apache.org> on 2024/03/29 21:15:40 UTC, 0 replies.
- [PR] GH-40896: Remove runtime dependencies on Eclipse, logback [arrow] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/29 21:15:53 UTC, 8 replies.
- [PR] fix: Only maps FIXED_LEN_BYTE_ARRAY to String for uuid type [arrow-datafusion-comet] - posted by "huaxingao (via GitHub)" <gi...@apache.org> on 2024/03/29 22:27:59 UTC, 5 replies.
- Re: [I] [Swift] Implement FFI support [arrow] - posted by "abandy (via GitHub)" <gi...@apache.org> on 2024/03/29 23:05:46 UTC, 0 replies.
- [I] Common expression elimination should also re-find the correct expression, during re-write. [arrow-datafusion] - posted by "wiedld (via GitHub)" <gi...@apache.org> on 2024/03/29 23:42:42 UTC, 2 replies.
- [PR] fix(9870): common expression elimination optimization, should always re-find the correct expression during re-write. [arrow-datafusion] - posted by "wiedld (via GitHub)" <gi...@apache.org> on 2024/03/29 23:55:25 UTC, 6 replies.
- Re: [I] [Java] Incomplete shading of the Arrow FlightSQL JDBC driver [arrow] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/30 01:29:29 UTC, 0 replies.
- [PR] GH-40907: [Java][FlightSQL] Shade slf4j-api in JDBC driver [arrow] - posted by "laurentgo (via GitHub)" <gi...@apache.org> on 2024/03/30 03:42:08 UTC, 6 replies.
- Re: [I] [Python] bool followed by float disallowed, but float followed by bool allowed [arrow] - posted by "Wainberg (via GitHub)" <gi...@apache.org> on 2024/03/30 05:14:23 UTC, 3 replies.
- Re: [PR] GH-40431: [C++] Move key_hash/key_map/light_array related files to internal for prevent using by users [arrow] - posted by "ZhangHuiGui (via GitHub)" <gi...@apache.org> on 2024/03/30 05:40:10 UTC, 0 replies.
- [I] Support `List` in `compare_op` [arrow-rs] - posted by "Weijun-H (via GitHub)" <gi...@apache.org> on 2024/03/30 08:39:18 UTC, 1 replies.
- Re: [I] [C++] Decimal divide promotion rule output wrong precision and scale during expression Bind when scale1 >= scale2 [arrow] - posted by "ZhangHuiGui (via GitHub)" <gi...@apache.org> on 2024/03/30 08:45:50 UTC, 0 replies.
- [PR] move `Atan`, `Acosh`, `Asinh`, `Atanh` to `datafusion-function` [arrow-datafusion] - posted by "Weijun-H (via GitHub)" <gi...@apache.org> on 2024/03/30 12:24:30 UTC, 2 replies.
- [I] Stop copying `Expr`s so much during Common Subexpression Elimination [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/30 12:33:41 UTC, 0 replies.
- Re: [PR] move Log2, Log10, Ln to datafusion-functions [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/30 13:03:28 UTC, 4 replies.
- Re: [I] Implement Run Length Encoding (RLE) / Run End Encoding (REE) support (Epic) [arrow-rs] - posted by "fabianmurariu (via GitHub)" <gi...@apache.org> on 2024/03/30 13:55:11 UTC, 1 replies.
- [PR] Make FirstValue UDAF based function [arrow-datafusion] - posted by "jayzhan211 (via GitHub)" <gi...@apache.org> on 2024/03/30 14:30:28 UTC, 5 replies.
- [PR] initial version of filter for run end array with i64 run_ends [arrow-rs] - posted by "fabianmurariu (via GitHub)" <gi...@apache.org> on 2024/03/30 17:56:26 UTC, 2 replies.
- [PR] build(deps): bump pyo3-build-config from 0.20.2 to 0.21.0 [arrow-datafusion-python] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/30 19:26:38 UTC, 0 replies.
- [PR] build(deps): bump syn from 2.0.48 to 2.0.57 [arrow-datafusion-python] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/30 19:26:50 UTC, 0 replies.
- [PR] build(deps): bump async-trait from 0.1.77 to 0.1.79 [arrow-datafusion-python] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/30 19:27:08 UTC, 0 replies.
- [PR] build(deps): bump regex-syntax from 0.8.2 to 0.8.3 [arrow-datafusion-python] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/30 19:27:19 UTC, 0 replies.
- [PR] build(deps): bump tokio from 1.36.0 to 1.37.0 [arrow-datafusion-python] - posted by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/30 19:27:32 UTC, 0 replies.
- [I] move the Log, Power functions to datafusion-functions crate [arrow-datafusion] - posted by "tinfoil-knight (via GitHub)" <gi...@apache.org> on 2024/03/30 19:39:39 UTC, 1 replies.
- Re: [PR] chore(r): Add DBItest suite to CI via adbi [arrow-adbc] - posted by "krlmlr (via GitHub)" <gi...@apache.org> on 2024/03/30 19:56:37 UTC, 0 replies.
- [PR] Simplify Expr::map_children [arrow-datafusion] - posted by "peter-toth (via GitHub)" <gi...@apache.org> on 2024/03/30 20:00:04 UTC, 0 replies.
- [I] Add benchmark for substr_index [arrow-datafusion] - posted by "Omega359 (via GitHub)" <gi...@apache.org> on 2024/03/30 20:06:15 UTC, 1 replies.
- Re: [I] Remove `struct` UDF, and use `named_struct` everywhere [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/30 20:12:58 UTC, 0 replies.
- [PR] Add benchmark for substr_index [arrow-datafusion] - posted by "Omega359 (via GitHub)" <gi...@apache.org> on 2024/03/30 20:45:38 UTC, 2 replies.
- [I] Request: Improve Monotoniciy API [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/30 20:55:44 UTC, 1 replies.
- Re: [I] instr function doesn't correctly account for non-ascii strings [arrow-datafusion] - posted by "Omega359 (via GitHub)" <gi...@apache.org> on 2024/03/30 23:35:22 UTC, 1 replies.
- [I] Macro based scalar function definitions make IDE harder to trace function usage [arrow-datafusion] - posted by "viirya (via GitHub)" <gi...@apache.org> on 2024/03/31 00:21:11 UTC, 0 replies.
- [PR] feat: Change default value of columnar shuffle config [arrow-datafusion-comet] - posted by "viirya (via GitHub)" <gi...@apache.org> on 2024/03/31 01:59:45 UTC, 0 replies.
- [I] ci: Investigate running `cargo udeps` in ci. [arrow-datafusion] - posted by "liurenjie1024 (via GitHub)" <gi...@apache.org> on 2024/03/31 03:36:38 UTC, 1 replies.
- [I] Make `filter` in `filter_leaves` API propagate error [arrow-rs] - posted by "viirya (via GitHub)" <gi...@apache.org> on 2024/03/31 04:47:17 UTC, 0 replies.
- [PR] Move `Radians`, `Signum`, `Sin`, `Sinh`, `Sqrt` functions to `datafusion-functions` crate [arrow-datafusion] - posted by "erenavsarogullari (via GitHub)" <gi...@apache.org> on 2024/03/31 05:19:35 UTC, 0 replies.
- Re: [I] [R] Can't install `adbcflightsql` from CRAN [arrow-adbc] - posted by "eitsupi (via GitHub)" <gi...@apache.org> on 2024/03/31 05:23:02 UTC, 0 replies.
- [PR] minor(doc): fix dead link for catalogs example [arrow-datafusion] - posted by "yjshen (via GitHub)" <gi...@apache.org> on 2024/03/31 05:30:38 UTC, 2 replies.
- [I] Expose `ExternalSorter`' s `spilled_rows` metric [arrow-datafusion] - posted by "erenavsarogullari (via GitHub)" <gi...@apache.org> on 2024/03/31 05:44:39 UTC, 1 replies.
- [PR] Propagate error from filter closure in `filter_leaves`. [arrow-rs] - posted by "viirya (via GitHub)" <gi...@apache.org> on 2024/03/31 05:48:50 UTC, 2 replies.
- [PR] Add `ExternalSorter`' s `spilled_rows` metric [arrow-datafusion] - posted by "erenavsarogullari (via GitHub)" <gi...@apache.org> on 2024/03/31 06:01:33 UTC, 0 replies.
- [I] Add Spark expression coverage [arrow-datafusion-comet] - posted by "viirya (via GitHub)" <gi...@apache.org> on 2024/03/31 06:50:33 UTC, 0 replies.
- Re: [I] [C++] Lost several conjunctions in SimplifyWithGuarantee [arrow] - posted by "ZhangHuiGui (via GitHub)" <gi...@apache.org> on 2024/03/31 08:14:40 UTC, 0 replies.
- [PR] Minor: Add SIGMOD paper reference to architecture guide [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/31 09:36:24 UTC, 0 replies.
- Re: [PR] move `Atan2`, `Atan`, `Acosh`, `Asinh`, `Atanh` to `datafusion-function` [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/31 09:41:17 UTC, 2 replies.
- [PR] chore: remove repetitive words [arrow] - posted by "carehabit (via GitHub)" <gi...@apache.org> on 2024/03/31 09:46:12 UTC, 1 replies.
- [I] Page pruning on unsigned integers is not tested [arrow-datafusion] - posted by "progval (via GitHub)" <gi...@apache.org> on 2024/03/31 10:30:26 UTC, 0 replies.
- [PR] parquet: Add tests for page pruning on unsigned integers [arrow-datafusion] - posted by "progval (via GitHub)" <gi...@apache.org> on 2024/03/31 10:30:33 UTC, 3 replies.
- [PR] Refactor: math functions in datafusion code [arrow-datafusion] - posted by "Weijun-H (via GitHub)" <gi...@apache.org> on 2024/03/31 11:21:44 UTC, 0 replies.
- Re: [I] Implement BigQuery Driver [arrow-adbc] - posted by "josevalim (via GitHub)" <gi...@apache.org> on 2024/03/31 11:33:31 UTC, 0 replies.
- Re: [I] parquet: Page pruning on unsigned integers is not tested [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/31 11:40:23 UTC, 0 replies.
- Re: [PR] Add `spilled_rows` metric to `ExternalSorter` by `IPCWriter` [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/31 11:44:03 UTC, 3 replies.
- [I] Optimize performance of the substr_index function [arrow-datafusion] - posted by "alamb (via GitHub)" <gi...@apache.org> on 2024/03/31 12:11:17 UTC, 0 replies.
- Re: [PR] Make FirstValue an UDAF [arrow-datafusion] - posted by "jayzhan211 (via GitHub)" <gi...@apache.org> on 2024/03/31 14:41:55 UTC, 2 replies.
- [PR] GH-38372: [C++] replace memo table with a swiss table like implementation [arrow] - posted by "SGZW (via GitHub)" <gi...@apache.org> on 2024/03/31 15:02:27 UTC, 6 replies.
- Re: [I] [Java][FlightRPC] IntervalMonthDayNanoVector should be supported in FlightSQL JDBC Driver [arrow] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/31 15:11:16 UTC, 0 replies.
- [I] expr.slt test failing in main [arrow-datafusion] - posted by "Omega359 (via GitHub)" <gi...@apache.org> on 2024/03/31 15:24:39 UTC, 2 replies.
- Re: [PR] GH-39214: [Java] Support reproducible build [arrow] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/31 15:32:04 UTC, 2 replies.
- [PR] chore: bump versions and add changelog for 0.11.0 [arrow-adbc] - posted by "lidavidm (via GitHub)" <gi...@apache.org> on 2024/03/31 15:55:04 UTC, 0 replies.
- [I] Create physical scalar expression in `functions` modules from string [arrow-datafusion] - posted by "viirya (via GitHub)" <gi...@apache.org> on 2024/03/31 19:00:52 UTC, 0 replies.
- [I] Stack overflows and large_futures clippy errors on v37-rc1 [arrow-datafusion] - posted by "sergiimk (via GitHub)" <gi...@apache.org> on 2024/03/31 19:21:59 UTC, 2 replies.
- Re: [PR] feat: Use specified branch of arrow-rs with workaround to invalid offset buffers from Java Arrow [arrow-datafusion-comet] - posted by "codecov-commenter (via GitHub)" <gi...@apache.org> on 2024/03/31 22:53:50 UTC, 0 replies.