westonpace commented on a change in pull request #10008: URL: https://github.com/apache/arrow/pull/10008#discussion_r615039709
########## File path: cpp/src/arrow/dataset/scanner.h ########## @@ -166,13 +169,29 @@ class ARROW_DS_EXPORT ScanTask { std::shared_ptr<Fragment> fragment_; }; -template <typename T> -struct Enumerated { - T value; - int index; - bool last; +/// \brief A trivial ScanTask that yields the RecordBatch of an array. Review comment: Oh shoot. After the rebase I had two instances of the exact same method and this explains it. I'll fix that up. -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org