You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2021/03/08 17:59:55 UTC

[GitHub] [drill] eevanwong edited a comment on pull request #2168: DRILL-7712: Fix issues after ZK upgrade

eevanwong edited a comment on pull request #2168:
URL: https://github.com/apache/drill/pull/2168#issuecomment-792953371


   Hey I've made the [jira ticket](https://issues.apache.org/jira/projects/DRILL/issues/DRILL-7876?filter=addedrecently)
   
   I also tried a variety of different queries, albeit not very complex ones.
   
   `
   select education_level,max(salary) as maxSalary
   2.......semicolon> from `employee.json`
   3.......semicolon> group by education_level;
   `
   apache drill (cp)> select employee_id,full_name,salary from `employee.json` where store_id = 9 and education_level = 'Bachelors Degree';
   `
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org