Uploaded image for project: 'CarbonData'
  1. CarbonData
  2. CARBONDATA-596

unable to crete filter resolver tree exception when using equals expression with carbon input format api

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.0.0-incubating
    • None
    • hadoop-integration
    • None
    • Spark 2.1 Spark 1.6

    Description

      unable to crete filter resolver tree exception when using equals expression

      Expression expression = new EqualToExpression(new ColumnExpression("c1", DataType.STRING),
      new LiteralExpression("a", DataType.STRING));

      CarbonInputFormat.setFilterPredicates(job.getConfiguration(), expression);
      List splits = carbonInputFormat.getSplits(job);

      it throws java.io.IOException: Error while resolving filter expression

      Attachments

        Activity

          People

            manishgupta_88 Manish Gupta
            anubhavtarar anubhav tarar
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: