String[]array=fields.stream().map(f->table+"."+f.getDataeaseName()+" AS "+DorisTableUtils.dorisFieldName(ele.getTableId()+"_"+f.getDataeaseName())).toArray(String[]::new);
String[]array=fields.stream().map(f->table+"."+f.getDataeaseName()+" AS "+DorisTableUtils.dorisFieldName(ele.getTableId()+"_"+f.getDataeaseName())).toArray(String[]::new);
customInfo.put(table,array);
customInfo.put(table,array);
});
});
...
@@ -567,7 +572,7 @@ public class DataSetTableService {
...
@@ -567,7 +572,7 @@ public class DataSetTableService {