Skip to content

Commit

Permalink
Merge branch 'catalogOptions' of github.com:brkyvz/spark into catalog…
Browse files Browse the repository at this point in the history
…Options
  • Loading branch information
brkyvz committed Dec 20, 2019
2 parents 5c11b94 + 1578f6c commit 33abbd5
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 33abbd5

Please sign in to comment.