Evgeny Stanilovsky created IGNITE-20170:
-------------------------------------------
Summary: Sql. AbstractPlannerTest#checkSplitAndSerialization
founds serialization\deserialization problems.
Key: IGNITE-20170
URL: https://issues.apache.org/jira/browse/IGNITE-20170
Project: Ignite
Issue Type: Bug
Components: sql
Affects Versions: 3.0.0-beta1
Reporter: Evgeny Stanilovsky
Check case below :
{noformat}
@Test
public void test0() throws Throwable {
sql("SELECT CAST('1'::TINYINT AS
FLOAT)").ok().getExecutable().execute();
}
{noformat}
serialization\deserialization check return:
{noformat}
Caused by: org.opentest4j.AssertionFailedError: Invalid serialization /
deserialization.
Expected:
rel#10:IgniteValues.(type=RecordType(FLOAT EXPR$0),tuples=[{ 1 }])
Deserialized:
rel#11:IgniteValues.(type=RecordType(FLOAT EXPR$0),tuples=[{ 1E0 }])
{noformat}
seems need to be fixed.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)