wuchong commented on a change in pull request #12599:
URL: https://github.com/apache/flink/pull/12599#discussion_r439244349
##########
File path: docs/dev/table/connectors/formats/avro.md
##########
@@ -97,6 +97,13 @@ Format Options
<td>String</td>
<td>Specify what format to use, here should be 'avro'.</td>
</tr>
+ <tr>
+ <td><h5>avro.codec</h5></td>
+ <td>optional</td>
+ <td style="word-wrap: break-word;">(none)</td>
+ <td>String</td>
+ <td>For <a href="{{ site.baseurl
}}/dev/table/connectors/filesystem.html">Filesystem</a> only, the compression
codec for avro. Default no compression. Support deflate, snappy, bzip2, xz.</td>
+ </tr>
Review comment:
Let's use `{% link dev/table/connectors/filesystem.md %}` as the link
which is suggested in the dev mailing list recentlly.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]