Skip to content

Commit

Permalink
Merge pull request #228 from dora-rs/arrow-fixes
Browse files Browse the repository at this point in the history
Share events to Python without copying via `arrow` crate
  • Loading branch information
haixuanTao authored Apr 18, 2023
2 parents 3f844cf + 8ec4523 commit 86b2a53
Show file tree
Hide file tree
Showing 36 changed files with 1,944 additions and 821 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
pull_request:
workflow_dispatch:

env:
RUST_LOG: trace

jobs:
examples:
name: "Python Examples"
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
pull_request:
workflow_dispatch:

env:
RUST_LOG: trace

jobs:
test:
name: "Test"
Expand Down
Loading

0 comments on commit 86b2a53

Please sign in to comment.