jorisvandenbossche commented on a change in pull request #9725:
URL: https://github.com/apache/arrow/pull/9725#discussion_r596915805



##########
File path: cpp/src/arrow/dataset/scanner.h
##########
@@ -240,6 +240,9 @@ class ARROW_DS_EXPORT ScannerBuilder {
   /// \brief Set the pool from which materialized and scanned arrays will be 
allocated.
   Status Pool(MemoryPool* pool);
 
+  /// \brief Set fragment-specific scan options.
+  Status FragmentScanOptions(std::shared_ptr<FragmentScanOptions> 
fragment_scan_options);

Review comment:
       Ah, OK, I see now that the "Fragment" in the name was meant to mean the 
general "fragment *type*", while I interpreted it as the "single fragment". 
   Anyway, this is more a nitpicky remark, not too important ;)




----------------------------------------------------------------
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


Reply via email to