eeroel commented on code in PR #37868:
URL: https://github.com/apache/arrow/pull/37868#discussion_r1375251616
##########
cpp/src/arrow/dataset/file_base.h:
##########
@@ -54,7 +54,11 @@ class ARROW_DS_EXPORT FileSource : public
util::EqualityComparable<FileSource> {
: file_info_(std::move(path)),
filesystem_(std::move(filesystem)),
compression_(compression) {}
-
+ FileSource(std::string path, int64_t size, std::shared_ptr<fs::FileSystem>
filesystem,
Review Comment:
Thanks, I changed this to use FileInfo from Python side now
--
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]