Class BreakingChangeInfo

Object
org.apache.spark.BreakingChangeInfo

public class BreakingChangeInfo extends Object
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 Details

    • BreakingChangeInfo

      public BreakingChangeInfo(scala.collection.immutable.Seq<String> migrationMessage, scala.Option<MitigationConfig> mitigationConfig, boolean needsAudit)
  • Method Details

    • migrationMessage

      public scala.collection.immutable.Seq<String> migrationMessage()
    • mitigationConfig

      public scala.Option<MitigationConfig> mitigationConfig()
    • needsAudit

      public boolean needsAudit()
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object