yiguolei merged PR #11022:
URL: https://github.com/apache/doris/pull/11022
--
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 0d50a658f5 [fix](config) Fix uninitialized conf
stalary commented on issue #11151:
URL: https://github.com/apache/doris/issues/11151#issuecomment-1193668647
At Master, I have fixed this problem.
https://github.com/apache/doris/pull/10143
--
This is an automated message from the Apache Git Service.
To respond to the message, please log
stalary commented on issue #11127:
URL: https://github.com/apache/doris/issues/11127#issuecomment-1193670254
@shutao917 https://github.com/apache/doris/pull/11096 has been fixed, please
wait for 1.1.1 release.
--
This is an automated message from the Apache Git Service.
To respond to the
stalary commented on issue #9:
URL: https://github.com/apache/doris/issues/9#issuecomment-1193673733
> > 暂时不支持通过这种方式获取KEY信息。可以先实现`desc table`。
>
>
因为我这边是整库同步场景,想要获取所有表的元数据信息,这种情况下批量使用`information_schema.columns`更加方便一些。建议之后的版本可以加一下,不至于每个表都去做一个http请求或者去desc
table。
I will
wangshuo128 opened a new pull request, #11171:
URL: https://github.com/apache/doris/pull/11171
# Proposed changes
This PR proposes to move the analysis logic to the dedicated class
`NereidsAnalyzer`, which has the following benefits:
1. Unify the analysis logic in production and t
luozenglin commented on code in PR #10864:
URL: https://github.com/apache/doris/pull/10864#discussion_r928553400
##
be/src/util/telemetry/telemetry.cpp:
##
@@ -34,16 +35,24 @@ namespace trace_sdk = opentelemetry::sdk::trace;
namespace zipkin = opentelemetry::exporter::zipkin;
HappenLee opened a new issue, #11172:
URL: https://github.com/apache/doris/issues/11172
### 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
HappenLee opened a new pull request, #11173:
URL: https://github.com/apache/doris/pull/11173
1. [] do not have a proper array nested type, cause BE coredump
2. [abc] or ['abc'] load by vectorized load get error result
# Proposed changes
Issue Number: close #11172
## Pr
Gabriel39 commented on code in PR #11017:
URL: https://github.com/apache/doris/pull/11017#discussion_r928547367
##
be/src/olap/predicate_creator.h:
##
@@ -0,0 +1,263 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license agreements. Se
englefly commented on code in PR #11162:
URL: https://github.com/apache/doris/pull/11162#discussion_r928575300
##
fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/PushPredicateThroughAggregation.java:
##
@@ -0,0 +1,110 @@
+// Licensed to the Apache Softwar
github-actions[bot] commented on PR #11168:
URL: https://github.com/apache/doris/pull/11168#issuecomment-1193714222
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
cambyzju commented on PR #11173:
URL: https://github.com/apache/doris/pull/11173#issuecomment-1193714285
LGTM
--
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
github-actions[bot] commented on PR #11168:
URL: https://github.com/apache/doris/pull/11168#issuecomment-1193714266
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
englefly commented on code in PR #11162:
URL: https://github.com/apache/doris/pull/11162#discussion_r928577324
##
fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/PushPredicateThroughAggregation.java:
##
@@ -0,0 +1,109 @@
+// Licensed to the Apache Softwar
924060929 commented on PR #9745:
URL: https://github.com/apache/doris/pull/9745#issuecomment-1193715201
please add a ut that will throw exception when exist order/limit clause in
select statement with union
```sql
select id from a limit 10 union select id from b
```
--
This is an
mrhhsg opened a new pull request, #11174:
URL: https://github.com/apache/doris/pull/11174
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
Describe the overview of changes.
## Checklist(Required)
1. Does it affect the original behavior: (Yes/N
englefly commented on code in PR #11162:
URL: https://github.com/apache/doris/pull/11162#discussion_r928578590
##
fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/PushPredicateThroughAggregation.java:
##
@@ -0,0 +1,110 @@
+// Licensed to the Apache Softwar
englefly commented on code in PR #11162:
URL: https://github.com/apache/doris/pull/11162#discussion_r928579440
##
fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/PushPredicateThroughAggregation.java:
##
@@ -0,0 +1,110 @@
+// Licensed to the Apache Softwar
mrhhsg opened a new pull request, #11175:
URL: https://github.com/apache/doris/pull/11175
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
After some testing on clickbench, it was proved phmap has a performance
improvement for aggregation with numeric key.
Author: yiguolei
Date: Mon Jul 25 08:12:00 2022
New Revision: 55938
Log:
update keys
Modified:
dev/doris/KEYS
Modified: dev/doris/KEYS
==
--- dev/doris/KEYS (original)
+++ dev/doris/KEYS Mon Jul 25 08:12:00 2022
@@ -
adonis0147 opened a new issue, #11176:
URL: https://github.com/apache/doris/issues/11176
### 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
adonis0147 opened a new pull request, #11177:
URL: https://github.com/apache/doris/pull/11177
# Proposed changes
Issue Number: close #11176
## Problem Summary:
Fix UT when test cases in package
## Checklist(Required)
1. Does it affect the original behavior:
Gabriel39 opened a new pull request, #11178:
URL: https://github.com/apache/doris/pull/11178
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
Describe the overview of changes.
## Checklist(Required)
1. Does it affect the original behavior: (Ye
Kikyou1997 opened a new pull request, #11179:
URL: https://github.com/apache/doris/pull/11179
# Proposed changes
Issue Number: noissue
## Problem Summary:
Implement a visitor to derive stats for each operator which would be used
for CBO.
## Checklist(Required)
Author: morningman
Date: Mon Jul 25 08:33:37 2022
New Revision: 55939
Log:
update doris keys, add yiguolei
Modified:
release/doris/KEYS
Modified: release/doris/KEYS
==
--- release/doris/KEYS (original)
+++ release/do
carlvinhust2012 commented on PR #11046:
URL: https://github.com/apache/doris/pull/11046#issuecomment-1193773724
> Compile error:
>
> ```
> /root/doris/be/src/exec/arrow/orc_reader.cpp:62:32: error: 'class
arrow::adapters::orc::ORCFileReader' has no member named 'GetRawORCReader'
awakeljw opened a new pull request, #11180:
URL: https://github.com/apache/doris/pull/11180
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
when stub is nullptr, rpc_contexts will pop_back, so next access
rpc_contexts will be violation.
## Checklis
wangshuo128 commented on code in PR #11129:
URL: https://github.com/apache/doris/pull/11129#discussion_r928634234
##
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/visitor/ExpressionVisitor.java:
##
@@ -205,6 +208,18 @@ public R visitCaseWhen(CaseWhen caseWh
wangshuo128 commented on code in PR #11129:
URL: https://github.com/apache/doris/pull/11129#discussion_r928638136
##
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/SubqueryExpr.java:
##
@@ -0,0 +1,128 @@
+// Licensed to the Apache Software Foundation (ASF) u
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 3cbdaeea44c fix
3cbdaeea44c is desc
Kikyou1997 opened a new pull request, #11181:
URL: https://github.com/apache/doris/pull/11181
# Proposed changes
Issue Number: noissue
## Problem Summary:
Add plan check for tpch so that we can sense any changes to the final plan
opportunely.
## Checklist(Requ
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 62f4d7a563e fix
62f4d7a563e is desc
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 00e2944102 [bugfix] fix coredump caused by wron
yiguolei merged PR #11165:
URL: https://github.com/apache/doris/pull/11165
--
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
zhengshiJ commented on code in PR #11129:
URL: https://github.com/apache/doris/pull/11129#discussion_r928687432
##
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/Exists.java:
##
@@ -0,0 +1,87 @@
+// Licensed to the Apache Software Foundation (ASF) under one
zhengshiJ commented on code in PR #11129:
URL: https://github.com/apache/doris/pull/11129#discussion_r928687702
##
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/visitor/ExpressionVisitor.java:
##
@@ -205,6 +208,18 @@ public R visitCaseWhen(CaseWhen caseWhen
yiguolei commented on PR #11173:
URL: https://github.com/apache/doris/pull/11173#issuecomment-1193851644
Fast merge it to fix the build pipeline.
--
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
yiguolei merged PR #11173:
URL: https://github.com/apache/doris/pull/11173
--
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 a9fc078b55 [RegressionTest][Array] Fix the bug
yiguolei closed issue #11172: [Bug] [ArrayLoad] ["abc"] load in array string
column by json get the error result
URL: https://github.com/apache/doris/issues/11172
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL a
starocean999 opened a new pull request, #11182:
URL: https://github.com/apache/doris/pull/11182
# Proposed changes
Issue Number: close (https://github.com/apache/doris/issues/5)
## Problem Summary:
The agg data should always be copided instead of keep a column ptr + r
yiguolei commented on PR #11168:
URL: https://github.com/apache/doris/pull/11168#issuecomment-1193852105
Fast merge it to fix build pipeline.
--
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 s
yiguolei closed issue #11167: [Bug] alloc-dealloc-mismatch error when running
tpcds sql
URL: https://github.com/apache/doris/issues/11167
--
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
yiguolei merged PR #11168:
URL: https://github.com/apache/doris/pull/11168
--
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 37dff975a7 [bugfix] fix ASAN error alloc-deallo
yiguolei closed issue #11147: [Bug] (be-ut) TestTimestampedVersionTracker
failed in different time zone
URL: https://github.com/apache/doris/issues/11147
--
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
yiguolei merged PR #11148:
URL: https://github.com/apache/doris/pull/11148
--
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 bbe08b34ba [Bug](be-ut) Fix the timezone depend
hello-stephen opened a new pull request, #11183:
URL: https://github.com/apache/doris/pull/11183
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
opt stop scripts and add more helpful info.
In the situation that FE or BE is started by user A but user B
yiguolei commented on PR #11174:
URL: https://github.com/apache/doris/pull/11174#issuecomment-1193862016
Fast merge it to pass build pipeline.
--
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
yiguolei merged PR #11174:
URL: https://github.com/apache/doris/pull/11174
--
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 9ec8e732ae [regression-test]Add order-by to tes
Author: yiguolei
Date: Mon Jul 25 10:34:55 2022
New Revision: 55940
Log:
1.1.1 rc03
Added:
dev/doris/1.1.1-rc03/
dev/doris/1.1.1-rc03/apache-doris-1.1.1-bin-arm.tar.gz (with props)
dev/doris/1.1.1-rc03/apache-doris-1.1.1-bin-arm.tar.gz.asc (with props)
dev/doris/1.1.1-rc03/apa
wangbo commented on PR #11175:
URL: https://github.com/apache/doris/pull/11175#issuecomment-1193887197
Can string type in serialized key can use this optimization?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
UR
wangbo commented on code in PR #11175:
URL: https://github.com/apache/doris/pull/11175#discussion_r928739166
##
be/src/vec/exec/vaggregation_node.h:
##
@@ -157,7 +157,7 @@ struct AggregationMethodStringNoCache {
/// For the case where there is one numeric key.
/// FieldType
github-actions[bot] commented on PR #11164:
URL: https://github.com/apache/doris/pull/11164#issuecomment-1193914900
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 #11164:
URL: https://github.com/apache/doris/pull/11164#issuecomment-1193914866
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
ByteYue opened a new pull request, #11184:
URL: https://github.com/apache/doris/pull/11184
# Proposed changes
Issue Number: close #11143
## Problem Summary:
Add indexSchema to light schema change job to make show alter table return
the correct job progress message.
hf200012 merged PR #50:
URL: https://github.com/apache/doris-flink-connector/pull/50
--
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...
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-flink-connector.git
The following commit(s) were added to refs/heads/master by this push:
new 0b47e8a Solve the excepti
BiteThet commented on PR #11182:
URL: https://github.com/apache/doris/pull/11182#issuecomment-1193933709
It looks like this pr modifies the behavior of the `load`/`window
function`/`reader` related functions.
I only see errors about `load` and `window functions` in #5, Then maybe
wangbo commented on code in PR #11175:
URL: https://github.com/apache/doris/pull/11175#discussion_r928786365
##
be/src/vec/exec/vaggregation_node.cpp:
##
@@ -208,20 +229,36 @@ void
AggregationNode::_init_hash_method(std::vector& probe_exprs)
if (use_fixed_key) {
SaintBacchus commented on PR #11046:
URL: https://github.com/apache/doris/pull/11046#issuecomment-1193956936
@carlvinhust2012 Yes, please use the latest docker image to compile it
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitH
chenlinzhong commented on code in PR #11132:
URL: https://github.com/apache/doris/pull/11132#discussion_r928804040
##
samples/doris-demo/remote-udaf-cpp-demo/cpp_function_service_demo.cpp:
##
@@ -59,7 +59,40 @@ class FunctionServiceImpl : public PFunctionService {
}
pengxiangyu opened a new issue, #11185:
URL: https://github.com/apache/doris/issues/11185
### 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.
### Description
Add Fi
pengxiangyu opened a new pull request, #11186:
URL: https://github.com/apache/doris/pull/11186
# Proposed changes
Issue Number: close #11185
## Problem Summary:
Add FileCache for RemoteFile, it will be opened in StoragePolicy.
Cold data in remote file will be download
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 795a2cd5ca9 Random Distribution
79
xiaokang commented on issue #10733:
URL: https://github.com/apache/doris/issues/10733#issuecomment-1194072963
@compasses great! look forward for you pr.
--
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
zhannngchen commented on code in PR #11057:
URL: https://github.com/apache/doris/pull/11057#discussion_r928913088
##
be/src/olap/rowset/segment_v2/segment_iterator.cpp:
##
@@ -444,6 +458,36 @@ Status SegmentIterator::_lookup_ordinal(const RowCursor&
key, bool is_include, r
compasses commented on code in PR #11144:
URL: https://github.com/apache/doris/pull/11144#discussion_r928937707
##
be/src/olap/merger.cpp:
##
@@ -41,8 +41,9 @@ Status Merger::merge_rowsets(TabletSharedPtr tablet,
ReaderType reader_type,
reader_params.reader_type = reader_t
HappenLee opened a new pull request, #11187:
URL: https://github.com/apache/doris/pull/11187
# Proposed changes
Issue Number: close #10332
## Problem Summary:
Describe the overview of changes.
## Checklist(Required)
1. Does it affect the original behavior: (
zxealous opened a new pull request, #11188:
URL: https://github.com/apache/doris/pull/11188
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
Fix the duplicate partition name in example of CREATE TABLE.
## Checklist(Required)
1. Does it affect
mrhhsg commented on code in PR #11175:
URL: https://github.com/apache/doris/pull/11175#discussion_r929017035
##
be/src/vec/exec/vaggregation_node.cpp:
##
@@ -208,20 +229,36 @@ void
AggregationNode::_init_hash_method(std::vector& probe_exprs)
if (use_fixed_key) {
mrhhsg commented on code in PR #11175:
URL: https://github.com/apache/doris/pull/11175#discussion_r929019287
##
be/src/vec/exec/vaggregation_node.h:
##
@@ -157,7 +157,7 @@ struct AggregationMethodStringNoCache {
/// For the case where there is one numeric key.
/// FieldType
github-actions[bot] commented on PR #11057:
URL: https://github.com/apache/doris/pull/11057#issuecomment-1194332137
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
emerkfu opened a new pull request, #11189:
URL: https://github.com/apache/doris/pull/11189
# Proposed changes
Document formatting optimization, spelling correction.
## Problem Summary:
## Checklist(Required)
1. Does it affect the original behavior: (No)
2. Has u
github-actions[bot] commented on PR #11178:
URL: https://github.com/apache/doris/pull/11178#issuecomment-1194421716
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 #11178:
URL: https://github.com/apache/doris/pull/11178#issuecomment-1194421767
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 #11188:
URL: https://github.com/apache/doris/pull/11188#issuecomment-1194805034
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
morningman merged PR #11178:
URL: https://github.com/apache/doris/pull/11178
--
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.a
This is an automated email from the ASF dual-hosted git repository.
morningman 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 1788e2fe6c [fix](fe-ut) Ignore invalid dateti
yiguolei commented on PR #11184:
URL: https://github.com/apache/doris/pull/11184#issuecomment-1194849505
@morningman
--
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 uns
yiguolei commented on PR #11183:
URL: https://github.com/apache/doris/pull/11183#issuecomment-1194850636
@morningman
--
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 uns
yiguolei commented on PR #11180:
URL: https://github.com/apache/doris/pull/11180#issuecomment-1194852243
@Gabriel39
--
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
yiguolei commented on PR #11177:
URL: https://github.com/apache/doris/pull/11177#issuecomment-1194852903
@morningman
--
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 uns
github-actions[bot] commented on PR #11184:
URL: https://github.com/apache/doris/pull/11184#issuecomment-1194853731
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 #11184:
URL: https://github.com/apache/doris/pull/11184#issuecomment-1194853752
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
xinyiZzz opened a new pull request, #11190:
URL: https://github.com/apache/doris/pull/11190
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
### Accuracy Analysis of Tracking Memory Based on Hook
### Load accuracy optimization
### Othe
ReganHoo commented on issue #11024:
URL: https://github.com/apache/doris/issues/11024#issuecomment-1194867410
CREATE TABLE `account_udid` (
`game_cd` int NOT NULL COMMENT "",
`account_id` char(256) NOT NULL COMMENT "",
`udid` char(256) NOT NULL COMMENT "
) ENGINE=HIVE
COM
morningman closed pull request #11128: [github] disable clang build action
URL: https://github.com/apache/doris/pull/11128
--
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 un
morningman commented on code in PR #11166:
URL: https://github.com/apache/doris/pull/11166#discussion_r929452409
##
docs/en/community/how-to-contribute/commit-format-specification.md:
##
@@ -1,6 +1,6 @@
---
{
-"title": "Commit Format Specification",
+"title": "Commit 格
ChPi opened a new issue, #11191:
URL: https://github.com/apache/doris/issues/11191
### 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
1.1
### Wh
github-actions[bot] commented on PR #10702:
URL: https://github.com/apache/doris/pull/10702#issuecomment-119426
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 #10702:
URL: https://github.com/apache/doris/pull/10702#issuecomment-119448
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
yiguolei merged PR #11140:
URL: https://github.com/apache/doris/pull/11140
--
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 3e3b2d15d4 [bug]string pad functions should alw
englefly opened a new pull request, #11192:
URL: https://github.com/apache/doris/pull/11192
# Proposed changes
LogicalSort.equals() method depends on OrderKey.equals(), which is not
defined correctly.
This pr defines OrderKey.equals() to enable correctly comparing LogicalSort.
I
github-actions[bot] commented on PR #11180:
URL: https://github.com/apache/doris/pull/11180#issuecomment-1194909010
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
xiaokang commented on PR #10694:
URL: https://github.com/apache/doris/pull/10694#issuecomment-1194928145
we test in a log matching senario, runtime of the following SQL drops
significantly from **1.8s to 0.1s**
`SELECT * FROM log_table WHERE timestamp > t1 ORDER BY timestamp DESC LIM
1 - 100 of 151 matches
Mail list logo