Hisoka-X commented on code in PR #7116:
URL: https://github.com/apache/seatunnel/pull/7116#discussion_r1667219702


##########
seatunnel-connectors-v2/connector-hbase/src/main/java/org/apache/seatunnel/connectors/seatunnel/hbase/config/HbaseConfig.java:
##########
@@ -97,6 +97,9 @@ public class HbaseConfig {
                     .noDefaultValue()
                     .withDescription("Hbase extra config");
 
+    public static final Option<Long> HBASE_TTL_CONFIG =
+            
Options.key("ttl").longType().defaultValue(-1L).withDescription("Hbase ttl 
config");

Review Comment:
   ```suggestion
               
Options.key("ttl").longType().defaultValue(-1L).withDescription("The expiration 
time configuration for writing hbase data. The default value is -1, indicating 
no expiration time.");
   ```



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