avantgardnerio commented on PR #3580:
URL: 
https://github.com/apache/arrow-datafusion/pull/3580#issuecomment-1255285209

   > To get CLion to work
   
   From what I can tell, there are two potential issues:
   
   1. The fact that code is generated into the `target/` folder, which is 
marked as "excluded" (for good reasons)
   2. the usage of the `import!` macro is confusing CLion
   
   I haven't done a test to figure out which is the issue, but given the fix 
listen above, I'm inclined to think it is #1. With Java, the solution is to go 
find the `target/myfolder/generated` and mark it as a "generated sources root" 
overriding the "exclude" on the parent folder. With Cargo, this isn't so easy 
as everything under the `target/` folder all gets random hash looking 
identifiers that change periodically making it not possible to re-include them 
continuously.
   


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

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

Reply via email to