pjfanning commented on code in PR #52:
URL:
https://github.com/apache/incubator-pekko-persistence-r2dbc/pull/52#discussion_r1313267062
##########
core/src/main/scala/org/apache/pekko/persistence/r2dbc/query/scaladsl/QueryDao.scala:
##########
@@ -179,10 +179,10 @@ private[r2dbc] class QueryDao(settings: R2dbcSettings,
connectionFactory: Connec
row =>
if (backtracking)
SerializedJournalRow(
- slice = row.get("slice", classOf[Integer]),
+ slice = row.get[Integer]("slice", classOf[Integer]),
Review Comment:
I don't know. Scala 3 is not Scala 2 and does not work excatly the same as
Scala 2. The code does not work in Scala 3 if I do not add this change.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]