github-actions[bot] commented on PR #13040:
URL: https://github.com/apache/doris/pull/13040#issuecomment-1263186447
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 #13040:
URL: https://github.com/apache/doris/pull/13040#issuecomment-1263186469
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 commented on code in PR #13068:
URL: https://github.com/apache/doris/pull/13068#discussion_r984272484
##
docs/zh-CN/docs/data-table/data-model.md:
##
@@ -308,7 +310,54 @@ PROPERTIES (
);
```
-即 Unique 模型完全可以用聚合模型中的 REPLACE 方式替代。其内部的实现方式和数据存储方式也完全一样。这里不再继续举例说明。
+即U
morrySnow opened a new pull request, #13087:
URL: https://github.com/apache/doris/pull/13087
# Proposed changes
Issue Number: close #xxx
## Problem summary
We remove all constant expr in group by expr list in PR #11434.
After that, we could get empty group by expr list
Gabriel39 commented on code in PR #12877:
URL: https://github.com/apache/doris/pull/12877#discussion_r984274028
##
regression-test/suites/tpcds_sf1000_p2/sql/q01.sql:
##
@@ -17,7 +17,7 @@ FROM
, store
, customer
WHERE (ctr1.ctr_total_return > (
- SELECT (avg(ctr_total_re
Gabriel39 commented on code in PR #12877:
URL: https://github.com/apache/doris/pull/12877#discussion_r984275121
##
fe/fe-core/src/main/java/org/apache/doris/analysis/CastExpr.java:
##
@@ -412,7 +412,7 @@ private Expr castTo(LiteralExpr value) throws
AnalysisException {
cambyzju opened a new pull request, #13088:
URL: https://github.com/apache/doris/pull/13088
# Proposed changes
Issue Number: close #xxx
## Problem summary
As mentioned in https://github.com/apache/doris/pull/13074, there will be
some problem in `ColumnVector::insert_many_in_
nextdreamblue commented on code in PR #12877:
URL: https://github.com/apache/doris/pull/12877#discussion_r984285750
##
regression-test/suites/tpcds_sf1000_p2/sql/q01.sql:
##
@@ -17,7 +17,7 @@ FROM
, store
, customer
WHERE (ctr1.ctr_total_return > (
- SELECT (avg(ctr_tota
Gabriel39 commented on PR #13040:
URL: https://github.com/apache/doris/pull/13040#issuecomment-1263202416
I will use a 1MB dataset to replace cases for DateV2.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL ab
nextdreamblue commented on code in PR #12877:
URL: https://github.com/apache/doris/pull/12877#discussion_r984287127
##
fe/fe-core/src/main/java/org/apache/doris/analysis/CastExpr.java:
##
@@ -412,7 +412,7 @@ private Expr castTo(LiteralExpr value) throws
AnalysisException {
hf200012 merged PR #118:
URL: https://github.com/apache/doris-website/pull/118
--
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
Gabriel39 commented on code in PR #12877:
URL: https://github.com/apache/doris/pull/12877#discussion_r984289090
##
regression-test/suites/tpcds_sf1000_p2/sql/q01.sql:
##
@@ -17,7 +17,7 @@ FROM
, store
, customer
WHERE (ctr1.ctr_total_return > (
- SELECT (avg(ctr_total_re
akd3070 commented on issue #8721:
URL: https://github.com/apache/doris/issues/8721#issuecomment-1263208017
hey
i can help it out.You an can assign me the task.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
UR
Gabriel39 commented on code in PR #12877:
URL: https://github.com/apache/doris/pull/12877#discussion_r984291765
##
fe/fe-core/src/main/java/org/apache/doris/analysis/CastExpr.java:
##
@@ -412,7 +412,7 @@ private Expr castTo(LiteralExpr value) throws
AnalysisException {
xy720 commented on code in PR #13074:
URL: https://github.com/apache/doris/pull/13074#discussion_r984301161
##
be/src/olap/rowset/segment_v2/column_reader.cpp:
##
@@ -562,7 +562,7 @@ Status ArrayFileColumnIterator::next_batch(size_t* n,
vectorized::MutableColumnP
const aut
luzhijing opened a new pull request, #13089:
URL: https://github.com/apache/doris/pull/13089
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ] Y
weizhengte commented on code in PR #12987:
URL: https://github.com/apache/doris/pull/12987#discussion_r984304410
##
fe/fe-core/src/main/java/org/apache/doris/statistics/ColumnStat.java:
##
@@ -54,7 +51,7 @@
* For example:
* "@ndv = 10" means that the number distinct values i
hf200012 opened a new pull request, #13090:
URL: https://github.com/apache/doris/pull/13090
Metadata Operations and Maintenance link error
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1.
weizhengte commented on code in PR #12987:
URL: https://github.com/apache/doris/pull/12987#discussion_r984304410
##
fe/fe-core/src/main/java/org/apache/doris/statistics/ColumnStat.java:
##
@@ -54,7 +51,7 @@
* For example:
* "@ndv = 10" means that the number distinct values i
weizhengte commented on code in PR #12987:
URL: https://github.com/apache/doris/pull/12987#discussion_r984305000
##
fe/fe-core/src/main/java/org/apache/doris/statistics/ColumnStat.java:
##
@@ -54,7 +51,7 @@
* For example:
* "@ndv = 10" means that the number distinct values i
morrySnow commented on PR #13087:
URL: https://github.com/apache/doris/pull/13087#issuecomment-1263223977
test case in #12699
--
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.
englefly opened a new pull request, #13091:
URL: https://github.com/apache/doris/pull/13091
# Proposed changes
add session variable: `enable_nereids_debug` to print memo info and physical
plan.
Issue Number: close #xxx
## Problem summary
Describe your changes.
englefly commented on PR #13091:
URL: https://github.com/apache/doris/pull/13091#issuecomment-1263243222
@morrySnow @jackwener please review
--
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 sp
xinyiZzz opened a new pull request, #13092:
URL: https://github.com/apache/doris/pull/13092
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ] Ye
github-actions[bot] commented on PR #13087:
URL: https://github.com/apache/doris/pull/13087#issuecomment-1263287746
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
AshinGau opened a new pull request, #13095:
URL: https://github.com/apache/doris/pull/13095
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ] Ye
github-actions[bot] commented on PR #13087:
URL: https://github.com/apache/doris/pull/13087#issuecomment-1263287780
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
Gabriel39 commented on code in PR #13039:
URL: https://github.com/apache/doris/pull/13039#discussion_r984361760
##
be/src/vec/functions/function_timestamp.cpp:
##
@@ -33,6 +33,16 @@ namespace doris::vectorized {
struct StrToDate {
static constexpr auto name = "str_to_date"
github-actions[bot] commented on PR #13090:
URL: https://github.com/apache/doris/pull/13090#issuecomment-1263291314
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 #13090:
URL: https://github.com/apache/doris/pull/13090#issuecomment-1263291363
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
zhangstar333 commented on code in PR #13039:
URL: https://github.com/apache/doris/pull/13039#discussion_r984369604
##
be/src/vec/functions/function_timestamp.cpp:
##
@@ -214,6 +234,90 @@ struct MakeDateImpl {
}
};
+template
+struct DateTrunc {
+static constexpr auto
Gabriel39 closed pull request #12819: [Improvement](crchash) Use wider built-in
CRC hash function
URL: https://github.com/apache/doris/pull/12819
--
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
github-actions[bot] commented on PR #13088:
URL: https://github.com/apache/doris/pull/13088#issuecomment-1263297091
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 #13088:
URL: https://github.com/apache/doris/pull/13088#issuecomment-1263297149
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
zhannngchen commented on code in PR #13068:
URL: https://github.com/apache/doris/pull/13068#discussion_r984370782
##
docs/zh-CN/docs/data-table/data-model.md:
##
@@ -308,7 +310,54 @@ PROPERTIES (
);
```
-即 Unique 模型完全可以用聚合模型中的 REPLACE 方式替代。其内部的实现方式和数据存储方式也完全一样。这里不再继续举例说明。
+即
zhangstar333 commented on code in PR #13039:
URL: https://github.com/apache/doris/pull/13039#discussion_r984380596
##
be/src/vec/functions/function_timestamp.cpp:
##
@@ -33,6 +33,16 @@ namespace doris::vectorized {
struct StrToDate {
static constexpr auto name = "str_to_da
github-actions[bot] commented on PR #13065:
URL: https://github.com/apache/doris/pull/13065#issuecomment-1263316280
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 #13065:
URL: https://github.com/apache/doris/pull/13065#issuecomment-1263316330
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
deardeng opened a new pull request, #13096:
URL: https://github.com/apache/doris/pull/13096
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ] Ye
github-actions[bot] commented on PR #12890:
URL: https://github.com/apache/doris/pull/12890#issuecomment-1263370455
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 #12890:
URL: https://github.com/apache/doris/pull/12890#issuecomment-1263370411
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 merged PR #13092:
URL: https://github.com/apache/doris/pull/13092
--
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 #13061:
URL: https://github.com/apache/doris/pull/13061#issuecomment-1263405599
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
morningman opened a new pull request, #13097:
URL: https://github.com/apache/doris/pull/13097
# Proposed changes
Issue Number: close #xxx
## Problem summary
English version is coming soon.
## Checklist(Required)
1. Does it affect the original behavior:
dataroaring merged PR #13087:
URL: https://github.com/apache/doris/pull/13087
--
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.
wsjz commented on code in PR #13097:
URL: https://github.com/apache/doris/pull/13097#discussion_r984465330
##
fe/fe-core/src/main/java/org/apache/doris/external/elasticsearch/EsUtil.java:
##
@@ -399,7 +399,7 @@ public static Type toDorisType(String esType) {
case "l
Kikyou1997 commented on code in PR #12987:
URL: https://github.com/apache/doris/pull/12987#discussion_r984484857
##
fe/fe-core/src/main/java/org/apache/doris/statistics/ColumnStat.java:
##
@@ -54,7 +51,7 @@
* For example:
* "@ndv = 10" means that the number distinct values i
Kikyou1997 commented on code in PR #12987:
URL: https://github.com/apache/doris/pull/12987#discussion_r984484857
##
fe/fe-core/src/main/java/org/apache/doris/statistics/ColumnStat.java:
##
@@ -54,7 +51,7 @@
* For example:
* "@ndv = 10" means that the number distinct values i
Kikyou1997 commented on code in PR #12987:
URL: https://github.com/apache/doris/pull/12987#discussion_r984484857
##
fe/fe-core/src/main/java/org/apache/doris/statistics/ColumnStat.java:
##
@@ -54,7 +51,7 @@
* For example:
* "@ndv = 10" means that the number distinct values i
Kikyou1997 commented on code in PR #12987:
URL: https://github.com/apache/doris/pull/12987#discussion_r984484857
##
fe/fe-core/src/main/java/org/apache/doris/statistics/ColumnStat.java:
##
@@ -54,7 +51,7 @@
* For example:
* "@ndv = 10" means that the number distinct values i
Kikyou1997 commented on code in PR #12987:
URL: https://github.com/apache/doris/pull/12987#discussion_r984484857
##
fe/fe-core/src/main/java/org/apache/doris/statistics/ColumnStat.java:
##
@@ -54,7 +51,7 @@
* For example:
* "@ndv = 10" means that the number distinct values i
sai-praveenkumar commented on issue #8721:
URL: https://github.com/apache/doris/issues/8721#issuecomment-1263524051
hey is this issue still open???
You can assign me the task.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
morningman merged PR #13089:
URL: https://github.com/apache/doris/pull/13089
--
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
dataroaring opened a new pull request, #13098:
URL: https://github.com/apache/doris/pull/13098
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ]
morningman merged PR #12699:
URL: https://github.com/apache/doris/pull/12699
--
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
dataalive commented on issue #13075:
URL: https://github.com/apache/doris/issues/13075#issuecomment-1263610138
数据是几副本?
--
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
Jibing-Li commented on code in PR #13062:
URL: https://github.com/apache/doris/pull/13062#discussion_r984687805
##
regression-test/conf/regression-conf.groovy:
##
@@ -60,3 +60,8 @@ hdfsFs = "hdfs://127.0.0.1:9000"
hdfsUser = "doris-test"
hdfsPasswd = ""
brokerName = "broker_n
BePPPower commented on PR #13027:
URL: https://github.com/apache/doris/pull/13027#issuecomment-1263708963
> Can you provide some test info? Such as query es result in your local
environment.
Hi, here is my test in local environment:
```
// create es index
curl -X PUT -H 'Cont
morningman opened a new pull request, #13099:
URL: https://github.com/apache/doris/pull/13099
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ]
morningman merged PR #13070:
URL: https://github.com/apache/doris/pull/13070
--
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
morningman closed issue #13071: [Bug] doing schema change while loading with
2PC may cause replica version missing
URL: https://github.com/apache/doris/issues/13071
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
github-actions[bot] closed pull request #8836: [refactor] refactor code
aligning offset in vaggregation_node.cpp
URL: https://github.com/apache/doris/pull/8836
--
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
weizhengte commented on code in PR #12987:
URL: https://github.com/apache/doris/pull/12987#discussion_r985024640
##
fe/fe-core/src/main/java/org/apache/doris/statistics/ColumnStat.java:
##
@@ -54,7 +51,7 @@
* For example:
* "@ndv = 10" means that the number distinct values i
weizhengte commented on code in PR #12987:
URL: https://github.com/apache/doris/pull/12987#discussion_r985024640
##
fe/fe-core/src/main/java/org/apache/doris/statistics/ColumnStat.java:
##
@@ -54,7 +51,7 @@
* For example:
* "@ndv = 10" means that the number distinct values i
yiguolei commented on code in PR #13088:
URL: https://github.com/apache/doris/pull/13088#discussion_r985072890
##
be/src/vec/columns/predicate_column.h:
##
@@ -134,17 +134,15 @@ class PredicateColumnType final : public
COWHelper
dataroaring opened a new issue, #13100:
URL: https://github.com/apache/doris/issues/13100
### 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
dataroaring opened a new pull request, #13101:
URL: https://github.com/apache/doris/pull/13101
# Proposed changes
Issue Number: close #13100
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
-
dataalive commented on PR #13101:
URL: https://github.com/apache/doris/pull/13101#issuecomment-1264338081
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 unsubscrib
github-actions[bot] commented on PR #13101:
URL: https://github.com/apache/doris/pull/13101#issuecomment-1264338770
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 #13101:
URL: https://github.com/apache/doris/pull/13101#issuecomment-1264338763
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
dataroaring opened a new pull request, #13102:
URL: https://github.com/apache/doris/pull/13102
…que_sql_zstd_p0
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original
dataroaring opened a new pull request, #13103:
URL: https://github.com/apache/doris/pull/13103
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ]
github-actions[bot] commented on PR #13098:
URL: https://github.com/apache/doris/pull/13098#issuecomment-1264355387
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 #13098:
URL: https://github.com/apache/doris/pull/13098#issuecomment-1264355380
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
dataroaring merged PR #13098:
URL: https://github.com/apache/doris/pull/13098
--
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 #13102:
URL: https://github.com/apache/doris/pull/13102#issuecomment-1264356573
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 #13102:
URL: https://github.com/apache/doris/pull/13102#issuecomment-1264356562
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
dataroaring commented on PR #13102:
URL: https://github.com/apache/doris/pull/13102#issuecomment-1264365889
tests fixes and during holiday, so I just merge 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 ab
dataroaring merged PR #13102:
URL: https://github.com/apache/doris/pull/13102
--
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.
dataroaring closed issue #13100: [Bug] be core dump on quick compaction
URL: https://github.com/apache/doris/issues/13100
--
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
dataroaring merged PR #13101:
URL: https://github.com/apache/doris/pull/13101
--
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.
dataroaring commented on PR #13101:
URL: https://github.com/apache/doris/pull/13101#issuecomment-1264368913
small fix and in holiday so merge it to run test pipeline.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
caiconghui opened a new pull request, #13104:
URL: https://github.com/apache/doris/pull/13104
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ]
Kikyou1997 commented on code in PR #12987:
URL: https://github.com/apache/doris/pull/12987#discussion_r985164254
##
fe/fe-core/src/main/java/org/apache/doris/statistics/ColumnStat.java:
##
@@ -54,7 +51,7 @@
* For example:
* "@ndv = 10" means that the number distinct values i
dataroaring opened a new pull request, #13105:
URL: https://github.com/apache/doris/pull/13105
…load.groovy
We need sync for multi fe env.
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
Kikyou1997 commented on code in PR #12987:
URL: https://github.com/apache/doris/pull/12987#discussion_r985164385
##
fe/fe-core/src/main/java/org/apache/doris/statistics/ColumnStat.java:
##
@@ -54,7 +51,7 @@
* For example:
* "@ndv = 10" means that the number distinct values i
github-actions[bot] commented on PR #13104:
URL: https://github.com/apache/doris/pull/13104#issuecomment-1264523250
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 #13104:
URL: https://github.com/apache/doris/pull/13104#issuecomment-1264523245
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
dinggege1024 commented on PR #13073:
URL: https://github.com/apache/doris/pull/13073#issuecomment-1264533153
@jackwener Hi jack can you help this 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 go
GoGim1 opened a new pull request, #13106:
URL: https://github.com/apache/doris/pull/13106
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ] Yes
github-actions[bot] commented on PR #13106:
URL: https://github.com/apache/doris/pull/13106#issuecomment-1264542933
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 #13095:
URL: https://github.com/apache/doris/pull/13095
--
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
dinggege1024 opened a new issue, #69:
URL: https://github.com/apache/doris-flink-connector/issues/69
### 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
Cherry-Puppy opened a new issue, #13107:
URL: https://github.com/apache/doris/issues/13107
### 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.1-rc0
zhannngchen opened a new pull request, #13108:
URL: https://github.com/apache/doris/pull/13108
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ]
admh opened a new issue, #13109:
URL: https://github.com/apache/doris/issues/13109
### 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
doris 版本:fe和be都是1
github-actions[bot] commented on PR #13108:
URL: https://github.com/apache/doris/pull/13108#issuecomment-1264653062
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 #13108:
URL: https://github.com/apache/doris/pull/13108#issuecomment-1264653068
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
GoGim1 commented on PR #13106:
URL: https://github.com/apache/doris/pull/13106#issuecomment-1264675000
I found that if this PR was merged, images on [Doris's
website](https://doris.apache.org/docs/summary/basic-summary) would get the
wrong path since the website only copies the docs/images
Yukang-LIAN commented on PR #13106:
URL: https://github.com/apache/doris/pull/13106#issuecomment-1264682776
> Even though some images cannot be found when reading md files [directly on
the github](https://github.com/apache/doris/tree/master/docs/zh-CN/docs) , I
think it's better to close th
901 - 1000 of 64658 matches
Mail list logo