Skip to content

Commit 43faed3

Browse files
committed
delete BIGINT_DEFAULT
1 parent b26412e commit 43faed3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sql/catalyst/src/main/scala/org/apache/spark/sql/types/DecimalType.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ object DecimalType extends AbstractDataType {
109109
val MAX_SCALE = 38
110110
val SYSTEM_DEFAULT: DecimalType = DecimalType(MAX_PRECISION, 18)
111111
val USER_DEFAULT: DecimalType = DecimalType(10, 0)
112-
val BIGINT_DEFAULT: DecimalType = DecimalType(MAX_PRECISION, 0)
113112

114113
// The decimal types compatible with other numeric types
115114
private[sql] val ByteDecimal = DecimalType(3, 0)

0 commit comments

Comments
 (0)