[
https://issues.apache.org/jira/browse/FLINK-9078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16413715#comment-16413715
]
ASF GitHub Bot commented on FLINK-9078:
---------------------------------------
Github user twalthr commented on a diff in the pull request:
https://github.com/apache/flink/pull/5762#discussion_r177059068
--- Diff:
flink-end-to-end-tests/flink-avro-classloading-test/src/main/avro/user.avsc ---
@@ -0,0 +1,9 @@
+{
+ "type": "record",
+ "namespace": "org.apache.flink.tests.streaming",
+ "name": "User",
+ "fields": [
+ { "name": "first", "type": "string" },
+ { "name": "last", "type": "string" }
--- End diff --
Could you add a more complex Avro type? I think we should test all
available Avro types. Esp. maps and arrays and maybe different
`SpecificRecords` and `GenericRecords`.
> End-to-end test: Add test that verifies that a specific classloading issue
> with avro is fixed
> ---------------------------------------------------------------------------------------------
>
> Key: FLINK-9078
> URL: https://issues.apache.org/jira/browse/FLINK-9078
> Project: Flink
> Issue Type: Sub-task
> Components: Tests
> Affects Versions: 1.5.0
> Reporter: Florian Schmidt
> Priority: Major
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)