Skip to content

Commit

Permalink
* Initial support for arrow-flight
Browse files Browse the repository at this point in the history
Re organise persistence into seperate crate, add arrow and schema production

Signed-off-by: Ryan <[email protected]>
  • Loading branch information
ryan-s-roberts committed Mar 12, 2024
1 parent 382488d commit fbb7fd5
Show file tree
Hide file tree
Showing 67 changed files with 2,411 additions and 1,001 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
steps:
- checkout
- run:
shell: /bin/zsh
name: Sniff
command: whoami;which gmake; which brew
- run:
shell: /bin/zsh
name: Build release, test e2e
command: ISOLATION_ID=${CIRCLE_SHA1} gmake test

Expand Down
Loading

0 comments on commit fbb7fd5

Please sign in to comment.