[GitHub] [arrow] candiduslynx commented on pull request #35973: GH-35015: [Go] Fix parquet memleak

2023-06-07 Thread via GitHub
candiduslynx commented on PR #35973: URL: https://github.com/apache/arrow/pull/35973#issuecomment-1581993313 > Looks like you've got some tests failing with `Too many releases`, you can enable that check locally by using the `-tags assert` flag when you run `go test` Yeah, I forgot t

[GitHub] [arrow] mapleFU commented on pull request #35989: GH-34351: [C++][Parquet] Statistic: tiny optimization and specification

2023-06-07 Thread via GitHub
mapleFU commented on PR #35989: URL: https://github.com/apache/arrow/pull/35989#issuecomment-1581985853 Another problem is that: ```c++ template static std::shared_ptr MakeTypedColumnStats( const format::ColumnMetaData& metadata, const ColumnDescriptor* descr) { // I

[GitHub] [arrow] ursabot commented on pull request #35667: GH-33987: [R] Support new dplyr .by/by argument

2023-06-07 Thread via GitHub
ursabot commented on PR #35667: URL: https://github.com/apache/arrow/pull/35667#issuecomment-1581972140 Benchmark runs are scheduled for baseline = c62ce6b179f67ff57fa1571b01f356739727c0c9 and contender = a0d28deefd660adc6b14c4ac5fe4ed4175d4fedb. a0d28deefd660adc6b14c4ac5fe4ed4175d4fedb is

[GitHub] [arrow-adbc] jorisvandenbossche commented on pull request #743: chore: add collaborators to .asf.yaml

2023-06-07 Thread via GitHub
jorisvandenbossche commented on PR #743: URL: https://github.com/apache/arrow-adbc/pull/743#issuecomment-1581971309 > Weirdly enough, the documentation is not public, but the [implementation](https://github.com/apache/infrastructure-p6/blob/production/modules/gitbox/files/asfgit/package/asfy

[GitHub] [arrow] westonpace commented on a diff in pull request #35514: GH-35515: [C++][Python] Add non decomposable aggregation UDF

2023-06-07 Thread via GitHub
westonpace commented on code in PR #35514: URL: https://github.com/apache/arrow/pull/35514#discussion_r1222497897 ## python/pyarrow/src/arrow/python/udf.cc: ## @@ -15,15 +15,19 @@ // specific language governing permissions and limitations // under the License. -#include "arr

[GitHub] [arrow-datafusion] oridag opened a new issue, #6597: Return type of the struct function is always a struct with an empty list of fields

2023-06-07 Thread via GitHub
oridag opened a new issue, #6597: URL: https://github.com/apache/arrow-datafusion/issues/6597 ### Describe the bug Same as title ### To Reproduce ```rust use datafusion::prelude::*; use datafusion_expr::BuiltinScalarFunction; ​ #[tokio::main] async fn main(

[GitHub] [arrow] kou commented on a diff in pull request #35977: GH-35693: [MATLAB] Add `Valid` as a name-value pair on the `arrow.array.Float64Array` constructor

2023-06-07 Thread via GitHub
kou commented on code in PR #35977: URL: https://github.com/apache/arrow/pull/35977#discussion_r1222513086 ## matlab/test/arrow/args/tParseValidElements.m: ## @@ -0,0 +1,163 @@ +% Licensed to the Apache Software Foundation (ASF) under one or more +% contributor license agreement

[GitHub] [arrow] mapleFU commented on pull request #35989: GH-34351: [C++][Parquet] Statistic: tiny optimization and specification

2023-06-07 Thread via GitHub
mapleFU commented on PR #35989: URL: https://github.com/apache/arrow/pull/35989#issuecomment-1581935377 Some notes: 1. Builder of `Statistics` will always have `has_null_count_`, and ignore `has_distinct_count_` (not build when building `EncodedStatistics`). `has_min_max_` will be `false

[GitHub] [arrow] github-actions[bot] commented on pull request #35962: GH-35961: [C++][FlightSQL] Accept Protobuf 3.12.0 or later

2023-06-07 Thread via GitHub
github-actions[bot] commented on PR #35962: URL: https://github.com/apache/arrow/pull/35962#issuecomment-1581923237 Revision: 7f8d3005999f789eb0f934ee5d3ab239e36d6f44 Submitted crossbow builds: [ursacomputing/crossbow @ actions-28f35f37d0](https://github.com/ursacomputing/crossbow/bra

[GitHub] [arrow] kou commented on pull request #35962: GH-35961: [C++][FlightSQL] Accept Protobuf 3.12.0 or later

2023-06-07 Thread via GitHub
kou commented on PR #35962: URL: https://github.com/apache/arrow/pull/35962#issuecomment-1581921273 @github-actions crossbow submit ubuntu-focal-* debian-bookworm-* -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

[GitHub] [arrow-datafusion] jackwener opened a new issue, #6596: Some expression return wrong expression

2023-06-07 Thread via GitHub
jackwener opened a new issue, #6596: URL: https://github.com/apache/arrow-datafusion/issues/6596 ### Describe the bug Some expression return wrong expression like. Internal error: Optimizer rule 'simplify_expressions' failed, due to generate a different schema, original schema:

[GitHub] [arrow-datafusion] jackwener opened a new pull request, #6595: expression return wrong expression

