dalelane commented on code in PR #23395:
URL: https://github.com/apache/flink/pull/23395#discussion_r1374331239
##########
docs/content/docs/connectors/table/formats/avro.md:
##########
@@ -80,6 +80,14 @@ Format Options
<td>String</td>
<td>Specify what format to use, here should be <code>'avro'</code>.</td>
</tr>
+ <tr>
+ <td><h5>avro.encoding</h5></td>
+ <td>optional</td>
+ <td>yes</td>
+ <td>binary</td>
+ <td>String</td>
+ <td>Serialization encoding to use. The valid enumerations are: binary,
json. <a
href="https://avro.apache.org/docs/current/specification/#encodings">(reference)</a></td>
+ </tr>
Review Comment:
That seems reasonable to me - I've added an additional explanation.
--
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]