Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove non-ascii char
  • Loading branch information
gengliangwang committed Feb 20, 2021
commit 3566196b12390959db031fd32b57b9d285bb73e7
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import org.apache.spark.sql.types._
* In Spark ANSI mode, the type coercion rules are based on the type precedence lists of the input
* data types.
* As per the section "Type precedence list determination" of "ISO/IEC 9075-2:2011
* Information technology Database languages - SQL Part 2: Foundation (SQL/Foundation)",
* Information technology - Database languages - SQL - Part 2: Foundation (SQL/Foundation)",
* the type precedence lists of primitive data types are as following:
* * Byte: Byte, Short, Int, Long, Decimal, Float, Double
* * Short: Short, Int, Long, Decimal, Float, Double
Expand Down