2023-06-07 Thread via GitHub
jackwener opened a new pull request, #6595: URL: https://github.com/apache/arrow-datafusion/pull/6595 # Which issue does this PR close? Closes #. # Rationale for this change # What changes are included in this PR? # Are these changes tested?

[GitHub] [arrow] hkpeaks commented on issue #35688: How to approach to implement Parquet-Go file format

2023-06-07 Thread via GitHub
hkpeaks commented on issue #35688: URL: https://github.com/apache/arrow/issues/35688#issuecomment-1581888480 @ zeroshade, now I know who are you, Matt Topol, the Arrow In Memory Analytics author. -- This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [arrow-datafusion] jiangzhx opened a new pull request, #6594: Make the struct function return the correct data type.

2023-06-07 Thread via GitHub
jiangzhx opened a new pull request, #6594: URL: https://github.com/apache/arrow-datafusion/pull/6594 # Which issue does this PR close? ``` use datafusion::prelude::*; use datafusion_expr::BuiltinScalarFunction; ​ #[tokio::main] async fn main() -> datafusion::erro

[GitHub] [arrow] h-vetinari commented on issue #35986: [C++] Compatibility with protobuf 4.23.x

2023-06-07 Thread via GitHub
h-vetinari commented on issue #35986: URL: https://github.com/apache/arrow/issues/35986#issuecomment-1581882767 Ah, nevermind, that's most likely because we switched our grpc builds to be shared in conda-forge... -- This is an automated message from the Apache Git Service. To respond to t

[GitHub] [arrow] h-vetinari commented on issue #35986: [C++] Compatibility with protobuf 4.23.x

2023-06-07 Thread via GitHub
h-vetinari commented on issue #35986: URL: https://github.com/apache/arrow/issues/35986#issuecomment-1581882255 Next issue on windows: ``` [102/129] Linking CXX shared library release\arrow_flight.dll FAILED: release/arrow_flight.dll release/arrow_flight.lib cmd.exe /C "cd . &&

[GitHub] [arrow] h-vetinari commented on issue #35987: [C++] Add support for Protobuf 23.2 on non-Windows

2023-06-07 Thread via GitHub
h-vetinari commented on issue #35987: URL: https://github.com/apache/arrow/issues/35987#issuecomment-1581864432 > I think that [protocolbuffers/protobuf#12983](https://github.com/protocolbuffers/protobuf/pull/12983) solves this but it's not released yet. I have a feeling that this mi

[GitHub] [arrow] h-vetinari commented on issue #35986: [C++] Compatibility with protobuf 4.23.x

2023-06-07 Thread via GitHub
h-vetinari commented on issue #35986: URL: https://github.com/apache/arrow/issues/35986#issuecomment-1581863394 I had searched for issues before opening one, but hadn't seen #35538 for some reason, sorry. I'm backporting https://github.com/apache/arrow/commit/b80c6551570b8324298a12dc36be1b5

[GitHub] [arrow] mapleFU opened a new pull request, #35989: GH-34351: [C++][Parquet] Statistic: tiny optimization and specification

2023-06-07 Thread via GitHub
mapleFU opened a new pull request, #35989: URL: https://github.com/apache/arrow/pull/35989 ### Rationale for this change ### What changes are included in this PR? 1. This patch does some tiny optimizations on Parquet C++ Statistics. It does: ``` For mi

[GitHub] [arrow] h-vetinari commented on issue #35986: [C++] Compatibility with protobuf 4.23.x

2023-06-07 Thread via GitHub
h-vetinari commented on issue #35986: URL: https://github.com/apache/arrow/issues/35986#issuecomment-1581858889 Looking at #35987, it seems that `main` has already progress a bit further on this, and looking at the affected file, I see https://github.com/apache/arrow/commit/b80c6551570b8324

[GitHub] [arrow] h-vetinari commented on issue #35987: [C++] Add support for Protobuf 23.2 on non-Windows

2023-06-07 Thread via GitHub
h-vetinari commented on issue #35987: URL: https://github.com/apache/arrow/issues/35987#issuecomment-1581857392 I opened a very similar issue just ahead of you: #35986 ;-) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [arrow] wgtmac commented on a diff in pull request #35825: GH-32723: [C++][Parquet] Add option to use LARGE* variants of binary types

2023-06-07 Thread via GitHub
wgtmac commented on code in PR #35825: URL: https://github.com/apache/arrow/pull/35825#discussion_r1222363698 ## cpp/examples/parquet/parquet_arrow/reader_writer.cc: ## @@ -137,4 +137,4 @@ int main(int argc, char** argv) { read_single_rowgroup(); read_single_column(); r

[GitHub] [arrow-datafusion] web3creator commented on issue #6586: Why is this group by statement inconsistent with what I expected

2023-06-07 Thread via GitHub
web3creator commented on issue #6586: URL: https://github.com/apache/arrow-datafusion/issues/6586#issuecomment-1581843667 > hi @web3creator . if your query like `SELECT c1,c2,c3 from aggregate_test_100 GROUP BY c1,c2,c3` will get all unique combinations for c1 and c2 and c3 your result sho

[GitHub] [arrow-datafusion] r4ntix commented on issue #6577: Why exclude datafusion-cli from workspace?

