anishshri-db commented on code in PR #50773: URL: https://github.com/apache/spark/pull/50773#discussion_r2070914229
########## sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala: ########## @@ -3126,6 +3126,15 @@ object SQLConf { .booleanConf .createWithDefault(true) + val STREAMING_CHECKPOINT_FILE_CHECKSUM_ENABLED = + buildConf("spark.sql.streaming.checkpoint.fileChecksum.enabled") + .internal() + .doc("When true, checksum would be generated and verified for some checkpoint files. " + Review Comment: nit: lets just say `verified for checkpoint files` ? -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org