Github user tdas commented on a diff in the pull request:
https://github.com/apache/spark/pull/13335#discussion_r65961978
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/streaming/SourceStatus.scala ---
@@ -31,4 +31,4 @@ import org.apache.spark.sql.execution.streaming.{Offset,
Source}
@Experimental
class SourceStatus private[sql] (
val description: String,
- val offset: Option[Offset])
+ val offset: Option[String])
--- End diff --
offset --> offsetDesc, so that it allows us in future to expose actual
offsets without the naming being weird.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]