Re: Discussion about Doris 1.1.1

2022-07-22 Thread GuoLei Yi
Hi, I add a release notes here. https://github.com/apache/doris/issues/11121. Mingyu Chen 于2022年7月21日周四 09:45写道: > Hi Guolei, > Could you please provide the links of branch dev-1.1.1. > For all developers, if someone find other bugs that need to be merged to > 1.1.1, they should add a label dev/

?????? [DISCUSS] Update backend c++ standard to gnu20

2022-07-22 Thread BiteTheDDDDt
Hi All,   The community recently added ci detection for clang build, which can avoid build failures caused by some differences between gcc and clang. I think now we can start talking again about whether we should upgrade the C++ standard from gnu++17 to gnu++20.   Over the past few months, 

how to connect to doris from power BI

2022-07-22 Thread HERVOUET Christophe (External)
Hi Doris team Congratulations on your very nice SQL DWH product A beautiful promise Can I ask you questions please ? A) LOAD : I assume your product supports Python scripting for integration ? or "less code" ETL tool like TALEND? B) READ : Is there a Power BI connector ? - robust

Re:how to connect to doris from power BI

2022-07-22 Thread Mingyu Chen
Hi, Thanks for your interest in Doris. Doris internally implements the MySQL compatible protocol layer, so theoretically you can use any language mysql library or related tools to operate Doris. For example, here we provide some code examples in different languages [1]. You can try to use Power

Re: [DISCUSS] Update backend c++ standard to gnu20

2022-07-22 Thread Adonis Ling
Glad to see that we upgrade the C++ standard. By the way, the latest ldb toolchain (v0.12) involves Clang 14. On Fri, Jul 22, 2022 at 8:22 PM BiteThet wrote: > Hi All, >   The community recently added ci detection for clang build, which > can avoid build failures caused by some differences

Re: [DISCUSS] Update backend c++ standard to gnu20

2022-07-22 Thread Yuxuan Cheng
Looking forward to upgrading to c++20, then we can use atomic. BiteThet 于2022年7月22日周五 20:22写道: > Hi All, >   The community recently added ci detection for clang build, which > can avoid build failures caused by some differences > > between gcc and clang. I think now we can start talking agai