[
https://issues.apache.org/jira/browse/ARROW-13687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17438594#comment-17438594
]
Kouhei Sutou commented on ARROW-13687:
--------------------------------------
You can use Homebrew version once you send a pull request
tohttps://github.com/homebrew/homebrew-core for enabling S3 support.
The following patch will work:
{noformat}
diff --git a/Formula/apache-arrow.rb b/Formula/apache-arrow.rb
index 4983e512380..14870af7b7f 100644
--- a/Formula/apache-arrow.rb
+++ b/Formula/apache-arrow.rb
@@ -15,6 +15,7 @@ class ApacheArrow < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux:
"ca1305cb5335250312a597d489717bb8066ef1ac5343ab9dfd59349b3eadfdf5"
end
+ depends_on "aws-sdk-cpp"
depends_on "boost" => :build
depends_on "cmake" => :build
depends_on "llvm" => :build
@@ -55,6 +56,7 @@ class ApacheArrow < Formula
-DARROW_PLASMA=ON
-DARROW_PROTOBUF_USE_SHARED=ON
-DARROW_PYTHON=ON
+ -DARROW_S3=ON
-DARROW_WITH_BZ2=ON
-DARROW_WITH_ZLIB=ON
-DARROW_WITH_ZSTD=ON
{noformat}
> [Ruby] Add support for loading table by Arrow Dataset
> -----------------------------------------------------
>
> Key: ARROW-13687
> URL: https://issues.apache.org/jira/browse/ARROW-13687
> Project: Apache Arrow
> Issue Type: Improvement
> Components: Ruby
> Reporter: Kouhei Sutou
> Assignee: Kouhei Sutou
> Priority: Major
> Labels: pull-request-available
> Fix For: 6.0.0
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)