carlvinhust2012 commented on code in PR #13345:
URL: https://github.com/apache/doris/pull/13345#discussion_r996462463
##########
docs/en/docs/data-operate/import/import-way/load-json-format.md:
##########
@@ -507,6 +507,48 @@ Import result:
105 {"order1":["guangzhou"]} 7
````
+6. Import Array by json
+Since the Rapidjson handles decimal and largeint numbers which will cause
precision problems,
+we suggest you to use json string to import data to array<decimal> or
array<largeint> column.
Review Comment:
done
--
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]