From ca23f305c4e0d130c34975bac0e1f5cec549f614 Mon Sep 17 00:00:00 2001 From: Daeho Ro Date: Sun, 28 Jul 2024 14:50:57 +0900 Subject: [PATCH 1/2] parquet-cli: not to use runtime when it work without hadoop --- Formula/p/parquet-cli.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/p/parquet-cli.rb b/Formula/p/parquet-cli.rb index b4a4517aab2f..e012672971e5 100644 --- a/Formula/p/parquet-cli.rb +++ b/Formula/p/parquet-cli.rb @@ -23,7 +23,7 @@ def install cd "parquet-cli" do system "mvn", "clean", "package", "-DskipTests=true" system "mvn", "dependency:copy-dependencies" - libexec.install "target/parquet-cli-#{version}-runtime.jar" + libexec.install "target/parquet-cli-#{version}.jar" libexec.install Dir["target/dependency/*"] (bin/"parquet").write <<~EOS #!/bin/sh From 47f37c099a4d242865def93d427f26c37e784701 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 28 Jul 2024 15:53:45 +0000 Subject: [PATCH 2/2] parquet-cli: update 1.14.1 bottle. --- Formula/p/parquet-cli.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Formula/p/parquet-cli.rb b/Formula/p/parquet-cli.rb index e012672971e5..e4673a7154e6 100644 --- a/Formula/p/parquet-cli.rb +++ b/Formula/p/parquet-cli.rb @@ -8,7 +8,8 @@ class ParquetCli < Formula head "https://github.com/apache/parquet-mr.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, all: "4921c5a0099f3b55f007e97ae1ad4492260025ebb813de235faa234c84746fa8" + rebuild 1 + sha256 cellar: :any_skip_relocation, all: "6e33538fcca9b9bd16232ce073ee5626302003c7a8786a293ab76987d22308b3" end depends_on "maven" => :build