Skip to content

Commit

Permalink
GH-32206: Added old signature back, marked for deprecation.
Browse files Browse the repository at this point in the history
  • Loading branch information
trifleneurotic committed Oct 25, 2024
1 parent 46f7c50 commit 2b1a2e5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cpp/src/arrow/filesystem/gcsfs.h
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,10 @@ class ARROW_EXPORT GcsFileSystem : public FileSystem {
const std::string& path,
const std::shared_ptr<const KeyValueMetadata>& metadata) override;

ARROW_DEPRECATED("Deprecated in 19.0.0. Use the Result version instead.")
static std::shared_ptr<GcsFileSystem> Make(
const GcsOptions& options, const io::IOContext& = io::default_io_context());

/// Create a GcsFileSystem instance from the given options.
static Result<std::shared_ptr<GcsFileSystem>> Make(
const GcsOptions& options, const io::IOContext& = io::default_io_context());
Expand Down

0 comments on commit 2b1a2e5

Please sign in to comment.