slinkydeveloper commented on a change in pull request #18290: URL: https://github.com/apache/flink/pull/18290#discussion_r784700282
########## File path: docs/content/docs/connectors/table/filesystem.md ########## @@ -325,33 +347,43 @@ Time extractors define extracting time from partition values. <table class="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: 25%">Option</th> + <th class="text-left" style="width: 8%">Required</th> + <th class="text-left" style="width: 8%">Forwarded</th> + <th class="text-left" style="width: 7%">Default</th> <th class="text-left" style="width: 10%">Type</th> - <th class="text-left" style="width: 55%">Description</th> + <th class="text-left" style="width: 42%">Description</th> </tr> </thead> <tbody> <tr> <td><h5>partition.time-extractor.kind</h5></td> + <td>optional</td> + <td>yes</td> <td style="word-wrap: break-word;">default</td> <td>String</td> <td>Time extractor to extract time from partition values. Support default and custom. For default, can configure timestamp pattern\formatter. For custom, should configure extractor class.</td> </tr> <tr> <td><h5>partition.time-extractor.class</h5></td> + <td>optional</td> + <td>yes</td> Review comment: Removed, check now -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org