Skip to content

Commit

Permalink
Better status
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAyd committed Jul 2, 2024
1 parent fe7456b commit 076d6fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c/driver/postgresql/copy/writer.h
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ static inline ArrowErrorCode MakeCopyFieldWriter(
*out = std::make_unique<PostgresCopyNetworkEndianFieldWriter<int64_t>>();
return NANOARROW_OK;
default:
return ADBC_STATUS_INVALID_STATE;
return ADBC_STATUS_NOT_IMPLEMENTED;
}
}
case NANOARROW_TYPE_FLOAT:
Expand Down

0 comments on commit 076d6fa

Please sign in to comment.