alamb commented on issue #8386: URL: https://github.com/apache/arrow-datafusion/issues/8386#issuecomment-1836737533
This is not yet fixed (I had hoped it would be in https://github.com/apache/arrow-datafusion/pull/8371) ``` ❯ CREATE TABLE t1 (a int) AS VALUES (1), (2), (3); 0 rows in set. Query took 0.008 seconds. ❯ select rank() over (order by null) from t1; type_coercion caused by Internal error: Cannot run range queries on datatype: Null. 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 ``` -- 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]
