Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
liujiayi771 committed Nov 29, 2023
1 parent 5b723e7 commit a4f915c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ import org.apache.spark.sql.execution.datasources.v2.BatchScanExec
trait DataSourceV2TransformerRegister {

/**
* The string that represents the format that this data source v2 transformer provider uses. This
* is overridden by children to provide a nice alias for the data source. For example:
* The scan class name that this data source v2 transformer provider adapts. This is overridden by
* children to provide a alias for the data source v2 transformer. For example:
*
* {{{
* override def shortName(): String = "iceberg"
* override def scanClassName(): String = "org.apache.iceberg.spark.source.SparkBatchQueryScan"
* }}}
*/
def scanClassName(): String
Expand Down

0 comments on commit a4f915c

Please sign in to comment.