Skip to content

Commit

Permalink
Add csv-core based reader (apache#3338)
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold committed Dec 18, 2022
1 parent 07284c5 commit ec862c9
Show file tree
Hide file tree
Showing 3 changed files with 447 additions and 207 deletions.
1 change: 1 addition & 0 deletions arrow-csv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ arrow-data = { version = "29.0.0", path = "../arrow-data" }
arrow-schema = { version = "29.0.0", path = "../arrow-schema" }
chrono = { version = "0.4.23", default-features = false, features = ["clock"] }
csv = { version = "1.1", default-features = false }
csv-core = { version = "0.1"}
lazy_static = { version = "1.4", default-features = false }
lexical-core = { version = "^0.8", default-features = false }
regex = { version = "1.7.0", default-features = false, features = ["std", "unicode", "perf"] }
Expand Down
Loading

0 comments on commit ec862c9

Please sign in to comment.