[GitHub] [doris] dataalive commented on pull request #13137: [typo](docs)fix data cache sidebar error

2022-10-06 Thread GitBox
dataalive commented on PR #13137: URL: https://github.com/apache/doris/pull/13137#issuecomment-1271089783 LGTM -- 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 unsubscrib

[GitHub] [doris] zy-kkk opened a new pull request, #13137: [typo](docs)fix data cache sidebar error

2022-10-06 Thread GitBox
zy-kkk opened a new pull request, #13137: URL: https://github.com/apache/doris/pull/13137 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Yes

[GitHub] [doris] weizhengte opened a new pull request, #13136: [Enhancement](statistics) optimize the configuration and presentation of statistical tasks, etc

2022-10-06 Thread GitBox
weizhengte opened a new pull request, #13136: URL: https://github.com/apache/doris/pull/13136 # Proposed changes This pr is mainly to optimize statistical tasks. Includes the following: 1. No longer generate statistics tasks for empty tables, and move the logic of skipping partitio

[doris] branch master updated: [feature-wip](new-scan)Add new jdbc scanner and new jdbc scan node (#12848)

2022-10-06 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/doris.git The following commit(s) were added to refs/heads/master by this push: new b41748efa1 [feature-wip](new-scan)Add new jdb

[GitHub] [doris] morningman merged pull request #12848: [feature-wip](new-scan)Add new jdbc scanner and new jdbc scan node

2022-10-06 Thread GitBox
morningman merged PR #12848: URL: https://github.com/apache/doris/pull/12848 -- 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-unsubscr...@doris.a

[GitHub] [doris] morningman commented on pull request #13135: [fix](file-scanner) fix some logic about broker load with parquet with new file scanner

2022-10-06 Thread GitBox
morningman commented on PR #13135: URL: https://github.com/apache/doris/pull/13135#issuecomment-1271005879 > Which part is the code change for case 3 ? `If column specified in columns in load stmt does not exist in file and table, error will be thrown like` Line 608 of `be/src/vec/exe

[GitHub] [doris] morningman closed pull request #12847: [draft] try fix q11 regression test

2022-10-06 Thread GitBox
morningman closed pull request #12847: [draft] try fix q11 regression test URL: https://github.com/apache/doris/pull/12847 -- 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 un

[GitHub] [doris] AnvarAslam commented on issue #8721: [Enhancement] Remove some unused include

2022-10-06 Thread GitBox
AnvarAslam commented on issue #8721: URL: https://github.com/apache/doris/issues/8721#issuecomment-1270401285 i like to solve these issue & you can guide me to solve these issue? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

[GitHub] [doris] AnvarAslam commented on issue #9759: [Enhancement] Replace `Substitute` `stringstream` with `fmt/format`

2022-10-06 Thread GitBox
AnvarAslam commented on issue #9759: URL: https://github.com/apache/doris/issues/9759#issuecomment-1270400477 i like to solve these issue & you can guide me to solve these issue? -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [doris] AnvarAslam commented on issue #11916: [Enhancement] replace `assertTrue(X.equals(X))` with `assertEquals`

2022-10-06 Thread GitBox
AnvarAslam commented on issue #11916: URL: https://github.com/apache/doris/issues/11916#issuecomment-1270394331 i am very happy to solve these issue can i take it and solve these issue & u can help me to guide me on these? -- This is an automated message from the Apache Git Service. T

[GitHub] [doris] morningman commented on a diff in pull request #13122: [feature-wip](parquet-reader) optimize the performance of column conversion

2022-10-06 Thread GitBox
morningman commented on code in PR #13122: URL: https://github.com/apache/doris/pull/13122#discussion_r989263208 ## be/src/vec/exec/format/parquet/vparquet_column_reader.cpp: ## @@ -338,14 +343,23 @@ Status ArrayColumnReader::_load_nested_column(ColumnPtr& doris_column, DataTyp

[GitHub] [doris] github-actions[bot] commented on pull request #13125: [fix](sort) fix nullable column sorting incorrectly

2022-10-06 Thread GitBox
github-actions[bot] commented on PR #13125: URL: https://github.com/apache/doris/pull/13125#issuecomment-1270343008 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 GitHub and use the UR

[GitHub] [doris] github-actions[bot] commented on pull request #13125: [fix](sort) fix nullable column sorting incorrectly

2022-10-06 Thread GitBox
github-actions[bot] commented on PR #13125: URL: https://github.com/apache/doris/pull/13125#issuecomment-1270342911 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, please log on to GitHu

[GitHub] [doris] morningman opened a new pull request, #13135: [fix](file-scanner) fix some logic about broker load with parquet in file scanner

2022-10-06 Thread GitBox
morningman opened a new pull request, #13135: URL: https://github.com/apache/doris/pull/13135 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ]

[GitHub] [doris] gavinchou opened a new pull request, #13133: [chore] Format keywords in sql_parser.cup

2022-10-06 Thread GitBox
gavinchou opened a new pull request, #13133: URL: https://github.com/apache/doris/pull/13133 The key keyword definition section of `sql_parser.cup` is unordered and messy: 1. It is almost unreadable 2. There are no rules to format it when we make a change to it 3. **It takes unneces

[GitHub] [doris] caiconghui opened a new pull request, #13134: [fix](be_ut) fix some be ut failure

2022-10-06 Thread GitBox
caiconghui opened a new pull request, #13134: URL: https://github.com/apache/doris/pull/13134 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ]

[GitHub] [doris] lsy3993 opened a new pull request, #13132: [function](date function) add new date function 'first_month_day'

2022-10-06 Thread GitBox
lsy3993 opened a new pull request, #13132: URL: https://github.com/apache/doris/pull/13132 # Proposed changes Issue Number: close #13131 ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Y

[GitHub] [doris] github-actions[bot] commented on pull request #13081: [Fix](doc) Remove unsupported parameter

2022-10-06 Thread GitBox
github-actions[bot] commented on PR #13081: URL: https://github.com/apache/doris/pull/13081#issuecomment-1269746257 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 GitHub and use the UR

[GitHub] [doris] github-actions[bot] commented on pull request #13081: [Fix](doc) Remove unsupported parameter

2022-10-06 Thread GitBox
github-actions[bot] commented on PR #13081: URL: https://github.com/apache/doris/pull/13081#issuecomment-1269746191 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, please log on to GitHu

[doris] branch master updated: fix slack link (#13128)

2022-10-06 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 0ccb047d45 fix slack link (#13128) 0ccb047d45 is

[GitHub] [doris] jackwener merged pull request #13128: [type](docs)fix slack link

2022-10-06 Thread GitBox
jackwener merged PR #13128: URL: https://github.com/apache/doris/pull/13128 -- 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-unsubscr...@doris.ap

[doris] branch master updated: [doc](typo): fix typo (#13130)

2022-10-06 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new f2aa6e9a21 [doc](typo): fix typo (#13130) f2aa6e

[GitHub] [doris] jackwener merged pull request #13130: 修改错别字

2022-10-06 Thread GitBox
jackwener merged PR #13130: URL: https://github.com/apache/doris/pull/13130 -- 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-unsubscr...@doris.ap

[GitHub] [doris] lsy3993 opened a new issue, #13131: [Enhancement] Add new builtin function of the first day of month

2022-10-06 Thread GitBox
lsy3993 opened a new issue, #13131: URL: https://github.com/apache/doris/issues/13131 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Description Add a new