We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85674d3 commit 8535707Copy full SHA for 8535707
1 file changed
r/src/field.cpp
@@ -71,7 +71,7 @@ std::shared_ptr<arrow::Field> Field__WithMetadata(
71
auto values = cpp11::as_cpp<std::vector<std::string>>(metadata);
72
auto names = cpp11::as_cpp<std::vector<std::string>>(metadata.attr("names"));
73
auto kv =
74
- std::make_shared<arrow::KeyValueMetadata>(std::move(names), std::move(values));
+ std::make_shared<arrow::KeyValueMetadata>(std::move(names), std::move(values));
75
return field->WithMetadata(std::move(kv));
76
}
77
0 commit comments