caoliang-web opened a new pull request #6489:
URL: https://github.com/apache/incubator-doris/pull/6489
Flink Demo example:
1.Flink consumes Kafka data and uses Stream load to store data (dorisSink
method)
2.Flink reads the file into the library (hdfs file, the format can be text
or o
caoliang-web closed pull request #6489:
URL: https://github.com/apache/incubator-doris/pull/6489
--
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: c
caoliang-web opened a new pull request #6490:
URL: https://github.com/apache/incubator-doris/pull/6490
Flink Demo example:
1.Flink consumes Kafka data and uses Stream load to store data (dorisSink
method)
2.Flink reads the file into the library (hdfs file, the format can be text
or o
eyesmoons commented on a change in pull request #6485:
URL: https://github.com/apache/incubator-doris/pull/6485#discussion_r693835287
##
File path:
samples/doris-demo/spark-demo/org/apache/doris/scala/DorisSparkConnectionExampleScala.scala
##
@@ -0,0 +1,157 @@
+package org.apa
github-actions[bot] commented on pull request #6486:
URL: https://github.com/apache/incubator-doris/pull/6486#issuecomment-903638215
--
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 c
yangzhg commented on pull request #6102:
URL: https://github.com/apache/incubator-doris/pull/6102#issuecomment-903638313
> wait support string
String type has been merged
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
caiconghui commented on pull request #6397:
URL: https://github.com/apache/incubator-doris/pull/6397#issuecomment-903682565
> How much is this performance improvement?
This is the first step you speed up olap table sink. and the bottleneck for
olaptable sink is still need to be deep
caiconghui edited a comment on pull request #6397:
URL: https://github.com/apache/incubator-doris/pull/6397#issuecomment-903682565
> How much is this performance improvement?
This is the first step to speed up olap table sink. and the bottleneck for
olaptable sink is still need to be
SpenserZC commented on issue #5806:
URL:
https://github.com/apache/incubator-doris/issues/5806#issuecomment-903687352
> 你好,请问为啥显示format不支持呢,我看其他issue是支持的。是哪个有错吗?可以指点下吗,困扰很久了。
> 使用版本是0.12版本
>
 晚上7:39
收件人: ***@***.***>;
抄送: ***@***.***>; "S
SpenserZC commented on issue #5806:
URL:
https://github.com/apache/incubator-doris/issues/5806#issuecomment-903701279
> 换一个高版本
> […](#)
> -- 原始邮件 -- 发件人: "Zhang
***@***.***>; 发送时间: 2021年8月23日(星期一) 晚上7:39 收件人: ***@***.***>; 抄送:
***@***.***>; "State ***
wangbo closed issue #6338:
URL: https://github.com/apache/incubator-doris/issues/6338
--
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-unsu
stalary commented on pull request #6102:
URL: https://github.com/apache/incubator-doris/pull/6102#issuecomment-903838305
> > wait support string
>
> String type has been merged
Ok, I will support it as soon as possible
--
This is an automated message from the Apache Git Serv
JusticeGong opened a new issue #6491:
URL: https://github.com/apache/incubator-doris/issues/6491
For now Doris has its UI supporting basic monitoring and operation functions
which based on frontends. It’s convenient to use but has some limitations, e.g.
it will down if the specific fronten
huangmengbin opened a new issue #6492:
URL: https://github.com/apache/incubator-doris/issues/6492
**Is your feature request related to a problem? Please describe.**
-
DorisOnES可以在index里填写带有*号通配符的来命中多个物理索引,其逻辑大致是定期根据index内容向ES发送获取元数据的请求,将匹配到的物理索引暂存下来,查询时将请求发送给所有的ES索引
- 这样无法在具体一次查询的
huangmengbin opened a new pull request #6493:
URL: https://github.com/apache/incubator-doris/pull/6493
## Proposed changes
```sql
CREATE EXTERNAL TABLE `test` (
`k1` bigint(20) COMMENT ""
) ENGINE=ELASTICSEARCH
PROPERTIES (
"hosts" = "http://192.168.0.1:8200,http://192.16
morningman merged pull request #6487:
URL: https://github.com/apache/incubator-doris/pull/6487
--
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: com
yangzhg opened a new issue #6494:
URL: https://github.com/apache/incubator-doris/issues/6494
String type cast error when query like select * from test where k6 in
("true") k6 is string type
runtime filter will core when not support avx2
--
This is an automated message from the
yangzhg opened a new pull request #6495:
URL: https://github.com/apache/incubator-doris/pull/6495
## Proposed changes
Fix string type cast bug and runtime filter may core when not support avx2
## Types of changes
What types of changes does your code introduce to Doris?
EmmyMiao87 edited a comment on issue #6483:
URL:
https://github.com/apache/incubator-doris/issues/6483#issuecomment-902586002
# 背景
当前优化器存在的一些问题:
1. 内聚程度不够高,可拓展性存在一定限制。
2. 自低向上一次成型,不是动态规划,缺乏多个 plan 的预估选取。
3. 优化策略以启发式为主,对于数据依赖相关的优化策略处理不好。
# New Optimizer
1. 基
EmmyMiao87 edited a comment on issue #6483:
URL:
https://github.com/apache/incubator-doris/issues/6483#issuecomment-902586002
# 背景
当前优化器存在的一些问题:
1. 内聚程度不够高,可拓展性存在一定限制。
2. 自低向上一次成型,不是动态规划,缺乏多个 plan 的预估选取。
3. 优化策略以启发式为主,对于数据依赖相关的优化策略处理不好。
# New Optimizer
1. 基
github-actions[bot] commented on pull request #6495:
URL: https://github.com/apache/incubator-doris/pull/6495#issuecomment-904298145
--
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 c
zenoyang commented on a change in pull request #6448:
URL: https://github.com/apache/incubator-doris/pull/6448#discussion_r693541872
##
File path: fe/fe-core/src/main/java/org/apache/doris/load/DeleteHandler.java
##
@@ -709,6 +745,51 @@ public void write(DataOutput out) throws
wangbo commented on pull request #6480:
URL: https://github.com/apache/incubator-doris/pull/6480#issuecomment-904313160
please add UT
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific
wangbo commented on pull request #6356:
URL: https://github.com/apache/incubator-doris/pull/6356#issuecomment-904314234
This pr would be closed temporarily and will be re-pull request after
internal test
--
This is an automated message from the Apache Git Service.
To respond to the mess
wangbo closed pull request #6356:
URL: https://github.com/apache/incubator-doris/pull/6356
--
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
github-actions[bot] commented on pull request #6485:
URL: https://github.com/apache/incubator-doris/pull/6485#issuecomment-904320489
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 Git
hf200012 commented on a change in pull request #6490:
URL: https://github.com/apache/incubator-doris/pull/6490#discussion_r693778066
##
File path:
samples/doris-demo/flink-demo/src/main/java/org/apache/doris/demo/flink/analyze/DorisSource.java
##
@@ -0,0 +1,93 @@
+// Licensed
github-actions[bot] commented on pull request #6490:
URL: https://github.com/apache/incubator-doris/pull/6490#issuecomment-904320984
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 Git
github-actions[bot] commented on pull request #6403:
URL: https://github.com/apache/incubator-doris/pull/6403#issuecomment-904335238
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, plea
morningman commented on pull request #6415:
URL: https://github.com/apache/incubator-doris/pull/6415#issuecomment-904335474
This is better be done in upper level.
--
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 closed pull request #6429:
URL: https://github.com/apache/incubator-doris/pull/6429
--
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: com
wangbo commented on pull request #6455:
URL: https://github.com/apache/incubator-doris/pull/6455#issuecomment-904345774
@yangzhg please reivew this pr when you have time,
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and us
SpenserZC opened a new issue #6496:
URL: https://github.com/apache/incubator-doris/issues/6496
比如说我需要的功能:一张表有,a,b,c,d四个字段,我想实现一个任务写a,b字段,另一个任务写c,d字段。
请问现在的doris,ROUTINE LOAD 支持这样的功能吗?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on
yangmingjie opened a new issue #6497:
URL: https://github.com/apache/incubator-doris/issues/6497
在使用doris-connector的时候,数据导入到doris一部分的试试报错:

最后发现问题如下:
mysql数据库中有
wuyunfeng commented on pull request #6493:
URL: https://github.com/apache/incubator-doris/pull/6493#issuecomment-904373537
hi @huangmengbin , thanks for this PR. I just doubt what problem does this
solve?
--
This is an automated message from the Apache Git Service.
To respond to the
37 matches
Mail list logo