DoumanAsh commented on code in PR #19262:
URL: https://github.com/apache/datafusion/pull/19262#discussion_r2613701229


##########
datafusion/common/src/config.rs:
##########
@@ -649,6 +649,12 @@ config_namespace! {
         /// # Default
         /// `false` — ANSI SQL mode is disabled by default.
         pub enable_ansi_mode: bool, default = false
+
+        /// Prefix to use when generating file name in multi file output
+        ///
+        /// When prefix is non-empty string, this prefix will be used to 
generate file name as
+        /// `{partitioned_file_prefix_name}{datafusion generated suffix}`

Review Comment:
   Added manually



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

Reply via email to