morningman commented on code in PR #13345: URL: https://github.com/apache/doris/pull/13345#discussion_r996460366
########## 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: ```suggestion we suggest you to use json string to import data to `array<decimal>` or `array<largeint>` column. ``` Please modify it, otherwise the `build extension` checks can not be passed -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org