[ https://issues.apache.org/jira/browse/FLINK-27718?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jark Wu closed FLINK-27718. --------------------------- Fix Version/s: 1.16.0 1.17.0 Resolution: Fixed Fixed in - master: 5c41e7bc0a9355509b87a5edc43899bbf476ed61 - release-1.16: 5ea9cc114921b3c1b2ab3cd8751ff4ef6c7c1329 > Fix fail to count mutiple fields excpetion in Hive dialect > ---------------------------------------------------------- > > Key: FLINK-27718 > URL: https://issues.apache.org/jira/browse/FLINK-27718 > Project: Flink > Issue Type: Sub-task > Reporter: luoyuxia > Assignee: luoyuxia > Priority: Major > Labels: pull-request-available > Fix For: 1.16.0, 1.17.0 > > > In Hive, it's support to count multiple fields using the following sql: > > {code:java} > select count(distinct a, b) from src > {code} > We are also expected to support it while using Hive dialect in Flink. > > -- This message was sent by Atlassian Jira (v8.20.10#820010)