danny0405 commented on a change in pull request #12599:
URL: https://github.com/apache/flink/pull/12599#discussion_r439236511



##########
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:
       No compression as default. The valid enumerations are: `deflate`, 
`snappy`, `bzip2`, `xz`.




----------------------------------------------------------------
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]


Reply via email to