数据中文乱码

2022-07-11 Thread xuleiqi...@taiheiot.com
Hi All: 我有一个mysql8的数据库表,某个字段用的是json类型存储,内容有包含中文, 我在doris创建那个表的扩展表,创建成功后,但那个字段json类型的内容中的中文展示为乱码, 我mysql中json类型对应在doris扩展表类型为string和varchar都试过,结果都是展示乱码? 请问如何处理! xuleiqi...@taiheiot.com

Re:Re: Re: How to insert hll_hash with flink?

2022-07-11 Thread 蔡聪辉
maybe, but now it is not in the roadmap of doris 在 2022-07-11 16:55:51,"song wang" 写道: >Will this data type be supported in the future? > > >蔡聪辉 于2022年7月11日周一 15:24写道: > >> it cannot be ok. because doris need data with hll type, >> now user cannot construct it outside doris >> >> At 2022-07-11 1

[ANNOUNCE] Apache Doris Spark Connector 1.1.0 release

2022-07-11 Thread Jiafeng.Zhang
Hi All, We are pleased to announce the release of Apache Doris Spark Connector 1.1.0 Apache Doris is an MPP-based interactive SQL data warehousing for reporting and analysis. The release is available at: https://doris.apache.org/zh-CN/downloads/downloads.html Thanks to everyone who has contrib

[ANNOUNCE] Apache Doris Flink Connector 1.1.0 release

2022-07-11 Thread Jiafeng.Zhang
Hi All, We are pleased to announce the release of Apache Doris Flink Connector 1.1.0 Apache Doris is an MPP-based interactive SQL data warehousing for reporting and analysis. The release is available at: https://doris.apache.org/zh-CN/downloads/downloads.html Thanks to everyone who has cont

Re: Re: How to insert hll_hash with flink?

2022-07-11 Thread song wang
Will this data type be supported in the future? 蔡聪辉 于2022年7月11日周一 15:24写道: > it cannot be ok. because doris need data with hll type, > now user cannot construct it outside doris > > At 2022-07-11 14:31:30, "song wang" wrote: > >yes,I'm worried that writing Doris directly will increase the load

Re:Re: How to insert hll_hash with flink?

2022-07-11 Thread 蔡聪辉
it cannot be ok. because doris need data with hll type, now user cannot construct it outside doris At 2022-07-11 14:31:30, "song wang" wrote: >yes,I'm worried that writing Doris directly will increase the load of >Doris, so I want hll_hash(fieldName) outside doris by flink,can it work?