From c319cd27d7c572b0ffb088e4b5759e9b75caae2c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 23:35:09 +0000 Subject: [PATCH] Add Parquet 0.1.2 --- Bricks/Parquet/0.1.2.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Bricks/Parquet/0.1.2.toml diff --git a/Bricks/Parquet/0.1.2.toml b/Bricks/Parquet/0.1.2.toml new file mode 100644 index 0000000..c17f2e0 --- /dev/null +++ b/Bricks/Parquet/0.1.2.toml @@ -0,0 +1,16 @@ + +[brick] +name = "Parquet" +version = "0.1.2" +type = "library" +chplVersion = "2.8.0..2.9.0" +source = "https://github.com/chapel-lang/Parquet" +authors = ["Engin Kayraklioglu", "Shreyas Khandekar", "Ben Harshbarger"] +license = "Apache-2.0" +copyrightYear = "2026" + +[dependencies] + +[system] +arrow = "19.0.1" +parquet = "19.0.1"