Attempting to append to a non-existant Parquet file throwing incorrect error #1295
Labels
bug
Something isn't working
In Progress
Work on ticket is in progress / ticket is actively being worked
Found while testing #1229 and determined to be pre-existing.
When attempting to append to a non-existant file and error message of
Cannot append a non-existent file, please save without mode='append'
is expected. Instead, only for pdarrays being saved to parquet format, an error ofInvalid argument: Argument type mismatch in argument 0 (in string.format)
is being thrown.To reproduce:
This results in:
The text was updated successfully, but these errors were encountered: