[GitHub] [incubator-doris] acelyc111 opened a new pull request #4933: [Refactor] Short circuit return to avoid meaningless loop

2020-11-19 Thread GitBox
acelyc111 opened a new pull request #4933: URL: https://github.com/apache/incubator-doris/pull/4933 ## Proposed changes I found function Tablet::rowset_meta_is_useful will cost a considerable CPU load, we can short circuit return to avoid meaningless loop. ## Types of changes

[GitHub] [incubator-doris] petermenglei commented on issue #4931: how to DROP a routine load job?

2020-11-19 Thread GitBox
petermenglei commented on issue #4931: URL: https://github.com/apache/incubator-doris/issues/4931#issuecomment-730941926 BE node down with info above, the routine job is for loading kafka json data. This is an automated mess

[GitHub] [incubator-doris] petermenglei commented on issue #4931: how to DROP a routine load job?

2020-11-19 Thread GitBox
petermenglei commented on issue #4931: URL: https://github.com/apache/incubator-doris/issues/4931#issuecomment-730938216 F1120 14:45:12.575322 31927 json_scanner.cpp:522] Check failed: json_values->Size() >= 1 This is an au

[GitHub] [incubator-doris] HappenLee opened a new pull request #4932: [Bug] Fix the bug of NULL do not show in CTE statement.

2020-11-19 Thread GitBox
HappenLee opened a new pull request #4932: URL: https://github.com/apache/incubator-doris/pull/4932 issue:#4926 ## Proposed changes Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or res

[GitHub] [incubator-doris] petermenglei opened a new issue #4931: how to DROP a routine load job?

2020-11-19 Thread GitBox
petermenglei opened a new issue #4931: URL: https://github.com/apache/incubator-doris/issues/4931 I tried to drop an unused routine load job but couldn't find a way to do it. is there a way to do so? This is an automated mes

[GitHub] [incubator-doris] yangzhg commented on issue #4918: support clang-format and clang-tidy

2020-11-19 Thread GitBox
yangzhg commented on issue #4918: URL: https://github.com/apache/incubator-doris/issues/4918#issuecomment-730810419 fe unittest may also be formate and tidy at this time This is an automated message from the Apache Git Servi

[GitHub] [incubator-doris] HappenLee commented on issue #4926: UNION ALL query return wrong type, NULL value but get ''

2020-11-19 Thread GitBox
HappenLee commented on issue #4926: URL: https://github.com/apache/incubator-doris/issues/4926#issuecomment-730809932 Hi,It's look like is FE query plan's problem. I will try to fix the problem This is an automated message f

[incubator-doris] branch master updated: Fix column_reader_writer_test UT (#4924)

2020-11-19 Thread kangkaisen
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 d1a7f1d Fix column_reader_writer_t

[GitHub] [incubator-doris] kangkaisen merged pull request #4913: disable the creation of segment v1 table

2020-11-19 Thread GitBox
kangkaisen merged pull request #4913: URL: https://github.com/apache/incubator-doris/pull/4913 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

[GitHub] [incubator-doris] kangkaisen closed issue #4835: [Proposal] Disable v1 storage format when creating a new table in version 0.14

2020-11-19 Thread GitBox
kangkaisen closed issue #4835: URL: https://github.com/apache/incubator-doris/issues/4835 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

[incubator-doris] branch master updated: Disable the creation of segment v1 table (#4913)

2020-11-19 Thread kangkaisen
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 f445ed5 Disable the creation of se

[GitHub] [incubator-doris] kangkaisen merged pull request #4919: [Doc] Fix example content in bitmap_union.md

2020-11-19 Thread GitBox
kangkaisen merged pull request #4919: URL: https://github.com/apache/incubator-doris/pull/4919 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

[incubator-doris] branch master updated: [Doc] Fiexed example content in bitmap_union.md (#4919)

2020-11-19 Thread kangkaisen
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 234e9b5 [Doc] Fiexed example conte

[GitHub] [incubator-doris] kangkaisen merged pull request #4923: [Code refactor] Fix typo

2020-11-19 Thread GitBox
kangkaisen merged pull request #4923: URL: https://github.com/apache/incubator-doris/pull/4923 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

[incubator-doris] branch master updated: Fix typo (#4923)

2020-11-19 Thread kangkaisen
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 64b219f Fix typo (#4923) 64b219f i

[GitHub] [incubator-doris] kangkaisen merged pull request #4924: [Array][UT]Fix column_reader_writer_test UT

2020-11-19 Thread GitBox
kangkaisen merged pull request #4924: URL: https://github.com/apache/incubator-doris/pull/4924 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

[GitHub] [incubator-doris] sduzh opened a new pull request #4930: [Refactor] Clang-format all cpp files

2020-11-19 Thread GitBox
sduzh opened a new pull request #4930: URL: https://github.com/apache/incubator-doris/pull/4930 ## Proposed changes #4918 clang-format -style=file -i be/src/**/**.cpp clang-format -style=file -i be/src/**/**.h ## Types of changes What types of changes does y

[GitHub] [incubator-doris] acelyc111 commented on issue #4928: [Proposal] Cost base optimize for conditions

2020-11-19 Thread GitBox
acelyc111 commented on issue #4928: URL: https://github.com/apache/incubator-doris/issues/4928#issuecomment-730324657 Simply based on Operation Type and Data Type may give a incorrect estimate selectivity result indeed, but consider if two predicates have similar selectivity based on stat

[GitHub] [incubator-doris] wangbo commented on issue #4928: [Proposal] Cost base optimize for conditions

2020-11-19 Thread GitBox
wangbo commented on issue #4928: URL: https://github.com/apache/incubator-doris/issues/4928#issuecomment-730282616 It looks more like based on ```Operation Type``` and ```Data Type``` . Where is ```Based on cost``` reflected? I wonder whether we need to collect column's statistics inf

[GitHub] [incubator-doris] id4alexsu opened a new pull request #4929: fix the FE logs dir create issue

2020-11-19 Thread GitBox
id4alexsu opened a new pull request #4929: URL: https://github.com/apache/incubator-doris/pull/4929 ## Proposed changes This is a minor issue when we had FE start after a fresh installation, but it will occur an error about the log directory is missing due to **log directory is not

[GitHub] [incubator-doris] acelyc111 opened a new issue #4928: [Proposal] Cost base optimize for conditions

2020-11-19 Thread GitBox
acelyc111 opened a new issue #4928: URL: https://github.com/apache/incubator-doris/issues/4928 **Is your feature request related to a problem? Please describe.** Suppose there is a table: ``` CREATE TABLE `test_table3` ( `key_int` int(11) NULL COMMENT "", `key_varchar` var

[GitHub] [incubator-doris] xinghuayu007 opened a new issue #4927: [Proposal] Backends need to set priority to mannually load balance

2020-11-19 Thread GitBox
xinghuayu007 opened a new issue #4927: URL: https://github.com/apache/incubator-doris/issues/4927 **Is your feature request related to a problem? Please describe.** In real maintenance of Doris, we found that sometimes one query is delayed seriously by only one node. We call it `Slow N