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

CAST('<string>' AS BINARY) is supported by Hive, but not by Calcite

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Not A Problem
    • None
    • 1.12.0
    • None
    • None

    Description

      Hive supports CAST('1' as BINARY). Result is 0x31 (can be tested with

      SELECT HEX(CAST('1' as BINARY));

      . If I'm not mistaken, the CAST result is the UTF-8 encoding of the input string.
      CALCITE 1.11 throws AssertionException during compilation for such an expression:

      Thread [db11b6e6-8fa7-48b3-82ef-c5b4550327ec main] (Suspended (exception AssertionError))             
                      ConstantExpression.<init>(Type, Object) line: 50      
                      Expressions.constant(Object, Type) line: 586             
                      OptimizeShuttle.visit(UnaryExpression, Expression) line: 279
                      UnaryExpression.accept(Shuttle) line: 37   
                      Expressions.acceptExpressions(List<Expression>, Shuttle) line: 3184  
                      MethodCallExpression.accept(Shuttle) line: 60         
                      TernaryExpression.accept(Shuttle) line: 45
      

      Attachments

        Issue Links

          Activity

            People

              julianhyde Julian Hyde
              rusanu Remus Rusanu
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: