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

cassandra adapter returns null when selecting non-null tuple elements

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Not A Bug
    • 1.25.0
    • 1.27.0
    • cassandra-adapter
    • None

    Description

      The following test currently fails due to the EXPR$i elements are null and don't match their actual value within the _f_tuple_ field:

      @Test void testTupleInnerValues() {
       CalciteAssert.that()
       .with(DTCASSANDRA)
       .query("select x['1'], x['2'], x['3'] from "
       + "(select \"f_tuple\" from \"test_collections\") as T(x)")
       .returns("EXPR$0=3000000000"
       + "; EXPR$1=30ff87"
       + "; EXPR$2=2015-05-03 13:30:54\n");
      }

      Attachments

        Issue Links

          Activity

            People

              asolimando Alessandro Solimando
              asolimando Alessandro Solimando
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: