avantgardnerio opened a new issue, #3366:
URL: https://github.com/apache/arrow-datafusion/issues/3366

   **Describe the bug**
   
   Now that codegen has been moved into the `proto/src/datafusion.rs` file, 
that file can have two different sets of contents depending on whether or not 
the `json` feature is selected (which some CI build & test have each way). When 
the feature flags are changed, the contents aren't necessarily regenerated, 
causing intermittent build issues.
   
   **To Reproduce**
   
   Run a regular build, then try to run the extra-long cargo check command from 
CI:
   
   ```
   cargo check --workspace --benches --features avro,jit,scheduler,json
   ```
   
   **Expected behavior**
   
   Builds always work.
   


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