Skip to content

Commit f2fa7f7

Browse files
committed
[ga-format-pr] Run ./format_repo.sh to fix formatting
1 parent 83bba9b commit f2fa7f7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sql/expression/convert.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,6 @@ func createConvertedDecimalType(length, scale int, logErrors bool) sql.DecimalTy
477477
return types.InternalDecimalType
478478
}
479479

480-
481480
// convertHexBlobToDecimalForNumericContext converts byte array value to unsigned int value if originType is BLOB type.
482481
// This function is called when convertTo type is number type only. The hex literal values are parsed into blobs as
483482
// binary string as default, but for numeric context, the value should be a number.

0 commit comments

Comments
 (0)