XMLWordPrintableJSON

Details

    Description

      For example:

      select "intField", "stringField"
      from arrowdata
      where "intField" is not null
      order by "intField"
      limit 1
      

      will throw an exception

      java.lang.AssertionError: cannot translate IS NOT NULL($0)
      
      	at org.apache.calcite.adapter.arrow.ArrowTranslator.translateMatch2(ArrowTranslator.java:131)
      	at org.apache.calcite.adapter.arrow.ArrowTranslator.translateAnd(ArrowTranslator.java:111)
      	at org.apache.calcite.adapter.arrow.ArrowTranslator.translateMatch(ArrowTranslator.java:68)
      	at org.apache.calcite.adapter.arrow.ArrowFilter.<init>(ArrowFilter.java:43)
      	at org.apache.calcite.adapter.arrow.ArrowRules$ArrowFilterRule.convert(ArrowRules.java:97)
      	at org.apache.calcite.adapter.arrow.ArrowRules$ArrowFilterRule.onMatch(ArrowRules.java:87)
      

      Attachments

        Issue Links

          Activity

            People

              timgrein Tim Grein
              hongyuguo hongyu guo
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: