[typo](doc)modify the wrong parameter in the example. (#24307)

This commit is contained in:
ZhenchaoXu
2023-09-27 16:04:07 +08:00
committed by GitHub
parent 53025ce3fc
commit 41dfbdac14
2 changed files with 2 additions and 2 deletions

View File

@ -428,7 +428,7 @@ Assuming that we need to import data from Kafka into tables "test1" and "test2"
"max_batch_interval" = "20",
"max_batch_rows" = "300000",
"max_batch_size" = "209715200",
"strict_mode" = "false"
"strict_mode" = "true"
)
FROM KAFKA
(

View File

@ -430,7 +430,7 @@ FROM data_source [data_source_properties]
"max_batch_interval" = "20",
"max_batch_rows" = "300000",
"max_batch_size" = "209715200",
"strict_mode" = "false"
"strict_mode" = "true"
)
FROM KAFKA
(