[
https://issues.apache.org/jira/browse/IGNITE-24117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Evgeny Stanilovsky updated IGNITE-24117:
----------------------------------------
Description:
Minimally this need to be changed
{code:java}
@Override
public int columnsCount() {
throw new UnsupportedOperationException();
}
{code}
was:
Minimally this need to be changed
{code:java}
@Override
public int columnsCount() {
return 1;
}
{code}
> Change AbstractExecutionTest#rowFactory methods return correct results.
> -----------------------------------------------------------------------
>
> Key: IGNITE-24117
> URL: https://issues.apache.org/jira/browse/IGNITE-24117
> Project: Ignite
> Issue Type: Bug
> Components: sql
> Affects Versions: 3.0.0-beta1
> Reporter: Evgeny Stanilovsky
> Priority: Major
> Labels: ignite-3
>
> Minimally this need to be changed
> {code:java}
> @Override
> public int columnsCount() {
> throw new UnsupportedOperationException();
> }
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)