You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Kun Deng (Jira)" <ji...@apache.org> on 2020/08/11 18:53:00 UTC

[jira] [Created] (DRILL-7776) Drill yelp tutorial throwing error that repeated_count missing implementation

Kun Deng created DRILL-7776:
-------------------------------

             Summary: Drill yelp tutorial throwing error that repeated_count missing implementation
                 Key: DRILL-7776
                 URL: https://issues.apache.org/jira/browse/DRILL-7776
             Project: Apache Drill
          Issue Type: Bug
          Components: Functions - Drill
    Affects Versions: 1.17.0
            Reporter: Kun Deng


{color:#0033b3}select name{color},repeated_count(categories) {color:#0033b3}as {color}{color:#000000}categorycount{color}, categories {color:#0033b3}from {color}`yelp_academic_dataset_business.json` {color:#0033b3}where true{color}=repeated_contains(categories,{color:#067d17}'Restaurants'{color}) {color:#0033b3}order by {color}repeated_count({color:#000000}categories{color}) {color:#0033b3}desc limit {color}{color:#1750eb}10{color};

 

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 ...



--
This message was sent by Atlassian Jira
(v8.3.4#803005)