Results 25 comments of ldwnt

> 依据org.nlpcn.commons.lang.util.WordAlert#isEnglish(char)和org.nlpcn.commons.lang.util.WordAlert#isNumber(char), > 修改 > org.nlpcn.commons.lang.tire.SmartGetWord#isE > org.nlpcn.commons.lang.tire.SmartGetWord#isNum 多谢,我试下~

@stevenzwu > * shouldn't `DecoderResolver` only be used by reader (not writer)? I'm not familiar with Iceberg source code, but are meta files (manifest list/manifest) read during writing and that...

> @ldwnt can you create a PR for the weak reference fix? Sure, I'll cerate one. > Regarding the OOM, does your use case have many different read schemas and...

> 在消费write_rows类型的binlog数据的时候,一定要先消费table_map类型的binlog获取表相关的信息,不然无法解析write_rows类型的binlog。但是当BinlogClient因为心跳超时重新连接的时候,它消费的位点可能在事务的中间,导致没有先消费table_map类型的数据,而是直接消费了write_rows类型的数据。详情请看我上面截的图。 感谢讲解。我想把生产环境2.1版本的cdc升级到2.4,但是因为兼容性问题 https://github.com/ververica/flink-cdc-connectors/issues/1795#issuecomment-1342237192 只能新起一个2.4版本cdc的job,不从旧job的checkpoint恢复、而是从旧job最后消费的binlog位点启动。但问题在于,这个位点通常都是write_rows类型,没有schema数据。那么【从指定的binlog位点启动】这个功能应该怎么使用呢,自己去binlog里面找非write_rows类型的最后一条记录?那么问题又来了,如果我的源库有100+张表,如何确保我选择的位点每张表都有schema呢

补充一下,case 3 旧机顶盒重启后NG,此时通过设置菜单查看的网络连接正常、终端认证业务认证均通过,但是进入iptv时显示返回代码0027,点进去显示0025 连接EPG服务失败。

> > 新版本 v1.3.6 已经可以发送图片给自定义模型了 > > 使用ollama 部署的 llava 模型接受不到图片 +1

> 新版本 v1.3.6 已经可以发送图片给自定义模型了 ![image](https://github.com/user-attachments/assets/b81de753-9ce3-486f-9c7a-67a111786912)

I have seen a similar exception as below. Debezium 1.5.4 & mysql-binlog-connector-java 0.25.1 is used. The exception keeps occuring in few seconds and then seem to disappear, and binlog reading...

> > 连不上ollama > > 这种描述太笼统了,请提供更加详细的问题描述或日志内容 如图,ollama api能调通,但是pot添加服务失败 ![image](https://github.com/user-attachments/assets/63eba401-798d-4ae3-846d-54bfef3332cf)

> 通过别的issue了解到open ai的流式输出会牵扯到跨域请求的问题,通过本地端口转发到服务器端口,然后pot中open ai服务地址设定为本地127.0.0.1+端口即可正常访问 添加openai服务指向非本地的ollama api也可以work,但是添加ollama服务则失败