924060929 merged PR #13957:
URL: https://github.com/apache/doris/pull/13957
--
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.
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 06a1efdb01 [fix](Nerieds) fix tpch and suppor
nextdreamblue commented on code in PR #12801:
URL: https://github.com/apache/doris/pull/12801#discussion_r1013557768
##
fs_brokers/apache_hdfs_broker/build.sh:
##
@@ -41,6 +41,10 @@ rm -rf "${BROKER_OUTPUT}"
install -d "${BROKER_OUTPUT}/bin" "${BROKER_OUTPUT}/conf" \
"${BR
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to branch branch-1.2-lts
in repository https://gitbox.apache.org/repos/asf/doris.git
from ba918b40e2 [chore](macOS) Fix compilation errors caused by the
deprecated function (#13890)
add 6f3db
Jibing-Li commented on code in PR #13883:
URL: https://github.com/apache/doris/pull/13883#discussion_r1013687795
##
fe/fe-core/src/main/java/org/apache/doris/statistics/DropAnalysisJobLog.java:
##
@@ -0,0 +1,42 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+/
yiguolei commented on code in PR #12620:
URL: https://github.com/apache/doris/pull/12620#discussion_r1013691162
##
be/src/util/blocking_queue.hpp:
##
@@ -47,25 +48,19 @@ class BlockingQueue {
// are no more elements available.
bool blocking_get(T* out) {
Monot
wangshuo128 commented on code in PR #12583:
URL: https://github.com/apache/doris/pull/12583#discussion_r1013691586
##
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/logical/LogicalGroupingSets.java:
##
@@ -0,0 +1,227 @@
+// Licensed to the Apache Software Foundati
yiguolei commented on code in PR #12620:
URL: https://github.com/apache/doris/pull/12620#discussion_r1013694741
##
be/src/util/blocking_priority_queue.hpp:
##
@@ -49,143 +49,126 @@ class BlockingPriorityQueue {
// -- timeout_ms: 0 means wait indefinitely
bool blocking_
wangshuo128 commented on code in PR #12583:
URL: https://github.com/apache/doris/pull/12583#discussion_r1013695443
##
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/logical/LogicalRepeat.java:
##
@@ -0,0 +1,212 @@
+// Licensed to the Apache Software Foundation (AS
morningman commented on code in PR #13959:
URL: https://github.com/apache/doris/pull/13959#discussion_r1013701332
##
fe/fe-core/src/main/java/org/apache/doris/planner/DataGenScanNode.java:
##
@@ -40,15 +40,15 @@
/**
* This scan node is used for table valued function.
Review
hello-stephen commented on PR #13965:
URL: https://github.com/apache/doris/pull/13965#issuecomment-1303077672
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 33.89 seconds
load time: 455 seconds
storage size: 17184096966 Bytes
https://doris-co
wangshuo128 commented on code in PR #12583:
URL: https://github.com/apache/doris/pull/12583#discussion_r1013698522
##
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/physical/PhysicalRepeat.java:
##
@@ -0,0 +1,148 @@
+// Licensed to the Apache Software Foundation (
Yulei-Yang commented on code in PR #13914:
URL: https://github.com/apache/doris/pull/13914#discussion_r1013668593
##
be/src/vec/functions/function_string.h:
##
@@ -1278,63 +1278,58 @@ class FunctionSplitPart : public IFunction {
auto str = str_col->get_data_at(i);
BePPPower commented on code in PR #13959:
URL: https://github.com/apache/doris/pull/13959#discussion_r1013716581
##
be/src/service/internal_service.cpp:
##
@@ -407,6 +410,78 @@ void
PInternalServiceImpl::fetch_data(google::protobuf::RpcController* cntl_base
_exec_env->resu
morningman opened a new pull request, #13969:
URL: https://github.com/apache/doris/pull/13969
# Proposed changes
Issue Number: close #xxx
## Problem summary
[What is DLF](https://www.alibabacloud.com/product/datalake-formation)
This PR is a preparation for support
yiguolei commented on code in PR #13960:
URL: https://github.com/apache/doris/pull/13960#discussion_r1013731494
##
be/src/runtime/load_channel_mgr.h:
##
@@ -85,6 +88,7 @@ class LoadChannelMgr {
std::mutex _lock;
// load id -> load channel
std::unordered_map> _load
yiguolei merged PR #13942:
URL: https://github.com/apache/doris/pull/13942
--
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 06a1efdb01 [fix](Nerieds) fix tpch and support trace plan's change
event (#13957)
add a19e6881c7 [chore](be web
BiteThet opened a new pull request, #13970:
URL: https://github.com/apache/doris/pull/13970
# Proposed changes
extern template may reduce the build time.
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original beha
yiguolei commented on code in PR #13865:
URL: https://github.com/apache/doris/pull/13865#discussion_r1013746447
##
be/src/io/cache/dummy_file_cache.h:
##
@@ -36,7 +36,7 @@ class DummyFileCache final : public FileCache {
Status close() override { return Status::OK(); }
-
Gabriel39 opened a new pull request, #13971:
URL: https://github.com/apache/doris/pull/13971
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ] Y
yiguolei commented on code in PR #13086:
URL: https://github.com/apache/doris/pull/13086#discussion_r1013774521
##
gensrc/thrift/Descriptors.thrift:
##
@@ -102,8 +102,9 @@ enum TSchemaTableType {
SCH_USER_PRIVILEGES,
SCH_VARIABLES,
SCH_VIEWS,
-SCH_INVALID,
-
hello-stephen commented on PR #13966:
URL: https://github.com/apache/doris/pull/13966#issuecomment-1303170171
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 34.02 seconds
load time: 447 seconds
storage size: 17179192833 Bytes
https://doris-co
morningman commented on PR #13971:
URL: https://github.com/apache/doris/pull/13971#issuecomment-1303172495
No need, we can just write `JAVA_HOME=xxx` in be.conf, it will be export as
a env var.
--
This is an automated message from the Apache Git Service.
To respond to the message, please
morningman closed pull request #13971: [minor](libjvm) allow users to specific
java home by configurations
URL: https://github.com/apache/doris/pull/13971
--
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 g
LemonLiTree opened a new pull request, #13972:
URL: https://github.com/apache/doris/pull/13972
# Proposed changes
Issue Number: close #xxx
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
- [ ]
morningman commented on PR #13959:
URL: https://github.com/apache/doris/pull/13959#issuecomment-1303174238
Need to add some regression test in next 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
hello-stephen commented on PR #13967:
URL: https://github.com/apache/doris/pull/13967#issuecomment-1303188711
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 33.88 seconds
load time: 451 seconds
storage size: 17178690546 Bytes
https://doris-co
k-i-d-d commented on code in PR #13960:
URL: https://github.com/apache/doris/pull/13960#discussion_r1013815450
##
be/src/runtime/load_channel_mgr.h:
##
@@ -85,6 +88,7 @@ class LoadChannelMgr {
std::mutex _lock;
// load id -> load channel
std::unordered_map> _load_
xinyiZzz commented on code in PR #13960:
URL: https://github.com/apache/doris/pull/13960#discussion_r1013818390
##
be/src/runtime/load_channel_mgr.h:
##
@@ -85,6 +88,7 @@ class LoadChannelMgr {
std::mutex _lock;
// load id -> load channel
std::unordered_map> _load
morningman commented on PR #13966:
URL: https://github.com/apache/doris/pull/13966#issuecomment-1303193284
Please add some comment for 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 to the
yangzhg opened a new pull request, #13973:
URL: https://github.com/apache/doris/pull/13973
# Proposed changes
Issue Number: close #xxx
## Problem summary
to_bitmap function only support string param only,add to_bitmap() function
with int type, this can avoid convert int
yiguolei commented on code in PR #13086:
URL: https://github.com/apache/doris/pull/13086#discussion_r1013843794
##
be/src/exec/schema_scan_node.cpp:
##
@@ -127,7 +132,8 @@ Status SchemaScanNode::prepare(RuntimeState* state) {
return Status::InternalError("schema scanner
yiguolei commented on code in PR #13086:
URL: https://github.com/apache/doris/pull/13086#discussion_r1013844676
##
be/src/vec/exec/vschema_scan_node.cpp:
##
@@ -165,7 +170,8 @@ Status VSchemaScanNode::prepare(RuntimeState* state) {
return Status::InternalError("schema s
yiguolei commented on code in PR #13086:
URL: https://github.com/apache/doris/pull/13086#discussion_r1013845285
##
be/test/vec/function/function_comparison_test.cpp:
##
@@ -35,7 +35,7 @@ TEST(ComparisonTest, ComparisonFunctionTest) {
SchemaScanner schema_scanner(column_desc
b19mud opened a new pull request, #151:
URL: https://github.com/apache/doris-website/pull/151
Fix 'expamle' to 'example'
--
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
b19mud opened a new pull request, #13974:
URL: https://github.com/apache/doris/pull/13974
# Proposed changes
Issue Number: close #xxx
## Problem summary
Fix 'expamle' to 'example'
## Checklist(Required)
1. Does it affect the original behavior:
- [ ]
hello-stephen commented on PR #13959:
URL: https://github.com/apache/doris/pull/13959#issuecomment-1303236731
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 34.44 seconds
load time: 432 seconds
storage size: 17154655363 Bytes
https://doris-co
caoliang-web opened a new pull request, #13975:
URL: https://github.com/apache/doris/pull/13975
# Proposed changes
Issue Number: close #xxx
## Problem summary
Common mistakes in adding routine load
## Checklist(Required)
1. Does it affect the original behavi
hello-stephen commented on PR #12620:
URL: https://github.com/apache/doris/pull/12620#issuecomment-1303298545
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 34.07 seconds
load time: 446 seconds
storage size: 17179983300 Bytes
https://doris-co
yiguolei commented on code in PR #13865:
URL: https://github.com/apache/doris/pull/13865#discussion_r1013911826
##
be/src/olap/reader.h:
##
@@ -101,6 +101,8 @@ class TabletReader {
bool read_orderby_key_reverse = false;
// num of columns for orderby key
yiguolei commented on code in PR #13865:
URL: https://github.com/apache/doris/pull/13865#discussion_r1013912893
##
be/src/olap/rowset/beta_rowset_reader.cpp:
##
@@ -149,6 +149,7 @@ Status BetaRowsetReader::init(RowsetReaderContext*
read_context) {
read_options.record_rowid
yiguolei commented on code in PR #13865:
URL: https://github.com/apache/doris/pull/13865#discussion_r1013914049
##
be/src/olap/rowset/segment_v2/segment.h:
##
@@ -74,7 +74,8 @@ class Segment : public std::enable_shared_from_this {
uint32_t num_rows() const { return _foote
yiguolei commented on code in PR #13865:
URL: https://github.com/apache/doris/pull/13865#discussion_r1013914789
##
be/src/olap/schema_change.cpp:
##
@@ -1942,6 +1942,7 @@ Status
SchemaChangeHandler::_do_process_alter_tablet_v2(const TAlterTabletReqV2&
reader_contex
Jibing-Li commented on code in PR #13969:
URL: https://github.com/apache/doris/pull/13969#discussion_r1013905264
##
fe/fe-core/src/main/java/org/apache/doris/catalog/HiveMetaStoreClientHelper.java:
##
@@ -135,28 +140,46 @@ public static String getFormat(String input) throws
Ddl
morrySnow opened a new pull request, #13976:
URL: https://github.com/apache/doris/pull/13976
# Proposed changes
1. add a feature that support statement having aggregate function in order
by list. such as
```sql
SELECT COUNT(*) FROM t GROUP BY c1 ORDER BY COUNT(*) DESC;
```
englefly closed pull request #13873: [feature](nereids) runtime filter prune
URL: https://github.com/apache/doris/pull/13873
--
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
github-actions[bot] commented on PR #13940:
URL: https://github.com/apache/doris/pull/13940#issuecomment-1303352887
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 #13940:
URL: https://github.com/apache/doris/pull/13940#issuecomment-1303353033
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
lide-reed opened a new issue, #13977:
URL: https://github.com/apache/doris/issues/13977
### 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.3-rc02
hello-stephen commented on PR #13969:
URL: https://github.com/apache/doris/pull/13969#issuecomment-1303432698
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 33.73 seconds
load time: 447 seconds
storage size: 17178443022 Bytes
https://doris-co
HappenLee commented on PR #13973:
URL: https://github.com/apache/doris/pull/13973#issuecomment-1303466982
Maybe we should only keep `to_bitmap(bigint)` del the `to_bitmap(string)`
after next version ?
--
This is an automated message from the Apache Git Service.
To respond to the message
zhangstar333 opened a new pull request, #13978:
URL: https://github.com/apache/doris/pull/13978
# Proposed changes
Issue Number: close #13968 #13964
## Problem summary
Describe your changes.
## Checklist(Required)
1. Does it affect the original behavior:
zhangstar333 commented on issue #13968:
URL: https://github.com/apache/doris/issues/13968#issuecomment-1303474497
fixed:https://github.com/apache/doris/pull/13978
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
zhangstar333 commented on issue #13964:
URL: https://github.com/apache/doris/issues/13964#issuecomment-1303475099
fixed:https://github.com/apache/doris/pull/13978
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
hello-stephen commented on PR #13970:
URL: https://github.com/apache/doris/pull/13970#issuecomment-1303485465
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 34.38 seconds
load time: 445 seconds
storage size: 17178983521 Bytes
https://doris-co
hello-stephen commented on PR #13972:
URL: https://github.com/apache/doris/pull/13972#issuecomment-1303559762
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 33.61 seconds
load time: 446 seconds
storage size: 17178779139 Bytes
https://doris-co
starocean999 opened a new pull request, #13979:
URL: https://github.com/apache/doris/pull/13979
# Proposed changes
Issue Number: close (https://github.com/apache/doris/issues/13977)
## Problem summary
cherry-pick from https://github.com/apache/doris/pull/13866
hello-stephen commented on PR #13973:
URL: https://github.com/apache/doris/pull/13973#issuecomment-1303654361
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 33.84 seconds
load time: 452 seconds
storage size: 17179876864 Bytes
https://doris-co
github-actions[bot] commented on PR #13961:
URL: https://github.com/apache/doris/pull/13961#issuecomment-1303718713
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 #13962:
URL: https://github.com/apache/doris/pull/13962#issuecomment-1303741894
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 #13962:
URL: https://github.com/apache/doris/pull/13962#issuecomment-1303741989
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
yixiutt opened a new pull request, #13980:
URL: https://github.com/apache/doris/pull/13980
# 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 #13763:
URL: https://github.com/apache/doris/pull/13763#issuecomment-1303790007
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 #13763:
URL: https://github.com/apache/doris/pull/13763#issuecomment-1303790096
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
BePPPower commented on code in PR #13086:
URL: https://github.com/apache/doris/pull/13086#discussion_r1014204355
##
gensrc/thrift/Descriptors.thrift:
##
@@ -102,8 +102,9 @@ enum TSchemaTableType {
SCH_USER_PRIVILEGES,
SCH_VARIABLES,
SCH_VIEWS,
-SCH_INVALID,
-
github-actions[bot] commented on PR #13960:
URL: https://github.com/apache/doris/pull/13960#issuecomment-1303799012
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 #13966:
URL: https://github.com/apache/doris/pull/13966#issuecomment-1303800656
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 #13966:
URL: https://github.com/apache/doris/pull/13966#issuecomment-1303800714
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
hello-stephen commented on PR #13976:
URL: https://github.com/apache/doris/pull/13976#issuecomment-1303835144
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 34.31 seconds
load time: 459 seconds
storage size: 17185163279 Bytes
https://doris-co
This is an automated email from the ASF dual-hosted git repository.
zouxinyi 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 f87be09d69 [fix](load) Fix load channel mgr loc
xinyiZzz merged PR #13960:
URL: https://github.com/apache/doris/pull/13960
--
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
hello-stephen commented on PR #13978:
URL: https://github.com/apache/doris/pull/13978#issuecomment-1303894962
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 33.99 seconds
load time: 453 seconds
storage size: 17183095979 Bytes
https://doris-co
hello-stephen commented on PR #13785:
URL: https://github.com/apache/doris/pull/13785#issuecomment-1303944569
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 33.67 seconds
load time: 456 seconds
storage size: 17177871073 Bytes
https://doris-co
hello-stephen commented on PR #13933:
URL: https://github.com/apache/doris/pull/13933#issuecomment-1303962027
TeamCity pipeline, clickbench performance test result:
the sum of best hot time: 34.37 seconds
load time: 453 seconds
storage size: 17180614520 Bytes
https://doris-co
vkingnew opened a new issue, #13981:
URL: https://github.com/apache/doris/issues/13981
### 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
> functio
github-actions[bot] commented on PR #9350:
URL: https://github.com/apache/doris/pull/9350#issuecomment-1304350905
We're closing this PR because it hasn't been updated in a while.
This isn't a judgement on the merit of the PR in any way. It's just a way of
keeping the PR queue manageable.
morningman merged PR #13966:
URL: https://github.com/apache/doris/pull/13966
--
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 change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from f87be09d69 [fix](load) Fix load channel mgr lock (#13960)
add 04830af039 [fix](tablet sink) fallback to non-ve
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to branch branch-1.2-unstable
in repository https://gitbox.apache.org/repos/asf/doris.git
discard d28010428c [fix](memtracker) Fix
DCHECK(!std::count(_consumer_tracker_stack.begin(),
_consumer_track
github-actions[bot] commented on PR #13974:
URL: https://github.com/apache/doris/pull/13974#issuecomment-1304379788
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 #13974:
URL: https://github.com/apache/doris/pull/13974#issuecomment-1304379794
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 #13969:
URL: https://github.com/apache/doris/pull/13969#discussion_r1014550596
##
fe/fe-core/src/main/java/org/apache/doris/catalog/HiveMetaStoreClientHelper.java:
##
@@ -135,28 +140,46 @@ public static String getFormat(String input) throws
Dd
dataalive commented on PR #13979:
URL: https://github.com/apache/doris/pull/13979#issuecomment-1304382973
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
morningman commented on code in PR #13969:
URL: https://github.com/apache/doris/pull/13969#discussion_r1014552099
##
fe/fe-core/src/main/java/org/apache/doris/datasource/EsExternalCatalog.java:
##
@@ -74,61 +76,45 @@ public class EsExternalCatalog extends ExternalCatalog {
github-actions[bot] commented on PR #13975:
URL: https://github.com/apache/doris/pull/13975#issuecomment-1304405748
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 #13975:
URL: https://github.com/apache/doris/pull/13975#issuecomment-1304405742
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
Gabriel39 merged PR #13962:
URL: https://github.com/apache/doris/pull/13962
--
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.
gabriellee 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 2ee7ba79a8 [Improvement](javaudf) improve jav
Yukang-Lian opened a new issue, #13982:
URL: https://github.com/apache/doris/issues/13982
### 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
**synt
Yukang-Lian commented on issue #13981:
URL: https://github.com/apache/doris/issues/13981#issuecomment-1304419306
Yeah, thanks for your advice. We will support it in the future. I think
maybe in one month or two.
--
This is an automated message from the Apache Git Service.
To respond to th
91 matches
Mail list logo