afedulov commented on code in PR #23553:
URL: https://github.com/apache/flink/pull/23553#discussion_r1370845998


##########
flink-tests/pom.xml:
##########
@@ -284,6 +284,13 @@ under the License.
                        <scope>test</scope>
                </dependency>
 
+               <dependency>
+                       <groupId>org.apache.flink</groupId>
+                       <artifactId>flink-avro</artifactId>

Review Comment:
   > I cant really tell how this (and some of the flink-tests changes) related 
to fromElements.
   
   That's actually an easy one. You might remember this - 
https://issues.apache.org/jira/browse/FLINK-21386 . I added the test to 
explicitly verify that the issue you ran into with Avro and `fromElements` is 
handled correctly after the addition of the `OutputTypeConfigurable` 
functionality to `DataGeneratorSource`.



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

Reply via email to