From 1578f6c4cf072ba79bae74a02c1a48b16d7d92f0 Mon Sep 17 00:00:00 2001 From: Burak Yavuz Date: Tue, 17 Dec 2019 09:20:14 -0800 Subject: [PATCH] Update SupportsCatalogOptions.java --- .../spark/sql/connector/catalog/SupportsCatalogOptions.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sql/catalyst/src/main/java/org/apache/spark/sql/connector/catalog/SupportsCatalogOptions.java b/sql/catalyst/src/main/java/org/apache/spark/sql/connector/catalog/SupportsCatalogOptions.java index b0b52ae34c745..2c55c73606413 100644 --- a/sql/catalyst/src/main/java/org/apache/spark/sql/connector/catalog/SupportsCatalogOptions.java +++ b/sql/catalyst/src/main/java/org/apache/spark/sql/connector/catalog/SupportsCatalogOptions.java @@ -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.