Re: Doris 编译报错

2023-05-05 Thread zy-kk
If your compiled code is the Doris 1.2 branch, please use the 1.2 version of 
the docker development image: apache/doris:build-env-for-1.2

> 2023年5月5日 19:25,郑高峰  写道:
> 
> 环境 centOs,
> Docker 拉的最新编译环境,
> 代码为apache-doris-1.2.4.1-src
> 
> 错误提示为:
> /root/apache-doris-1.2.4.1-src/be/src/vec/core/field.h: In member function 
> 'doris::Status doris::ScrollParser::fill_columns(const 
> doris::TupleDescriptor*, 
> std::vector  >&, doris::MemPool*, bool*, const std::map std::__cxx11::basic_string >&)':
> /root/apache-doris-1.2.4.1-src/be/src/vec/core/field.h:633:9: error: 'val' 
> may be used uninitialized in this function [-Werror=maybe-uninitialized]
> 633 | new (&storage) StorageType(std::forward(x));
> | ^~
> /root/apache-doris-1.2.4.1-src/be/src/exec/es/es_scroll_parser.cpp:627:30: 
> note: 'val' was declared here
> 627 | __int128 val;
> 
> 
> 
>   
> 郑高峰
> zp...@163.com
>  
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@doris.apache.org
> For additional commands, e-mail: dev-h...@doris.apache.org



Doris 编译报错

2023-05-05 Thread 郑高峰
环境 centOs,
Docker 拉的最新编译环境,
代码为apache-doris-1.2.4.1-src

错误提示为:
/root/apache-doris-1.2.4.1-src/be/src/vec/core/field.h: In member function 
'doris::Status doris::ScrollParser::fill_columns(const doris::TupleDescriptor*, 
std::vector&, doris::MemPool*, bool*, const std::map&)':
/root/apache-doris-1.2.4.1-src/be/src/vec/core/field.h:633:9: error: 'val' may 
be used uninitialized in this function [-Werror=maybe-uninitialized]
633 | new (&storage) StorageType(std::forward(x));
| ^~
/root/apache-doris-1.2.4.1-src/be/src/exec/es/es_scroll_parser.cpp:627:30: 
note: 'val' was declared here
627 | __int128 val;





| |
郑高峰
|
|
zp...@163.com
|
-
To unsubscribe, e-mail: dev-unsubscr...@doris.apache.org
For additional commands, e-mail: dev-h...@doris.apache.org

[Result][Vote] Release Apache Doris 2.0.0-alpha1

2023-05-05 Thread Kang
Hi all,

the vote is passed and closed[1].
There are 3 +1(binding) votes:

Jiafeng Zhang
Mingyu Chen
Happen Lee

Thank you for your review.

[1] https://lists.apache.org/thread/3gxtb2yttqkb4b27v78r3prvzvzsnn29

-- 


Best Regards!

Kang 


[GitHub] [doris-sdk] DongLiang-0 commented on a diff in pull request #1: add thrift service sdk

2023-05-05 Thread via GitHub


DongLiang-0 commented on code in PR #1:
URL: https://github.com/apache/doris-sdk/pull/1#discussion_r1185767813


##
thrift-service/pom.xml:
##
@@ -0,0 +1,66 @@
+
+
+http://maven.apache.org/POM/4.0.0";
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+
+doris-sdk
+org.apache.doris
+1.0.0
+
+4.0.0
+
+thrift-service
+
+
+0.13.0

Review Comment:
   done



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@doris.apache.org
For additional commands, e-mail: dev-h...@doris.apache.org