yiguolei commented on code in PR #9610:
URL: https://github.com/apache/incubator-doris/pull/9610#discussion_r874433661
##
be/src/vec/olap/vcollect_iterator.cpp:
##
@@ -55,7 +55,8 @@ void
VCollectIterator::build_heap(std::vector& rs_readers
DCHECK(!rs_readers.empty());
github-actions[bot] commented on PR #9609:
URL: https://github.com/apache/incubator-doris/pull/9609#issuecomment-1128483050
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 us
hf200012 commented on PR #9611:
URL: https://github.com/apache/incubator-doris/pull/9611#issuecomment-1128482827
Please update the datatype documentation
--
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
This is an automated email from the ASF dual-hosted git repository.
lihaopeng 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 536d8ca1ed [Bug][Vectorized] Fix ins
HappenLee closed issue #9380: [Bug][Load-Vectorized] core dump on
VNodeChannel::add_row
URL: https://github.com/apache/incubator-doris/issues/9380
--
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
HappenLee merged PR #9408:
URL: https://github.com/apache/incubator-doris/pull/9408
--
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...@
qidaye commented on code in PR #9559:
URL: https://github.com/apache/incubator-doris/pull/9559#discussion_r874419025
##
fe/fe-core/src/main/java/org/apache/doris/catalog/Catalog.java:
##
@@ -4105,6 +4111,44 @@ private void createHiveTable(Database db,
CreateTableStmt stmt) thro
github-actions[bot] commented on PR #9408:
URL: https://github.com/apache/incubator-doris/pull/9408#issuecomment-1128462176
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
yangzhg commented on code in PR #9581:
URL: https://github.com/apache/incubator-doris/pull/9581#discussion_r874407331
##
be/src/gutil/strings/numbers.cc:
##
@@ -1480,7 +1479,7 @@ string ItoaKMGT(int64 i) {
}
string AccurateItoaKMGT(int64 i) {
-const char *sign = "";
+
yangzhg commented on code in PR #9581:
URL: https://github.com/apache/incubator-doris/pull/9581#discussion_r874406121
##
build.sh:
##
@@ -212,6 +212,9 @@ fi
if [[ -z ${STRIP_DEBUG_INFO} ]]; then
STRIP_DEBUG_INFO=OFF
fi
+if [[ -z ${NO_MEM_TRACKER} ]]; then
+NO_MEM_TRAC
Gabriel39 opened a new pull request, #9611:
URL: https://github.com/apache/incubator-doris/pull/9611
# Proposed changes
#9575
## Problem Summary:
Describe the overview of changes.
## Checklist(Required)
1. Does it affect the original behavior: (Yes/No/I Don
Gabriel39 opened a new pull request, #9610:
URL: https://github.com/apache/incubator-doris/pull/9610
# Proposed changes
Issue Number: close #9604
## Problem Summary:
Describe the overview of changes.
## Checklist(Required)
1. Does it affect the original beh
This is an automated email from the ASF dual-hosted git repository.
lihaopeng 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 1cc9653bd8 [Bug][Vectorized] Fix BE
HappenLee closed issue #9509: [Bug] BE crash when enable both
enable_vectorized_engine and enable_storage_vectorization
URL: https://github.com/apache/incubator-doris/issues/9509
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub an
HappenLee merged PR #9547:
URL: https://github.com/apache/incubator-doris/pull/9547
--
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...@
hf200012 opened a new pull request, #9609:
URL: https://github.com/apache/incubator-doris/pull/9609
add largeint doc
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
Describe the overview of changes.
## Checklist(Required)
1. Does it af
yiguolei commented on issue #8690:
URL:
https://github.com/apache/incubator-doris/issues/8690#issuecomment-1128414911
Although we fixed in #8979, but it is very tricky because we convert it to
non-vector engine to run. We have to fix this by using vectorized engine.
--
This is an automat
github-actions[bot] commented on PR #9605:
URL: https://github.com/apache/incubator-doris/pull/9605#issuecomment-1128410816
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 us
github-actions[bot] commented on PR #9605:
URL: https://github.com/apache/incubator-doris/pull/9605#issuecomment-1128410800
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
luozenglin opened a new pull request, #9608:
URL: https://github.com/apache/incubator-doris/pull/9608
The collection of query traces is implemented in fe and be, and the spans
are exported to zipkin.
# Proposed changes
Issue Number: #9577
I plan to introduce OpenTel
This is an automated email from the ASF dual-hosted git repository.
yangzhg pushed a change to branch opentelemetry_dev
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
at 7d9fa04472 [fix](storage-vectorized) fix VMergeIterator core dump
(#9564)
No new revisions were
github-actions[bot] commented on PR #9495:
URL: https://github.com/apache/incubator-doris/pull/9495#issuecomment-1128397397
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
zenoyang commented on PR #9586:
URL: https://github.com/apache/incubator-doris/pull/9586#issuecomment-1128397403
There was a problem with `get_null_code` use `dict.size()` before: when the
first element read was a null value (the dictionary was not initialized).
So I changed `get_null_cod
zenoyang commented on PR #9586:
URL: https://github.com/apache/incubator-doris/pull/9586#issuecomment-1128397404
There was a problem with `get_null_code` use `dict.size()` before: when the
first element read was a null value (the dictionary was not initialized).
So I changed `get_null_cod
morningman commented on code in PR #9492:
URL: https://github.com/apache/incubator-doris/pull/9492#discussion_r874352882
##
fe/fe-core/src/main/java/org/apache/doris/planner/BrokerScanNode.java:
##
@@ -395,10 +405,21 @@ protected void getFileStatus() throws UserException {
morningman commented on code in PR #9492:
URL: https://github.com/apache/incubator-doris/pull/9492#discussion_r874352562
##
fe/fe-core/src/main/java/org/apache/doris/planner/BrokerScanNode.java:
##
@@ -135,18 +144,26 @@ private static class ParamCreateContext {
private Li
morningman commented on code in PR #9492:
URL: https://github.com/apache/incubator-doris/pull/9492#discussion_r874351615
##
fe/fe-core/src/main/java/org/apache/doris/planner/BrokerScanNode.java:
##
@@ -395,10 +405,21 @@ protected void getFileStatus() throws UserException {
github-actions[bot] commented on PR #9586:
URL: https://github.com/apache/incubator-doris/pull/9586#issuecomment-1128393523
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
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/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push:
new 7d9fa04472 [fix](storage-vectorized)
yiguolei merged PR #9564:
URL: https://github.com/apache/incubator-doris/pull/9564
--
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...@d
yiguolei closed issue #9563: [Bug] vectorization storage layer core dump on
VMergeIterator
URL: https://github.com/apache/incubator-doris/issues/9563
--
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
tianhui5 opened a new pull request, #9607:
URL: https://github.com/apache/incubator-doris/pull/9607
# Proposed changes
Fix java version check fail when there is no "." in java version.
![image](https://user-images.githubusercontent.com/15223868/168725513-222d9915-1fd1-4bd6-8e15-c67
github-actions[bot] commented on PR #9602:
URL: https://github.com/apache/incubator-doris/pull/9602#issuecomment-1128380263
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
github-actions[bot] commented on PR #9602:
URL: https://github.com/apache/incubator-doris/pull/9602#issuecomment-1128380328
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 us
hello-stephen opened a new issue, #9606:
URL: https://github.com/apache/incubator-doris/issues/9606
### 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
adonis0147 commented on PR #9602:
URL: https://github.com/apache/incubator-doris/pull/9602#issuecomment-1128378953
Hi @morningman , the docs have been updated, PTAL.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
zy-kkk opened a new pull request, #9605:
URL: https://github.com/apache/incubator-doris/pull/9605
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
Describe the overview of changes.
## Checklist(Required)
1. Does it affect the original behavior
morrySnow commented on code in PR #9498:
URL: https://github.com/apache/incubator-doris/pull/9498#discussion_r874331227
##
fe/fe-core/src/main/java/org/apache/doris/planner/SingleNodePlanner.java:
##
@@ -2363,8 +2396,16 @@ private List
getPredicatesBoundedByGroupbysSourceExpr(L
morningman merged PR #9559:
URL: https://github.com/apache/incubator-doris/pull/9559
--
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.
morningman 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 72e0042efb [feature-wip](hudi) Step
hello-stephen opened a new issue, #9604:
URL: https://github.com/apache/incubator-doris/issues/9604
### 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
github-actions[bot] commented on PR #9600:
URL: https://github.com/apache/incubator-doris/pull/9600#issuecomment-1128361083
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
github-actions[bot] commented on PR #9600:
URL: https://github.com/apache/incubator-doris/pull/9600#issuecomment-1128361107
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 us
Cherry-Puppy opened a new issue, #9603:
URL: https://github.com/apache/incubator-doris/issues/9603
### 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
v
qidaye commented on code in PR #9593:
URL: https://github.com/apache/incubator-doris/pull/9593#discussion_r874314680
##
fe/fe-core/src/main/java/org/apache/doris/catalog/HiveTable.java:
##
@@ -74,6 +89,92 @@ public Map getHiveProperties() {
return hiveProperties;
}
morningman commented on PR #9602:
URL: https://github.com/apache/incubator-doris/pull/9602#issuecomment-1128349238
Also need to update the document:
http://doris.incubator.apache.org/developer-guide/cpp-format-code.html
Especially update how to install clang-format-13 with npm
--
This
stalary commented on PR #9576:
URL: https://github.com/apache/incubator-doris/pull/9576#issuecomment-1128346633
>
done
--
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
github-actions[bot] commented on PR #9559:
URL: https://github.com/apache/incubator-doris/pull/9559#issuecomment-1128342925
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
morrySnow commented on PR #9600:
URL: https://github.com/apache/incubator-doris/pull/9600#issuecomment-1128342658
> better add case in regression test
done
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
adonis0147 opened a new pull request, #9602:
URL: https://github.com/apache/incubator-doris/pull/9602
# Proposed changes
Issue Number: close #9601
## Problem Summary:
Please refer to #9601
## Checklist(Required)
1. Does it affect the original behavior: No
adonis0147 opened a new issue, #9601:
URL: https://github.com/apache/incubator-doris/issues/9601
### 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
morningman commented on code in PR #9498:
URL: https://github.com/apache/incubator-doris/pull/9498#discussion_r874298458
##
fe/fe-core/src/main/java/org/apache/doris/planner/SingleNodePlanner.java:
##
@@ -343,15 +343,15 @@ private PlanNode addUnassignedConjuncts(
// Gat
SaintBacchus commented on code in PR #9574:
URL: https://github.com/apache/incubator-doris/pull/9574#discussion_r874299512
##
be/src/vec/runtime/vdatetime_value.h:
##
@@ -288,21 +288,23 @@ class VecDateTimeValue { // Now this type is a temp
solution with little changes
morningman commented on issue #9597:
URL:
https://github.com/apache/incubator-doris/issues/9597#issuecomment-1128324020
> I have reproduce the problem while `set enable_vectorized_engine=true;`.
Thanks~
>
> I will try to fix it. Please assign this issue to me.
done
--
This
This is an automated email from the ASF dual-hosted git repository.
lihaopeng 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 bee5c2f8aa [feature-wip](parquet-vec
HappenLee merged PR #9433:
URL: https://github.com/apache/incubator-doris/pull/9433
--
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...@
yiguolei commented on code in PR #9574:
URL: https://github.com/apache/incubator-doris/pull/9574#discussion_r874275574
##
be/src/vec/runtime/vdatetime_value.h:
##
@@ -288,21 +288,23 @@ class VecDateTimeValue { // Now this type is a temp
solution with little changes
cas
yiguolei commented on PR #9576:
URL: https://github.com/apache/incubator-doris/pull/9576#issuecomment-1128292576
@stalary Please add a simple regression test for it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
yiguolei commented on PR #9592:
URL: https://github.com/apache/incubator-doris/pull/9592#issuecomment-1128289400
Exception in compaction/test_compaction.groovy(line 34):
StringBuilder showConfigCommand = new StringBuilder();
showConfigCommand.append("curl -X GET http
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/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push:
new 7e8e14b3c6 [docs]Modifide flink-doris
yiguolei merged PR #9595:
URL: https://github.com/apache/incubator-doris/pull/9595
--
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...@d
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch dev-1.0.1
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit 53fb90f04f2dd997f4b6235cc57011eaf102b506
Author: Kang
AuthorDate: Sun May 15 21:18:32 2022 +0800
[e
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch dev-1.0.1
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit 7f12cfe240cc6bed73ca46b93c106f09c6a48917
Author: EmmyMiao87 <522274...@qq.com>
AuthorDate: Sat May 14 09:
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch dev-1.0.1
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit ea5865c3ffc9f8ecfc66343d7aa20825cabb2200
Author: wangbo
AuthorDate: Thu May 12 15:41:39 2022 +0800
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch dev-1.0.1
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit ff4f4a3f1bfccd03d15903146bcac69626ffc6c5
Author: yixiutt <102007456+yixi...@users.noreply.github.com>
Aut
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch dev-1.0.1
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit 61166162843c1937debfa5479176a6c80646fc76
Author: Mingyu Chen
AuthorDate: Wed May 11 09:40:57 2022 +0800
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch dev-1.0.1
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit 7c20a8722f9d268284a9bfa4f8a979fd4f99164b
Author: Xinyi Zou
AuthorDate: Fri May 6 14:40:08 2022 +0800
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch dev-1.0.1
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit e0ed0067850500be8a8159265e0b797ce39d4db0
Author: jiafeng.zhang
AuthorDate: Sat May 7 19:22:45 2022 +0800
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch dev-1.0.1
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit 0d52bad20a6be9a5252c1cbaf7fed280100641f9
Author: zhannngchen <48427519+zhannngc...@users.noreply.github.c
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch dev-1.0.1
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit 59daed7591cb4ac4d73231225353e9bc9f34fcfd
Author: jiafeng.zhang
AuthorDate: Wed May 11 09:41:59 2022 +080
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to branch dev-1.0.1
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
from 162b8492e1 [Bug] (fix) DeltaWriter::mem_consumption() coredump (#9245)
new 0d52bad20a [refactor]
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch dev-1.0.1
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit 343f97f028bc33bae07a869864fb034bd5ceb462
Author: shee <13843187+qz...@users.noreply.github.com>
AuthorDat
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch dev-1.0.1
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit e5c46b78d29717e5f125d3ac7e841b06b66f04e5
Author: jiafeng.zhang
AuthorDate: Thu May 12 13:31:22 2022 +080
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch dev-1.0.1
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit 72e80756e025b3270034e408c224e891b18a4156
Author: Hui Tian <827677...@qq.com>
AuthorDate: Thu May 12 15:43
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch dev-1.0.1
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit c41618a0b61f8a8226ccb5dd18b7a5ce45941c4f
Author: morrySnow <101034200+morrys...@users.noreply.github.com>
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch dev-1.0.1
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit 3684be8a52ba51daa36fc1ddbf4cf4586bd4bbc7
Author: zhangstar333 <87313068+zhangstar...@users.noreply.github
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch dev-1.0.1
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit 71beda2664f32efdc1b6c6fc495b92846f0f8138
Author: zhangstar333 <87313068+zhangstar...@users.noreply.github
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch dev-1.0.1
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit 0c73dc85a6aabb30b4104f46fea1fbdf3a24587e
Author: pengxiangyu
AuthorDate: Sun May 8 06:45:28 2022 +0800
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch dev-1.0.1
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit 75fbc9d8adbe18232c550cce21c0fef11f92fc6c
Author: deardeng <565620...@qq.com>
AuthorDate: Wed May 11 22:27
morrySnow opened a new pull request, #9600:
URL: https://github.com/apache/incubator-doris/pull/9600
…sometimes
# Proposed changes
Issue Number: close #9599
## Problem Summary:
unnecessary cast will be added on children in CaseExpr because use
symbolized equal to
morrySnow opened a new issue, #9599:
URL: https://github.com/apache/incubator-doris/issues/9599
### 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
mast
xinyiZzz commented on code in PR #9581:
URL: https://github.com/apache/incubator-doris/pull/9581#discussion_r873849493
##
be/src/common/config.h:
##
@@ -413,10 +413,14 @@ CONF_Bool(disable_mem_pools, "false");
// to a relative large number or the performance is very very bad.
xinyiZzz commented on code in PR #9581:
URL: https://github.com/apache/incubator-doris/pull/9581#discussion_r873843542
##
be/src/runtime/memory/chunk_allocator.cpp:
##
@@ -219,6 +224,10 @@ void ChunkAllocator::free(const Chunk& chunk, MemTracker*
tracker) {
}
} wh
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/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push:
new 5660815dc6 [chore] Fix compilation er
github-actions[bot] commented on PR #9584:
URL: https://github.com/apache/incubator-doris/pull/9584#issuecomment-1127757472
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 us
github-actions[bot] commented on PR #9584:
URL: https://github.com/apache/incubator-doris/pull/9584#issuecomment-1127757428
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
yiguolei merged PR #9584:
URL: https://github.com/apache/incubator-doris/pull/9584
--
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...@d
yiguolei closed issue #9585: [Bug] Failed to compile by clang
URL: https://github.com/apache/incubator-doris/issues/9585
--
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
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/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push:
new c731e84341 [fix](planner)VecNotImplEx
yiguolei closed issue #9588: [Bug] VecNotImplException thrown when query need
rewrite and some slot cannot changed to nullable
URL: https://github.com/apache/incubator-doris/issues/9588
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Gi
yiguolei merged PR #9589:
URL: https://github.com/apache/incubator-doris/pull/9589
--
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...@d
cambyzju commented on issue #9597:
URL:
https://github.com/apache/incubator-doris/issues/9597#issuecomment-1127731796
I have reproduce the problem while `set enable_vectorized_engine=true;`.
Thanks~
I will try to fix it. Please assign this issue to me.
--
This is an automated mess
lide-reed commented on issue #9597:
URL:
https://github.com/apache/incubator-doris/issues/9597#issuecomment-1127697029
This is an issue introduced by vectorization, it just reproduce when set
enable_vectorized_engine=true;
--
This is an automated message from the Apache Git Service.
To
zenoyang commented on code in PR #9586:
URL: https://github.com/apache/incubator-doris/pull/9586#discussion_r873736576
##
be/src/vec/columns/column_dictionary.h:
##
@@ -98,12 +98,15 @@ class ColumnDictionary final : public COWHelper> {
}
void insert_data(const char*
nextdreamblue commented on issue #9597:
URL:
https://github.com/apache/incubator-doris/issues/9597#issuecomment-1127684307
I reproduce this problem like this:
1. create a database
2. create 17 tables like this:
```sql
CREATE TABLE `aaa` (
`aaa` varchar(170) NOT NULL COMMENT
github-actions[bot] commented on PR #9433:
URL: https://github.com/apache/incubator-doris/pull/9433#issuecomment-1127677524
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
jackwener closed issue #4223: [proposal] Introduce Calcite as the one of the
optimizers of Doris
URL: https://github.com/apache/incubator-doris/issues/4223
--
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
cambyzju commented on issue #9597:
URL:
https://github.com/apache/incubator-doris/issues/9597#issuecomment-1127645832
I can not reproduce the problem. Could you give more info to reproduce the
problem?
--
This is an automated message from the Apache Git Service.
To respond to the message
jackwener opened a new pull request, #9598:
URL: https://github.com/apache/incubator-doris/pull/9598
# Proposed changes
Issue Number: close #xxx
## Problem Summary:
Describe the overview of changes.
## Checklist(Required)
1. Does it affect the original behav
cambyzju commented on issue #9587:
URL:
https://github.com/apache/incubator-doris/issues/9587#issuecomment-1127613907
For Mysql:
https://dev.mysql.com/doc/refman/8.0/en/date-and-time-functions.html#function_unix-timestamp
Prior to MySQL 8.0.28, the valid range of argument values i
1 - 100 of 142 matches
Mail list logo