Re: 回复:doris支持二进制数组存储吗?

2021-12-21 Thread 赵珩
不是很清楚你在doris中存储二进制数据的用途, 是维度还是度量? 如果是度量,  可以考虑的一种方法是使用base64编码后做为字符串存入 也许还有更好的方法 在 2021/12/22 10:56, 胡晨光 写道: 是不是说,目前储存二进制数据只能转换成字符串,再存储? 回复的原邮件 | 发件人 | 胡晨光<13866174...@126.com> | | 发送日期 | 2021年12月22日 10:26 | | 收件人 | dev | | 主题 | doris支持二进制数组存储吗? | 专家,您好: doris支持二进制数组存储吗?我需要存储1K左右的

回复:doris支持二进制数组存储吗?

2021-12-21 Thread 胡晨光
是不是说,目前储存二进制数据只能转换成字符串,再存储? 回复的原邮件 | 发件人 | 胡晨光<13866174...@126.com> | | 发送日期 | 2021年12月22日 10:26 | | 收件人 | dev | | 主题 | doris支持二进制数组存储吗? | 专家,您好: doris支持二进制数组存储吗?我需要存储1K左右的二进制数据,用什么类型好呢? 感谢

Re: doris支持二进制数组存储吗?

2021-12-21 Thread zhaoheng
可以试试base64编码 在 2021/12/22 10:26, 胡晨光 写道: 专家,您好: doris支持二进制数组存储吗?我需要存储1K左右的二进制数据,用什么类型好呢? 感谢 - To unsubscribe, e-mail: dev-unsubscr...@doris.apache.org For additional commands, e-mail: dev-h...@doris.apache.org

doris支持二进制数组存储吗?

2021-12-21 Thread 胡晨光
专家,您好: doris支持二进制数组存储吗?我需要存储1K左右的二进制数据,用什么类型好呢? 感谢

Flink读取Doris问题

2021-12-21 Thread 宋展
大家好,请教一个问题哈 ,我现在用Flink(版本:1.13)读取Doris(版本:0.13)表中的字段(数据),字段如果是String类型 可以正常读取,但是如果字段是Boolean类型,就会直接报一个ConnectedFailedException: Connect to Doris BE{host='192.168.2.4', port=9060}failed.,不知道有小伙伴遇到过这种问题嘛?

Re: Re:Re: [DISCUSS] Where to put the blog resources?

2021-12-21 Thread 41108453
+1 -- Original -- From: 陈明雨 https://github.com/apache/incubator-doris-website -- 此致!Best Regards 陈明雨 Mingyu Chen Email: chenmin...@apache.org 在 2021-11-19 13:17:54,"ling miao"

Re:Re: [DISCUSS] Where to put the blog resources?

2021-12-21 Thread 陈明雨
Hi All: Finally, I am going to put the blogs to the incubator-doris-website repo. You can see README[1]. So that all following new blogs should be push to the incubator-doris-website repo, and the github action will automatically merge it with the `docs/` of main repo, and update the website.