Skip to content

Commit 8a80a98

Browse files
example in Readme
1 parent de413e6 commit 8a80a98

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,10 @@ $ cd evolution
3333
$ cargo build --release
3434
```
3535

36+
Run a small conversion test using the "arrow" converter with slicer type "old"
37+
```
38+
$ cargo run --package evolution --release --bin evolution -- convert --schema resources/schema/test_schema.json --in-file resources/schema/test_schema_mock.txt --out-file out.parquet arrow old
39+
```
40+
3641
## 📋 License
3742
All code is to be held under a general MIT license, please see [LICENSE](https://github.com/firelink-data/alloy/blob/main/LICENSE) for specific information.

0 commit comments

Comments
 (0)