Skip to content

Commit

Permalink
[Issue 5726] Removing duplicate BINARY keyword (#5805)
Browse files Browse the repository at this point in the history
* [Issue 5726] Removing duplicate BINARY keyword

* Removing BINARY duplicate keyword

Signed-off-by: mattahrens <matthewahrens@gmail.com>
  • Loading branch information
mattahrens authored Jun 14, 2022
1 parent fd52d62 commit 527ca8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1312,7 +1312,7 @@ class CastChecks extends ExprChecks {

val integralChecks: TypeSig = gpuNumeric + BOOLEAN + TIMESTAMP + STRING +
BINARY + GpuTypeShims.additionalTypesIntegralCanCastTo
val sparkIntegralSig: TypeSig = cpuNumeric + BOOLEAN + TIMESTAMP + STRING + BINARY +
val sparkIntegralSig: TypeSig = cpuNumeric + BOOLEAN + TIMESTAMP + STRING +
BINARY + GpuTypeShims.additionalTypesIntegralCanCastTo

val fpToStringPsNote: String = s"Conversion may produce different results and requires " +
Expand Down

0 comments on commit 527ca8d

Please sign in to comment.