You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vyacheslav Koptilin (Jira)" <ji...@apache.org> on 2021/12/08 15:19:00 UTC

[jira] [Updated] (IGNITE-16089) ItMetadataTest.columnNames fails with AssertionError

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

Vyacheslav Koptilin updated IGNITE-16089:
-----------------------------------------
    Description: 
_ItMetadataTest.columnNames_ fails with the following exception:

{noformat}
java.lang.AssertionError: Unexpected type of result: RecordType() MULTISET

	at org.apache.ignite.internal.processors.query.calcite.util.TypeUtils.nativeType(TypeUtils.java:388)
	at org.apache.ignite.internal.processors.query.calcite.prepare.ResultSetMetadataImpl.fields(ResultSetMetadataImpl.java:60)
	at org.apache.ignite.internal.calcite.util.QueryChecker.check(QueryChecker.java:364)
	at org.apache.ignite.internal.calcite.ItMetadataTest.columnNames(ItMetadataTest.java:67)
{noformat}

Looks like the support of _SqlTypeName#SqlTypeName_ should be added.

  was:
ItMetadataTest.columnNames fails with the following exception:

{noformat}
java.lang.AssertionError: Unexpected type of result: RecordType() MULTISET

	at org.apache.ignite.internal.processors.query.calcite.util.TypeUtils.nativeType(TypeUtils.java:388)
	at org.apache.ignite.internal.processors.query.calcite.prepare.ResultSetMetadataImpl.fields(ResultSetMetadataImpl.java:60)
	at org.apache.ignite.internal.calcite.util.QueryChecker.check(QueryChecker.java:364)
	at org.apache.ignite.internal.calcite.ItMetadataTest.columnNames(ItMetadataTest.java:67)
{noformat}

Looks like the support of SqlTypeName#SqlTypeName should be added.


> ItMetadataTest.columnNames fails with AssertionError
> ----------------------------------------------------
>
>                 Key: IGNITE-16089
>                 URL: https://issues.apache.org/jira/browse/IGNITE-16089
>             Project: Ignite
>          Issue Type: Bug
>    Affects Versions: 3.0.0-alpha3
>            Reporter: Vyacheslav Koptilin
>            Priority: Major
>              Labels: ignite-3
>
> _ItMetadataTest.columnNames_ fails with the following exception:
> {noformat}
> java.lang.AssertionError: Unexpected type of result: RecordType() MULTISET
> 	at org.apache.ignite.internal.processors.query.calcite.util.TypeUtils.nativeType(TypeUtils.java:388)
> 	at org.apache.ignite.internal.processors.query.calcite.prepare.ResultSetMetadataImpl.fields(ResultSetMetadataImpl.java:60)
> 	at org.apache.ignite.internal.calcite.util.QueryChecker.check(QueryChecker.java:364)
> 	at org.apache.ignite.internal.calcite.ItMetadataTest.columnNames(ItMetadataTest.java:67)
> {noformat}
> Looks like the support of _SqlTypeName#SqlTypeName_ should be added.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)