Skip to content

Commit 2c8e2c7

Browse files
committed
fix doc
1 parent c73471d commit 2c8e2c7

File tree

1 file changed

+2
-2
lines changed
  • sql/catalyst/src/main/scala/org/apache/spark/sql/internal

1 file changed

+2
-2
lines changed

sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1079,8 +1079,8 @@ object SQLConf {
10791079
.internal()
10801080
.doc("When true (default), if an overflow on a decimal occurs, then NULL is returned. " +
10811081
"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.")
1082+
"specification will be followed instead: an arithmetic is thrown, as most of the SQL " +
1083+
"databases do.")
10841084
.booleanConf
10851085
.createWithDefault(true)
10861086

0 commit comments

Comments
 (0)