[typo](doc)modify the wrong parameter in the example. (#24307)
This commit is contained in:
@ -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
|
||||
(
|
||||
|
||||
@ -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
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user