dongjoon-hyun commented on code in PR #41124:
URL: https://github.com/apache/spark/pull/41124#discussion_r1191799640
##########
core/src/main/scala/org/apache/spark/ui/scope/RDDOperationGraph.scala:
##########
@@ -258,6 +258,7 @@ private[spark] object RDDOperationGraph extends Logging {
case DeterministicLevel.DETERMINATE => ""
case DeterministicLevel.INDETERMINATE => " [Indeterminate]"
case DeterministicLevel.UNORDERED => " [Unordered]"
+ case _ => ""
Review Comment:
Yes, you're right. Unfortunately, this happens during loading old data
generated by old Spark.
Could you make a follow-up PR, @TQJADE ?
--
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]