morningman commented on a change in pull request #3584:
URL: https://github.com/apache/incubator-doris/pull/3584#discussion_r427018439



##########
File path: be/src/runtime/result_sink.cpp
##########
@@ -35,6 +36,17 @@ ResultSink::ResultSink(const RowDescriptor& row_desc, const 
std::vector<TExpr>&
     : _row_desc(row_desc),
       _t_output_expr(t_output_expr),
       _buf_size(buffer_size) {
+
+    if (!sink.__isset.type || sink.type == TResultSinkType::MYSQL_PROTOCAL) {

Review comment:
       `sink.type` is a newly added field of `TResultSink`.
   So for the request from the old FE planner, this field is not set.
   And for the request from the new FE planner, this field may be set to 
`MYSQL_PROTOCAL`.

##########
File path: build.sh
##########
@@ -42,6 +42,7 @@ if [[ ! -f ${DORIS_THIRDPARTY}/installed/lib/libs2.a ]]; then
 fi
 
 PARALLEL=$[$(nproc)/4+1]
+PARALLEL=12

Review comment:
       Removed




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to