yzeng1618 commented on code in PR #10318: URL: https://github.com/apache/seatunnel/pull/10318#discussion_r2685185340
########## docs/zh/connector-v2/source/Hbase.md: ########## @@ -33,6 +33,8 @@ import ChangeLog from '../changelog/connector-hbase.md'; | end_rowkey | string | 否 | - | | start_row_inclusive | boolean | 否 | true | | end_row_inclusive | boolean | 否 | false | +| min_timestamp | long | 否 | - | +| max_timestamp | long | 否 | - | Review Comment: Renamed min_timestamp/max_timestamp to start_timestamp/end_timestamp to be consistent with start_rowkey/end_rowkey. The old keys were removed -- 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]
