byzer-lang icon indicating copy to clipboard operation
byzer-lang copied to clipboard

Byzer (former MLSQL): A low-code open-source programming language for data pipeline, analytics and AI.

Results 131 byzer-lang issues
Sort by recently updated
recently updated
newest added

My program has a bug that has been bothering me for a long time. Here are my code: ` -- 模型转化为预测函数,方便我们看原始模型的效果 !python conf "rayAddress=localhost:10001"; !python conf "pythonExec=/home/byzerllm/miniconda3/envs/byzerllm-dev/bin/python"; !python conf "dataMode=model";...

The Project lastest tag is v2.3.6,I downloaded 2.3.8 from official website,but I can not find the source code of v2.3.8

# What changes were proposed in this pull request? Set activeSession before each script execution. Because spark `functions.expr` use SQLConf of activeSession. Refer to [SPARK-44206](https://issues.apache.org/jira/browse/SPARK-44206), all SparkSession dataset methods already...

ui不太像一个数据工具该有的样式。国内绝大部分ui 只适合做网站设计,不适合做工具产品 UI 设计。相比 juypter 和 hex https://hex.tech/ 差距还是很明显。希望可以更进一步优化。

## Issue description 1. In Byzer project, the DSLSQL grammar defines a subrule `errorIfExists: 'errorIfExists'` and a token for the keyword `ERRORIfExists:'errorIfExists'`. However, due to the implementation of CaseChangingStream in...

byzer框架中python代码如何读写HDFS

### Issue Description Build binary tar ball from master branch, untar it, config file is not changed, start byzer-lang : ``` $BYZER_LANG/bin/byzer.sh restart ``` Received error message: ``` Starting Byzer...

如果启动配置: ``` -spark.mlsql.path.schemas="s3a,oss" ``` 那么用户可以直接使用如下语法,系统不会自动添加主目录 ``` -- 连接和注册 load FS.`` where `fs.oss.impl`="org.apache.hadoop.fs.aliyun.oss.AliyunOSSFileSystem" and `fs.oss.accessKeyId`="xxxx" and `fs.oss.accessKeySecret`="xxxx" and `fs.oss.endpoint`="oss-cn-hangzhou.aliyuncs.com" as output; -- 现在可以正常使用 bucket 地址了 load csv.`oss://xxxxxx/tmp/tables/table1` where header="true" as output;...

# What changes were proposed in this pull request? - [ ] Finshed changes describe The idcol is sorted and the statement entry sorted # How was this patch tested?...