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

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

     [ https://issues.apache.org/jira/browse/FLINK-15059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Timo Walther closed FLINK-15059.
--------------------------------
    Resolution: Fixed

Fixed in 1.10.0: 23ea91bb80ade0e3a715498d52c1564c45b80d5b

> 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
>            Assignee: Timo Walther
>            Priority: Blocker
>              Labels: pull-request-available
>             Fix For: 1.10.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> 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)