We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7cda69 commit 8185daeCopy full SHA for 8185dae
1 file changed
spark/src/main/scala/org/apache/comet/rules/CometScanRule.scala
@@ -685,7 +685,7 @@ case class CometScanTypeChecker(scanImpl: String) extends DataTypeSupport with C
685
CometConf.COMET_SCAN_UNSIGNED_SMALL_INT_SAFETY_CHECK.get() =>
686
fallbackReasons += s"$scanImpl scan may not handle unsigned UINT_8 correctly for $dt. " +
687
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. " +
+ "native execution if your data does not contain unsigned small integers. " +
689
CometConf.COMPAT_GUIDE
690
false
691
case _: StructType | _: ArrayType | _: MapType if scanImpl == CometConf.SCAN_NATIVE_COMET =>
0 commit comments