2023-06-07 Thread via GitHub
r4ntix commented on issue #6577: URL: https://github.com/apache/arrow-datafusion/issues/6577#issuecomment-1581839680 @alamb @jiangzhx Thanks. From #2071 's comment, I see that it can make sense. I will try to add datafusion-cli test to the CI Job. -- This is an automated message fr

[GitHub] [arrow] ursabot commented on pull request #35895: GH-35601: [R][Documentation] Add missing docs to fileysystem.R

2023-06-07 Thread via GitHub
ursabot commented on PR #35895: URL: https://github.com/apache/arrow/pull/35895#issuecomment-1581839244 Benchmark runs are scheduled for baseline = daacbcc4c5f0e435b2158896584a4385dbf38986 and contender = c62ce6b179f67ff57fa1571b01f356739727c0c9. c62ce6b179f67ff57fa1571b01f356739727c0c9 is

[GitHub] [arrow-datafusion] jackwener commented on pull request #6578: fix: type coercion support date - date

2023-06-07 Thread via GitHub
jackwener commented on PR #6578: URL: https://github.com/apache/arrow-datafusion/pull/6578#issuecomment-1581836703 Thanks @alamb review -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specif

[GitHub] [arrow-datafusion] jackwener merged pull request #6578: fix: type coercion support date - date

2023-06-07 Thread via GitHub
jackwener merged PR #6578: URL: https://github.com/apache/arrow-datafusion/pull/6578 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@

[GitHub] [arrow] adamreeve commented on a diff in pull request #35496: GH-33856: [C#] Implement C Data Interface for C#

2023-06-07 Thread via GitHub
adamreeve commented on code in PR #35496: URL: https://github.com/apache/arrow/pull/35496#discussion_r1222407723 ## csharp/src/Apache.Arrow/C/CArrowArrayStreamImporter.cs: ## @@ -0,0 +1,137 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributo

[GitHub] [arrow] CurtHagenlocher commented on a diff in pull request #35496: GH-33856: [C#] Implement C Data Interface for C#

2023-06-07 Thread via GitHub
CurtHagenlocher commented on code in PR #35496: URL: https://github.com/apache/arrow/pull/35496#discussion_r1222406492 ## csharp/src/Apache.Arrow/C/CArrowArrayStreamImporter.cs: ## @@ -0,0 +1,137 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more cont

[GitHub] [arrow] CurtHagenlocher commented on a diff in pull request #35496: GH-33856: [C#] Implement C Data Interface for C#

2023-06-07 Thread via GitHub
CurtHagenlocher commented on code in PR #35496: URL: https://github.com/apache/arrow/pull/35496#discussion_r1222406492 ## csharp/src/Apache.Arrow/C/CArrowArrayStreamImporter.cs: ## @@ -0,0 +1,137 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more cont

[GitHub] [arrow] CurtHagenlocher commented on a diff in pull request #35496: GH-33856: [C#] Implement C Data Interface for C#

2023-06-07 Thread via GitHub
CurtHagenlocher commented on code in PR #35496: URL: https://github.com/apache/arrow/pull/35496#discussion_r1222404105 ## csharp/src/Apache.Arrow/C/CArrowArrayExporter.cs: ## @@ -0,0 +1,211 @@ +// Licensed to the Apache Software Foundation (ASF) under one or more +// contributor

[GitHub] [arrow] CurtHagenlocher commented on a diff in pull request #35496: GH-33856: [C#] Implement C Data Interface for C#

2023-06-07 Thread via GitHub
CurtHagenlocher commented on code in PR #35496: URL: https://github.com/apache/arrow/pull/35496#discussion_r1222401359 ## csharp/src/Apache.Arrow/C/CArrowArrayStreamImporter.cs: ## @@ -0,0 +1,137 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more cont

[GitHub] [arrow] github-actions[bot] commented on pull request #35962: GH-35961: [C++][FlightSQL] Accept Protobuf 3.12.0 or later

2023-06-07 Thread via GitHub
github-actions[bot] commented on PR #35962: URL: https://github.com/apache/arrow/pull/35962#issuecomment-1581820714 Revision: 7f8d3005999f789eb0f934ee5d3ab239e36d6f44 Submitted crossbow builds: [ursacomputing/crossbow @ actions-730c58ec5f](https://github.com/ursacomputing/crossbow/bra

[GitHub] [arrow] kou commented on pull request #35962: GH-35961: [C++][FlightSQL] Accept Protobuf 3.12.0 or later

2023-06-07 Thread via GitHub
kou commented on PR #35962: URL: https://github.com/apache/arrow/pull/35962#issuecomment-1581818730 @github-actions crossbow submit ubuntu-jammy-* ubuntu-kinetic-* debian-bullseye-* test-ubuntu-*-cpp test-debian-*-cpp-* -- This is an automated message from the Apache Git Service. To respo

[GitHub] [arrow-datafusion] jiangzhx commented on issue #6586: Why is this group by statement inconsistent with what I expected

2023-06-07 Thread via GitHub
jiangzhx commented on issue #6586: URL: https://github.com/apache/arrow-datafusion/issues/6586#issuecomment-1581811693 hi @web3creator . if your query like `SELECT c1,c2,c3 from aggregate_test_100 GROUP BY c1,c2,c3` will get all unique combinations for c1 and c2 and c3 your res

[GitHub] [arrow] kou commented on pull request #35962: GH-35961: [C++][FlightSQL] Accept Protobuf 3.12.0 or later

