Skip to content

Commit

Permalink
Update SupportsCatalogOptions.java
Browse files Browse the repository at this point in the history
  • Loading branch information
brkyvz authored Dec 17, 2019
1 parent 0a87228 commit 1578f6c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ public interface SupportsCatalogOptions extends TableProvider {
/**
* Return the name of a catalog that can be used to check the existence of, load, and create
* a table for this DataSource given the identifier that will be extracted by
* {@see extractIdentifier}. A `null` value can be used to defer to the V2SessionCatalog.
* {@link #extractIdentifier(CaseInsensitiveStringMap) extractIdentifier}. A `null` value can
* be used to defer to the V2SessionCatalog.
*
* @param options the user-specified options that can identify a table, e.g. file path, Kafka
* topic name, etc. It's an immutable case-insensitive string-to-string map.
Expand Down

0 comments on commit 1578f6c

Please sign in to comment.