Package org.apache.spark
Class BreakingChangeInfo
Object
org.apache.spark.BreakingChangeInfo
- All Implemented Interfaces:
Serializable
,scala.Equals
,scala.Product
Additional information if the error was caused by a breaking change.
param: migrationMessage A message explaining how the user can migrate their job to work with the breaking change. param: mitigationConfig A spark config flag that can be used to mitigate the breaking change. param: needsAudit If true, the breaking change should be inspected manually. If false, the spark job should be retried by setting the mitigationConfig.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBreakingChangeInfo
(scala.collection.immutable.Seq<String> migrationMessage, scala.Option<MitigationConfig> mitigationConfig, boolean needsAudit) -
Method Summary
Modifier and TypeMethodDescriptionabstract static R
apply
(T1 v1, T2 v2, T3 v3) scala.collection.immutable.Seq<String>
scala.Option<MitigationConfig>
boolean
static String
toString()
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface scala.Equals
canEqual, equals
Methods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
BreakingChangeInfo
public BreakingChangeInfo(scala.collection.immutable.Seq<String> migrationMessage, scala.Option<MitigationConfig> mitigationConfig, boolean needsAudit)
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2, T3 v3) -
toString
-
migrationMessage
-
mitigationConfig
-
needsAudit
public boolean needsAudit()
-