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

Drill yelp tutorial throwing error that repeated_count missing implementation

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Critical
    • Resolution: Unresolved
    • 1.17.0
    • None
    • Functions - Drill
    • None

    Description

      select name,repeated_count(categories) as categorycount, categories from `yelp_academic_dataset_business.json` where true=repeated_contains(categories,'Restaurants') order by repeated_count(categories) desc limit 10;

       

      SYSTEM ERROR: SchemaChangeException: Failure while trying to materialize incoming schema. Errors: Error in expression at index 0. Error: Missing function implementation: [repeated_count(VARCHAR-OPTIONAL)]. Full expression: null.. Fragment ...

      Attachments

        Activity

          People

            Unassigned Unassigned
            kundeng Kun Deng
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: