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

[R] Expose FileSystemFactoryOptions

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 6.0.1
    • 9.0.0
    • R

    Description

      ARROW-4406 notes that:

      >Currently reading parquet files generated by Hadoop (EMR) from S3 fails with "ValueError: >Found files in an intermediate directory" because of the _$folder$ empty files.

      This was fixed in the pyarrow but R still has this issue.

      The R side does not seem to have something similar to:

        def _should_silently_exclude(self, file_name):
          return (file_name.endswith('.crc') or # Checksums
                  file_name.endswith('_$folder$') or # HDFS directories in S3
                  file_name.startswith('.') or # Hidden files starting with .
                  file_name.startswith('_') or # Hidden files starting with _
                  file_name in EXCLUDED_PARQUET_PATHS)

      Attachments

        Issue Links

          Activity

            People

              npr Neal Richardson
              hrbrmstr Bob Rudis
              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