Sergey Shelukhin created HIVE-7244: -------------------------------------- Summary: DecimalColumnVector::flatten is not implemented Key: HIVE-7244 URL: https://issues.apache.org/jira/browse/HIVE-7244 Project: Hive Issue Type: Bug Components: Vectorization Reporter: Sergey Shelukhin Assignee: Jitendra Nath Pandey
{noformat} @Override public void flatten(boolean selectedInUse, int[] sel, int size) { // TODO Auto-generated method stub } {noformat} It seems like this method is only used in tests. It should either be removed from all ColumnVector-s, or implemented here -- This message was sent by Atlassian JIRA (v6.2#6252)