[incubator-doris] branch master updated (54c7d17 -> d0b6054)

2021-06-14 Thread lingmiao
This is an automated email from the ASF dual-hosted git repository. lingmiao pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from 54c7d17 [Log] Fix a log issue in BDBJournalCursor (#6006) add d0b6054 [Bug] fix use uncorrect table

[GitHub] [incubator-doris] EmmyMiao87 closed issue #6002: expandStar in SelectStmt use incorrect TableName will produce wrong sql in toSql function

2021-06-14 Thread GitBox
EmmyMiao87 closed issue #6002: URL: https://github.com/apache/incubator-doris/issues/6002 -- 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. For queries about this service,

[GitHub] [incubator-doris] EmmyMiao87 merged pull request #6003: [Bug] fix use incorrect table name in expand star

2021-06-14 Thread GitBox
EmmyMiao87 merged pull request #6003: URL: https://github.com/apache/incubator-doris/pull/6003 -- 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. For queries about this serv

[GitHub] [incubator-doris] xinghuayu007 opened a new pull request #6027: [Feature] Export data supports parquet format

2021-06-14 Thread GitBox
xinghuayu007 opened a new pull request #6027: URL: https://github.com/apache/incubator-doris/pull/6027 ## Proposed changes Currently, Doris only supports export data with CSV format. This PR extends the feature to support parquet format. Usage: for export to local file:

[GitHub] [incubator-doris] xinghuayu007 opened a new pull request #6026: [Bug][Cache] Add data size field for partition cache

2021-06-14 Thread GitBox
xinghuayu007 opened a new pull request #6026: URL: https://github.com/apache/incubator-doris/pull/6026 ## Proposed changes `data_size` is a required field for `InternalService.PCacheValue`. ## Types of changes What types of changes does your code introduce to Doris? _

[GitHub] [incubator-doris] ucasFL opened a new issue #6024: Support to alter default bucket_num after create table

2021-06-14 Thread GitBox
ucasFL opened a new issue #6024: URL: https://github.com/apache/incubator-doris/issues/6024 **Is your feature request related to a problem? Please describe.** When user create a table, since they may not known the data scale at the first, so they may choose a unsuitable bucket num. When

[GitHub] [incubator-doris] jinyuanlu opened a new pull request #6025: [Doc]Fix a typo

2021-06-14 Thread GitBox
jinyuanlu opened a new pull request #6025: URL: https://github.com/apache/incubator-doris/pull/6025 ## Proposed changes Fix a typo in `udaf-orthogonal-bitmap-manual.md` ## Types of changes What types of changes does your code introduce to Doris? _Put an `x` in the box

[GitHub] [incubator-doris] ucasFL opened a new pull request #6023: Support alter default bucket_num of table

2021-06-14 Thread GitBox
ucasFL opened a new pull request #6023: URL: https://github.com/apache/incubator-doris/pull/6023 ## 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 reques

[GitHub] [incubator-doris] xinghuayu007 opened a new pull request #6022: [Enchancement] Validate data file after alter operation success

2021-06-14 Thread GitBox
xinghuayu007 opened a new pull request #6022: URL: https://github.com/apache/incubator-doris/pull/6022 ## Proposed changes Currently, after alter task finished, it only validate meta data of new tablet. It is also better to validate data file of new tablet. Because we found some tab

[GitHub] [incubator-doris] EmmyMiao87 opened a new issue #6017: [Bug] NullPointerException when 'disable_colocate_join'= true

2021-06-14 Thread GitBox
EmmyMiao87 opened a new issue #6017: URL: https://github.com/apache/incubator-doris/issues/6017 **Describe the bug** When 'disable_colocate_join'= true, the group by query will thrown 'NullPointerException' using pymysql. **To Reproduce** Steps to reproduce the behavior: 1.

[GitHub] [incubator-doris] stdpain opened a new issue #6016: [Bug] thrift enumeration classes are not compatible

2021-06-14 Thread GitBox
stdpain opened a new issue #6016: URL: https://github.com/apache/incubator-doris/issues/6016 **Describe the bug** upgrade DORIS-0.14.7-release to PALO-0.14.12-release **Screenshots** ``` I0100 00:00:00.00 35342 vlog_is_on.cc:192] RAW: Set VLOG level for "*" to 10 ***

[GitHub] [incubator-doris] hf200012 commented on pull request #5975: [DOC]Organize FE configuration file description

2021-06-14 Thread GitBox
hf200012 commented on pull request #5975: URL: https://github.com/apache/incubator-doris/pull/5975#issuecomment-859406724 Add BE configuration instructions -- 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] tarepanda1024 opened a new pull request #6014: [Docs] update data-model-rollup.md create table ddl

2021-06-14 Thread GitBox
tarepanda1024 opened a new pull request #6014: URL: https://github.com/apache/incubator-doris/pull/6014 ## Proposed changes update data-model-rollup.md create table ddl ## Types of changes - [ ] Bugfix (non-breaking change which fixes an issue) - [ ] New feature (non-brea

[GitHub] [incubator-doris] liutang123 opened a new issue #6015: Create tablet fail when schema chagne

2021-06-14 Thread GitBox
liutang123 opened a new issue #6015: URL: https://github.com/apache/incubator-doris/issues/6015 **Describe the bug** We have a table with many replicas. Because of base tablet may be delete by balance, create tablet may fail. **To Reproduce** Steps to reproduce the behavior:

[GitHub] [incubator-doris] caiconghui opened a new issue #6020: [Bug] thread safety issues for replayBackendTabletsInfo and setting the replica status that does not exist does not prompt any error mes

2021-06-14 Thread GitBox
caiconghui opened a new issue #6020: URL: https://github.com/apache/incubator-doris/issues/6020 **Describe the bug** 1. replayBackendTabletsInfo show lock table instead of db when replay BackendTabletsInfo operation 2. setting the replica status that does not exist does not prompt any

[GitHub] [incubator-doris] huangmengbin commented on pull request #5991: [Bug] Fix range partition pruner bug

2021-06-14 Thread GitBox
huangmengbin commented on pull request #5991: URL: https://github.com/apache/incubator-doris/pull/5991#issuecomment-859226197 Hi, @morningman, the bug has been fixed. Please review again. Thanks! -- This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [incubator-doris] caiconghui opened a new pull request #6019: [Bug] Fix problem for thread safety issues and setting the replica status that does not exist does not prompt any error message

2021-06-14 Thread GitBox
caiconghui opened a new pull request #6019: URL: https://github.com/apache/incubator-doris/pull/6019 …atus that does not exist does not prompt any error message ## Proposed changes Describe the big picture of your changes here to communicate to the maintainers why we should ac

[GitHub] [incubator-doris] EmmyMiao87 opened a new pull request #6018: [Bug-fix] Avoid using 'QueryDetail' in planning stage

2021-06-14 Thread GitBox
EmmyMiao87 opened a new pull request #6018: URL: https://github.com/apache/incubator-doris/pull/6018 ## Proposed changes QueryDetail is used to statistic the current query details. This property will only be set when the query starts to execute. So in the query planning stage, u

[GitHub] [incubator-doris] huangmengbin opened a new issue #6021: [Enhancement] 分区裁剪后, 某些冗余的where过滤信息可以删除掉

2021-06-14 Thread GitBox
huangmengbin opened a new issue #6021: URL: https://github.com/apache/incubator-doris/issues/6021 **Is your feature request related to a problem? Please describe.** - 按照 time 进行 range分区后,假如有一个分区 `p20210520` 范围是 `['2021-05-20 00:00:00', '2021-05-21 00:00:00')` ```sql 1. SELECT MAX(x

[GitHub] [incubator-doris] hf200012 opened a new pull request #6013: Spring boot http upload file maximum limit parameterization

2021-06-14 Thread GitBox
hf200012 opened a new pull request #6013: URL: https://github.com/apache/incubator-doris/pull/6013 spring.servlet.multipart.max-file-size and spring.servlet.multipart.max-request-size Configurable ## Proposed changes Describe the big picture of your changes here to communicat