You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "andygrove (via GitHub)" <gi...@apache.org> on 2023/04/21 16:39:12 UTC

[GitHub] [arrow-datafusion] andygrove commented on pull request #6089: Prepare for 23.0.0 release

andygrove commented on PR #6089:
URL: https://github.com/apache/arrow-datafusion/pull/6089#issuecomment-1518081305

   Test failure:
   
   ```
    ---- datasource::file_format::csv::tests::query_compress_csv stdout ----
   Error: IoError(Os { code: 2, kind: NotFound, message: "The system cannot find the file specified." })
   ```
   
   I see the same locally. I do not have the file references in the test, even after running `git submodule update --init`.
   
   ```rust
   let df = ctx
               .read_csv(
                   &format!("{}/csv/aggregate_test_100.csv.gz", arrow_test_data()),
                   csv_options,
               )
               .await?;
   ```


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

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