Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-10186

[Rust] Tests fail when following instructions in README

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Invalid
    • None
    • 3.0.0
    • Rust
    • None

    Description

      If I follow the instructions from the README and set the test paths as follows, some of the IPC tests fail with "no such file or directory".

      export PARQUET_TEST_DATA=../cpp/submodules/parquet-testing/data
      export ARROW_TEST_DATA=../testing/data  

      If I change them to absolute paths as follows then the tests pass:

      export PARQUET_TEST_DATA=`pwd`/../cpp/submodules/parquet-testing/data
      export ARROW_TEST_DATA=`pwd`/../testing/data  

       

      Attachments

        Activity

          People

            Unassigned Unassigned
            andygrove Andy Grove
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: