[incubator-doris] branch master updated: Avoid duplicate column when adding slot in empty tuple (#4901)

2020-11-16 Thread wyf
This is an automated email from the ASF dual-hosted git repository. wyf 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 dcca3bb Avoid duplicate column when addin

[incubator-doris] branch master updated: Avoid duplicate column when adding slot in empty tuple (#4901)

2020-11-16 Thread wyf
This is an automated email from the ASF dual-hosted git repository. wyf 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 dcca3bb Avoid duplicate column when addin

[GitHub] [incubator-doris] wuyunfeng merged pull request #4901: Avoid duplicate column when adding slot in empty tuple

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

[GitHub] [incubator-doris] wuyunfeng closed issue #4900: The duplicate slot maybe produce by planner when select constant stmt

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

[GitHub] [incubator-doris] wuyunfeng commented on a change in pull request #4901: Avoid duplicate column when adding slot in empty tuple

2020-11-16 Thread GitBox
wuyunfeng commented on a change in pull request #4901: URL: https://github.com/apache/incubator-doris/pull/4901#discussion_r524943290 ## File path: fe/fe-core/src/main/java/org/apache/doris/planner/SingleNodePlanner.java ## @@ -1473,7 +1473,7 @@ private Expr rewritePredicate(A

[GitHub] [incubator-doris] yangzhg opened a new pull request #4913: disable the creation of segment v1 table

2020-11-16 Thread GitBox
yangzhg opened a new pull request #4913: URL: https://github.com/apache/incubator-doris/pull/4913 ## Proposed changes Disable v1 storage format when creating a new table in version 0.14, as we discussed in doris-dev and Issue #4835, I will forbidden the creation of segment v1 table

[GitHub] [incubator-doris] xinghuayu007 opened a new pull request #4912: [Refactor] refactor function getScanRangeLength

2020-11-16 Thread GitBox
xinghuayu007 opened a new pull request #4912: URL: https://github.com/apache/incubator-doris/pull/4912 ## Proposed changes `getScanRangeLength` alwyas return 1, it is no need to maintain a function like this. ## Types of changes What types of changes does your code intr

[incubator-doris] branch master updated (b48c768 -> bba85fc)

2020-11-16 Thread wangbo
This is an automated email from the ASF dual-hosted git repository. wangbo pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from b48c768 [ComplexType] Restructure storage type to support complex types expending (#4905) add bba85fc

[GitHub] [incubator-doris] wangbo merged pull request #4911: [Doc] Add keyword for routine load

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

[GitHub] [incubator-doris] ningyanhui closed issue #4910: 数据写入错误Tablet [11400] success replica num 0 is less then quorum replica num 1 while error backends 10003

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

[GitHub] [incubator-doris] liutang123 closed pull request #3025: Restructure storage type to support complex types expending

2020-11-16 Thread GitBox
liutang123 closed pull request #3025: URL: https://github.com/apache/incubator-doris/pull/3025 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] morningman merged pull request #4905: Restructure storage type to support complex types expending

2020-11-16 Thread GitBox
morningman merged pull request #4905: URL: https://github.com/apache/incubator-doris/pull/4905 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 (55080ba -> 448df42)

2020-11-16 Thread morningman
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/incubator-doris.git. from 55080ba [BUG] Fix colocate join memory limit problem (#4894) add 448df42 [Compatibility] Add tabl

[GitHub] [incubator-doris] morningman merged pull request #4899: Added #4897: Add table_privileges, schema_privileges and user_privile…

2020-11-16 Thread GitBox
morningman merged pull request #4899: URL: https://github.com/apache/incubator-doris/pull/4899 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] morningman merged pull request #4895: [BUG] Fix colocate join memory limit problem (#4894)

2020-11-16 Thread GitBox
morningman merged pull request #4895: URL: https://github.com/apache/incubator-doris/pull/4895 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] morningman closed issue #4897: Add table_privileges, schema_privileges and user_privileges table in information_schema database.

2020-11-16 Thread GitBox
morningman closed issue #4897: URL: https://github.com/apache/incubator-doris/issues/4897 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 (c5e4351 -> 55080ba)

2020-11-16 Thread morningman
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/incubator-doris.git. from c5e4351 [Refactor] Remove break label for readability (#4890) add 55080ba [BUG] Fix colocate join

[GitHub] [incubator-doris] morningman closed issue #4894: Colocate Join时部分Instance的可用内存与exec_mem_limit参数不一致

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

[GitHub] [incubator-doris] morningman merged pull request #4889: [BUG] modify isDecommissioned be capacity calculate rule

2020-11-16 Thread GitBox
morningman merged pull request #4889: URL: https://github.com/apache/incubator-doris/pull/4889 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 (5aefd70 -> c5e4351)

2020-11-16 Thread morningman
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/incubator-doris.git. from 5aefd70 [Improve]modify isDecommissioned be capacity calculate rule (#4889) add c5e4351 [Refacto

[incubator-doris] branch master updated (2af4bc2 -> 5aefd70)

2020-11-16 Thread morningman
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/incubator-doris.git. from 2af4bc2 [Bug] Java Version BitmapValue deserialized failed when only has 32-bit bitmap (#4884) ad

[GitHub] [incubator-doris] morningman merged pull request #4890: [Refactor] Remove break label for readability

2020-11-16 Thread GitBox
morningman merged pull request #4890: URL: https://github.com/apache/incubator-doris/pull/4890 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] morningman merged pull request #4884: (#4883) Java Version BitmapValue deserialized failed

2020-11-16 Thread GitBox
morningman merged pull request #4884: URL: https://github.com/apache/incubator-doris/pull/4884 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] morningman closed issue #4883: [BUG][BITMAP]Java Version BitmapValue deserialized failed when only has 32-bit bitmap

2020-11-16 Thread GitBox
morningman closed issue #4883: URL: https://github.com/apache/incubator-doris/issues/4883 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: [Bug] Java Version BitmapValue deserialized failed when only has 32-bit bitmap (#4884)

2020-11-16 Thread morningman
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 2af4bc2 [Bug] Java Version BitmapV

[incubator-doris] branch master updated: [Doc] Running Profile document add HASH_JOIN_NODE, etc. (#4878)

2020-11-16 Thread morningman
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 e706a6b [Doc] Running Profile docu

[GitHub] [incubator-doris] morningman closed issue #4875: [Proposal] Running Profile document add HASH_JOIN_NODE, etc.

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

[GitHub] [incubator-doris] morningman merged pull request #4878: [Doc] Running Profile document add HASH_JOIN_NODE, etc.

2020-11-16 Thread GitBox
morningman merged pull request #4878: URL: https://github.com/apache/incubator-doris/pull/4878 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] wangbo opened a new pull request #4911: [Doc] Add keyword for routine load

2020-11-16 Thread GitBox
wangbo opened a new pull request #4911: URL: https://github.com/apache/incubator-doris/pull/4911 [Doc] Routine Load add key word for routine load This is an automated message from the Apache Git Service. To respond to

[incubator-doris] branch wangbo-patch-1 created (now 73d8354)

2020-11-16 Thread wangbo
This is an automated email from the ASF dual-hosted git repository. wangbo pushed a change to branch wangbo-patch-1 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. at 73d8354 Update routine-load-manual.md This branch includes the following new commits: new 73

[incubator-doris] 01/01: Update routine-load-manual.md

2020-11-16 Thread wangbo
This is an automated email from the ASF dual-hosted git repository. wangbo pushed a commit to branch wangbo-patch-1 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit 73d8354ba0dda188db2942c2847f80ac67be01d1 Author: wangbo <506340...@qq.com> AuthorDate: Mon Nov 16 20:59:

[GitHub] [incubator-doris] wangbo removed a comment on pull request #4905: Restructure storage type to support complex types expending

2020-11-16 Thread GitBox
wangbo removed a comment on pull request #4905: URL: https://github.com/apache/incubator-doris/pull/4905#issuecomment-727864532 LGTM This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-doris] wangbo commented on pull request #4905: Restructure storage type to support complex types expending

2020-11-16 Thread GitBox
wangbo commented on pull request #4905: URL: https://github.com/apache/incubator-doris/pull/4905#issuecomment-727864532 LGTM This is an automated message from the Apache Git Service. To respond to the message, please log on t

[GitHub] [incubator-doris] ningyanhui opened a new issue #4910: 数据写入错误Tablet [11400] success replica num 0 is less then quorum replica num 1 while error backends 10003

2020-11-16 Thread GitBox
ningyanhui opened a new issue #4910: URL: https://github.com/apache/incubator-doris/issues/4910 use pyspark write dorisDB, data_result.repartition(1).write.format("jdbc").\ mode(saveMode='append').option("url", "jdbc:mysql://192.168.108.192:9030/test")\ .option("dbt

[GitHub] [incubator-doris] sduzh opened a new pull request #4909: Replace tab with spaces

2020-11-16 Thread GitBox
sduzh opened a new pull request #4909: URL: https://github.com/apache/incubator-doris/pull/4909 ## 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 resolves a feature request

[GitHub] [incubator-doris] HappenLee commented on issue #4876: 【bug】0.12.21版本,schema change(varcahr -> int)失败

2020-11-16 Thread GitBox
HappenLee commented on issue #4876: URL: https://github.com/apache/incubator-doris/issues/4876#issuecomment-727832103 > > @li-ang-666 > > 11.11 is NOT an INT, you can try double. > > 11.11是浮点,我觉得按照文档,是可以转成11的,损失浮点后的精度,但是现在是报错的 Doris not support "1.1" convert to 1 int, o