jingz-db commented on code in PR #48686: URL: https://github.com/apache/spark/pull/48686#discussion_r1830092892
########## sql/core/src/test/scala/org/apache/spark/sql/streaming/TransformWithStateInitialStateSuite.scala: ########## @@ -83,6 +98,49 @@ abstract class StatefulProcessorWithInitialStateTestClass[V] } } +/** + * Stateful processor that will take a union dataframe output from state data source reader, + * with flattened state data source rows. Review Comment: Not much reasons for transforming the keys of map but want to reuse more existing codes (`StatefulProcessorWithInitialStateTestClass`). I've written a new stateful processor and just do the simplest put as you commented above. -- 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]
