davidradl commented on code in PR #26107: URL: https://github.com/apache/flink/pull/26107#discussion_r1944992072
########## docs/layouts/shortcodes/generated/forst_configuration.html: ########## @@ -0,0 +1,120 @@ +<table class="configuration table table-bordered"> + <thead> + <tr> + <th class="text-left" style="width: 20%">Key</th> + <th class="text-left" style="width: 15%">Default</th> + <th class="text-left" style="width: 10%">Type</th> + <th class="text-left" style="width: 55%">Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><h5>state.backend.forst.cache.dir</h5></td> + <td style="word-wrap: break-word;">(none)</td> + <td>String</td> + <td>The directory where ForSt caches its SST files, fallback to state.backend.forst.local-dir/cache if not configured.</td> Review Comment: nit: its -> it's -- 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]
