[GitHub] [incubator-doris] morningman opened a new pull request #8084: [community] modify the doc of verifying apache release

2022-02-15 Thread GitBox
morningman opened a new pull request #8084: URL: https://github.com/apache/incubator-doris/pull/8084 # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original beha

[GitHub] [incubator-doris] zenoyang opened a new pull request #8083: [fix](cache) ClassCastException when multiple EXCEPT, INTERSECT and UNION in the local view

2022-02-15 Thread GitBox
zenoyang opened a new pull request #8083: URL: https://github.com/apache/incubator-doris/pull/8083 # Proposed changes Issue Number: close #8082 Throws ClassCastException when there are multiple EXCEPT, INTERSECT and UNION in the local view. ## Problem Summary: Desc

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8048: [Doc]Added be -238 error code description

2022-02-15 Thread GitBox
github-actions[bot] commented on pull request #8048: URL: https://github.com/apache/incubator-doris/pull/8048#issuecomment-1041181855 -- 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

[GitHub] [incubator-doris-manager] Wahno opened a new pull request #2: [Bug-Fix][Manager] fix swapping space name and user name bug.

2022-02-15 Thread GitBox
Wahno opened a new pull request #2: URL: https://github.com/apache/incubator-doris-manager/pull/2 fix swapping space name and user name when creating space bug. # Proposed changes Issue Number: close ## Problem Summary: fix swapping space name and user name when

[GitHub] [incubator-doris] BiteTheDDDDt commented on issue #8077: [Bug] clang compile error on MysqlTableWriter

2022-02-15 Thread GitBox
BiteThet commented on issue #8077: URL: https://github.com/apache/incubator-doris/issues/8077#issuecomment-1041158516 this issue fixed at #8080 -- 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

[GitHub] [incubator-doris] BiteTheDDDDt closed issue #8077: [Bug] clang compile error on MysqlTableWriter

2022-02-15 Thread GitBox
BiteThet closed issue #8077: URL: https://github.com/apache/incubator-doris/issues/8077 -- 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: [Feature][Vectorized] support aggregate function ndv()/approx_count_distinct() (#8044)

2022-02-15 Thread lihaopeng
This is an automated email from the ASF dual-hosted git repository. lihaopeng 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 143c408 [Feature][Vectorized] suppo

[GitHub] [incubator-doris] HappenLee closed issue #8043: [Feature][Vectorized] support aggregate function `ndv()`/`approx_count_distinct()`

2022-02-15 Thread GitBox
HappenLee closed issue #8043: URL: https://github.com/apache/incubator-doris/issues/8043 -- 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] HappenLee merged pull request #8044: [Feature][Vectorized] support aggregate function ndv()/approx_count_distinct()

2022-02-15 Thread GitBox
HappenLee merged pull request #8044: URL: https://github.com/apache/incubator-doris/pull/8044 -- 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: comm

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8050: [Function][Vectorized] Fix multi args function call the DATETIME type not effective in DATE type and add the alias funct

2022-02-15 Thread GitBox
github-actions[bot] commented on pull request #8050: URL: https://github.com/apache/incubator-doris/pull/8050#issuecomment-1041152174 -- 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

[GitHub] [incubator-doris] liteng2430 commented on a change in pull request #8071: Correct the wrong words in the prompt information

2022-02-15 Thread GitBox
liteng2430 commented on a change in pull request #8071: URL: https://github.com/apache/incubator-doris/pull/8071#discussion_r807570504 ## File path: manager/dm-server/src/main/java/org/apache/doris/stack/agent/AgentHeatbeatRunner.java ## @@ -76,7 +76,7 @@ private void heartbea

[GitHub] [incubator-doris] liteng2430 commented on a change in pull request #8071: Correct the wrong words in the prompt information

2022-02-15 Thread GitBox
liteng2430 commented on a change in pull request #8071: URL: https://github.com/apache/incubator-doris/pull/8071#discussion_r807566374 ## File path: manager/dm-server/src/main/java/org/apache/doris/stack/agent/AgentHeatbeatRunner.java ## @@ -76,7 +76,7 @@ private void heartbea

[GitHub] [incubator-doris] zenoyang opened a new issue #8082: [Bug] Throws ClassCastException when there are multiple EXCEPT, INTERSECT and UNION in the local view

