mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-10 11:07:06 +00:00
(improvement)(Headless) fixed array dimension error (#1000)
This commit is contained in:
@@ -110,7 +110,7 @@ public class SourceRender extends Renderer {
|
||||
if (!dim.getName().equalsIgnoreCase(dimension)) {
|
||||
continue;
|
||||
}
|
||||
dataSet.getMeasure().add(DimensionNode.build(dim, scope, engineType));
|
||||
dataSet.getMeasure().add(DimensionNode.buildArray(dim, scope, engineType));
|
||||
addExtendFields(dim, extendFields);
|
||||
if (nonAgg) {
|
||||
output.getMeasure().add(DimensionNode.buildName(dim, scope, engineType));
|
||||
|
||||
Reference in New Issue
Block a user