Uploaded image for project: 'Calcite'
  1. Calcite
  2. CALCITE-6210

Cast to VARBINARY causes an assertion failure

    XMLWordPrintableJSON

Details

    Description

      This test in SqlOperatorTest:

       SqlOperatorFixture f = fixture();
       f.checkScalar("CAST('00' AS VARBINARY)", "00", "VARBINARY NOT NULL");
      

      Causes the following assertion failure:

      java.lang.AssertionError: value 00 does not match type class      org.apache.calcite.avatica.util.ByteString
      	at org.apache.calcite.linq4j.tree.ConstantExpression.<init>(ConstantExpression.java:51)
      	at org.apache.calcite.linq4j.tree.Expressions.constant(Expressions.java:585)
      	at org.apache.calcite.linq4j.tree.OptimizeShuttle.visit(OptimizeShuttle.java:305)
      	at org.apache.calcite.linq4j.tree.UnaryExpression.accept(UnaryExpression.java:39)
      	at org.apache.calcite.linq4j.tree.TernaryExpression.accept(TernaryExpression.java:47)
      	at org.apache.calcite.linq4j.tree.DeclarationStatement.accept(DeclarationStatement.java:45)
      	at org.apache.calcite.linq4j.tree.DeclarationStatement.accept(DeclarationStatement.java:27)
      	at org.apache.calcite.linq4j.tree.BlockBuilder.optimize(BlockBuilder.java:426)
      	at org.apache.calcite.linq4j.tree.BlockBuilder.toBlock(BlockBuilder.java:340)
      	at org.apache.calcite.rex.RexExecutorImpl.compile(RexExecutorImpl.java:102)
      	at org.apache.calcite.rex.RexExecutorImpl.compile(RexExecutorImpl.java:68)
      	at org.apache.calcite.rex.RexExecutorImpl.reduce(RexExecutorImpl.java:133)
      	at org.apache.calcite.rex.RexSimplify.simplifyCast(RexSimplify.java:2272)
      	at org.apache.calcite.rex.RexSimplify.simplify(RexSimplify.java:292)
      	at org.apache.calcite.rex.RexSimplify.simplifyUnknownAs(RexSimplify.java:250)
      	at org.apache.calcite.rex.RexSimplify.simplifyPreservingType(RexSimplify.java:189)
      	at org.apache.calcite.rex.RexSimplify.simplifyPreservingType(RexSimplify.java:184)
      

      Attachments

        Issue Links

          Activity

            People

              mbudiu Mihai Budiu
              mbudiu Mihai Budiu
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: