pjfanning commented on code in PR #170: URL: https://github.com/apache/pekko-persistence-r2dbc/pull/170#discussion_r1835350972
########## projection/src/main/scala/org/apache/pekko/projection/r2dbc/internal/R2dbcOffsetStore.scala: ########## @@ -24,33 +24,35 @@ import scala.annotation.tailrec import scala.collection.immutable import scala.concurrent.ExecutionContext import scala.concurrent.Future - -import org.apache.pekko -import pekko.Done -import pekko.actor.typed.ActorSystem -import pekko.actor.typed.scaladsl.LoggerOps -import pekko.annotation.InternalApi -import pekko.dispatch.ExecutionContexts -import pekko.persistence.Persistence -import pekko.persistence.query.DurableStateChange -import pekko.persistence.query.Offset -import pekko.persistence.query.TimestampOffset -import pekko.persistence.query.UpdatedDurableState -import pekko.persistence.query.typed.EventEnvelope -import pekko.persistence.query.typed.scaladsl.EventTimestampQuery -import pekko.persistence.r2dbc.internal.R2dbcExecutor -import pekko.persistence.r2dbc.internal.Sql.Interpolation -import pekko.persistence.typed.PersistenceId -import pekko.projection.BySlicesSourceProvider -import pekko.projection.MergeableOffset -import pekko.projection.ProjectionId -import pekko.projection.internal.ManagementState -import pekko.projection.internal.OffsetSerialization -import pekko.projection.internal.OffsetSerialization.MultipleOffsets -import pekko.projection.internal.OffsetSerialization.SingleOffset -import pekko.projection.r2dbc.R2dbcProjectionSettings import io.r2dbc.spi.Connection import io.r2dbc.spi.Statement +import org.apache.pekko +import org.apache.pekko.Done Review Comment: please revert these import changes - imports start with 'pekko.' and we import 'org.apache.pekko' to allow that -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For additional commands, e-mail: notifications-h...@pekko.apache.org