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 c73471d commit 2c8e2c7Copy full SHA for 2c8e2c7
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala
@@ -1079,8 +1079,8 @@ object SQLConf {
1079
.internal()
1080
.doc("When true (default), if an overflow on a decimal occurs, then NULL is returned. " +
1081
"Spark's older versions and Hive behave in this way. If turned to false, SQL ANSI 2011 " +
1082
- "specification, will be followed instead: an arithmetic exception is thrown. This is " +
1083
- "what most of the SQL databases do.")
+ "specification will be followed instead: an arithmetic is thrown, as most of the SQL " +
+ "databases do.")
1084
.booleanConf
1085
.createWithDefault(true)
1086
0 commit comments