sahnib commented on code in PR #44961:
URL: https://github.com/apache/spark/pull/44961#discussion_r1480673515
##########
sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/state/StateStoreChangelog.scala:
##########
@@ -222,6 +232,31 @@ class StateStoreChangelogWriterV2(
size += 1
}
+ override def merge(key: Array[Byte], value: Array[Byte]): Unit = {
Review Comment:
Thanks for bringing this up. I have a follow up question here - should we
also support default column family in changelog v2? Is there a reason to
restrict it to only column families?
--
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]