This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch dev-1.1.2
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/dev-1.1.2 by this push:
new fdcd18a6ec [fix](planner)LateralViewRef#t
This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new d9fab77100 [fix](planner)LateralViewRef#toSql t
yiguolei closed issue #11220: [Bug] throw exception: Unexpected exception:
Failed analysis after expr substitution.
URL: https://github.com/apache/doris/issues/11220
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
yiguolei merged PR #11221:
URL: https://github.com/apache/doris/pull/11221
--
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: commits-unsubscr...@doris.apa
github-actions[bot] commented on PR #11245:
URL: https://github.com/apache/doris/pull/11245#issuecomment-1196325756
PR approved by anyone and no changes requested.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
UR
github-actions[bot] commented on PR #11245:
URL: https://github.com/apache/doris/pull/11245#issuecomment-1196325736
PR approved by at least one committer and no changes requested.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHu
stalary commented on PR #11233:
URL: https://github.com/apache/doris/pull/11233#issuecomment-1196325040
done. @adonis0147
--
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.
T
yiguolei merged PR #11244:
URL: https://github.com/apache/doris/pull/11244
--
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: commits-unsubscr...@doris.apa
This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 93b0e002d1 [feature-wip](unique-key-merge-on-write) add delete bitmap
in read path, DSIP-018[2/3] (#11136)
add
stalary commented on PR #11233:
URL: https://github.com/apache/doris/pull/11233#issuecomment-1196323949
> Hi @stalary , the old links are broken due to the suffix `.html`. I think
removing the suffix is better.
Ok, I will modify it
--
This is an automated message from the Apache Gi
wangbo opened a new pull request, #11246:
URL: https://github.com/apache/doris/pull/11246
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
## Checklist(Required)
1. Type of your changes:
- [ ] Improvement
- [ ] Fix
- [x] Feature-
yiguolei commented on code in PR #11131:
URL: https://github.com/apache/doris/pull/11131#discussion_r930672800
##
be/src/olap/tablet.cpp:
##
@@ -116,7 +116,7 @@ Status Tablet::_init_once_action() {
for (const auto& rs_meta : _tablet_meta->all_rs_metas()) {
Version
yiguolei commented on code in PR #11131:
URL: https://github.com/apache/doris/pull/11131#discussion_r930672090
##
be/src/olap/rowset/rowset_writer_context.h:
##
@@ -55,7 +55,7 @@ struct RowsetWriterContext {
context.tablet_schema_hash = new_tablet->schema_hash();
This is an automated email from the ASF dual-hosted git repository.
jiafengzheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new 94054553e52 data model
94054553e52
yiguolei commented on code in PR #11131:
URL: https://github.com/apache/doris/pull/11131#discussion_r930670691
##
be/src/olap/rowset/rowset_meta.h:
##
@@ -245,7 +251,14 @@ class RowsetMeta {
void set_num_segments(int64_t num_segments) {
_rowset_meta_pb.set_num_segments(n
yiguolei commented on code in PR #11131:
URL: https://github.com/apache/doris/pull/11131#discussion_r930668475
##
be/src/olap/rowset/rowset.cpp:
##
@@ -32,7 +32,7 @@ Rowset::Rowset(const TabletSchema* schema, const std::string&
tablet_path,
_is_cumulative = version.fir
adonis0147 commented on PR #11233:
URL: https://github.com/apache/doris/pull/11233#issuecomment-1196317806
Hi @stalary , the old links are broken due to the suffix `.html`. I think
removing the suffix is better.
--
This is an automated message from the Apache Git Service.
To respond to th
yiguolei commented on code in PR #11131:
URL: https://github.com/apache/doris/pull/11131#discussion_r930666928
##
be/src/exec/olap_scanner.cpp:
##
@@ -83,7 +83,7 @@ Status OlapScanner::prepare(
LOG(WARNING) << ss.str();
return Status::InternalError(ss.s
yiguolei commented on code in PR #11131:
URL: https://github.com/apache/doris/pull/11131#discussion_r930666599
##
be/src/olap/delta_writer.cpp:
##
@@ -120,7 +120,8 @@ Status DeltaWriter::init() {
_req.txn_id,
_r
yiguolei commented on code in PR #11131:
URL: https://github.com/apache/doris/pull/11131#discussion_r930664845
##
be/src/olap/data_dir.cpp:
##
@@ -474,10 +475,12 @@ Status DataDir::load() {
}
if (rowset_meta->rowset_state() == RowsetStatePB::COMMITTED &&
adonis0147 commented on code in PR #11233:
URL: https://github.com/apache/doris/pull/11233#discussion_r930663876
##
README.md:
##
@@ -55,11 +55,11 @@ Doris mainly integrates the technology of [Google
Mesa](https://research.google/
## Compile and install
-See
[Compilation]
stalary opened a new pull request, #11245:
URL: https://github.com/apache/doris/pull/11245
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
Add backup by minio doc
## Checklist(Required)
1. Type of your changes:
- [ ] Improvement
- [
yiguolei commented on code in PR #11131:
URL: https://github.com/apache/doris/pull/11131#discussion_r930661945
##
be/src/olap/rowset/rowset_meta.h:
##
@@ -324,24 +337,38 @@ class RowsetMeta {
int64_t newest_write_timestamp() const { return
_rowset_meta_pb.newest_write_ti
This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from eab8382b4a [feature-wip](unique-key-merge-on-write) add the
implementation of primary key index update, DSIP-018
dataroaring merged PR #11136:
URL: https://github.com/apache/doris/pull/11136
--
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: commits-unsubscr...@doris.
This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new eab8382b4a [feature-wip](unique-key-merge-on
dataroaring merged PR #11057:
URL: https://github.com/apache/doris/pull/11057
--
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: commits-unsubscr...@doris.
github-actions[bot] commented on PR #11017:
URL: https://github.com/apache/doris/pull/11017#issuecomment-1196309326
PR approved by at least one committer and no changes requested.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHu
yiguolei commented on code in PR #11131:
URL: https://github.com/apache/doris/pull/11131#discussion_r930657541
##
be/src/exec/olap_scanner.cpp:
##
@@ -83,7 +83,7 @@ Status OlapScanner::prepare(
LOG(WARNING) << ss.str();
return Status::InternalError(ss.s
github-actions[bot] commented on PR #11234:
URL: https://github.com/apache/doris/pull/11234#issuecomment-1196298200
PR approved by at least one committer and no changes requested.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHu
github-actions[bot] commented on PR #11234:
URL: https://github.com/apache/doris/pull/11234#issuecomment-1196298213
PR approved by anyone and no changes requested.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
UR
This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new b74f36e009 [improvement]Use phmap for aggregati
yiguolei merged PR #11175:
URL: https://github.com/apache/doris/pull/11175
--
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: commits-unsubscr...@doris.apa
yiguolei merged PR #11241:
URL: https://github.com/apache/doris/pull/11241
--
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: commits-unsubscr...@doris.apa
yiguolei commented on PR #11241:
URL: https://github.com/apache/doris/pull/11241#issuecomment-1196295676
Fast merge it because it blocking FE UT.
--
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 t
This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 9fc5ec48b4 [Improvement] remove UT for unused m
BiteThet opened a new pull request, #11244:
URL: https://github.com/apache/doris/pull/11244
# Proposed changes
update more case for test_conditional_function
## Problem Summary:
## Checklist(Required)
1. Type of your changes:
- [x] Improvement
- [
github-actions[bot] commented on PR #11162:
URL: https://github.com/apache/doris/pull/11162#issuecomment-1196273644
PR approved by anyone and no changes requested.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
UR
carlvinhust2012 commented on code in PR #11213:
URL: https://github.com/apache/doris/pull/11213#discussion_r930624849
##
gensrc/script/doris_builtins_functions.py:
##
@@ -297,6 +297,20 @@
[['array_intersect'], 'ARRAY_VARCHAR', ['ARRAY_VARCHAR',
'ARRAY_VARCHAR'], '', '',
github-actions[bot] commented on PR #11189:
URL: https://github.com/apache/doris/pull/11189#issuecomment-1196260568
PR approved by anyone and no changes requested.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
UR
This is an automated email from the ASF dual-hosted git repository.
huajianlan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 0cdd70e9c9 [feature](nereids) support cast a
924060929 merged PR #10999:
URL: https://github.com/apache/doris/pull/10999
--
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: commits-unsubscr...@doris.ap
morningman opened a new pull request, #11243:
URL: https://github.com/apache/doris/pull/11243
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
In #10702, the origin Catalog class has been renamed to Env.
Now we can rename the datasource to catalog.
This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch dev-1.1.2
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/dev-1.1.2 by this push:
new dba06fe0fb [fix] need materialize conditi
yiguolei merged PR #11242:
URL: https://github.com/apache/doris/pull/11242
--
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: commits-unsubscr...@doris.apa
yiguolei opened a new pull request, #11242:
URL: https://github.com/apache/doris/pull/11242
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
## Checklist(Required)
1. Type of your changes:
- [ ] Improvement
- [ ] Fix
- [ ] Featur
This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 6933f5e328 [fix] need materialize condition con
yiguolei merged PR #11229:
URL: https://github.com/apache/doris/pull/11229
--
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: commits-unsubscr...@doris.apa
This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 4f3b4c7efc [Improvement] information_schema.col
yiguolei closed issue #10250: [Enhancement] information_schema.columns support
update column_key.
URL: https://github.com/apache/doris/issues/10250
--
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 th
yiguolei merged PR #11228:
URL: https://github.com/apache/doris/pull/11228
--
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: commits-unsubscr...@doris.apa
cambyzju commented on issue #11238:
URL: https://github.com/apache/doris/issues/11238#issuecomment-1196245586
Maybe you do not open array flag?
How to Open Array Flag:
`set enable_array_type=true;`
--
This is an automated message from the Apache Git Service.
To respond to the messag
morrySnow commented on code in PR #11162:
URL: https://github.com/apache/doris/pull/11162#discussion_r930601833
##
fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/PushPredicateThroughAggregation.java:
##
@@ -0,0 +1,110 @@
+// Licensed to the Apache Softwa
cambyzju commented on issue #11238:
URL: https://github.com/apache/doris/issues/11238#issuecomment-1196242428
@siriume please give me your create table SQL, and some test data.
After fix it, I will recheck your case.
--
This is an automated message from the Apache Git Service.
To re
cambyzju commented on PR #11213:
URL: https://github.com/apache/doris/pull/11213#issuecomment-1196239793
please also update reverse docs.
--
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 speci
This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch dev-1.1.2
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/dev-1.1.2 by this push:
new d668504ece [bugfix] fix coredump caused b
cambyzju commented on code in PR #11213:
URL: https://github.com/apache/doris/pull/11213#discussion_r930596390
##
be/src/vec/functions/function_string.cpp:
##
@@ -605,7 +606,7 @@ using FunctionStringLocate =
using FunctionStringFindInSet =
FunctionBinaryToType;
-usin
Gabriel39 opened a new pull request, #11241:
URL: https://github.com/apache/doris/pull/11241
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
## Checklist(Required)
1. Type of your changes:
- [ ] Improvement
- [ ] Fix
- [ ] Featu
This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 05b840fcb9 [improvement] support show query stmt in show processlist
(#11232)
add 2ed46eee64 [bugfix] fix cored
yiguolei closed issue #11226: [Bug] IFNULL with get_json_string cause be coredmp
URL: https://github.com/apache/doris/issues/11226
--
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
yiguolei merged PR #11227:
URL: https://github.com/apache/doris/pull/11227
--
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: commits-unsubscr...@doris.apa
cambyzju commented on code in PR #11213:
URL: https://github.com/apache/doris/pull/11213#discussion_r930595959
##
gensrc/script/doris_builtins_functions.py:
##
@@ -297,6 +297,20 @@
[['array_intersect'], 'ARRAY_VARCHAR', ['ARRAY_VARCHAR',
'ARRAY_VARCHAR'], '', '', '', 've
github-actions[bot] commented on PR #11175:
URL: https://github.com/apache/doris/pull/11175#issuecomment-1196238684
PR approved by anyone and no changes requested.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
UR
github-actions[bot] commented on PR #11175:
URL: https://github.com/apache/doris/pull/11175#issuecomment-1196238669
PR approved by at least one committer and no changes requested.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHu
morrySnow commented on issue #11220:
URL: https://github.com/apache/doris/issues/11220#issuecomment-1196238568
> Does v1.1.1 have this bug?
yes
--
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
This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a change to branch dev-1.1.2
in repository https://gitbox.apache.org/repos/asf/doris.git
from bbf7ea50d8 [feature] group_concat support distinct (#9576) (#11236)
add a2f648c597 [cherry-pick][fix](s3)(int
yiguolei merged PR #11240:
URL: https://github.com/apache/doris/pull/11240
--
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: commits-unsubscr...@doris.apa
yiguolei opened a new pull request, #11240:
URL: https://github.com/apache/doris/pull/11240
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
## Checklist(Required)
## Further comments
If this is a relatively large or complex change, kick o
This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 05b840fcb9 [improvement] support show query stm
yiguolei merged PR #11232:
URL: https://github.com/apache/doris/pull/11232
--
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: commits-unsubscr...@doris.apa
This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new e210db426c [opt] stop script opt (#11183)
e210d
yiguolei merged PR #11183:
URL: https://github.com/apache/doris/pull/11183
--
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: commits-unsubscr...@doris.apa
Kikyou1997 commented on PR #11181:
URL: https://github.com/apache/doris/pull/11181#issuecomment-1196222464
@morrySnow review please
--
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 specif
yiguolei commented on issue #11238:
URL: https://github.com/apache/doris/issues/11238#issuecomment-1196220386
@cambyzju Could you please have a look at it?
--
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
siriume opened a new issue, #11238:
URL: https://github.com/apache/doris/issues/11238
### Search before asking
- [X] I had searched in the
[issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and
found no similar issues.
### Version
master-8a6c9d8
BiteThet commented on PR #11130:
URL: https://github.com/apache/doris/pull/11130#issuecomment-1196213669
This pr will be submit together with c++20 support, so now I just close it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
BiteThet closed pull request #11130: [Enhancement][Thirdparty] upgrade
phmap to 1.35
URL: https://github.com/apache/doris/pull/11130
--
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
AshinGau opened a new pull request, #11237:
URL: https://github.com/apache/doris/pull/11237
# Proposed changes
`FileArrowScanner::get_next` returns a block when full, so it maybe contains
multiple splits in small files or crosses two splits in large files. However, a
block can only fill
github-actions[bot] commented on PR #11156:
URL: https://github.com/apache/doris/pull/11156#issuecomment-1196200751
PR approved by anyone and no changes requested.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
UR
github-actions[bot] commented on PR #11156:
URL: https://github.com/apache/doris/pull/11156#issuecomment-1196200722
PR approved by at least one committer and no changes requested.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHu
This is an automated email from the ASF dual-hosted git repository.
huajianlan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new d663497230 [refactor] (Nereids) Memo.copyIn()
924060929 merged PR #10891:
URL: https://github.com/apache/doris/pull/10891
--
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: commits-unsubscr...@doris.ap
This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch dev-1.1.2
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/dev-1.1.2 by this push:
new bbf7ea50d8 [feature] group_concat support
yiguolei merged PR #11236:
URL: https://github.com/apache/doris/pull/11236
--
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: commits-unsubscr...@doris.apa
yiguolei opened a new pull request, #11236:
URL: https://github.com/apache/doris/pull/11236
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
## Checklist(Required)
## Further comments
If this is a relatively large or complex change, kick o
yangzhg commented on code in PR #11218:
URL: https://github.com/apache/doris/pull/11218#discussion_r93001
##
fe/fe-core/src/main/cup/sql_parser.cup:
##
@@ -240,25 +240,25 @@ parser code {:
// Total keywords of doris
terminal String KW_ADD, KW_ADMIN, KW_AFTER, KW_AGGREGAT
morningman opened a new issue, #11235:
URL: https://github.com/apache/doris/issues/11235
### Search before asking
- [X] I had searched in the
[issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and
found no similar issues.
### Version
all version
This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from eac5697b21 [Bug] Total capacity metrics was not updated after
extending filesystem partition online (#11055)
ad
yiguolei merged PR #11219:
URL: https://github.com/apache/doris/pull/11219
--
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: commits-unsubscr...@doris.apa
morningman opened a new pull request, #11234:
URL: https://github.com/apache/doris/pull/11234
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
The USAGE_PRIV can not be granted to database.table level.
And it may cause editlog replay bug.
## Check
yangzhg commented on code in PR #11218:
URL: https://github.com/apache/doris/pull/11218#discussion_r930552969
##
fe/fe-core/src/main/java/org/apache/doris/analysis/AlterMVStmt.java:
##
@@ -0,0 +1,55 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more co
github-actions[bot] commented on PR #11183:
URL: https://github.com/apache/doris/pull/11183#issuecomment-1196180208
PR approved by anyone and no changes requested.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
UR
github-actions[bot] commented on PR #11183:
URL: https://github.com/apache/doris/pull/11183#issuecomment-1196180179
PR approved by at least one committer and no changes requested.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHu
This is an automated email from the ASF dual-hosted git repository.
jiafengzheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new f2c1b5a7f53 compliation fix
f2c1b5a
This is an automated email from the ASF dual-hosted git repository.
yangzhg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new eac5697b21 [Bug] Total capacity metrics was not
yangzhg closed issue #11053: [Bug] Total capacity metrics was not updated after
extending filesystem partition online
URL: https://github.com/apache/doris/issues/11053
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
U
yangzhg merged PR #11055:
URL: https://github.com/apache/doris/pull/11055
--
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: commits-unsubscr...@doris.apac
stalary commented on PR #11227:
URL: https://github.com/apache/doris/pull/11227#issuecomment-1196164726
Need rebase.
--
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 unsu
stalary commented on PR #11229:
URL: https://github.com/apache/doris/pull/11229#issuecomment-1196162970
Need rebase to fix fe ut.
--
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 comm
stalary commented on code in PR #11232:
URL: https://github.com/apache/doris/pull/11232#discussion_r930534558
##
fe/fe-core/src/test/java/org/apache/doris/utframe/TestWithFeService.java:
##
@@ -108,7 +108,7 @@ public final void beforeAll() throws Exception {
@AfterAll
1 - 100 of 297 matches
Mail list logo