Skip to content

Commit

Permalink
Resolve comments
Browse files Browse the repository at this point in the history
  • Loading branch information
JkSelf committed Jul 31, 2024
1 parent 10b8cb6 commit 1eb6800
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ object VeloxBackendSettings extends BackendSettingsApi {
case ByteType | ShortType | IntegerType | LongType =>
case _ =>
throw new GlutenNotSupportException(
"Only integral type & date type are" +
"Only integral type is" +
" supported for sort key when literal bound type is used!")
})
case _ =>
Expand Down

0 comments on commit 1eb6800

Please sign in to comment.