You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Dawid Wysakowicz (Jira)" <ji...@apache.org> on 2019/12/04 22:27:00 UTC

[jira] [Commented] (FLINK-15059) DataTypeExtractorTest fails on travis

    [ https://issues.apache.org/jira/browse/FLINK-15059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16988271#comment-16988271 ] 

Dawid Wysakowicz commented on FLINK-15059:
------------------------------------------

cc [~twalthr]

> DataTypeExtractorTest fails on travis
> -------------------------------------
>
>                 Key: FLINK-15059
>                 URL: https://issues.apache.org/jira/browse/FLINK-15059
>             Project: Flink
>          Issue Type: Bug
>          Components: Table SQL / API
>    Affects Versions: 1.10.0
>            Reporter: Dawid Wysakowicz
>            Priority: Blocker
>             Fix For: 1.10.0
>
>
> https://api.travis-ci.org/v3/job/620607358/log.txt
> {code}
> 16:28:41.138 [ERROR] testExtraction[27](org.apache.flink.table.types.extraction.DataTypeExtractorTest)  Time elapsed: 0.059 s  <<< ERROR!
> org.apache.flink.table.api.ValidationException: Could not extract a data type from 'class org.apache.flink.table.types.extraction.DataTypeExtractorTest$SimplePojoWithAssigningConstructor'. Please pass the required data type manually or allow RAW types.
> 	at org.apache.flink.table.types.extraction.DataTypeExtractorTest.runExtraction(DataTypeExtractorTest.java:367)
> 	at org.apache.flink.table.types.extraction.DataTypeExtractorTest.testExtraction(DataTypeExtractorTest.java:363)
> Caused by: org.apache.flink.table.api.ValidationException: Could not extract a data type from 'class org.apache.flink.table.types.extraction.DataTypeExtractorTest$SimplePojoWithAssigningConstructor'. Interpreting it as a structured type was also not successful.
> 	at org.apache.flink.table.types.extraction.DataTypeExtractorTest.runExtraction(DataTypeExtractorTest.java:367)
> 	at org.apache.flink.table.types.extraction.DataTypeExtractorTest.testExtraction(DataTypeExtractorTest.java:363)
> Caused by: java.lang.UnsupportedOperationException: This feature requires ASM7
> 	at org.apache.flink.table.types.extraction.DataTypeExtractorTest.runExtraction(DataTypeExtractorTest.java:367)
> 	at org.apache.flink.table.types.extraction.DataTypeExtractorTest.testExtraction(DataTypeExtractorTest.java:363)
> 16:28:41.141 [ERROR] testExtraction[28](org.apache.flink.table.types.extraction.DataTypeExtractorTest)  Time elapsed: 0.002 s  <<< ERROR!
> org.apache.flink.table.api.ValidationException: Could not extract a data type from 'class org.apache.flink.table.types.extraction.DataTypeExtractorTest$PojoWithCustomFieldOrder'. Please pass the required data type manually or allow RAW types.
> 	at org.apache.flink.table.types.extraction.DataTypeExtractorTest.runExtraction(DataTypeExtractorTest.java:367)
> 	at org.apache.flink.table.types.extraction.DataTypeExtractorTest.testExtraction(DataTypeExtractorTest.java:363)
> Caused by: org.apache.flink.table.api.ValidationException: Could not extract a data type from 'class org.apache.flink.table.types.extraction.DataTypeExtractorTest$PojoWithCustomFieldOrder'. Interpreting it as a structured type was also not successful.
> 	at org.apache.flink.table.types.extraction.DataTypeExtractorTest.runExtraction(DataTypeExtractorTest.java:367)
> 	at org.apache.flink.table.types.extraction.DataTypeExtractorTest.testExtraction(DataTypeExtractorTest.java:363)
> Caused by: java.lang.UnsupportedOperationException: This feature requires ASM7
> 	at org.apache.flink.table.types.extraction.DataTypeExtractorTest.runExtraction(DataTypeExtractorTest.java:367)
> 	at org.apache.flink.table.types.extraction.DataTypeExtractorTest.testExtraction(DataTypeExtractorTest.java:363)
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)