xiaochen-zhou commented on code in PR #9938: URL: https://github.com/apache/seatunnel/pull/9938#discussion_r2425175046
########## docs/zh/connector-v2/source/Hbase.md: ########## @@ -58,6 +61,18 @@ batch 参数用于设置在扫描过程中每次返回的最大列数。这对 cache_blocks 参数用于设置在扫描过程中是否缓存数据块。默认情况下,HBase 会在扫描时将数据块缓存到块缓存中。如果设置为 false,则在扫描过程中不会缓存数据块,从而减少内存的使用。在SeaTunnel中默认值为: false +### is_binary_rowkey + +HBase 的行键既可以是文本字符串,也可以是二进制数据。在 SeaTunnel 中,行键默认设置为文本字符串(即 is_binary_rowkey 默认值为 false) + Review Comment: > We need to describe in detail the scenarios where users would use this parameter, as well as its relationship with start_rowkey and end_rowkey. For example: If is_binary_rowkey = true, does start_rowkey still take effect? OK. -- 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]
