Skip to content

Commit

Permalink
[MINOR][SQL][DOCS] Correct the 'options' description on UnresolvedRel…
Browse files Browse the repository at this point in the history
…ation

### What changes were proposed in this pull request?

This PR fixes the 'options' description on `UnresolvedRelation`. This comment was added in apache#29535 but not valid anymore because V1 also uses this `options` (and merge the options with the table properties) per apache#29712.

This PR can go through from `master` to `branch-3.1`.

### Why are the changes needed?

To make `UnresolvedRelation.options`'s description clearer.

### Does this PR introduce _any_ user-facing change?

No, dev-only.

### How was this patch tested?

Scala linter by `dev/linter-scala`.

Closes apache#34075 from HyukjinKwon/minor-comment-unresolved-releation.

Authored-by: Hyukjin Kwon <gurwls223@apache.org>
Signed-off-by: Huaxin Gao <huaxin_gao@apple.com>
  • Loading branch information
HyukjinKwon authored and huaxingao committed Sep 23, 2021
1 parent 7cc9667 commit 0076eba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class UnresolvedException(function: String)
* Holds the name of a relation that has yet to be looked up in a catalog.
*
* @param multipartIdentifier table name
* @param options options to scan this relation. Only applicable to v2 table scan.
* @param options options to scan this relation.
*/
case class UnresolvedRelation(
multipartIdentifier: Seq[String],
Expand Down

0 comments on commit 0076eba

Please sign in to comment.