wuyunfeng commented on a change in pull request #4300:
URL: https://github.com/apache/incubator-doris/pull/4300#discussion_r467699429
##
File path:
fe/fe-core/src/test/java/org/apache/doris/external/elasticsearch/MappingPhaseTest.java
##
@@ -102,4 +103,13 @@ public void testWo
yangzhg opened a new pull request #4310:
URL: https://github.com/apache/incubator-doris/pull/4310
## Proposed changes
* Implements the grammar of the batch delete
* Process create, alter table when table has delete sign column
* Support the syntax for enabling the delete column
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to branch dori-ui
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
at 975d01c fix rebase bug
This branch includes the following new commits:
new 596d5da [NewFeature
This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch dori-ui
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit 975d01c872e66a6547c4bf64aaabd9e3420ecbaf
Author: morningman
AuthorDate: Mon Aug 10 12:10:52 2020 +0800
WingsGo opened a new issue #4309:
URL: https://github.com/apache/incubator-doris/issues/4309
**Is your feature request related to a problem? Please describe.**
Currently, dynamic partition only create partition between [now, end]and
delete partition between [-∞, start), in some scenario,
imay merged pull request #4257:
URL: https://github.com/apache/incubator-doris/pull/4257
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
This is an automated email from the ASF dual-hosted git repository.
zhaoc 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 411ced5 Secure singleton mode (#4257)
4
yangzhg closed pull request #4141:
URL: https://github.com/apache/incubator-doris/pull/4141
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 t
yangzhg commented on a change in pull request #4256:
URL: https://github.com/apache/incubator-doris/pull/4256#discussion_r467671444
##
File path:
fe/fe-core/src/main/java/org/apache/doris/alter/MaterializedViewHandler.java
##
@@ -537,6 +538,13 @@ private RollupJobV2 createMate
peterchen859 commented on issue #4302:
URL:
https://github.com/apache/incubator-doris/issues/4302#issuecomment-671139116
> @peterchen859 @kongqiu 请问可以描述一下详细的问题,复现逻辑,估计处理的有bug。
非常简单两个操作:
1、建表中storage_format采用v2,写入数据,再做查询,直接导致be crash;
2、建表storage_format是v1时,只要table中有字段类型为bitmap的
chaoyli commented on issue #4302:
URL:
https://github.com/apache/incubator-doris/issues/4302#issuecomment-671138793
https://github.com/apache/incubator-doris/issues?q=roaring
是不是roaring bitmap编译的问题,因为不同系统,可能支持的命令不同。
This
kongqiu commented on issue #4302:
URL:
https://github.com/apache/incubator-doris/issues/4302#issuecomment-671137944
doris版本0.12,编译环境 docker apachedoris/doris-dev:build-env-1.2 .
编译出的二进制软件包,部署到阿里云服务器Centos7.5上跑能正常运行,
部署到腾讯云服务器Centos7.5上,无论是storage_format 是v1还是v2,只要涉及到bitmap的字段的查询,都会导致b
This is an automated email from the ASF dual-hosted git repository.
kangkaisen 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 f516172 Fix window function with l
kangkaisen merged pull request #4235:
URL: https://github.com/apache/incubator-doris/pull/4235
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abov
kangkaisen closed issue #4206:
URL: https://github.com/apache/incubator-doris/issues/4206
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
yangzhg commented on a change in pull request #4256:
URL: https://github.com/apache/incubator-doris/pull/4256#discussion_r467663294
##
File path: be/src/olap/tablet_schema.h
##
@@ -111,6 +111,8 @@ class TabletSchema {
inline double bloom_filter_fpp() const { return _bf_fpp
morningman commented on issue #4308:
URL:
https://github.com/apache/incubator-doris/issues/4308#issuecomment-671137010
Nice Job!
I followed this feature for a while before, and it looks good to me.
This is an automated me
chaoyli commented on issue #4302:
URL:
https://github.com/apache/incubator-doris/issues/4302#issuecomment-671136852
@peterchen859 @kongqiu 请问可以描述一下详细的问题,复现逻辑,估计处理的有bug。
This is an automated message from the Apache Git Servic
hf200012 opened a new issue #4308:
URL: https://github.com/apache/incubator-doris/issues/4308
## Status Quo and Motivation
The current Doris FE module has a simple http server and UI built in. The UI
currently has relatively simple functions and is only used for the display of
s
WingsGo commented on pull request #4307:
URL: https://github.com/apache/incubator-doris/pull/4307#issuecomment-671132600
Hi, @xinghuayu007 Can you create an issue to explain why you add the udf
parse url?Thx~~
This is an aut
WingsGo commented on a change in pull request #4307:
URL: https://github.com/apache/incubator-doris/pull/4307#discussion_r467657699
##
File path: contrib/udf/src/udf_samples/parse_url.cpp
##
@@ -0,0 +1,67 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or
This is an automated email from the ASF dual-hosted git repository.
lichaoyong pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from 651a7e5 [Doc] Update compilation.md (#4297)
add c81862e Remove palo::PInternalService_Stub in BE
WingsGo commented on a change in pull request #4307:
URL: https://github.com/apache/incubator-doris/pull/4307#discussion_r467657699
##
File path: contrib/udf/src/udf_samples/parse_url.cpp
##
@@ -0,0 +1,67 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or
chaoyli closed issue #4299:
URL: https://github.com/apache/incubator-doris/issues/4299
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
chaoyli merged pull request #4298:
URL: https://github.com/apache/incubator-doris/pull/4298
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 t
morningman commented on pull request #4246:
URL: https://github.com/apache/incubator-doris/pull/4246#issuecomment-671130414
duplicated
This is an automated message from the Apache Git Service.
To respond to the message, pleas
xinghuayu007 opened a new pull request #4307:
URL: https://github.com/apache/incubator-doris/pull/4307
## Proposed changes
This is an user define function to parse an url to gt host, path, query,
port and protocol.
## Types of changes
What types of changes does your cod
morningman merged pull request #4297:
URL: https://github.com/apache/incubator-doris/pull/4297
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abov
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 651a7e5 [Doc] Update compilation.m
morningman merged pull request #4282:
URL: https://github.com/apache/incubator-doris/pull/4282
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abov
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 47fff68 [Bug][ColocateJoin] Fix bu
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 bdbe59a [Bug]Fix be crash caused b
morningman merged pull request #4289:
URL: https://github.com/apache/incubator-doris/pull/4289
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abov
kongqiu commented on issue #4302:
URL:
https://github.com/apache/incubator-doris/issues/4302#issuecomment-671038287
遇到了跟你一样的问题,我验证了三套环境,操作系统都是Centos7.7的,三套环境用的是同一个编译好的二进制文件(在docker编译),都是0.12的。
第一套是搭在虚拟机里的,storage_format无论是采用v1和v2都没有任何问题。
第二套是搭在云服务器里,storage_format为v1时,当表里含有bitmap字段时,插
HappenLee opened a new pull request #4306:
URL: https://github.com/apache/incubator-doris/pull/4306
This PR use fragmentIdToSeqToAddressMap replace seqtoAddresss, Beacause
SeqBucket to Address
should bind to fragment
## Proposed changes
Describe the big picture of your chan
HappenLee opened a new issue #4305:
URL: https://github.com/apache/incubator-doris/issues/4305
**Describe the bug**
There are two table.
colo:
```
CREATE TABLE `colo` (
`k1` tinyint(4) NULL COMMENT "",
`k2` smallint(6) NULL COMMENT "",
`k3` int(11) NULL COMMENT
wangbo opened a new pull request #4304:
URL: https://github.com/apache/incubator-doris/pull/4304
## Proposed changes
see #4303
## Types of changes
- [] Bugfix (non-breaking change which fixes an issue)
- [] New feature (non-breaking change which adds functionality)
wangbo opened a new issue #4303:
URL: https://github.com/apache/incubator-doris/issues/4303
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 t
38 matches
Mail list logo