Package org.apache.spark.sql.pipelines
Class AnalysisWarning.StreamingReaderOptionsDropped
Object
org.apache.spark.sql.pipelines.AnalysisWarning.StreamingReaderOptionsDropped
- All Implemented Interfaces:
- Serializable,- AnalysisWarning,- scala.Equals,- scala.Product
- Enclosing interface:
- AnalysisWarning
public static class AnalysisWarning.StreamingReaderOptionsDropped
extends Object
implements AnalysisWarning, scala.Product, Serializable
Warning that some streaming reader options are being dropped
 
param: sourceName Source for which reader options are being dropped. param: droppedOptions Set of reader options that are being dropped for a specific source.
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.apache.spark.sql.pipelines.AnalysisWarningAnalysisWarning.StreamingReaderOptionsDropped, AnalysisWarning.StreamingReaderOptionsDropped$
- 
Constructor SummaryConstructorsConstructorDescriptionStreamingReaderOptionsDropped(String sourceName, scala.collection.immutable.Seq<String> droppedOptions) 
- 
Method SummaryMethods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.EqualscanEqual, equalsMethods inherited from interface scala.ProductproductArity, productElement, productElementName, productElementNames, productIterator, productPrefix
- 
Constructor Details- 
StreamingReaderOptionsDropped
 
- 
- 
Method Details- 
sourceName
- 
droppedOptions
 
-