You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/10/16 16:02:56 UTC

[GitHub] [doris] morningman commented on a diff in pull request #13345: [optimization](array-type) update the docs for import data to array c…

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-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org