luoyuxia commented on code in PR #336:
URL: https://github.com/apache/fluss-rust/pull/336#discussion_r2816928234


##########
website/docs/user-guide/cpp/api-reference.md:
##########
@@ -286,15 +286,16 @@ When using `table.NewRow()`, the `Set()` method 
auto-routes to the correct type
 
 ## `TableDescriptor::Builder`
 
-| Method                                                                      
|  Description               |
-|-----------------------------------------------------------------------------|----------------------------|
-| `SetSchema(const Schema& schema) -> Builder&`                               
| Set the table schema       |
-| `SetPartitionKeys(const std::vector<std::string>& keys) -> Builder&`        
| Set partition key columns  |
-| `SetBucketCount(int32_t count) -> Builder&`                                 
| Set the number of buckets  |
-| `SetBucketKeys(const std::vector<std::string>& keys) -> Builder&`           
| Set bucket key columns     |
-| `SetProperty(const std::string& key, const std::string& value) -> Builder&` 
| Set a table property       |
-| `SetComment(const std::string& comment) -> Builder&`                        
| Set a table comment        |
-| `Build() -> TableDescriptor`                                                
| Build the table descriptor |
+| Method                                                                       
     | Description                |
+|-----------------------------------------------------------------------------------|----------------------------|
+| `SetSchema(const Schema& schema) -> Builder&`                                
     | Set the table schema       |
+| `SetPartitionKeys(const std::vector<std::string>& keys) -> Builder&`         
     | Set partition key columns  |
+| `SetBucketCount(int32_t count) -> Builder&`                                  
     | Set the number of buckets  |
+| `SetBucketKeys(const std::vector<std::string>& keys) -> Builder&`            
     | Set bucket key columns     |
+| `SetProperty(const std::string& key, const std::string& value) -> Builder&`  
     | Set a table property       |
+| `SetCustomProperty(const std::string& key, const std::string& value) -> 
Builder&` | Set a custom property      |
+| `SetComment(const std::string& comment) -> Builder&`                         
     | Set a table comment        |

Review Comment:
   Since currently, only default format is support. So, not document the api is 
fine to me



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