chaoqin-li1123 commented on PR #41099:
URL: https://github.com/apache/spark/pull/41099#issuecomment-1563874048

   I can verify that all the streaming query integration tests we override 
inherits StateStoreMetricsTest, which use a shared spark session. And they also 
use SQL conf to override state format version, so they should also respect the 
changelog checkpointing config we set.
   RocksDBStateStoreIntegrationSuite  extends StreamTest, which have a shared 
spark session and use sql conf.
   I do find that RocksDBStateStore suite ignore the sqlconf, have fixed 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: [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]

Reply via email to