Skip to content

Commit

Permalink
Merge branch 'main' into issue-28
Browse files Browse the repository at this point in the history
  • Loading branch information
edmondop authored Oct 13, 2024
2 parents ef21e03 + 0d3ed38 commit 3c06a49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Whenever rust code changes (your changes or via `git pull`):

```bash
# make sure you activate the venv using "source venv/bin/activate" first
maturin develop python -m pytest
maturin develop; python -m pytest
```

## Testing
Expand Down
2 changes: 1 addition & 1 deletion datafusion_ray/tests/test_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
from datafusion_ray import Context

def test():
ctx = Context(1, False)
ctx = Context(1)
ctx.register_csv('tips', 'examples/tips.csv', True)
ctx.plan("SELECT * FROM tips")

0 comments on commit 3c06a49

Please sign in to comment.