2023-06-07 Thread via GitHub
kou commented on PR #35962: URL: https://github.com/apache/arrow/pull/35962#issuecomment-1581806571 I think that it's not related to the problem. I've opened #35987. See it for details. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [arrow-datafusion] parkma99 opened a new pull request, #6593: feat: make_array support empty arguments

2023-06-07 Thread via GitHub
parkma99 opened a new pull request, #6593: URL: https://github.com/apache/arrow-datafusion/pull/6593 # Which issue does this PR close? Closes #6561 # Rationale for this change # What changes are included in this PR? # Are these changes test

[GitHub] [arrow] CurtHagenlocher commented on a diff in pull request #35496: GH-33856: [C#] Implement C Data Interface for C#

2023-06-07 Thread via GitHub
CurtHagenlocher commented on code in PR #35496: URL: https://github.com/apache/arrow/pull/35496#discussion_r1222376209 ## csharp/src/Apache.Arrow/C/CArrowArrayStreamImporter.cs: ## @@ -0,0 +1,137 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more cont

[GitHub] [arrow-datafusion] web3creator commented on issue #6586: Why is this group by statement inconsistent with what I expected

2023-06-07 Thread via GitHub
web3creator commented on issue #6586: URL: https://github.com/apache/arrow-datafusion/issues/6586#issuecomment-158171 > HI @web3creator your query > > ``` > "SELECT c1,c2 from aggregate_test_100 GROUP BY c1,c2", > ``` > > groups by both c1, c2. in this ca

[GitHub] [arrow] CurtHagenlocher commented on a diff in pull request #35810: GH-35809: [C#] Improvements to the C interface.

2023-06-07 Thread via GitHub
CurtHagenlocher commented on code in PR #35810: URL: https://github.com/apache/arrow/pull/35810#discussion_r1210389059 ## csharp/src/Apache.Arrow/C/CArrowArrayExporter.cs: ## @@ -203,6 +207,10 @@ private unsafe static void ReleaseArray(CArrowArray* cArray) private unsa

[GitHub] [arrow-datafusion] jackwener commented on issue #5821: Remove type coercion of case expression in Expr::Schema

2023-06-07 Thread via GitHub
jackwener commented on issue #5821: URL: https://github.com/apache/arrow-datafusion/issues/5821#issuecomment-1581798414 I'm working on it -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the spec

[GitHub] [arrow] CurtHagenlocher commented on a diff in pull request #35496: GH-33856: [C#] Implement C Data Interface for C#

2023-06-07 Thread via GitHub
CurtHagenlocher commented on code in PR #35496: URL: https://github.com/apache/arrow/pull/35496#discussion_r1222376209 ## csharp/src/Apache.Arrow/C/CArrowArrayStreamImporter.cs: ## @@ -0,0 +1,137 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more cont

[GitHub] [arrow] CurtHagenlocher commented on a diff in pull request #35496: GH-33856: [C#] Implement C Data Interface for C#

2023-06-07 Thread via GitHub
CurtHagenlocher commented on code in PR #35496: URL: https://github.com/apache/arrow/pull/35496#discussion_r1222376209 ## csharp/src/Apache.Arrow/C/CArrowArrayStreamImporter.cs: ## @@ -0,0 +1,137 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more cont

[GitHub] [arrow-julia] JuliaTagBot commented on issue #67: TagBot trigger issue

2023-06-07 Thread via GitHub
JuliaTagBot commented on issue #67: URL: https://github.com/apache/arrow-julia/issues/67#issuecomment-1581793722 Triggering TagBot for merged registry pull request: https://github.com/JuliaRegistries/General/pull/85100 -- This is an automated message from the Apache Git Service. To respon

[GitHub] [arrow-julia] JuliaTagBot commented on issue #67: TagBot trigger issue

2023-06-07 Thread via GitHub
JuliaTagBot commented on issue #67: URL: https://github.com/apache/arrow-julia/issues/67#issuecomment-1581793596 Triggering TagBot for merged registry pull request: https://github.com/JuliaRegistries/General/pull/85101 -- This is an automated message from the Apache Git Service. To respon

[GitHub] [arrow] adamreeve commented on a diff in pull request #35496: GH-33856: [C#] Implement C Data Interface for C#

2023-06-07 Thread via GitHub
adamreeve commented on code in PR #35496: URL: https://github.com/apache/arrow/pull/35496#discussion_r1222372263 ## csharp/src/Apache.Arrow/C/CArrowArrayStreamImporter.cs: ## @@ -0,0 +1,137 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributo

[GitHub] [arrow-datafusion] jackwener commented on a diff in pull request #6578: fix: type coercion support date - date

2023-06-07 Thread via GitHub
jackwener commented on code in PR #6578: URL: https://github.com/apache/arrow-datafusion/pull/6578#discussion_r1222365210 ## datafusion/expr/src/type_coercion/binary.rs: ## @@ -738,6 +740,8 @@ fn temporal_coercion(lhs_type: &DataType, rhs_type: &DataType) -> Option Some(Interv

[GitHub] [arrow-adbc] lidavidm merged pull request #743: chore: add collaborators to .asf.yaml

2023-06-07 Thread via GitHub
lidavidm merged PR #743: URL: https://github.com/apache/arrow-adbc/pull/743 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apa