2022-02-15 Thread GitBox
zenoyang opened a new issue #8082: URL: https://github.com/apache/incubator-doris/issues/8082 ### 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. ### Version maste

[GitHub] [incubator-doris] morningman commented on pull request #8075: [Feature] [array-type] Support ArrayLiteral in SQL.

2022-02-15 Thread GitBox
morningman commented on pull request #8075: URL: https://github.com/apache/incubator-doris/pull/8075#issuecomment-1041102408 hi @adonis0147 , your commit history is mess up. Please resolve it. -- This is an automated message from the Apache Git Service. To respond to the message, please l

[incubator-doris] branch array-type updated (3048ce8 -> 9253a78)

2022-02-15 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch array-type in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from 3048ce8 [improvement][refactor](vec) Refactor serde of vec block and using brpc attachment (#7939)

[GitHub] [incubator-doris] morningman merged pull request #8003: [feature](array-type) Create table with nested array type.

2022-02-15 Thread GitBox
morningman merged pull request #8003: URL: https://github.com/apache/incubator-doris/pull/8003 -- 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] github-actions[bot] commented on pull request #8003: [feature](array-type) Create table with nested array type.

2022-02-15 Thread GitBox
github-actions[bot] commented on pull request #8003: URL: https://github.com/apache/incubator-doris/pull/8003#issuecomment-1041101947 -- 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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8036: add Hive Bitmap UDFs

2022-02-15 Thread GitBox
github-actions[bot] commented on pull request #8036: URL: https://github.com/apache/incubator-doris/pull/8036#issuecomment-1041101197 -- 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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8035: [Refactor][heartbeat] Make get fe heart response by thrift

2022-02-15 Thread GitBox
github-actions[bot] commented on pull request #8035: URL: https://github.com/apache/incubator-doris/pull/8035#issuecomment-1041086163 -- 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

[GitHub] [incubator-doris] zhangstar333 opened a new pull request #8081: [refactor](mysql_table_writer)split into two parts of vectorized and row mode

2022-02-15 Thread GitBox
zhangstar333 opened a new pull request #8081: URL: https://github.com/apache/incubator-doris/pull/8081 # Proposed changes Issue Number: close #8080 ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original

[GitHub] [incubator-doris] morningman commented on a change in pull request #8035: [Refactor][heartbeat] Make get fe heart response by thrift

2022-02-15 Thread GitBox
morningman commented on a change in pull request #8035: URL: https://github.com/apache/incubator-doris/pull/8035#discussion_r807520454 ## File path: fe/fe-core/src/main/java/org/apache/doris/http/rest/BootstrapFinishAction.java ## @@ -37,6 +37,7 @@ * {"status":"OK","msg":"Su

[GitHub] [incubator-doris] zhangstar333 opened a new issue #8080: [refactor] (mysql_table_writer)split into two parts of vectorized and row mode

2022-02-15 Thread GitBox
zhangstar333 opened a new issue #8080: URL: https://github.com/apache/incubator-doris/issues/8080 ### 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

[incubator-doris] branch master updated: [fix](meta) fix bug that FE can't start due to wrong image reading (#8045)

2022-02-15 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 a46af29 [fix](meta) fix bug that F

[GitHub] [incubator-doris] morningman merged pull request #8045: [Fix bug] should remove decommission job type from enum

2022-02-15 Thread GitBox
morningman merged pull request #8045: URL: https://github.com/apache/incubator-doris/pull/8045 -- 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 #8038: translate comment in chinese to english in SingleNodePlanner

2022-02-15 Thread GitBox
morningman merged pull request #8038: URL: https://github.com/apache/incubator-doris/pull/8038 -- 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: [typo] translate comment in Chinese to English in SingleNodePlanner (#8038)

2022-02-15 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 aee9273 [typo] translate comment i

[incubator-doris] branch master updated: [fix](planner) fix using clause npe (#7952)

2022-02-15 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 bb4881b [fix](planner) fix using c

[GitHub] [incubator-doris] morningman merged pull request #7952: [Bug] fix using clause npe

2022-02-15 Thread GitBox
morningman merged pull request #7952: URL: https://github.com/apache/incubator-doris/pull/7952 -- 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 #7953: [Bug] using clause npe

2022-02-15 Thread GitBox
morningman closed issue #7953: URL: https://github.com/apache/incubator-doris/issues/7953 -- 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: [Feature](Transaction) Support two phase commit (2PC) for stream load (#7473)

2022-02-15 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 a6bf8c1 [Feature](Transaction) Sup

[GitHub] [incubator-doris] morningman merged pull request #7473: [Feature][Transaction] Support two phase commit (2PC) for stream load

2022-02-15 Thread GitBox
morningman merged pull request #7473: URL: https://github.com/apache/incubator-doris/pull/7473 -- 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 #7141: [Feature] [Stream Load] Two-Phase Commit for stream load

2022-02-15 Thread GitBox
morningman closed issue #7141: URL: https://github.com/apache/incubator-doris/issues/7141 -- 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] HappenLee commented on a change in pull request #8051: eliminate branch prediction

2022-02-15 Thread GitBox
HappenLee commented on a change in pull request #8051: URL: https://github.com/apache/incubator-doris/pull/8051#discussion_r807512288 ## File path: be/src/vec/exec/join/vhash_join_node.cpp ## @@ -481,17 +530,17 @@ struct ProcessHashTableProbe { if ((it->visited

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8060: [Feature][Vectorized] support function `convert_tz()`

2022-02-15 Thread GitBox
github-actions[bot] commented on pull request #8060: URL: https://github.com/apache/incubator-doris/pull/8060#issuecomment-1041063841 -- 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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #7828: [Vectorized][Feature] add ColumnHLL to support hll type

2022-02-15 Thread GitBox
github-actions[bot] commented on pull request #7828: URL: https://github.com/apache/incubator-doris/pull/7828#issuecomment-1041063427 -- 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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8044: [Feature][Vectorized] support aggregate function ndv()/approx_count_distinct()

2022-02-15 Thread GitBox
github-actions[bot] commented on pull request #8044: URL: https://github.com/apache/incubator-doris/pull/8044#issuecomment-1041060987 -- 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

[incubator-doris-spark-connector] 44/50: Flink / Spark connector compilation problem (#7725)

2022-02-15 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-spark-connector.git commit 19542efce301e8c0584fc8ddd5ba97fa54c63396 Author: jiafeng.zhang AuthorDate: Fri Jan 14 22:1

[incubator-doris-spark-connector] 50/50: [Bug-Fix][Spark-Doris-Connector] resolve the problem of writing Chinese garbled characters (#6)

2022-02-15 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-spark-connector.git commit dffb307605dc96b145dc2044673477c61b9cae77 Author: jiafeng.zhang AuthorDate: Sun Feb 13 16:5

[incubator-doris-spark-connector] 30/50: [Build]Compile and output the jar file, add Spark, Flink version and Scala version (#7051)

2022-02-15 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-spark-connector.git commit be2cdedbe6f329637daa95f10b60758fa5afd673 Author: jiafeng.zhang AuthorDate: Tue Nov 9 10:02

[incubator-doris-spark-connector] 42/50: [refactor](spark-connector) delete useless maven dependencies and some code variable definition issues (#7655)

2022-02-15 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-spark-connector.git commit ecc7633b5b649250112b717eff9515f34edabcec Author: jiafeng.zhang AuthorDate: Sun Jan 9 16:58

[incubator-doris-spark-connector] 47/50: [init] init commit

2022-02-15 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-spark-connector.git commit ce7d4063f7d0a0568962a845226b43714d0b09f0 Author: morningman AuthorDate: Fri Feb 11 23:22:3

[incubator-doris-spark-connector] 34/50: [License] Add License header for missing files (#7130)

2022-02-15 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-spark-connector.git commit 95d494c9d83968efd137e1ef7cc68f8397c5c9d7 Author: Mingyu Chen AuthorDate: Tue Nov 16 18:37:

[incubator-doris-spark-connector] 45/50: [chore][fix][doc](fe-plugin)(mysqldump) fix build auditlog plugin error (#7804)

2022-02-15 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-spark-connector.git commit b8ccc3cb8839a2571f00060f66aa1452f3c4a625 Author: Zhengguo Yang AuthorDate: Wed Jan 26 09:1

[incubator-doris-spark-connector] 38/50: [refactor] Standardize the writing of pom files, prepare for deployment to maven (#7477)

2022-02-15 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-spark-connector.git commit 37383c75effa6225e69aae949643fb8c483fc5cf Author: Zhengguo Yang AuthorDate: Thu Dec 30 10:1

[incubator-doris-spark-connector] 37/50: [improvement](spark-connector)(flink-connector) Modify the max num of batch written by Spark/Flink connector each time. (#7485)

2022-02-15 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-spark-connector.git commit 115ae27a5d3f747e2cec0e23f0567ac7a5a49a3f Author: jiafeng.zhang AuthorDate: Sun Dec 26 11:1

[incubator-doris-spark-connector] 31/50: [Compile] Fix spark-connector compile problem (#7048)

2022-02-15 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-spark-connector.git commit 6cd39152df54de7d0b39da97e39b12e3f131150d Author: wei zhao AuthorDate: Thu Nov 11 15:42:30

[incubator-doris-spark-connector] 48/50: [init] do some init work

2022-02-15 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-spark-connector.git commit 0923ced1cb255d5d0937e588cca6b6d5d233958c Author: morningman AuthorDate: Fri Feb 11 23:26:3

[incubator-doris-spark-connector] 36/50: [chore][community](github) Remove travis and add github action (#7380)

2022-02-15 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-spark-connector.git commit b799643dff7c9eaecae329f235a3d737a8283583 Author: Mingyu Chen AuthorDate: Wed Dec 15 13:27:

[incubator-doris-spark-connector] 35/50: [Improvement](spark-connector) Add 'sink.batch.size' and 'sink.max-retries' options in spark-connector (#7281)

2022-02-15 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-spark-connector.git commit c52825216cfe606c7bb85a164584cff41ef8394c Author: wei zhao AuthorDate: Mon Dec 6 10:29:33 2

[incubator-doris-spark-connector] 27/50: [Feature] Spark connector supports to specify fields to write (#6973)

2022-02-15 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-spark-connector.git commit d8ad1756cc22324bc7e5ec89b53c0127e4b6d271 Author: wei zhao AuthorDate: Tue Nov 2 16:35:29 2

[incubator-doris-spark-connector] 29/50: [HTTP][API] Add backends info API for spark/flink connector (#6984)

2022-02-15 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-spark-connector.git commit 27b72a734db7f7aa78a6fea091ca3c72b1f18198 Author: Mingyu Chen AuthorDate: Fri Nov 5 09:43:0

[incubator-doris-spark-connector] 24/50: [Dependency] Upgrade thirdparty libs (#6766)

2022-02-15 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-spark-connector.git commit 7d1fa4238749a6dc18af55e288cef8437694cdf0 Author: Zhengguo Yang AuthorDate: Fri Oct 15 13:0

[incubator-doris-spark-connector] 21/50: Spark 2.x and 3.x version compilation instructions (#6503)

2022-02-15 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-spark-connector.git commit 9191e5b9a9e60a9bba092cf4d19d4cf9dd8c1a34 Author: jiafeng.zhang AuthorDate: Fri Aug 27 10:5

[incubator-doris-spark-connector] 19/50: [Doc] flink/spark connector: add sources/javadoc plugins (#6435)

2022-02-15 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-spark-connector.git commit 3168584e2792c8b2300b7b0379a9c840c9a44f5b Author: wunan1210 AuthorDate: Mon Aug 16 22:41:24

[incubator-doris-spark-connector] 13/50: [Spark on Doris] fix the encode of varchar when convertArrowToRowBatch (#5202)

2022-02-15 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-spark-connector.git commit ad9eff5f7ce932c71c6de78ee764ab10047b6f0e Author: HuangWei AuthorDate: Sun Jan 10 20:48:46

[incubator-doris-spark-connector] 15/50: Fix file licences (#5414)

2022-02-15 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-spark-connector.git commit c1585eea7bec651bc382fcc1e887a58bcb0ad8bc Author: Zhengguo Yang AuthorDate: Wed Feb 24 16:3

[incubator-doris-spark-connector] 16/50: [Spark-Doris-Connector][Bug-Fix] Resolve deserialize exception when Spark Doris Connector in aync deserialize mode (#5336)

2022-02-15 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-spark-connector.git commit 293bd8f2f270842a2014c857634038581fedc8b9 Author: 924060929 <924060...@qq.com> AuthorDate: T

[incubator-doris-spark-connector] 22/50: [Feature] support spark connector sink stream data to doris (#6761)

2022-02-15 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-spark-connector.git commit acf886938b70f614c1c8ad1676abf75c5719769d Author: chovy AuthorDate: Tue Sep 28 17:46:19 202

[incubator-doris-spark-connector] 33/50: [Feature] Support Flink and Spark connector support String type (#7075)

2022-02-15 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-spark-connector.git commit 30530a93c80af887dee5b4dd224fa0eb63fdfad4 Author: wudi <676366...@qq.com> AuthorDate: Sat No

[incubator-doris-spark-connector] 49/50: [fix](spark connector) fix spark connector unsupport STRING type. (#2)

2022-02-15 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-spark-connector.git commit c5bf0b2fd31ff08ce1e819aabc85c744f77bb528 Author: haocean <1727386...@qq.com> AuthorDate: Th

[incubator-doris-spark-connector] 12/50: [Spark on Doris] Shade and provide the thrift lib in spark-doris-connector (#3631)

2022-02-15 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-spark-connector.git commit d1299981bcae2258dbef12fa71d038842f0afb70 Author: Mingyu Chen AuthorDate: Tue May 19 14:20:

[incubator-doris-spark-connector] 17/50: [Bug] Modify spark, flink doris connector to send request to FE, fix the problem of POST method, it should be the same as the method when sending the request (

2022-02-15 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-spark-connector.git commit d121e12309cf42c59d47628d350b54b1088eca28 Author: jiafeng.zhang AuthorDate: Wed May 19 09:2

[incubator-doris-spark-connector] 26/50: [Optimize] Spark connector supports multiple spark versions:2.1.x/2.3.x/2.4.x/3.x (#6956)

2022-02-15 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-spark-connector.git commit dc9203a6582ffdc5b4b13cff877dedc607dbfc30 Author: wei zhao AuthorDate: Fri Oct 29 17:06:05

[incubator-doris-spark-connector] 32/50: [SparkConnector] Add thrift dir for spark connector (#7074)

2022-02-15 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-spark-connector.git commit 031aac040ba1c26f782c73b2325c36d1481146c4 Author: tinke <62875019+tinker...@users.norepl

[incubator-doris-spark-connector] 41/50: [improvement](spark-connector) Stream load http exception handling (#7514)

2022-02-15 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-spark-connector.git commit 040b959c482ff99920043cd9190d1c2a12445e68 Author: jiafeng.zhang AuthorDate: Sun Jan 9 16:54

[incubator-doris-spark-connector] 43/50: [improvement](spark-connector) Throw an exception when the data push fails and there are too many retries (#7531)

2022-02-15 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-spark-connector.git commit 24c633c9ae69072e0e178c0c0d0d7aab432d2266 Author: 董涛 <782112...@qq.com> AuthorDate: Tue Jan

[incubator-doris-spark-connector] 46/50: [fix](httpv2) make http v2 and v1 interface compatible (#7848)

2022-02-15 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-spark-connector.git commit 8558180b347702d54c946e06b2a7522aba2bc058 Author: jiafeng.zhang AuthorDate: Mon Jan 31 22:1

[incubator-doris-spark-connector] 18/50: [Feature] Support spark connector sink data to Doris (#6256)

2022-02-15 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-spark-connector.git commit e73f7964089f5681a1644989ddedfb0bbcdd3b50 Author: huzk <1040080...@qq.com> AuthorDate: Mon A

[incubator-doris-spark-connector] 23/50: [Feature] support spark connector sink data using sql (#6796)

2022-02-15 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-spark-connector.git commit 39e8483819c98d1ee2071c954085ac2c07f84904 Author: wei zhao AuthorDate: Sat Oct 9 15:47:36 2

[incubator-doris-spark-connector] 39/50: [refactor] update parent pom version and optimize build scripts (#7548)

2022-02-15 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-spark-connector.git commit ee6969ab68a3f7c7089a2d498e5ff3e904ada8d1 Author: Zhengguo Yang AuthorDate: Wed Jan 5 10:45

[incubator-doris-spark-connector] 40/50: [chore][docs] add deploy spark/flink connectors to maven release repo docs (#7616)

2022-02-15 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-spark-connector.git commit 5a6b28f1a0909c1f4f7fa1b84b42f576ff5d3d1a Author: Zhengguo Yang AuthorDate: Thu Jan 6 23:23

[incubator-doris-spark-connector] 28/50: [Revert] Revert RestService.java (#6994)

2022-02-15 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-spark-connector.git commit 00589ffc6e6768c98b3b6a28871065c75b1f1cc4 Author: wei zhao AuthorDate: Thu Nov 4 12:13:18 2

[incubator-doris-spark-connector] 20/50: [Improve]The connector supports spark 3.0, flink 1.13 (#6449)

2022-02-15 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-spark-connector.git commit 27381fe83c496f01795f67e3ae01a3509ed85d29 Author: jiafeng.zhang AuthorDate: Wed Aug 18 15:5

[incubator-doris-spark-connector] 08/50: Support param exec_mem_limit for spark-doris-connctor (#2775)

2022-02-15 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-spark-connector.git commit 628cf758e723b468050194dd9a6a7b7fa130dc07 Author: Youngwb AuthorDate: Sat Jan 18 00:14:39 2

[incubator-doris-spark-connector] 14/50: [Bug] Spark doris connector http v2 authentication fails, and HTTP v2 interface returns json nesting problem (#5366)

2022-02-15 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-spark-connector.git commit 3479e9a73359162b826e5c8ea52623c14ea7b6b3 Author: 张家锋 AuthorDate: Sun Feb 7 09:28:55 2021 +

[incubator-doris-spark-connector] 25/50: Fix spark connector build error (#6948)

2022-02-15 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-spark-connector.git commit 18d3ade2f43633033dd634c0e9c2e172c70b4f40 Author: jiafeng.zhang AuthorDate: Fri Oct 29 14:5

[incubator-doris-spark-connector] 09/50: Remove unused KUDU codes (#3175)

2022-02-15 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-spark-connector.git commit d3eebd46c84c4c99573fa90b1516383cf34135c5 Author: lichaoyong AuthorDate: Tue Mar 24 13:54:0

[incubator-doris-spark-connector] 11/50: [License] Add License to codes (#3272)

2022-02-15 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-spark-connector.git commit 0634c643aff867cca8d03b83b1b22989b3f94d77 Author: lichaoyong AuthorDate: Tue Apr 7 16:35:13

[incubator-doris-spark-connector] 05/50: Spark return error to users when spark on doris query failed (#2531)

2022-02-15 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-spark-connector.git commit 817c819f5af8c12121362521114ff4feaca5b3cc Author: Youngwb AuthorDate: Mon Dec 30 21:58:13 2

[incubator-doris-spark-connector] 10/50: [Spark] Support convert Arrow data to RowBatch asynchronously in Spark-Doris-Connector (#3186)

2022-02-15 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-spark-connector.git commit cd46034a84ef5e6ef9e359a7d3afb8f1b2535854 Author: Youngwb AuthorDate: Thu Mar 26 21:34:37 2

[incubator-doris-spark-connector] 04/50: Fix npe in spark-doris-connector when query is complex (#2503)

2022-02-15 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-spark-connector.git commit 5d3f6372c462cea030a3172e040843389e7e4236 Author: vinson0526 AuthorDate: Thu Dec 19 14:53:2

[incubator-doris-spark-connector] 07/50: Update arrow's version to 0.15.1 and shaded it in spark-doris-connector (#2769)

2022-02-15 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-spark-connector.git commit 576a133b9996616bed6e6c99e47986dcca235f3d Author: vinson0526 AuthorDate: Wed Jan 15 21:08:3

[incubator-doris-spark-connector] 02/50: Fix document bugs in spark-doris-connector (#2275)

2022-02-15 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-spark-connector.git commit 51e8ee622d08531d07fcc43882dced872de7835d Author: vinson0526 AuthorDate: Fri Nov 22 18:05:3

[incubator-doris-spark-connector] 03/50: Fix bug when spark on doris run long time (#2485)

2022-02-15 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-spark-connector.git commit b53dc00c2c895b3879c9f2053243a3e92e6c9f29 Author: Youngwb AuthorDate: Wed Dec 18 13:08:21 2

[incubator-doris-spark-connector] branch master updated (afb45af -> dffb307)

2022-02-15 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-spark-connector.git. discard afb45af [Bug-Fix][Spark-Doris-Connector] resolve the problem of writing Chinese garb

[incubator-doris-spark-connector] 06/50: Convert from arrow to rowbatch (#2723)

2022-02-15 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-spark-connector.git commit 921a2caa836f1621557e3d56d67689e05f64786e Author: Youngwb AuthorDate: Fri Jan 10 14:11:15 2

[incubator-doris] branch master updated (25d6477 -> 6ccf9db)

2022-02-15 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 25d6477 [Vectorized][Feature] Support mysql external table insert into stm (#7979) add 6ccf9db [fe

[GitHub] [incubator-doris-flink-connector] liuyaolin commented on pull request #4: When doing checkpoint, write cache data to doris to prevent loss

2022-02-15 Thread GitBox
liuyaolin commented on pull request #4: URL: https://github.com/apache/incubator-doris-flink-connector/pull/4#issuecomment-1041050398 association issues :https://github.com/apache/incubator-doris/issues/8079 -- This is an automated message from the Apache Git Service. To respond to the m

[GitHub] [incubator-doris] EmmyMiao87 merged pull request #7880: [New feature](statistics) Step1: Statistics collection framework

2022-02-15 Thread GitBox
EmmyMiao87 merged pull request #7880: URL: https://github.com/apache/incubator-doris/pull/7880 -- 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] liuyaolin opened a new issue #8079: [Bug] Flink Doris Sink当提交异常情况时,出现数据丢失

2022-02-15 Thread GitBox
liuyaolin opened a new issue #8079: URL: https://github.com/apache/incubator-doris/issues/8079 ### 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. ### Version dori

[GitHub] [incubator-doris] BiteTheDDDDt closed pull request #8078: [Bug] fix clang compile error on MysqlTableWriter

2022-02-15 Thread GitBox
BiteThet closed pull request #8078: URL: https://github.com/apache/incubator-doris/pull/8078 -- 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: c

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8076: [Docs] Update alter table docs

2022-02-15 Thread GitBox
github-actions[bot] commented on pull request #8076: URL: https://github.com/apache/incubator-doris/pull/8076#issuecomment-1041047863 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, ple

[GitHub] [incubator-doris] BiteTheDDDDt opened a new pull request #8078: [Bug] fix clang compile error on MysqlTableWriter

2022-02-15 Thread GitBox
BiteThet opened a new pull request #8078: URL: https://github.com/apache/incubator-doris/pull/8078 # Proposed changes Issue Number: close #8077 ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original b

[GitHub] [incubator-doris] BiteTheDDDDt opened a new issue #8077: [Bug] fix clang compile error on MysqlTableWriter

2022-02-15 Thread GitBox
BiteThet opened a new issue #8077: URL: https://github.com/apache/incubator-doris/issues/8077 ### 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. ### Version m

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #7880: [New feature](statistics) Step1: Statistics collection framework

2022-02-15 Thread GitBox
github-actions[bot] commented on pull request #7880: URL: https://github.com/apache/incubator-doris/pull/7880#issuecomment-1041045876 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, ple

[GitHub] [incubator-doris] luzhijing commented on pull request #8076: [Docs] Update alter table docs

2022-02-15 Thread GitBox
luzhijing commented on pull request #8076: URL: https://github.com/apache/incubator-doris/pull/8076#issuecomment-1041045649 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 comm

[GitHub] [incubator-doris] adonis0147 commented on pull request #8075: Array type dev 1

2022-02-15 Thread GitBox
adonis0147 commented on pull request #8075: URL: https://github.com/apache/incubator-doris/pull/8075#issuecomment-1041045560 Hi @yangzhg , please review this pr when you are free. This pr is for the branch _**array-type**_. -- This is an automated message from the Apache Git Service. To

[GitHub] [incubator-doris] Gongruixiao opened a new pull request #8076: [Docs] Update alter table docs

2022-02-15 Thread GitBox
Gongruixiao opened a new pull request #8076: URL: https://github.com/apache/incubator-doris/pull/8076 # Proposed changes Update alter table docs. ## Checklist(Required) 1. Does it affect the original behavior: (No) 2. Has unit tests been added: (No) 3. Has document

[GitHub] [incubator-doris] adonis0147 opened a new pull request #8075: Array type dev 1

2022-02-15 Thread GitBox
adonis0147 opened a new pull request #8075: URL: https://github.com/apache/incubator-doris/pull/8075 # Proposed changes Issue Number: close #8074 . ## Problem Summary: Please refer to #8074 . ## Checklist(Required) 1. Does it affect the original behavior: N

[GitHub] [incubator-doris] adonis0147 opened a new issue #8074: [Feature] [array-type] Support ArrayLiteral in SQL.

2022-02-15 Thread GitBox
adonis0147 opened a new issue #8074: URL: https://github.com/apache/incubator-doris/issues/8074 ### 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

  1   2   >