Re: [D] [JS] Decoding `Dictionary` incorrectly. [arrow]

2025-04-11 Thread via GitHub
GitHub user metalmatze closed the discussion with a comment: [JS] Decoding `Dictionary` incorrectly. It turns out we're using `DictionaryHandling::Resend` in our backend. Using `DictionaryHandling::Hydrate`, things are starting to get decoded just fine. https://arrow.apache.org/rust/arrow_f

Re: [D] [JS] Decoding `Dictionary` incorrectly. [arrow]

2025-04-11 Thread via GitHub
GitHub user metalmatze closed a discussion: [JS] Decoding `Dictionary` incorrectly. Hey everyone! :wave: We have a problem with decoding a `Dictionary` in arrow-js. We want this array: ```js [ "gke-europe-west3-0-preemptible-t2d-st-ec27d3db-pwwz" "gke-europe-west3-0-preempt

Re: [D] [JS] Decoding `Dictionary` incorrectly. [arrow]

2025-04-11 Thread via GitHub
GitHub user assignUser closed the discussion with a comment: [JS] Decoding `Dictionary` incorrectly. Thanks, for commenting your solution! Nothing worse than looking at someone else having your problem just to see the thread closed with 'fixed it' :D GitHub link: https://github.com/apache/ar

Re: [D] Aggreagation hash function in arrow cpp [arrow]

2025-04-11 Thread via GitHub
GitHub user drin added a comment to the discussion: Aggreagation hash function in arrow cpp what have you been trying? GitHub link: https://github.com/apache/arrow/discussions/46107#discussioncomment-12805420 This is an automatically sent email for user@arrow.apache.org. To unsubscribe,

Re: [D] [JS] Decoding `Dictionary` incorrectly. [arrow]

2025-04-11 Thread via GitHub
GitHub user metalmatze closed the discussion with a comment: [JS] Decoding `Dictionary` incorrectly. @assignUser, I'm thinking about opening an issue asking for general Flight support (it seems like at least two companies are already working on a solution themselves) and whether or not to sup

Re: [D] Aggreagation hash function in arrow cpp [arrow]

2025-04-11 Thread via GitHub
GitHub user zanmato1984 added a comment to the discussion: Aggreagation hash function in arrow cpp Hi @Prrix , it would be helpful if you paste your C++ code and the error message here. Meanwhile you can refer to the aggregation example code in the source tree: https://github.com/apache/arro

Re: [D] [JS] Decoding `Dictionary` incorrectly. [arrow]

2025-04-11 Thread via GitHub
GitHub user assignUser closed the discussion with a comment: [JS] Decoding `Dictionary` incorrectly. Ah I'm just the build guy, so I'm totally not in the arrow JS ecosystem but you tagged the right ones already:+1: And you can of course always open an issue/discussion/ml thread! GitHub link

Re: [D] [JS] Decoding `Dictionary` incorrectly. [arrow]

2025-04-11 Thread via GitHub
GitHub user assignUser edited a comment on the discussion: [JS] Decoding `Dictionary` incorrectly. Ah I'm just the build guy, so I'm totally not in the arrow JS ecosystem but you tagged the right ones already :+1: And you can of course always open an issue/discussion/ml thread! GitHub link:

Re: [D] [JS] Decoding `Dictionary` incorrectly. [arrow]

2025-04-11 Thread via GitHub
GitHub user trxcllnt closed the discussion with a comment: [JS] Decoding `Dictionary` incorrectly. > Does arrow-js have a Slack or Discord? I wasn't able to find anything. There is an arrow-js channel in `the-asf.slack.com`. The rust flight doc says > The current implementation does not suppo

Re: [D] [JS] Decoding `Dictionary` incorrectly. [arrow]

2025-04-11 Thread via GitHub
GitHub user trxcllnt edited a comment on the discussion: [JS] Decoding `Dictionary` incorrectly. > Does arrow-js have a Slack or Discord? I wasn't able to find anything. There is an arrow-js channel in `the-asf.slack.com`. The rust flight doc says > The current implementation does not support

Re: [D] [JS] Decoding `Dictionary` incorrectly. [arrow]

2025-04-11 Thread via GitHub
GitHub user westonpace closed the discussion with a comment: [JS] Decoding `Dictionary` incorrectly. Hmm, if I run the unit test as-is it passes for me. Did you perhaps update the test with the `Resend` version? If not, maybe it is an arrow-js version issue? I tested with 18.1.0. > I'm th