Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.2.0
Description
The current getSimpleMessage of AnalysisException may adds semicolon repeatedly. There show an example below:
select decode()
The output will be:
org.apache.spark.sql.AnalysisException
Invalid number of arguments for function decode. Expected: 2; Found: 0;; line 1 pos 7