comphead commented on PR #5186:
URL: https://github.com/apache/arrow-rs/pull/5186#issuecomment-1852443487

   Hi @tustvold @viirya any plans to review this PR
   It would be also very helpful for DF as when DF faces the error like 
https://github.com/apache/arrow-datafusion/pull/8402#discussion_r1413200621
   ```
   select rank() over (order by null) from (select 1 a union all select 2 a) q;
   Arrow error: Invalid argument error: number of columns(2) must match number 
of fields(1) in schema
   ```
   it will give more context without debugging


-- 
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]

Reply via email to