You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2022/08/01 00:17:35 UTC

[GitHub] [spark] HyukjinKwon commented on a diff in pull request #37351: [SPARK-38864][SQL][Followup] Make AnalysisException message deterministic

HyukjinKwon commented on code in PR #37351:
URL: https://github.com/apache/spark/pull/37351#discussion_r934061373


##########
sql/catalyst/src/main/scala/org/apache/spark/sql/errors/QueryCompilationErrors.scala:
##########
@@ -101,8 +101,9 @@ private[sql] object QueryCompilationErrors extends QueryErrorsBase {
   def unpivotValDataTypeMismatchError(values: Seq[NamedExpression]): Throwable = {

Review Comment:
   uhoh, seems like it fails in Scala 2.12 now 😢 https://github.com/G-Research/spark/runs/7601695538?check_suite_focus=true
   



-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org