zhuqi-lucas commented on code in PR #19924:
URL: https://github.com/apache/datafusion/pull/19924#discussion_r2727585302
##########
datafusion/proto-common/proto/datafusion_common.proto:
##########
@@ -469,6 +469,7 @@ message JsonOptions {
CompressionTypeVariant compression = 1; // Compression type
optional uint64 schema_infer_max_rec = 2; // Optional max records for schema
inference
optional uint32 compression_level = 3; // Optional compression level
+ bool newline_delimited = 4; // Whether to read as newline-delimited JSON
(default true). When false, expects JSON array format [{},...]
Review Comment:
Addressed in latest PR!
--
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]