Re: [PR] fix: dictionary encoded column to partition column casting bug [datafusion]

2025-04-09 Thread via GitHub
alamb commented on PR #15652: URL: https://github.com/apache/datafusion/pull/15652#issuecomment-2790145244 Thanks @xudong963 and @haruband -- 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

Re: [PR] fix: dictionary encoded column to partition column casting bug [datafusion]

2025-04-09 Thread via GitHub
alamb merged PR #15652: URL: https://github.com/apache/datafusion/pull/15652 -- 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: dictionary encoded column to partition column casting bug [datafusion]

2025-04-09 Thread via GitHub
alamb commented on code in PR #15652: URL: https://github.com/apache/datafusion/pull/15652#discussion_r2035118761 ## datafusion/sqllogictest/test_files/dictionary.slt: ## @@ -450,3 +450,10 @@ query I select dense_rank() over (order by arrow_cast('abc', 'Dictionary(UInt16, Utf8

[PR] fix: dictionary encoded column to partition column casting bug [datafusion]

2025-04-09 Thread via GitHub
haruband opened a new pull request, #15652: URL: https://github.com/apache/datafusion/pull/15652 ## Which issue does this PR close? - Closes #15649 . ## Rationale for this change ## What changes are included in this PR? ## Are these changes tested? I added s