Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ public class JdbcSourceConnectorConfig extends AbstractConfig {
+ " * ``\"\"`` retrieves those without a catalog \n"
+ " * null (default) indicates that the schema name is not used to narrow the search and "
+ "that all table metadata is fetched, regardless of the catalog.";
private static final String CATALOG_PATTERN_DISPLAY = "Schema pattern";
private static final String CATALOG_PATTERN_DISPLAY = "Catalog pattern";
public static final String CATALOG_PATTERN_DEFAULT = null;

public static final String QUERY_CONFIG = "query";
Expand Down