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

[Python] write_to_dataset on s3

    XMLWordPrintableJSON

Details

    Description

      When writing a arrow table to s3, I get an NotImplemented Exception.
      The root cause is in _ensure_filesystem and can be reproduced as follows:

      import pyarrow
      import pyarrow.parquet as pqa
      import s3fs

      s3 = s3fs.S3FileSystem()

      pqa._ensure_filesystem(s3).exists("anything")

      It appears that the S3FSWrapper that is instantiated in _ensure_filesystem does not expose the exist method of s3.

      Attachments

        Issue Links

          Activity

            People

              benjigoldberg Benjamin Goldberg
              yjk21 Young-Jun Ko
              Votes:
              1 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: