linkis
linkis copied to clipboard
Apache Linkis builds a computation middleware layer to facilitate connection, governance and orchestration between the upper applications and the underlying data engines.
### Search before asking - [X] I searched the [issues](https://github.com/apache/incubator-linkis/issues) and found no similar issues. ### Linkis Component linkis-public-enhancements ### What happened + What you expected to happen The getKeyDefinitionsByType...
Some ddl/dml is change by pr #2388 SQL changes need to be recorded in upgrade docs `linkis-dist/package/db/upgrade` such as ``` ALTER TABLE `linkis_ps_dm_datasource_type_key` ADD COLUMN `name_en` varchar(32) COLLATE utf8_bin NOT...
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-linkis/issues) and found no similar feature requirement. ### Problem Description bml module adds configuration for unit testing ### Description...
### Search before asking - [X] I searched the [issues](https://github.com/apache/incubator-linkis/issues) and found no similar issues. ### Linkis Component linkis-cg-engineConnplugin ### What happened + What you expected to happen linkis uses...
### Search before asking - [X] I searched the [issues](https://github.com/apache/incubator-linkis/issues) and found no similar issues. ### Linkis Component linkis-public-enhancements ### What happened + What you expected to happen when use...
### Search before asking - [X] I searched the [issues](https://github.com/apache/incubator-linkis/issues) and found no similar issues. ### Linkis Component web ### What happened + What you expected to happen Can you...
### What is the purpose of the change [Linkis-Web] search bar start time opening and closing and accuracy. Related issues: #2575 . ) ### Brief change log (for example:) -【Linkis优化】管理台-搜索栏...
安装包下载地址为:https://osp-1257653870.cos.ap-guangzhou.myqcloud.com/WeDatasphere/Qualitis/qualitis_0.9.2_install_package.zip 安装部署文档地址为:https://github.com/WeBankFinTech/Qualitis/blob/master/docs/zh_CN/ch1/%E5%BF%AB%E9%80%9F%E6%90%AD%E5%BB%BA%E6%89%8B%E5%86%8C%E2%80%94%E2%80%94%E5%8D%95%E6%9C%BA%E7%89%88.md AppConn安装文档地址为:https://github.com/WeBankFinTech/Qualitis/blob/master/docs/zh_CN/ch1/%E6%8E%A5%E5%85%A5%E5%B7%A5%E4%BD%9C%E6%B5%81%E6%8C%87%E5%8D%97.md ------ The installation package download address is: https://osp-1257653870.cos.ap-guangzhou.myqcloud.com/WeDatasphere/Qualitis/qualitis_0.9.2_install_package.zip The installation and deployment documentation address is: https://github.com/WeBankFinTech/Qualitis/blob/master/docs/zh_CN/ch1/%E5%BF%AB%E9%80%9F%E6%90%AD%E5%BB %BA%E6%89%8B%E5%86%8C%E2%80%94%E2%80%94%E5%8D%95%E6%9C%BA%E7%89%88.md The AppConn installation documentation address is: https://github.com/WeBankFinTech/Qualitis/blob/master/docs/zh_CN/ch1/%E6%8E%A5%E5%85%A5%E5%B7%A5%E4%BD %9C%E6%B5%81%E6%8C%87%E5%8D%97.md
``` val df = if (".xlsx".equalsIgnoreCase(suffix)) { // info(dateFormatsJson.toString()+ "----------") spark.read.format("com.webank.wedatasphere.spark.excel") .option("useHeader", hasHeader) .option("maxRowsInMemory", 100) .option("sheetName", sheetName) //.option("dateFormat", dateFormat) .option("indexes",indexesStr) .option("dateFormats",dateFormatsJson.toString()) .schema(StructType(getFields(columns))) .load(path) } else { CsvRelation.csvToDF(spark, StructType(getFields(columns)), hasHeader, path,...
### Search before asking - [X] I searched the [issues](https://github.com/apache/incubator-linkis/issues) and found no similar issues. ### Linkis Component linkis-public-enhancements ### What happened + What you expected to happen dev-1.2.0 linkis-bml-client...