[GitHub] [incubator-doris] morningman commented on a change in pull request #6466: [Bug] Fix Tuple is null predicate may cause be cores

2021-08-18 Thread GitBox
morningman commented on a change in pull request #6466: URL: https://github.com/apache/incubator-doris/pull/6466#discussion_r690963999 ## File path: be/src/exprs/tuple_is_null_predicate.cpp ## @@ -36,8 +36,10 @@ Status TupleIsNullPredicate::prepare(RuntimeState* state, const R

[GitHub] [incubator-doris] morningman opened a new pull request #6469: [Build] Reduce the parallel of build

2021-08-18 Thread GitBox
morningman opened a new pull request #6469: URL: https://github.com/apache/incubator-doris/pull/6469 ## Proposed changes The default parallel of build it too high, which may cause oom when compiling from source ## Types of changes What types of changes does your code in

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #6469: [Build] Reduce the parallel of build

2021-08-18 Thread GitBox
github-actions[bot] commented on pull request #6469: URL: https://github.com/apache/incubator-doris/pull/6469#issuecomment-900883650 -- 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 c

[GitHub] [incubator-doris] yangzhg merged pull request #6469: [Build] Reduce the parallel of build

2021-08-18 Thread GitBox
yangzhg merged pull request #6469: URL: https://github.com/apache/incubator-doris/pull/6469 -- 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: commit

[incubator-doris] branch master updated (999eaeb -> 9148bcb)

