Skip to content

Commit

Permalink
Address remaining comments
Browse files Browse the repository at this point in the history
  • Loading branch information
desmondcheongzx committed Oct 23, 2024
1 parent efb9180 commit 0559142
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 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 src/daft-csv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ daft-io = {path = "../daft-io", default-features = false}
daft-table = {path = "../daft-table", default-features = false}
futures = {workspace = true}
memchr = "2.7.2"
parking_lot = "0.12.3"
pyo3 = {workspace = true, optional = true}
rayon = {workspace = true}
serde = {workspace = true}
Expand Down
2 changes: 0 additions & 2 deletions src/daft-csv/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ pub enum Error {
#[snafu(display("{source}"))]
IOError { source: daft_io::Error },
#[snafu(display("{source}"))]
StdIOError { source: std::io::Error },
#[snafu(display("{source}"))]
CSVError { source: csv_async::Error },
#[snafu(display("Invalid char: {}", val))]
WrongChar {
Expand Down

0 comments on commit 0559142

Please sign in to comment.