Skip to content

Commit

Permalink
KYLIN-3242
Browse files Browse the repository at this point in the history
Signed-off-by: Billy Liu <billyliu@apache.org>
  • Loading branch information
pengjianhua authored and yiming187 committed Feb 9, 2018
1 parent 5099066 commit da0e6b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ public void downloadQueryResult(@PathVariable String format, SQLRequest sqlReque
List<String> headerList = new ArrayList<String>();

for (SelectedColumnMeta column : result.getColumnMetas()) {
headerList.add(column.getName());
headerList.add(column.getLabel());
}

String[] headers = new String[headerList.size()];
Expand Down

0 comments on commit da0e6b0

Please sign in to comment.