You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@sudip-unb You can look at the implementation about the io.trino.plugin.ignite.TestIgniteTypeMapping, we only support create the DataSetup by create and then insert, we need to build the DataSetup using create as select(in Trino).
For the demo you can refer the io.trino.plugin.postgresql.TestPostgreSqlTypeMapping
@sudip-unb We want a method similar to TestPostgreSqlTypeMapping.trinoCreateAsSelect in io.trino.plugin.ignite.TestIgniteTypeMapping
And added to all the existing tests
Added
trinoCreateAsSelect
DataSetup for Ignite sql type mapping test.Follow up for #8323
The text was updated successfully, but these errors were encountered: