From 711bfaed13b9f748c589f6fe62d7f02b5d66e442 Mon Sep 17 00:00:00 2001 From: Patrick Ames Date: Thu, 19 Dec 2024 14:48:34 -0800 Subject: [PATCH 1/2] Add CI to 2.0 branch. Remove pyarrow from README storage layer description. --- .github/workflows/ci.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a64cf314..a1de1440 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ on: - edited - synchronize - reopened - branches: [main, phash_main] + branches: [main, phash_main, 2.0] jobs: lint: runs-on: ubuntu-latest diff --git a/README.md b/README.md index da32abe9..a2816cdb 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ merge-on-read and copy-on-write operations. DeltaCAT provides four high-level components: 1. **Catalog**: High-level APIs to create, discover, organize, and manage datasets. 2. **Compute**: Distributed data management jobs to read, write, and optimize datasets. -3. **Storage**: In-memory and on-disk multi-modal dataset formats based on Apache Arrow. +3. **Storage**: In-memory and on-disk multi-modal dataset formats. 4. **Sync**: Synchronize DeltaCAT datasets with other data warehouses and table formats. From 576b9237c32107aa42b77a6c98d7e5668e91d013 Mon Sep 17 00:00:00 2001 From: Patrick Ames Date: Thu, 19 Dec 2024 14:54:58 -0800 Subject: [PATCH 2/2] Fix failing GitHub workflow validations. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a1de1440..15b35a23 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ on: - edited - synchronize - reopened - branches: [main, phash_main, 2.0] + branches: [main, phash_main, '2.0'] jobs: lint: runs-on: ubuntu-latest