advitrocks9 commented on code in PR #50970:
URL: https://github.com/apache/arrow/pull/50970#discussion_r3850172438
##########
cpp/src/arrow/type.cc:
##########
@@ -2294,7 +2296,7 @@ Schema::Schema(FieldVector fields, std::shared_ptr<const
KeyValueMetadata> metad
impl_(new Impl(std::move(fields), Endianness::Native,
std::move(metadata))) {}
Schema::Schema(const Schema& schema)
- : detail::Fingerprintable(), impl_(new Impl(*schema.impl_)) {}
+ : Schema(schema.impl_->fields_, schema.impl_->endianness_,
schema.impl_->metadata_) {}
Review Comment:
Fixed in libc++ 22 (llvm/llvm-project#151951). Open one is
llvm/llvm-project#104702.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]