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

[C++] GcsFileSystem::Make ignores IOContext

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 8.0.0
    • C++

    Description

      Passed IO context is ignored and default context is used. See current function:

      std::shared_ptr<GcsFileSystem> GcsFileSystem::Make(const GcsOptions& options,
                                                         const io::IOContext& context) {
        // Cannot use `std::make_shared<>` as the constructor is private.
        return std::shared_ptr<GcsFileSystem>(
            new GcsFileSystem(options, io::default_io_context()));
      }
      

      Attachments

        Issue Links

          Activity

            People

              rokm Rok Mihevc
              rokm Rok Mihevc
              Votes:
              0 Vote for this issue
              Watchers:
              2 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 - 1.5h
                  1.5h