[GitHub] [arrow-adbc] lidavidm commented on pull request #743: chore: add collaborators to .asf.yaml

2023-06-07 Thread via GitHub
lidavidm commented on PR #743: URL: https://github.com/apache/arrow-adbc/pull/743#issuecomment-1581780216 It's some magic on the Apache infrastructure side. Weirdly enough, the documentation is not public, but the [implementation](https://github.com/apache/infrastructure-p6/blob/produ

[GitHub] [arrow-julia] kou commented on pull request #455: bump version for new release

2023-06-07 Thread via GitHub
kou commented on PR #455: URL: https://github.com/apache/arrow-julia/pull/455#issuecomment-1581779458 Passed: https://lists.apache.org/thread/bfzng91j51vo3ygtsh8fzl5fmc3kcy2z -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [arrow-adbc] krlmlr commented on pull request #743: chore: add collaborators to .asf.yaml

2023-06-07 Thread via GitHub
krlmlr commented on PR #743: URL: https://github.com/apache/arrow-adbc/pull/743#issuecomment-1581778866 Interesting! Which tool processes this file? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go t

[GitHub] [arrow] kou merged pull request #35918: GH-35914: [MATLAB] Integrate the latest libmexclass changes to support error-handling

2023-06-07 Thread via GitHub
kou merged PR #35918: URL: https://github.com/apache/arrow/pull/35918 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.or

[GitHub] [arrow-adbc] lidavidm opened a new pull request, #743: chore: add collaborators to .asf.yaml

2023-06-07 Thread via GitHub
lidavidm opened a new pull request, #743: URL: https://github.com/apache/arrow-adbc/pull/743 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-

[GitHub] [arrow-adbc] lidavidm commented on pull request #742: fix(r): Fix parameter binding when inferring types and when retrieving

2023-06-07 Thread via GitHub
lidavidm commented on PR #742: URL: https://github.com/apache/arrow-adbc/pull/742#issuecomment-1581776805 See https://github.com/apache/arrow-adbc/pull/743 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [arrow-nanoarrow] paleolimbot opened a new pull request, #214: feat(extensions/nanoarrow_ipc): Add endian swapping to IPC reader

2023-06-07 Thread via GitHub
paleolimbot opened a new pull request, #214: URL: https://github.com/apache/arrow-nanoarrow/pull/214 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubsc

[GitHub] [arrow] kou commented on a diff in pull request #35985: GH-35969: [Swift] use ArrowType instead of ArrowType.info and add binary, time32 and time64 types

2023-06-07 Thread via GitHub
kou commented on code in PR #35985: URL: https://github.com/apache/arrow/pull/35985#discussion_r1222344262 ## swift/Arrow/Sources/Arrow/ArrowArray.swift: ## @@ -182,3 +182,52 @@ public class Date64Array: ArrowArray { } } } + +public class Time32Array: FixedArray {

[GitHub] [arrow-adbc] krlmlr commented on pull request #742: fix(r): Fix parameter binding when inferring types and when retrieving

2023-06-07 Thread via GitHub
krlmlr commented on PR #742: URL: https://github.com/apache/arrow-adbc/pull/742#issuecomment-1581759555 What should happen if parameters are required but not provided? What if there's a mismatch (parameter count or parameter names)? -- This is an automated message from the Apache Git Serv

[GitHub] [arrow-adbc] krlmlr opened a new pull request, #742: fix(r): Fix parameter binding when inferring types and when retrieving

2023-06-07 Thread via GitHub
krlmlr opened a new pull request, #742: URL: https://github.com/apache/arrow-adbc/pull/742 Needs tests on the C side and perhaps also on the R side. Please advise. Closes #734. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [arrow-adbc] paleolimbot merged pull request #733: chore(r/adbcdrivermanager): Excplicitly depend on development nanoarrow

2023-06-07 Thread via GitHub
paleolimbot merged PR #733: URL: https://github.com/apache/arrow-adbc/pull/733 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.

[GitHub] [arrow-nanoarrow] paleolimbot merged pull request #212: fix(r): Fix `convert_array_stream()` for non-record batch stream with zero batches

2023-06-07 Thread via GitHub
paleolimbot merged PR #212: URL: https://github.com/apache/arrow-nanoarrow/pull/212 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@a

[GitHub] [arrow-datafusion] comphead commented on a diff in pull request #6591: fix: not(null) should be true;

2023-06-07 Thread via GitHub
comphead commented on code in PR #6591: URL: https://github.com/apache/arrow-datafusion/pull/6591#discussion_r1222320474 ## datafusion/core/tests/sqllogictests/test_files/scalar.slt: ## @@ -911,15 +911,15 @@ SELECT not(true), not(false) false true -query BB -SELECT not(

[GitHub] [arrow-datafusion] comphead commented on issue #6524: array_agg panics on large rows.

2023-06-07 Thread via GitHub
comphead commented on issue #6524: URL: https://github.com/apache/arrow-datafusion/issues/6524#issuecomment-1581701662 @dadepo are you trying to show the result? reg to the stacktrace it failed on console output , not on the computation itself ``` 14: std::io::stdio::_print

[GitHub] [arrow-datafusion] comphead commented on issue #6586: Why is this group by statement inconsistent with what I expected

2023-06-07 Thread via GitHub
comphead commented on issue #6586: URL: https://github.com/apache/arrow-datafusion/issues/6586#issuecomment-1581698361 HI @web3creator your query ``` "SELECT c1,c2 from aggregate_test_100 GROUP BY c1,c2", ``` groups by both c1, c2. in this case you will get all u

[GitHub] [arrow] ursabot commented on pull request #35899: GH-35909: [Go] Deprecate `arrow.MapType.ValueField` & `arrow.MapType.ValueType` methods

2023-06-07 Thread via GitHub
ursabot commented on PR #35899: URL: https://github.com/apache/arrow/pull/35899#issuecomment-1581697127 Benchmark runs are scheduled for baseline = 77d8bc59fbbd44b285d4f1abf02f215ec33d8ad8 and contender = daacbcc4c5f0e435b2158896584a4385dbf38986. daacbcc4c5f0e435b2158896584a4385dbf38986 is

[GitHub] [arrow-julia] baumgold commented on issue #458: Error with v2.6.0

2023-06-07 Thread via GitHub
baumgold commented on issue #458: URL: https://github.com/apache/arrow-julia/issues/458#issuecomment-1581675112 @quinnj - I think I managed to do it. See my latest comment in #456. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

[GitHub] [arrow-julia] baumgold commented on pull request #456: implement default for SubArray

2023-06-07 Thread via GitHub
baumgold commented on PR #456: URL: https://github.com/apache/arrow-julia/pull/456#issuecomment-1581674295 I was able to reproduce this with the following: ```julia julia> NT = @NamedTuple{x::Int, y::Union{Missing,Int}}; julia> data = NT[(x=1,y=2), (x=2,y=missing), (x=3,y=4),

[GitHub] [arrow-julia] baumgold commented on a diff in pull request #456: implement default for SubArray

2023-06-07 Thread via GitHub
baumgold commented on code in PR #456: URL: https://github.com/apache/arrow-julia/pull/456#discussion_r1220575400 ## src/ArrowTypes/src/ArrowTypes.jl: ## @@ -348,6 +348,8 @@ function default(::Type{A}) where {A <: AbstractVector{T}} where {T} return a end +default(::Typ

[GitHub] [arrow-julia] baumgold commented on issue #458: Error with v2.6.0

2023-06-07 Thread via GitHub
baumgold commented on issue #458: URL: https://github.com/apache/arrow-julia/issues/458#issuecomment-1581620721 I’ve been working to come up with a simple reproducible example. Been tied up with some other stuff today but hope to spend more time tonight and tomorrow. Will let you know as so

[GitHub] [arrow-julia] quinnj commented on issue #458: Error with v2.6.0

2023-06-07 Thread via GitHub
quinnj commented on issue #458: URL: https://github.com/apache/arrow-julia/issues/458#issuecomment-1581579311 I have a relatively easy fix for @Moelf's case. I've been trying to figure out a way to reproduce @baumgold's error, but have been unsuccessful so far. -- This is an automated mes

[GitHub] [arrow-ballista-python] dependabot[bot] closed pull request #51: Update datafusion-expr requirement from 24.0.0 to 25.0.0

2023-06-07 Thread via GitHub
dependabot[bot] closed pull request #51: Update datafusion-expr requirement from 24.0.0 to 25.0.0 URL: https://github.com/apache/arrow-ballista-python/pull/51 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [arrow-ballista-python] dependabot[bot] commented on pull request #51: Update datafusion-expr requirement from 24.0.0 to 25.0.0

2023-06-07 Thread via GitHub
dependabot[bot] commented on PR #51: URL: https://github.com/apache/arrow-ballista-python/pull/51#issuecomment-1581569154 Superseded by #56. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the s

[GitHub] [arrow-ballista-python] dependabot[bot] opened a new pull request, #56: Update datafusion-expr requirement from 24.0.0 to 26.0.0

2023-06-07 Thread via GitHub
dependabot[bot] opened a new pull request, #56: URL: https://github.com/apache/arrow-ballista-python/pull/56 Updates the requirements on [datafusion-expr](https://github.com/apache/arrow-datafusion) to permit the latest version. Changelog Sourced from https://github.com/apache/arr

[GitHub] [arrow-ballista-python] dependabot[bot] commented on pull request #56: Update datafusion-expr requirement from 24.0.0 to 26.0.0

2023-06-07 Thread via GitHub
dependabot[bot] commented on PR #56: URL: https://github.com/apache/arrow-ballista-python/pull/56#issuecomment-1581569133 The following labels could not be found: `auto-dependencies`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [arrow-ballista-python] dependabot[bot] closed pull request #50: Update datafusion requirement from 24.0.0 to 25.0.0

2023-06-07 Thread via GitHub
dependabot[bot] closed pull request #50: Update datafusion requirement from 24.0.0 to 25.0.0 URL: https://github.com/apache/arrow-ballista-python/pull/50 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [arrow-ballista-python] dependabot[bot] commented on pull request #50: Update datafusion requirement from 24.0.0 to 25.0.0

2023-06-07 Thread via GitHub
dependabot[bot] commented on PR #50: URL: https://github.com/apache/arrow-ballista-python/pull/50#issuecomment-1581568845 Superseded by #55. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the s

[GitHub] [arrow-ballista-python] dependabot[bot] commented on pull request #55: Update datafusion requirement from 24.0.0 to 26.0.0

