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 Summary
Nested classes/interfaces inherited from interface org.apache.spark.sql.pipelines.AnalysisWarning
AnalysisWarning.StreamingReaderOptionsDropped, AnalysisWarning.StreamingReaderOptionsDropped$
-
Constructor Summary
ConstructorsConstructorDescriptionStreamingReaderOptionsDropped
(String sourceName, scala.collection.immutable.Seq<String> droppedOptions) -
Method Summary
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
-
StreamingReaderOptionsDropped
-
-
Method Details
-
sourceName
-
droppedOptions
-