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

SqlNameMatcher does not match fields in a structure

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Not A Problem
    • 1.11.0
    • 1.14.0
    • None
    • None

    Description

      Is this something that should be supported? It fails on assertion with "F1"."C2"

        public String getSimple() {
          assert names.size() == 1;
          return names.get(0);
        }
      

      I ran into this issue while trying to create a view constrained by one field of the STRUCT.T structure in MockCatalogReader.

      Attachments

        Activity

          People

            julianhyde Julian Hyde
            kliew Kevin Liew
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: