StephanEwen commented on a change in pull request #7508: [hotfix][docs] Add 
example for the BulkFormat of the StreamingFileSink
URL: https://github.com/apache/flink/pull/7508#discussion_r256821836
 
 

 ##########
 File path: docs/dev/connectors/streamfile_sink.md
 ##########
 @@ -110,12 +110,45 @@ interactions of bucket assigners and rolling policies.
 
 In the above example we used an `Encoder` that can encode or serialize each
 record individually. The streaming file sink also supports bulk-encoded output
-formats such as [Apache Parquet](http://parquet.apache.org). To use these,
-instead of `StreamingFileSink.forRowFormat()` you would use
+formats such as [Apache Parquet](http://parquet.apache.org) or [Apache 
Avro](https://avro.apache.org/).
 
 Review comment:
   The `flink-avro` package has an Avro row encoded format, meaning Avro itself 
is row encoded.
   
   You can use Avro format definition to create parquet writers, but that is 
still the parquet format then, it only uses Avro as the schema definition.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to