EmmyMiao87 commented on a change in pull request #5832:
URL: https://github.com/apache/incubator-doris/pull/5832#discussion_r634016456



##########
File path: docs/en/sql-reference/sql-statements/Data Manipulation/ROUTINE 
LOAD.md
##########
@@ -305,9 +311,12 @@ FROM data_source
 
             2) OFFSET_END: Subscribe from the end.
 
+                       3) Timestamp, the format is the same as kafka_offsets

Review comment:
       ```suggestion
           3) Timestamp, the format is the same as kafka_offsets
   ```

##########
File path: docs/en/sql-reference/sql-statements/Data Manipulation/ROUTINE 
LOAD.md
##########
@@ -243,13 +243,19 @@ FROM data_source
 
         2) OFFSET_END: Subscribe from the end.
 
+               3) Timestamp, the format must be like: "2021-05-11 10:00:00", 
the system will automatically locate the offset of the first message greater 
than or equal to the timestamp.

Review comment:
       ```suggestion
        3) Timestamp, the format must be like: "2021-05-11 10:00:00", the 
system will automatically locate the offset of the first message greater than 
or equal to the timestamp.
   ```

##########
File path: docs/en/sql-reference/sql-statements/Data Manipulation/ROUTINE 
LOAD.md
##########
@@ -305,9 +311,12 @@ FROM data_source
 
             2) OFFSET_END: Subscribe from the end.
 
+                       3) Timestamp, the format is the same as kafka_offsets
+
             Example:
 
             `"property.kafka_default_offsets" = "OFFSET_BEGINNING"`
+                       `"property.kafka_default_offsets" = "2021-05-11 
10:00:00"`

Review comment:
       ```suggestion
                `"property.kafka_default_offsets" = "2021-05-11 10:00:00"`
   ```




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

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