-[Element](https://element.eleme.cn/):感谢 Element 提供的优秀组件库。
## 版本说明
DataEase 版本号命名规则为:v大版本.功能版本.Bug修复版本。比如:
```text
v1.0.1 是 v1.0.0 之后的 Bug 修复版本;
v1.1.0 是 v1.0.0 之后的功能版本。
```
像其它优秀开源项目一样,DataEase 将每月发布一个功能版本。
## License & Copyright
Copyright (c) 2014-2021 飞致云 FIT2CLOUD, All rights reserved.
Licensed under The GNU General Public License version 2 (GPLv2) (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
<https://www.gnu.org/licenses/gpl-2.0.html>
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
String[]array=fields.stream().map(f->table+"."+f.getDataeaseName()+" AS "+DorisTableUtils.dorisFieldName(ele.getTableId()+"_"+f.getDataeaseName())).toArray(String[]::new);
customInfo.put(table,array);
});
...
...
@@ -567,7 +572,7 @@ public class DataSetTableService {