Skip to content
Snippets Groups Projects
Commit f3daa099 authored by Jacky Li's avatar Jacky Li Committed by Reynold Xin
Browse files

[SQL] fix typo in DataSourceRegister

## 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.
parent c7e68c39
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment