Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-20170

Sql. AbstractPlannerTest#checkSplitAndSerialization founds serialization\deserialization problems.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 3.0.0-beta1
    • None
    • sql

    Description

      Check case below :

          @Test
          public void test0() throws Throwable {
              sql("SELECT CAST('1'::TINYINT AS FLOAT)").ok().getExecutable().execute();
          }
      

      serialization\deserialization check return:

      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 }])
      

      seems need to be fixed.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              zstan Evgeny Stanilovsky
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: