hailin0 commented on code in PR #9380:
URL: https://github.com/apache/seatunnel/pull/9380#discussion_r2141364169


##########
seatunnel-api/src/main/java/org/apache/seatunnel/api/options/table/CatalogOptions.java:
##########
@@ -51,6 +51,14 @@ public interface CatalogOptions {
                     .defaultValue(".*")
                     .withDescription("The database names RegEx of the database 
to capture.");
 
+    Option<String> SCHEMA_PATTERN =
+            Options.key("schema-pattern")

Review Comment:
   unused?



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