lance.jiangl created HIVE-3220: ---------------------------------- Summary: In a UDTF, I can't get distinct/all column information in iterate method Key: HIVE-3220 URL: https://issues.apache.org/jira/browse/HIVE-3220 Project: Hive Issue Type: Bug Reporter: lance.jiangl
I can get the information from GenericUDAFParameterInfo, to judge if user inputs DISTINCT keyword. But I want to judge in the iterate method, could anyone get me a hint?? In GenericUDAFCount.java(line 125),a boolean variable *countAllColumns* is used to see whether user input *. However, it doesn't work :( -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira