We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b26412e commit 43faed3Copy full SHA for 43faed3
sql/catalyst/src/main/scala/org/apache/spark/sql/types/DecimalType.scala
@@ -109,7 +109,6 @@ object DecimalType extends AbstractDataType {
109
val MAX_SCALE = 38
110
val SYSTEM_DEFAULT: DecimalType = DecimalType(MAX_PRECISION, 18)
111
val USER_DEFAULT: DecimalType = DecimalType(10, 0)
112
- val BIGINT_DEFAULT: DecimalType = DecimalType(MAX_PRECISION, 0)
113
114
// The decimal types compatible with other numeric types
115
private[sql] val ByteDecimal = DecimalType(3, 0)
0 commit comments