Skip to content

Commit 8185dae

Browse files
committed
format
1 parent b7cda69 commit 8185dae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spark/src/main/scala/org/apache/comet/rules/CometScanRule.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@ case class CometScanTypeChecker(scanImpl: String) extends DataTypeSupport with C
685685
CometConf.COMET_SCAN_UNSIGNED_SMALL_INT_SAFETY_CHECK.get() =>
686686
fallbackReasons += s"$scanImpl scan may not handle unsigned UINT_8 correctly for $dt. " +
687687
s"Set ${CometConf.COMET_SCAN_UNSIGNED_SMALL_INT_SAFETY_CHECK.key}=false to allow " +
688-
s"native execution if your data does not contain unsigned small integers. " +
688+
"native execution if your data does not contain unsigned small integers. " +
689689
CometConf.COMPAT_GUIDE
690690
false
691691
case _: StructType | _: ArrayType | _: MapType if scanImpl == CometConf.SCAN_NATIVE_COMET =>

0 commit comments

Comments
 (0)