kangkaisen merged pull request #4680:
URL: https://github.com/apache/incubator-doris/pull/4680
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abov
This is an automated email from the ASF dual-hosted git repository.
kangkaisen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push:
new 725ee59 Fix mysqlslap hang under h
HappenLee commented on a change in pull request #4699:
URL: https://github.com/apache/incubator-doris/pull/4699#discussion_r500723118
##
File path:
fe/fe-core/src/main/java/org/apache/doris/alter/SchemaChangeHandler.java
##
@@ -132,6 +132,30 @@ private void processAddColumn(Ad
morningman commented on a change in pull request #4699:
URL: https://github.com/apache/incubator-doris/pull/4699#discussion_r500402902
##
File path: fe/fe-core/src/main/java/org/apache/doris/alter/Alter.java
##
@@ -172,71 +256,18 @@ public void processAlterTable(AlterTableStmt
morningman commented on a change in pull request #4690:
URL: https://github.com/apache/incubator-doris/pull/4690#discussion_r500383881
##
File path: fs_brokers/apache_hdfs_broker/build.sh
##
@@ -42,6 +42,12 @@ rm -rf ${BROKER_OUTPUT}
install -d ${BROKER_OUTPUT}/bin ${BROKER_OU
morningman opened a new pull request #4702:
URL: https://github.com/apache/incubator-doris/pull/4702
## Proposed changes
At present, when some rpc errors occur, the client cannot obtain the error
information well.
And this CL change the RPC error returned to client like this:
morningman opened a new issue #4701:
URL: https://github.com/apache/incubator-doris/issues/4701
**Is your feature request related to a problem? Please describe.**
At present, when some rpc errors occur, the client cannot obtain the error
information well.
1. If a brpc overcrow
francisoliverlee opened a new pull request #4700:
URL: https://github.com/apache/incubator-doris/pull/4700
## Proposed changes
update fe's check when load data from oss broker.
PR=https://github.com/apache/incubator-doris/pull/4690
## Types of changes
What types of changes