connec commented on code in PR #11533: URL: https://github.com/apache/datafusion/pull/11533#discussion_r1684242064
########## datafusion/common/src/config.rs: ########## @@ -184,6 +184,10 @@ config_namespace! { /// Default value for `format.has_header` for `CREATE EXTERNAL TABLE` /// if not specified explicitly in the statement. pub has_header: bool, default = false + + /// Default value for `format.newlines_in_values` for `CREATE EXTERNAL TABLE` + // if not specified explicitly in the statement. Review Comment: I've expanded the documentation. I forgot about the user guide so I'll do that now as well. -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org