caiconghui opened a new issue #5773:
URL: https://github.com/apache/incubator-doris/issues/5773


   **Is your feature request related to a problem? Please describe.**
   Currently, json load only supports importing one json object, rather than 
importing multiple lines of json objects, which is not conducive to improving 
the throughput of load. There are a large number of multi-line json files in 
the hdfs file, so we need to support reading multi-line json objects Scanner
   
   **Describe the solution you'd like**
    support multi line json objects load
   
   like the following:
   
   {"name":"hello","id":5}
   {"name":"2","id":1}
   {"name":"2","id":1}
   {"name":"cch","id":4}
   {"name":"1000","id":9}
   {"name":"4","id":3}
   {"name":"cch","id":4}
   {"name":"you","id":6}
   {"name":"100","id":8}
   {"name":"4","id":3}
   {"name":"cch","id":4}
   {"name":"2","id":1}
   {"name":"4","id":3}
   {"name":"hello","id":7}
   {"name":"dahd","id":100}
   
   **Describe alternatives you've considered**
   A clear and concise description of any alternative solutions or features 
you've considered.
   
   **Additional context**
   Add any other context or screenshots about the feature request here.
   


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

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