zanmato1984 commented on code in PR #45330:
URL: https://github.com/apache/arrow/pull/45330#discussion_r1950566212
##########
cpp/src/arrow/dataset/dataset.cc:
##########
@@ -75,16 +76,22 @@ Future<std::optional<int64_t>>
Fragment::CountRows(compute::Expression,
return Future<std::optional<int64_t>>::MakeFinished(std::nullopt);
}
+Status Fragment::ClearCachedMetadata() {
+ physical_schema_.reset();
Review Comment:
Also makes me curious if
https://github.com/apache/arrow/pull/45330#issuecomment-2650327130 will report
red TSAN :)
--
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]