[jira] [Commented] (DRILL-5588) Hash Aggregate: Avoid copy on output of aggregate columns

2017-08-17 Thread Boaz Ben-Zvi (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-5588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16131486#comment-16131486 ] Boaz Ben-Zvi commented on DRILL-5588: - See DRILL-5728 : The generated code allocates a special bigint

[jira] [Commented] (DRILL-5588) Hash Aggregate: Avoid copy on output of aggregate columns

2017-08-16 Thread Boaz Ben-Zvi (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-5588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16129792#comment-16129792 ] Boaz Ben-Zvi commented on DRILL-5588: - For decimal data types, the internal value columns are not just

[jira] [Commented] (DRILL-5588) Hash Aggregate: Avoid copy on output of aggregate columns

2017-08-16 Thread Boaz Ben-Zvi (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-5588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16129752#comment-16129752 ] Boaz Ben-Zvi commented on DRILL-5588: - Another point is the location of the "value" value vectors

[jira] [Commented] (DRILL-5588) Hash Aggregate: Avoid copy on output of aggregate columns

2017-08-16 Thread Boaz Ben-Zvi (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-5588?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16129749#comment-16129749 ] Boaz Ben-Zvi commented on DRILL-5588: - For AVG(), the division does not take place in the Hash-Agg