Omega359 commented on PR #9019:
URL: 
https://github.com/apache/arrow-datafusion/pull/9019#issuecomment-1967268347

   > @Omega359 The `cargo test --doc` command is passed on my mac. But the CI 
fail. I do not know why
   
   I think it's because you are attempting to include ``` /// # use 
datafusion::prelude::*; ``` which isn't imported in that module. You can't 
import it either because of #9277. As mentioned in my review you'll have to 
ignore that doc test until we move the functions out of this module to the new 
datafusion/functions area.


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