Skip to content

Commit 68405ee

Browse files
committed
fix lossy convert
1 parent 8f9267a commit 68405ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

r/src/vctr_builder_int64.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ class Integer64Builder : public VctrBuilder {
129129
}
130130

131131
if (n_bad_values > 0) {
132-
warn_lossy_conversion(n_bad_values, "outside integer64 range set to NA");
132+
WarnLossyConvert("outside integer64 range set to NA", n_bad_values);
133133
}
134134

135135
return NANOARROW_OK;

0 commit comments

Comments
 (0)