cxzl25 commented on issue #26577: [SPARK-29943][SQL] Improve error messages for 
unsupported data type
URL: https://github.com/apache/spark/pull/26577#issuecomment-554974638
 
 
   
   before:
   org.apache.spark.SparkException: Cannot recognize hive type string: void
   
   after:
   table!=null
   org.apache.spark.SparkException: Cannot recognize hive type string: void,db: 
xx,table: yy,column: zz
   table==null
   org.apache.spark.SparkException: Cannot recognize hive type string: 
void,column: zz
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to