Uploaded image for project: 'Apache Drill'
  1. Apache Drill
  2. DRILL-391

IN-list predicate with 20 or more elements gives UnsupportedOperationException

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.7.0
    • None
    • None

    Description

      select _MAP['N_REGIONKEY'], _MAP['N_NATIONKEY'] FROM "/tmp/parquet/nation.parquet" where cast(_MAP['N_NATIONKEY'] as int) in (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20);
      java.lang.UnsupportedOperationException
      at org.apache.drill.optiq.DrillValuesRel.implement(DrillValuesRel.java:51)
      at org.apache.drill.optiq.DrillImplementor.visitChild(DrillImplementor.java:143)
      at org.apache.drill.optiq.DrillAggregateRel.implement(DrillAggregateRel.java:62)
      at org.apache.drill.optiq.DrillImplementor.visitChild(DrillImplementor.java:143)
      at org.apache.drill.optiq.DrillJoinRel.implementInput(DrillJoinRel.java:98)
      at org.apache.drill.optiq.DrillJoinRel.implement(DrillJoinRel.java:75)
      at org.apache.drill.optiq.DrillImplementor.visitChild(DrillImplementor.java:143)
      at org.apache.drill.optiq.DrillProjectRel.implement(DrillProjectRel.java:63)

      Attachments

        Activity

          People

            amansinha100 Aman Sinha
            amansinha100 Aman Sinha
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: