Skip to content

Commit

Permalink
sqlp: enable polars avro feature so we can output avro files
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Jan 3, 2024
1 parent 7ccb7bf commit 32f2fbb
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 0 deletions.
63 changes: 63 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ polars = { version = "0.36", features = [
"performant",
"cse",
"horizontal_concat",
"avro",
], optional = true }
pyo3 = { version = "0.20", features = ["auto-initialize"], optional = true }
qsv-dateparser = "0.10"
Expand Down

0 comments on commit 32f2fbb

Please sign in to comment.