Re: [PR] fix: port arrow inline fast key fix to datafusion [datafusion]

2025-07-07 Thread via GitHub
alamb merged PR #16698: URL: https://github.com/apache/datafusion/pull/16698 -- 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...@datafusi

Re: [PR] fix: port arrow inline fast key fix to datafusion [datafusion]

2025-07-07 Thread via GitHub
zhuqi-lucas commented on PR #16698: URL: https://github.com/apache/datafusion/pull/16698#issuecomment-3044409855 Thank you @alamb! Porting arrow fix to datafusion in this PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

[PR] fix: port arrow inline fast key fix to datafusion [datafusion]

2025-07-07 Thread via GitHub
zhuqi-lucas opened a new pull request, #16698: URL: https://github.com/apache/datafusion/pull/16698 ## Which issue does this PR close? We fixed the inline key corner case in: https://github.com/apache/arrow-rs/pull/7875 This PR port the change to datafusion CursorValue co