tustvold opened a new pull request, #2003:
URL: https://github.com/apache/arrow-rs/pull/2003

   # Which issue does this PR close?
   
   Closes #.
   
   # Rationale for this change
    
   Without this running
   
   ```
   cargo check -p parquet --features test_common
   ```
   
   Would result in
   
   ```
   error[E0433]: failed to resolve: could not find `test_util` in `util`
     --> parquet/src/util/test_common/file_util.rs:23:41
      |
   23 |         
PathBuf::from_str(&arrow::util::test_util::parquet_test_data()).unwrap();
      |                                         ^^^^^^^^^ could not find 
`test_util` in `util`
   ```
   
   # What changes are included in this PR?
   
   Enables the `arrow/test_util` feature if the parquet `test_common` feature 
is enabled
   
   # Are there any user-facing changes?
   
   No
   


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