westonpace commented on a change in pull request #10636:
URL: https://github.com/apache/arrow/pull/10636#discussion_r662706657



##########
File path: cpp/src/arrow/dataset/file_parquet.h
##########
@@ -352,15 +352,17 @@ class ARROW_DS_EXPORT ParquetDatasetFactory : public 
DatasetFactory {
       std::shared_ptr<parquet::arrow::SchemaManifest> manifest,
       std::shared_ptr<Schema> physical_schema, std::string base_path,
       ParquetFactoryOptions options,
-      std::unordered_map<std::string, std::vector<int>> path_to_row_group_ids)
+      std::unordered_map<std::string, std::vector<int>> path_to_row_group_ids,
+      std::vector<std::string> ordered_paths)

Review comment:
       It now takes `std::vector<std::pair<std::string, std::vector<int>>>`




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


Reply via email to