2023-06-07 Thread via GitHub
dependabot[bot] commented on PR #55: URL: https://github.com/apache/arrow-ballista-python/pull/55#issuecomment-1581568816 The following labels could not be found: `auto-dependencies`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [arrow-ballista-python] dependabot[bot] opened a new pull request, #55: Update datafusion requirement from 24.0.0 to 26.0.0

2023-06-07 Thread via GitHub
dependabot[bot] opened a new pull request, #55: URL: https://github.com/apache/arrow-ballista-python/pull/55 Updates the requirements on [datafusion](https://github.com/apache/arrow-datafusion) to permit the latest version. Changelog Sourced from https://github.com/apache/arrow-da

[GitHub] [arrow-ballista-python] dependabot[bot] closed pull request #52: Update datafusion-common requirement from 24.0.0 to 25.0.0

2023-06-07 Thread via GitHub
dependabot[bot] closed pull request #52: Update datafusion-common requirement from 24.0.0 to 25.0.0 URL: https://github.com/apache/arrow-ballista-python/pull/52 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [arrow-ballista-python] dependabot[bot] commented on pull request #54: Update datafusion-common requirement from 24.0.0 to 26.0.0

2023-06-07 Thread via GitHub
dependabot[bot] commented on PR #54: URL: https://github.com/apache/arrow-ballista-python/pull/54#issuecomment-1581567794 The following labels could not be found: `auto-dependencies`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [arrow-ballista-python] dependabot[bot] commented on pull request #52: Update datafusion-common requirement from 24.0.0 to 25.0.0

2023-06-07 Thread via GitHub
dependabot[bot] commented on PR #52: URL: https://github.com/apache/arrow-ballista-python/pull/52#issuecomment-1581567823 Superseded by #54. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the s

[GitHub] [arrow-ballista-python] dependabot[bot] opened a new pull request, #54: Update datafusion-common requirement from 24.0.0 to 26.0.0

2023-06-07 Thread via GitHub
dependabot[bot] opened a new pull request, #54: URL: https://github.com/apache/arrow-ballista-python/pull/54 Updates the requirements on [datafusion-common](https://github.com/apache/arrow-datafusion) to permit the latest version. Changelog Sourced from https://github.com/apache/a

[GitHub] [arrow] github-actions[bot] commented on pull request #35985: GH-35969: [Swift] use ArrowType instead of ArrowType.info and add bin…

2023-06-07 Thread via GitHub
github-actions[bot] commented on PR #35985: URL: https://github.com/apache/arrow/pull/35985#issuecomment-1581566275 :warning: GitHub issue #35969 **has been automatically assigned in GitHub** to PR creator. -- This is an automated message from the Apache Git Service. To respond to the mes

[GitHub] [arrow] abandy opened a new pull request, #35985: GH-35969: [Swift] use ArrowType instead of ArrowType.info and add bin…

2023-06-07 Thread via GitHub
abandy opened a new pull request, #35985: URL: https://github.com/apache/arrow/pull/35985 Changes: - Updated code to use ArrowType instead of ArrowType.info to store the arrow type in classes and structs. This was done due to Time32 and Time64 requiring additional information beyond jus

[GitHub] [arrow] icexelloss commented on a diff in pull request #35953: GH-35935: [C++] Clean interruption of a Acero plan with `use_threads=false`

2023-06-07 Thread via GitHub
icexelloss commented on code in PR #35953: URL: https://github.com/apache/arrow/pull/35953#discussion_r1222192926 ## cpp/src/arrow/acero/exec_plan.h: ## @@ -602,6 +603,9 @@ struct ARROW_ACERO_EXPORT QueryOptions { /// If this field is not set then it will be treated as kWarn

[GitHub] [arrow] icexelloss commented on a diff in pull request #35874: GH-35838: [C++] Backpressure broken in asof join node

2023-06-07 Thread via GitHub
icexelloss commented on code in PR #35874: URL: https://github.com/apache/arrow/pull/35874#discussion_r1222189098 ## cpp/src/arrow/acero/asof_join_node.cc: ## @@ -529,7 +529,7 @@ class KeyHasher { size_t index_; std::vector indices_; std::vector metadata_; - const Reco

[GitHub] [arrow-datafusion] tustvold commented on pull request #6587: Remove `FromSlice` in favor of `From` impl in upstream arrow-rs code

2023-06-07 Thread via GitHub
tustvold commented on PR #6587: URL: https://github.com/apache/arrow-datafusion/pull/6587#issuecomment-1581527256 As an added bonus for non-nullable primitives this conversion will now be zero-copy -- This is an automated message from the Apache Git Service. To respond to the message, pl

[GitHub] [arrow-rs] viirya commented on a diff in pull request #4382: Add MapArray constructors

2023-06-07 Thread via GitHub
viirya commented on code in PR #4382: URL: https://github.com/apache/arrow-rs/pull/4382#discussion_r1222187299 ## arrow-array/src/array/map_array.rs: ## @@ -40,6 +40,106 @@ pub struct MapArray { } impl MapArray { +/// Create a new [`MapArray`] from the provided parts +

[GitHub] [arrow-rs] viirya commented on a diff in pull request #4382: Add MapArray constructors

