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

   ### Is your feature request related to a problem or challenge?
   
   The addition of the `recursive` crate as a dependency in 
https://github.com/apache/datafusion/pull/13310 may cause issues for some 
downstream projects.
   
   For example, in the DataFusion Comet subproject, we started to see CI 
failures when running with `miri`.
   
   ```
   error: unsupported operation: can't call foreign function 
`rust_psm_stack_pointer` on OS `linux`
       --> 
/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/psm-0.1.24/src/lib.rs:319:14
        |
   319  |     unsafe { rust_psm_stack_pointer() }
        |              ^^^^^^^^^^^^^^^^^^^^^^^^ can't call foreign function 
`rust_psm_stack_pointer` on OS `linux`
     
   ```
   
   For now, we disabled the miri checks, but we would prefer to keep them and 
opt out of the `recursive` feature when testing in CI.
   
   
   
   ### Describe the solution you'd like
   
   _No response_
   
   ### Describe alternatives you've considered
   
   _No response_
   
   ### 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