sm4rtm4art commented on PR #17465: URL: https://github.com/apache/datafusion/pull/17465#issuecomment-3516900317
Hey, I'm currently updating the DataFrame API documentation and noticed something about CsvReadOptions. The method with_truncated_rows is publicly available in the source, but it doesn't seem to be rendered on the docs.rs page here: https://docs.rs/datafusion/latest/datafusion/datasource/file_format/options/struct.CsvReadOptions.html although it is implemented here : https://github.com/apache/datafusion/blob/main/datafusion/core/src/datasource/file_format/options.rs#L94-L98 I just wanted to confirm if this is expected before I document it. It seems like a useful builder method to mention. Thanks! -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