2023-06-07 Thread via GitHub
viirya commented on code in PR #4382: URL: https://github.com/apache/arrow-rs/pull/4382#discussion_r1222185583 ## arrow-array/src/array/map_array.rs: ## @@ -40,6 +40,106 @@ pub struct MapArray { } impl MapArray { +/// Create a new [`MapArray`] from the provided parts +

[GitHub] [arrow-rs] viirya commented on a diff in pull request #4382: Add MapArray constructors

2023-06-07 Thread via GitHub
viirya commented on code in PR #4382: URL: https://github.com/apache/arrow-rs/pull/4382#discussion_r1222184850 ## arrow-array/src/array/list_array.rs: ## @@ -103,7 +104,7 @@ impl GenericListArray { let len = offsets.len() - 1; // Offsets guaranteed to not be empty

[GitHub] [arrow] rtpsw commented on pull request #35953: GH-35935: [C++] Clean interruption of a Acero plan with `use_threads=false`

2023-06-07 Thread via GitHub
rtpsw commented on PR #35953: URL: https://github.com/apache/arrow/pull/35953#issuecomment-1581522364 > I think we should consolidate the discussion first, figure out what is needed to be done The situation is that we have #35902 as a fix related to `StopProducing`, as [mentioned by

[GitHub] [arrow] rtpsw commented on a diff in pull request #35953: GH-35935: [C++] Clean interruption of a Acero plan with `use_threads=false`

2023-06-07 Thread via GitHub
rtpsw commented on code in PR #35953: URL: https://github.com/apache/arrow/pull/35953#discussion_r1222178918 ## cpp/src/arrow/acero/exec_plan.h: ## @@ -602,6 +603,9 @@ struct ARROW_ACERO_EXPORT QueryOptions { /// If this field is not set then it will be treated as kWarn unles

[GitHub] [arrow] ursabot commented on pull request #35293: MINOR: clarify when to use minor

2023-06-07 Thread via GitHub
ursabot commented on PR #35293: URL: https://github.com/apache/arrow/pull/35293#issuecomment-1581513910 Benchmark runs are scheduled for baseline = fe6c067e690ab28392d19388810725ce9f7ad646 and contender = 77d8bc59fbbd44b285d4f1abf02f215ec33d8ad8. 77d8bc59fbbd44b285d4f1abf02f215ec33d8ad8 is

[GitHub] [arrow-julia] quinnj commented on issue #458: Error with v2.6.0

2023-06-07 Thread via GitHub
quinnj commented on issue #458: URL: https://github.com/apache/arrow-julia/issues/458#issuecomment-1581508553 It'd be nice to have a repro from @baumgold's original error, because it seems like a different thing than what @Moelf is showing later on. -- This is an automated message from th

[GitHub] [arrow-datafusion] alamb commented on a diff in pull request #6592: Add additional docstrings to Window function implementations

2023-06-07 Thread via GitHub
alamb commented on code in PR #6592: URL: https://github.com/apache/arrow-datafusion/pull/6592#discussion_r1222156771 ## datafusion/physical-expr/src/window/mod.rs: ## @@ -32,6 +32,7 @@ mod window_frame_state; pub use aggregate::PlainAggregateWindowExpr; pub use built_in::Buil

[GitHub] [arrow-datafusion] alamb opened a new pull request, #6592: Add additional docstrings to Window function implementations

2023-06-07 Thread via GitHub
alamb opened a new pull request, #6592: URL: https://github.com/apache/arrow-datafusion/pull/6592 # Which issue does this PR close? Related to #5781 # Rationale for this change As I begin working out how to expose User Defined Window Functions, I want to 1. Make sur

[GitHub] [arrow-adbc] lidavidm commented on pull request #697: feat(csharp): adding C# functionality

2023-06-07 Thread via GitHub
lidavidm commented on PR #697: URL: https://github.com/apache/arrow-adbc/pull/697#issuecomment-1581486928 If possible - can we create GitHub issues for followups? (I suppose you may have your own work queue but it'd be nice to make at least some of that public) -- This is an automated mes

[GitHub] [arrow-adbc] lidavidm commented on pull request #697: feat(csharp): adding C# functionality

2023-06-07 Thread via GitHub
lidavidm commented on PR #697: URL: https://github.com/apache/arrow-adbc/pull/697#issuecomment-1581486442 Thanks @davidhcoe @eerhardt @CurtHagenlocher! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to g

[GitHub] [arrow-adbc] lidavidm merged pull request #697: feat(csharp): adding C# functionality

2023-06-07 Thread via GitHub
lidavidm merged PR #697: URL: https://github.com/apache/arrow-adbc/pull/697 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apa

[GitHub] [arrow-adbc] lidavidm commented on pull request #697: feat(csharp): adding C# functionality

2023-06-07 Thread via GitHub
lidavidm commented on PR #697: URL: https://github.com/apache/arrow-adbc/pull/697#issuecomment-1581486099 Yup, we just use the button here. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the spe

[GitHub] [arrow-adbc] eerhardt commented on pull request #697: feat(csharp): adding C# functionality

2023-06-07 Thread via GitHub
eerhardt commented on PR #697: URL: https://github.com/apache/arrow-adbc/pull/697#issuecomment-1581483309 @lidavidm - It looks like I have merge permissions here since I'm a committer on apache/arrow. But I'm unsure on the process. Can I just click the green button in GitHub? In apache/arro

  1   2   3   4   5   >