Skip to content
Closed
Changes from all commits
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
[SPARK-22893][SQL][HOTFIX] Fix a error message of VersionsSuite
  • Loading branch information
dongjoon-hyun committed Dec 25, 2017
commit cb2868d9de9c2d1a89bcb410a314bbc29f1003f1
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@ class VersionsSuite extends SparkFunSuite with Logging {
""".stripMargin
)

val errorMsg = "data type mismatch: cannot cast DecimalType(2,1) to BinaryType"
val errorMsg = "data type mismatch: cannot cast decimal(2,1) to binary"

if (isPartitioned) {
val insertStmt = s"INSERT OVERWRITE TABLE $tableName partition (ds='a') SELECT 1.3"
Expand Down