kylin icon indicating copy to clipboard operation
kylin copied to clipboard

[KYLIN-5215] Fix Kylin pushdown query and Cube query is inconsistent

Open gaogao110 opened this issue 2 years ago • 2 comments

Fix columnMetas information returned by Kylin pushdown query and Cube query is inconsistent

Proposed changes

  1. Delete toUpperCase from PushDownRunnerSparkImpl.executeQuery

columnMetas.add(new SelectedColumnMeta(false, false, false, false, nullable, true, Integer.MAX_VALUE, fieldList.get(i).getName().toUpperCase(Locale.ROOT), fieldList.get(i).getName().toUpperCase(Locale.ROOT), null, null, null, fieldList.get(i).getPrecision(), fieldList.get(i).getScale(), fieldList.get(i).getDataType(), fieldList.get(i).getDataTypeName(), false, false, false));

Checklist

  • I have create an issue on Kylin's jira, and have described the bug/feature there in detail

gaogao110 avatar Jul 26 '22 03:07 gaogao110

Thx for the pr, will come back with more comments in a few days.

liyang-kylin avatar Jul 31 '22 12:07 liyang-kylin

pending on design discussion in https://issues.apache.org/jira/projects/KYLIN/issues/KYLIN-5215

liyang-kylin avatar Aug 02 '22 10:08 liyang-kylin