Skip to content

Commit

Permalink
add polars dev req
Browse files Browse the repository at this point in the history
  • Loading branch information
adriangb committed Feb 14, 2023
1 parent 32b0922 commit eff0455
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pgpq/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ impl fmt::Display for Error {
)?,
ErrorKind::TypeNotSupported { field, tp, msg } => write!(
fmt,
"Arrow type {tp} for field {field} is not supported: {msg}"
"Arrow type {tp} for field {field} is not supported (detail: {msg})"
)?,
ErrorKind::ColumnTypeMismatch {
field,
Expand Down
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ pre-commit==2.16.0
testing.postgresql==1.3.0
psycopg==3.1.8
pyarrow==11.0.0
polars==0.16.1

0 comments on commit eff0455

Please sign in to comment.