????????????select * from table????????????????ODBC????

2021-11-30 Thread ????
log/be.out?? start time: 2021?? 11?? 30?? ?? 17:26:31 CST *** Aborted at 1638264436 (unix time) try "date -d @1638264436" if you are using GNU date *** PC: @     0x7f47d27df706 __strcmp_sse42 *** SIGSEGV (@0x0) received by PID 31654 (TID 0x7f478836d700) from PID 0; stack trace: ***     @     

Re:在执行select * from table语句的时候,遇到ODBC问题

2021-11-30 Thread 陈明雨
Check the content of log/be.out file -- 此致!Best Regards 陈明雨 Mingyu Chen Email: chenmin...@apache.org 在 2021-11-30 18:02:47,"暗夜" <2134251...@qq.com.INVALID> 写道: >尊敬的doris开发组: >  >你好,我们在安装odbc插件之后并做测试,发现有报错,报错信息如下,烦请这边能抽时间帮忙看下,多谢; > > > >版本信息: >doris:0.15.0-rc02 >odbc:5.3.14 > > >以

??????select * from table????????????????ODBC????

2021-11-30 Thread ????
??doris   odbc ?? doris??0.15.0-rc02 odbc:5.3.14 ?? ?? Nov 30 17:27:16 doris abrt-hook-ccpp: Process 31654 (palo_be) of user 0 killed by SIGSEGV - dumping c

Re:[New Feature] Support lateral view

2021-11-30 Thread 陈明雨
I added the desing of execution on BE side here[1]. And also submit a PR[2] [1] https://github.com/apache/incubator-doris/issues/6746 [2] https://github.com/apache/incubator-doris/pull/7255 -- 此致!Best Regards 陈明雨 Mingyu Chen Email: chenmin...@apache.org At 2021-11-30 16:59:23, "ling mi

[New Feature] Support lateral view

2021-11-30 Thread ling miao
At present, users often need to use the bitmap type of doris for intersection or union query. Sometimes it is also necessary to perform row-to-column operations on the results of the query. This requires Doris to support the function of lateral view. I wrote a simple design [1] Do you have any opin