Package org.apache.spark
Class BreakingChangeInfo
Object
org.apache.spark.BreakingChangeInfo
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.
- 
Constructor SummaryConstructorsConstructorDescriptionBreakingChangeInfo(scala.collection.immutable.Seq<String> migrationMessage, scala.Option<MitigationConfig> mitigationConfig, boolean needsAudit) 
- 
Method SummaryModifier and TypeMethodDescriptionbooleaninthashCode()scala.collection.immutable.Seq<String>scala.Option<MitigationConfig>boolean
- 
Constructor Details- 
BreakingChangeInfopublic BreakingChangeInfo(scala.collection.immutable.Seq<String> migrationMessage, scala.Option<MitigationConfig> mitigationConfig, boolean needsAudit) 
 
- 
- 
Method Details