Github user tcondie commented on a diff in the pull request:

    https://github.com/apache/spark/pull/15626#discussion_r85024877
  
    --- Diff: 
sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/OffsetSeq.scala
 ---
    @@ -22,7 +22,10 @@ package org.apache.spark.sql.execution.streaming
      * [[Source]]s that are present in a streaming query. This is similar to 
simplified, single-instance
      * vector clock that must progress linearly forward.
      */
    -case class CompositeOffset(offsets: Seq[Option[Offset]]) extends Offset {
    +case class OffsetSeq(offsets: Seq[Option[Offset]]) {
    --- End diff --
    
    I renamed to avoid confusing the class as being a type of Offset. Does that 
make sense or should I take an alternative approach?


---
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]

Reply via email to