Skip to content

Commit

Permalink
[SQL] fix typo in DataSourceRegister
Browse files Browse the repository at this point in the history
## What changes were proposed in this pull request?
fix typo in DataSourceRegister

## How was this patch tested?

found when going through latest code

Author: Jacky Li <jacky.likun@huawei.com>

Closes #11686 from jackylk/patch-12.
  • Loading branch information
jackylk authored and rxin committed Mar 14, 2016
1 parent c7e68c3 commit f3daa09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ trait DataSourceRegister {
* overridden by children to provide a nice alias for the data source. For example:
*
* {{{
* override def format(): String = "parquet"
* override def shortName(): String = "parquet"
* }}}
*
* @since 1.5.0
Expand Down

0 comments on commit f3daa09

Please sign in to comment.