pjfanning commented on PR #241: URL: https://github.com/apache/pekko-persistence-cassandra/pull/241#issuecomment-2442665009
Looks like this is not going to work: ``` java.lang.IllegalArgumentException: sequence_nr is not a column in this row at com.datastax.oss.driver.internal.core.cql.DefaultRow.firstIndexOf(DefaultRow.java:112) at com.datastax.oss.driver.api.core.data.GettableByName.getLong(GettableByName.java:312) at org.apache.pekko.persistence.cassandra.journal.CassandraJournal.find$1$$anonfun$2$$anonfun$1(CassandraJournal.scala:687) at scala.Option.map(Option.scala:242) at org.apache.pekko.persistence.cassandra.journal.CassandraJournal.find$1$$anonfun$2(CassandraJournal.scala:687) ``` -- 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