You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/07/25 17:21:44 UTC

[GitHub] [arrow-datafusion] kmitchener commented on issue #2963: panic executing specific simple query against partitioned parquet files in a listing directory

kmitchener commented on issue #2963:
URL: https://github.com/apache/arrow-datafusion/issues/2963#issuecomment-1194380307

   Can be triggered just be selecting that column. 
   
   ```
   select count(distinct(line_item_resource_id)) from costs;
   
   thread 'tokio-runtime-worker' panicked at 'range end index 76 out of range for slice of length 72', library\core\src\slice\index.rs:73:5
   ArrowError(ExternalError(Execution("Join Error: task 868 panicked")))
   ```


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org