Skip to content

Commit

Permalink
apply scalafix
Browse files Browse the repository at this point in the history
  • Loading branch information
advancedxy committed Apr 9, 2024
1 parent 7c24127 commit ae3f092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/main/scala/org/apache/comet/CometConf.scala
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ object CometConf {
val COMET_ROW_TO_COLUMNAR_ENABLED: ConfigEntry[Boolean] =
conf("spark.comet.rowToColumnar.enabled")
.internal()
.doc(s"""
.doc("""
|Whether to enable row to columnar conversion in Comet. When this is turned on, Comet will
|convert row-based operators in `spark.comet.rowToColumnar.supportedOperatorList` into
|columnar based before processing.""".stripMargin)
Expand Down

0 comments on commit ae3f092

Please sign in to comment.