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:26:00 UTC

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

Dawid Wysakowicz created FLINK-15059:
----------------------------------------

             Summary: 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
             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)