stevomitric commented on code in PR #45549:
URL: https://github.com/apache/spark/pull/45549#discussion_r1537482265
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/ExprUtils.scala:
##########
@@ -193,15 +193,6 @@ object ExprUtils extends QueryErrorsBase {
messageParameters = Map("sqlExpr" -> expr.sql))
}
- // Check if the data type of expr is orderable.
- if (expr.dataType.existsRecursively(_.isInstanceOf[MapType])) {
- expr.failAnalysis(
- errorClass = "GROUP_EXPRESSION_TYPE_IS_NOT_ORDERABLE",
Review Comment:
\+ modified a test inside `AnalysisErrorSuite.scala` that uses it
--
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]