JingGe commented on a change in pull request #18147:
URL: https://github.com/apache/flink/pull/18147#discussion_r773765909



##########
File path: docs/content/docs/connectors/table/hbase.md
##########
@@ -105,7 +105,7 @@ Connector Options
       <td>required</td>
       <td style="word-wrap: break-word;">(none)</td>
       <td>String</td>
-      <td>The name of HBase table to connect.</td>
+      <td>The name of HBase table to connect. Default the table in 'default' 
namespace, HBase table in specified namespace need to use 
'namespace:table'.</td>

Review comment:
       ```suggestion
         <td>The name of HBase table to connect. By default, the table is in 
'default' namespace. To assign the table a specified namespace you need to use 
'namespace:table'.</td>
   ```




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


Reply via email to