LuciferYang commented on code in PR #38665:
URL: https://github.com/apache/spark/pull/38665#discussion_r1027867179


##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/TypeCheckResult.scala:
##########
@@ -35,14 +35,6 @@ object TypeCheckResult {
     def isSuccess: Boolean = true
   }
 
-  /**
-   * Represents the failing result of `Expression.checkInputDataTypes`,
-   * with an error message to show the reason of failure.
-   */
-  case class TypeCheckFailure(message: String) extends TypeCheckResult {

Review Comment:
   > This is an internal API. 
   
   hmm... although other projects rely on it, I think it's OK to delete it now
   
   



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to