alamb commented on PR #14328: URL: https://github.com/apache/datafusion/pull/14328#issuecomment-2616848309
According to `git bisect` the error was introduced in this PR - https://github.com/apache/arrow-rs/pull/6893 ``` andrewlamb@Andrews-MacBook-Pro-2:~/Software/arrow-rs$ git bisect bad 27992680d5677b629d7b4ca11d3f94c2fe905f1a is the first bad commit commit 27992680d5677b629d7b4ca11d3f94c2fe905f1a (HEAD) Author: Raz Luvaton <16746759+rluva...@users.noreply.github.com> Date: Sat Jan 4 12:24:48 2025 +0200 feat(arrow-select): `concat` kernel will merge dictionary values for list of dictionaries (#6893) * feat(arrow-select): make list of dictionary merge dictionary keys TODO: - [ ] Add support to nested lists - [ ] Add more tests - [ ] Fix failing test * fix concat lists of dictionaries * format * remove unused import * improve test helper * feat: add merge offset buffers into one * format * add reproduction tst * recommit * fix clippy * fix clippy * fix clippy * improve offsets code according to code review * use concat dictionaries * add specialize code to concat lists to be able to use the concat dictionary logic * remove the use of ArrayData * ``` -- 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...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org