File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -918,7 +918,6 @@ options.
918918## Migration Guide for Shark User
919919
920920### Scheduling
921- s
922921To set a [ Fair Scheduler] ( job-scheduling.html#fair-scheduler-pools ) pool for a JDBC client session,
923922users can set the ` spark.sql.thriftserver.scheduler.pool ` variable:
924923
@@ -1110,7 +1109,7 @@ evaluated by the SQL execution engine. A full list of the functions supported c
11101109 The range of numbers is from ` -9223372036854775808 ` to ` 9223372036854775807 ` .
11111110 - ` FloatType ` : Represents 4-byte single-precision floating point numbers.
11121111 - ` DoubleType ` : Represents 8-byte double-precision floating point numbers.
1113- - ` DecimalType ` :
1112+ - ` DecimalType ` : Represents 16-byte arbitrary-precision floating point numbers.
11141113* String type
11151114 - ` StringType ` : Represents character string values.
11161115* Binary type
You can’t perform that action at this time.
0 commit comments