saikrishna1-bidgely commented on code in PR #5025:
URL: https://github.com/apache/arrow-datafusion/pull/5025#discussion_r1087139922
##########
datafusion/core/src/execution/options.rs:
##########
@@ -377,9 +340,112 @@ impl<'a> NdJsonReadOptions<'a> {
self.schema = Some(schema);
self
}
+}
+#[async_trait]
+///
+pub trait ReadOptions<'a> {
/// Helper to convert these user facing options to `ListingTable` options
- pub fn to_listing_options(&self, target_partitions: usize) ->
ListingOptions {
+ fn to_listing_options(&self, target_partitions: usize) -> ListingOptions;
Review Comment:
Done!
--
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]