2021-08-18 Thread yangzhg
This is an automated email from the ASF dual-hosted git repository. yangzhg pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from 999eaeb fix `Wrong use on SCOPED_RAW_TIMER` (#6459) add 9148bcb [Build] Reduce the parallel of build

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #6465: [Bug] Fix bug that check point load image failed in some circumstance

2021-08-18 Thread GitBox
github-actions[bot] commented on pull request #6465: URL: https://github.com/apache/incubator-doris/pull/6465#issuecomment-900901636 -- 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 c

[GitHub] [incubator-doris] morningman closed issue #6419: [Feature] Support exact percentile aggregate function

2021-08-18 Thread GitBox
morningman closed issue #6419: URL: https://github.com/apache/incubator-doris/issues/6419 -- 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-

[GitHub] [incubator-doris] morningman merged pull request #6410: [Feature] Support exact percentile aggregate function

2021-08-18 Thread GitBox
morningman merged pull request #6410: URL: https://github.com/apache/incubator-doris/pull/6410 -- 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: com

[incubator-doris] branch master updated: [Feature] Support exact percentile aggregate function (#6410)

2021-08-18 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 66a7a4b [Feature] Support exact pe

[GitHub] [incubator-doris] morningman merged pull request #6449: [Improve]The connector supports spark 3.0, flink 1.13

2021-08-18 Thread GitBox
morningman merged pull request #6449: URL: https://github.com/apache/incubator-doris/pull/6449 -- 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: com

[incubator-doris] branch master updated (66a7a4b -> 4ea2fce)

2021-08-18 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 66a7a4b [Feature] Support exact percentile aggregate function (#6410) add 4ea2fce [Improve]The co

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #6451: [Bug][MemLimit] Modify the memory limit of storage page cache

2021-08-18 Thread GitBox
github-actions[bot] commented on pull request #6451: URL: https://github.com/apache/incubator-doris/pull/6451#issuecomment-900907899 -- 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 c

[GitHub] [incubator-doris] zenoyang closed pull request #6448: [Bug] Regularly clean up old DeleteInfos in the DeleteHandler

2021-08-18 Thread GitBox
zenoyang closed pull request #6448: URL: https://github.com/apache/incubator-doris/pull/6448 -- 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: commi

[GitHub] [incubator-doris] zenoyang commented on pull request #6448: [Bug] Regularly clean up old DeleteInfos in the DeleteHandler

2021-08-18 Thread GitBox
zenoyang commented on pull request #6448: URL: https://github.com/apache/incubator-doris/pull/6448#issuecomment-900910166 > Hi @zenoyang thanks for your PR. This is indeed a problem. > But there some thing that you need to know: > > 1. The `labelCleaner` thread is running on all FE

[GitHub] [incubator-doris] zenoyang edited a comment on pull request #6448: [Bug] Regularly clean up old DeleteInfos in the DeleteHandler

2021-08-18 Thread GitBox
zenoyang edited a comment on pull request #6448: URL: https://github.com/apache/incubator-doris/pull/6448#issuecomment-900910166 > Hi @zenoyang thanks for your PR. This is indeed a problem. > But there some thing that you need to know: > > 1. The `labelCleaner` thread is running on

[GitHub] [incubator-doris] morningman commented on a change in pull request #6423: [Feature]support show routine load from db_name

2021-08-18 Thread GitBox
morningman commented on a change in pull request #6423: URL: https://github.com/apache/incubator-doris/pull/6423#discussion_r691014649 ## File path: fe/fe-core/src/main/java/org/apache/doris/analysis/ShowRoutineLoadStmt.java ## @@ -116,11 +121,15 @@ public void analyze(Analyze

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #6453: [Bug] fix(sparkload): bitmap value in `or` operator in spark load should be deep copied

2021-08-18 Thread GitBox
github-actions[bot] commented on pull request #6453: URL: https://github.com/apache/incubator-doris/pull/6453#issuecomment-901029039 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 Git

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #6270: [Improvement] spark load without agg and de/serialization

2021-08-18 Thread GitBox
github-actions[bot] commented on pull request #6270: URL: https://github.com/apache/incubator-doris/pull/6270#issuecomment-901029730 -- 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 c

[GitHub] [incubator-doris] hk53315 commented on pull request #6384: [Optimize] Speed up converting the data of other type to string in mysql_result_writer

2021-08-18 Thread GitBox
hk53315 commented on pull request #6384: URL: https://github.com/apache/incubator-doris/pull/6384#issuecomment-901092794 Did you do the benchmark ? how much it can improve ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [incubator-doris] e0c9 closed pull request #6470: [Doc] Add sidebar for percentile doc

2021-08-18 Thread GitBox
e0c9 closed pull request #6470: URL: https://github.com/apache/incubator-doris/pull/6470 -- 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-u

[GitHub] [incubator-doris] morningman commented on a change in pull request #6423: [Feature]support show routine load from db_name

2021-08-18 Thread GitBox
morningman commented on a change in pull request #6423: URL: https://github.com/apache/incubator-doris/pull/6423#discussion_r691014649 ## File path: fe/fe-core/src/main/java/org/apache/doris/analysis/ShowRoutineLoadStmt.java ## @@ -116,11 +121,15 @@ public void analyze(Analyze

[GitHub] [incubator-doris] morningman commented on a change in pull request #6466: [Bug] Fix Tuple is null predicate may cause be cores

2021-08-18 Thread GitBox
morningman commented on a change in pull request #6466: URL: https://github.com/apache/incubator-doris/pull/6466#discussion_r690963999 ## File path: be/src/exprs/tuple_is_null_predicate.cpp ## @@ -36,8 +36,10 @@ Status TupleIsNullPredicate::prepare(RuntimeState* state, const R

[GitHub] [incubator-doris] stalary commented on issue #6464: [Feature] support show create table look storage/cooldowntime

2021-08-18 Thread GitBox
stalary commented on issue #6464: URL: https://github.com/apache/incubator-doris/issues/6464#issuecomment-900722415 assign to me -- 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 com

[GitHub] [incubator-doris] yangzhg merged pull request #6391: Support long text type STRING with a maximum length of 2GB

2021-08-18 Thread GitBox
yangzhg merged pull request #6391: URL: https://github.com/apache/incubator-doris/pull/6391 -- 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: commit

[GitHub] [incubator-doris] yangzhg closed issue #6276: [Proposal] Support large variable-length string type

2021-08-18 Thread GitBox
yangzhg closed issue #6276: URL: https://github.com/apache/incubator-doris/issues/6276 -- 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-uns

[GitHub] [incubator-doris] e0c9 closed pull request #6470: [Doc] Add sidebar for percentile doc

2021-08-18 Thread GitBox
e0c9 closed pull request #6470: URL: https://github.com/apache/incubator-doris/pull/6470 -- 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-u

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #6453: [Bug] fix(sparkload): bitmap value in `or` operator in spark load should be deep copied

2021-08-18 Thread GitBox
github-actions[bot] commented on pull request #6453: URL: https://github.com/apache/incubator-doris/pull/6453#issuecomment-901029039 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 Git

[GitHub] [incubator-doris] yangzhg merged pull request #6459: [Bug]fix `Wrong use on SCOPED_RAW_TIMER`

2021-08-18 Thread GitBox
yangzhg merged pull request #6459: URL: https://github.com/apache/incubator-doris/pull/6459 -- 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: commit

[GitHub] [incubator-doris] yangzhg merged pull request #6436: Fix the problem that there may be redundant retries when the query result export fails

2021-08-18 Thread GitBox
yangzhg merged pull request #6436: URL: https://github.com/apache/incubator-doris/pull/6436 -- 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: commit

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #6469: [Build] Reduce the parallel of build

2021-08-18 Thread GitBox
github-actions[bot] commented on pull request #6469: URL: https://github.com/apache/incubator-doris/pull/6469#issuecomment-900883650 -- 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 c

[GitHub] [incubator-doris] morningman merged pull request #6449: [Improve]The connector supports spark 3.0, flink 1.13

2021-08-18 Thread GitBox
morningman merged pull request #6449: URL: https://github.com/apache/incubator-doris/pull/6449 -- 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: com

[GitHub] [incubator-doris] morningman commented on issue #4713: Routine load report TOO_MANY_TASKS

2021-08-18 Thread GitBox
morningman commented on issue #4713: URL: https://github.com/apache/incubator-doris/issues/4713#issuecomment-900798609 #6342 This may solve this problem -- 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

[GitHub] [incubator-doris] zenoyang edited a comment on pull request #6448: [Bug] Regularly clean up old DeleteInfos in the DeleteHandler

2021-08-18 Thread GitBox
zenoyang edited a comment on pull request #6448: URL: https://github.com/apache/incubator-doris/pull/6448#issuecomment-900910166 > Hi @zenoyang thanks for your PR. This is indeed a problem. > But there some thing that you need to know: > > 1. The `labelCleaner` thread is running on

[GitHub] [incubator-doris] zenoyang commented on pull request #6448: [Bug] Regularly clean up old DeleteInfos in the DeleteHandler

2021-08-18 Thread GitBox
zenoyang commented on pull request #6448: URL: https://github.com/apache/incubator-doris/pull/6448#issuecomment-900910166 > Hi @zenoyang thanks for your PR. This is indeed a problem. > But there some thing that you need to know: > > 1. The `labelCleaner` thread is running on all FE

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #6270: [Improvement] spark load without agg and de/serialization

2021-08-18 Thread GitBox
github-actions[bot] commented on pull request #6270: URL: https://github.com/apache/incubator-doris/pull/6270#issuecomment-901029730 -- 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 c

[GitHub] [incubator-doris] morningman commented on pull request #6448: [Bug] Regularly clean up old DeleteInfos in the DeleteHandler

2021-08-18 Thread GitBox
morningman commented on pull request #6448: URL: https://github.com/apache/incubator-doris/pull/6448#issuecomment-900447517 Hi @zenoyang thanks for your PR. This is indeed a problem. But there some thing that you need to know: 1. The `labelCleaner` thread is running on all FEs, eac

[GitHub] [incubator-doris] zenoyang closed pull request #6448: [Bug] Regularly clean up old DeleteInfos in the DeleteHandler

2021-08-18 Thread GitBox
zenoyang closed pull request #6448: URL: https://github.com/apache/incubator-doris/pull/6448 -- 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: commi

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #6465: [Bug] Fix bug that check point load image failed in some circumstance

2021-08-18 Thread GitBox
github-actions[bot] commented on pull request #6465: URL: https://github.com/apache/incubator-doris/pull/6465#issuecomment-900901636 -- 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 c

[GitHub] [incubator-doris] morningman merged pull request #6410: [Feature] Support exact percentile aggregate function

2021-08-18 Thread GitBox
morningman merged pull request #6410: URL: https://github.com/apache/incubator-doris/pull/6410 -- 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: com

[GitHub] [incubator-doris] zyw8136 commented on issue #4713: Routine load report TOO_MANY_TASKS

2021-08-18 Thread GitBox
zyw8136 commented on issue #4713: URL: https://github.com/apache/incubator-doris/issues/4713#issuecomment-900772470 -- 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 unsu

[GitHub] [incubator-doris] yangzhg merged pull request #6469: [Build] Reduce the parallel of build

2021-08-18 Thread GitBox
yangzhg merged pull request #6469: URL: https://github.com/apache/incubator-doris/pull/6469 -- 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: commit

[GitHub] [incubator-doris] yangzhg closed issue #6458: [Bug]Wrong use on SCOPED_RAW_TIMER

2021-08-18 Thread GitBox
yangzhg closed issue #6458: URL: https://github.com/apache/incubator-doris/issues/6458 -- 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-uns

[GitHub] [incubator-doris] hk53315 commented on pull request #6384: [Optimize] Speed up converting the data of other type to string in mysql_result_writer

2021-08-18 Thread GitBox
hk53315 commented on pull request #6384: URL: https://github.com/apache/incubator-doris/pull/6384#issuecomment-901092794 Did you do the benchmark ? how much it can improve ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #6451: [Bug][MemLimit] Modify the memory limit of storage page cache

2021-08-18 Thread GitBox
github-actions[bot] commented on pull request #6451: URL: https://github.com/apache/incubator-doris/pull/6451#issuecomment-900907899 -- 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 c

[GitHub] [incubator-doris] morningman closed issue #6419: [Feature] Support exact percentile aggregate function

2021-08-18 Thread GitBox
morningman closed issue #6419: URL: https://github.com/apache/incubator-doris/issues/6419 -- 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-

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #6380: [BUG] Fixed the materialized number of resultExprs/constExprs and output slot of Union Node is inconsistent.

2021-08-18 Thread GitBox
github-actions[bot] commented on pull request #6380: URL: https://github.com/apache/incubator-doris/pull/6380#issuecomment-901581042 -- 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 c

[GitHub] [incubator-doris] EmmyMiao87 commented on pull request #6380: [BUG] Fixed the materialized number of resultExprs/constExprs and output slot of Union Node is inconsistent.

2021-08-18 Thread GitBox
EmmyMiao87 commented on pull request #6380: URL: https://github.com/apache/incubator-doris/pull/6380#issuecomment-901581107 The unit test failed -- 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

[GitHub] [incubator-doris] penfree opened a new issue #6471: priority_networks cannot be used to specify host ip directly

2021-08-18 Thread GitBox
penfree opened a new issue #6471: URL: https://github.com/apache/incubator-doris/issues/6471 **Describe the bug** priority_networks cannot specify cidr with subnet of 31/32, like 192.168.1.128/32 or 192.168.1.128/31 **To Reproduce** 1. in fe.conf, set priority_networks

[GitHub] [incubator-doris] hf200012 opened a new issue #6472: [Meeting agenda]Contributor novice task, attract more developers to participate

2021-08-18 Thread GitBox
hf200012 opened a new issue #6472: URL: https://github.com/apache/incubator-doris/issues/6472 It is recommended to publish the novice task list regularly and keep it updated. If you are participating in an open source contribution for the first time, it is recommended to choose a practice

[GitHub] [incubator-doris] morningman merged pull request #6270: [Improvement] spark load without agg and de/serialization

2021-08-18 Thread GitBox
morningman merged pull request #6270: URL: https://github.com/apache/incubator-doris/pull/6270 -- 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: com

[GitHub] [incubator-doris] morningman closed issue #6269: [Improvement] Spark load OOM in BE

2021-08-18 Thread GitBox
morningman closed issue #6269: URL: https://github.com/apache/incubator-doris/issues/6269 -- 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-

[incubator-doris] branch master updated: [Improvement] spark load without agg and de/serialization (#6270)

2021-08-18 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 c65ec31 [Improvement] spark load w

[GitHub] [incubator-doris] morningman closed issue #6450: [MemoryLimit] The memory limit of storage page cache is wrong

2021-08-18 Thread GitBox
morningman closed issue #6450: URL: https://github.com/apache/incubator-doris/issues/6450 -- 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-

[incubator-doris] branch master updated (c65ec31 -> fa382f8)

2021-08-18 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 c65ec31 [Improvement] spark load without agg and de/serialization (#6270) add fa382f8 [Bug][Mem

[GitHub] [incubator-doris] morningman merged pull request #6451: [Bug][MemLimit] Modify the memory limit of storage page cache

2021-08-18 Thread GitBox
morningman merged pull request #6451: URL: https://github.com/apache/incubator-doris/pull/6451 -- 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: com

[GitHub] [incubator-doris] morningman merged pull request #6453: [Bug] fix(sparkload): bitmap value in `or` operator in spark load should be deep copied

2021-08-18 Thread GitBox
morningman merged pull request #6453: URL: https://github.com/apache/incubator-doris/pull/6453 -- 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: com

[GitHub] [incubator-doris] morningman closed issue #6452: [Bug] incorrect value in bitmap when spark load with multi-rollup

2021-08-18 Thread GitBox
morningman closed issue #6452: URL: https://github.com/apache/incubator-doris/issues/6452 -- 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-

[incubator-doris] branch master updated (fa382f8 -> 52f39e3)

2021-08-18 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 fa382f8 [Bug][MemLimit] Modify the memory limit of storage page cache (#6451) add 52f39e3 [Bug][

[incubator-doris] branch master updated: [Bug] Fix bug that check point load image failed in some circumstance (#6465)

2021-08-18 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 6c23f8d [Bug] Fix bug that check p

[GitHub] [incubator-doris] morningman merged pull request #6465: [Bug] Fix bug that check point load image failed in some circumstance

2021-08-18 Thread GitBox
morningman merged pull request #6465: URL: https://github.com/apache/incubator-doris/pull/6465 -- 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: com

[GitHub] [incubator-doris] wunan1210 opened a new pull request #6473: make flink datastream source parameterized

2021-08-18 Thread GitBox
wunan1210 opened a new pull request #6473: URL: https://github.com/apache/incubator-doris/pull/6473 ## Proposed changes make flink datastream source parameterized as List instead of Object. ## Types of changes What types of changes does your code introduce to Doris? _