zy-kkk commented on code in PR #16440:
URL: https://github.com/apache/doris/pull/16440#discussion_r1097224443


##########
docs/zh-CN/docs/data-operate/import/import-scenes/load-data-convert.md:
##########
@@ -195,7 +195,7 @@ under the License.
 | 1    | 100  | beijing   | 1.1  |
 | 2    | 200  | shanghai  | 1.2  |
 | 3    | 300  | guangzhou | 1.3  |
-| 4    | 400  | chongqing | 1.4  |
+| 4    | \N   | chongqing | 1.4  |

Review Comment:
   In the result below, column k3 has 40,000, which is obviously the second 
column with the original data multiplied by 100. Why did you change it to null?
   You should change the 4 in the first column to null



##########
docs/zh-CN/docs/data-operate/import/import-scenes/load-data-convert.md:
##########
@@ -286,7 +286,7 @@ under the License.
 | 1    | 100  | beijing   | 1.1  |
 | 2    | 200  | shanghai  | 1.2  |
 | 3    | 300  | guangzhou | 1.3  |
-| 4    | 400  | chongqing | 1.4  |
+| 4    | \N   | chongqing | 1.4  |

Review Comment:
   Again, the filtered data is 400, which should not be changed to null.
   You should change the 4 in the first column to null



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

Reply via email to