Guangwei
Guangwei
删除后的离线任务在运维-周期实例界面里不显示任务名称,运行状态显示为失败。建议显示任务名称,任务状态显示为取消或任务已删除的状态 
### Search before asking - [X] I had searched in the [issues](https://github.com/DTStack/chunjun/issues) and found no similar issues. ### What happened binlog_mysql_transform当源表一行记录某个字段有null值时,source端执行update和delete时,sink端update会多一条记录(目标有主键报主键冲突错误,delete不生效。 ### What you expected to happen binlog_mysql_transform,source端执行update和delete时,sink端执行同样的命令生效。 ### How...
### Search before asking - [X] I had searched in the [issues](https://github.com/DTStack/chunjun/issues) and found no similar issues. ### What happened binlog2mysql报IndexOutOfBoundsException错误,debug发现: dynamicPreparedStmt.getColumnNameList()方法添加的ColumnNameList元素不是表的字段,只有before和after两个无关的属性 , 导致在dynamicPreparedStmt.getColumnMeta()中此段逻辑报错(before和after不是目标表的字段,获取的index为-1,报IndexOutOfBoundsException异常) for (String columnName : columnNameList) {...
### Search before asking - [X] I had searched in the [issues](https://github.com/DTStack/chunjun/issues) and found no similar issues. ### What happened oracle to mysql real-time sync error: java.lang.Long cannot be cast...
请问是如何利用GPT3.5/4.0 接口优化数据的,可以阐述一下大概的方法吗
import torch from langchain import PromptTemplate, LLMChain from langchain.llms import HuggingFacePipeline from transformers import AutoTokenizer, AutoModelForCausalLM, pipeline, AutoModelForSeq2SeqLM model_id = "baichuan-inc/Baichuan-13B-Chat" tokenizer = AutoTokenizer.from_pretrained(model_id, use_fast=False, trust_remote_code=True) model = AutoModelForCausalLM.from_pretrained(model_id, device_map="auto",...
使用flask搭建模型服务,模型从modelscope加载,报错RuntimeError: shape '[1, 279, 64, 128]' is invalid for input of size 285696 @app.route("/chat", methods=["POST"]) def chat(): content = request.json print(content) prompt = content['prompt'] print(prompt) model_id = 'OpenBuddy/openbuddy-llama2-70b-v10.1-bf16' model_dir =...
### Is this a new bug? - [X] I believe this is a new bug - [X] I have searched the existing issues, and I could not find an existing...
Adding integration into Search to filter out entities that the users do not have access to
### Describe the feature support delta lake catalog ### Motivation Choose trinio as the query engine to achieve unified management of all data lake formats ### Describe the solution _No...