comphead commented on code in PR #20370:
URL: https://github.com/apache/datafusion/pull/20370#discussion_r2829052051


##########
datafusion/common/src/config.rs:
##########
@@ -3071,22 +3076,22 @@ config_namespace! {
         /// If not specified, the default level for the compression algorithm 
is used.
         pub compression_level: Option<u32>, default = None
         pub schema_infer_max_rec: Option<usize>, default = None
-       /// The JSON format to use when reading files.
-       ///
-       /// When `true` (default), expects newline-delimited JSON (NDJSON):
-       /// ```text
-       /// {"key1": 1, "key2": "val"}
-       /// {"key1": 2, "key2": "vals"}
-       /// ```
-       ///
-       /// When `false`, expects JSON array format:
-       /// ```text
-       /// [
-       ///   {"key1": 1, "key2": "val"},
-       ///   {"key1": 2, "key2": "vals"}
-       /// ]
-       /// ```
-       pub newline_delimited: bool, default = true
+         /// The JSON format to use when reading files.

Review Comment:
   the ident is not aligned IMO



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