adriangb opened a new issue, #13151:
URL: https://github.com/apache/datafusion/issues/13151

   ### Describe the bug
   
   `select dense_rank() over (order by arrow_cast('abc', 'Utf8'));` works but 
`select dense_rank() over (order by arrow_cast('abc', 'Dictionary(UInt16, 
Utf8)'));` does not and fails with:
   
   ```
   Internal error: Cannot run range queries on datatype: Dictionary(UInt16, 
Utf8).
   This was likely caused by a bug in DataFusion's code and we would welcome 
that you file an bug report in our issue tracker
   ```
   
   ### To Reproduce
   
   Run the above in `datafusion-cli`
   
   ### Expected behavior
   
   All operations are implemented for dictionary encoded columns
   
   ### Additional context
   
   _No response_


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to