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

[Python] Passing directory to ParquetFile class gives confusing error message

    XMLWordPrintableJSON

Details

    Description

      Somehow have the same errors. We are working with pyarrow 0.15.1, trying to access a folder of `parquet` files generated with Amazon Athena.

      ```python
      table2 = pq.read_table('C:/Data/test-parquet')
      ```

      works fine in contrast to

      ```python
      parquet_file = pq.ParquetFile('C:/Data/test-parquet')

      1. parquet_file.read_row_group(0)
        ```

      which raises

      `ArrowIOError: Failed to open local file 'C:/Data/test-parquet', error: Access is denied.`

      Attachments

        Issue Links

          Activity

            People

              wesm Wes McKinney
              Roel Roelant Stegmann
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 40m
                  40m