[GitHub] [incubator-doris] hf200012 opened a new issue #6148: [Bugfix]HTTP v2 version stream load importing large data files will cause connection reset problems

2021-07-02 Thread GitBox
hf200012 opened a new issue #6148: URL: https://github.com/apache/incubator-doris/issues/6148 For the http v2 version of stream load, the problem of connection reset will occur when importing large data files. After investigation, it is confirmed that it is the problem of the content tomca

[GitHub] [incubator-doris] EmmyMiao87 commented on pull request #6110: [Feature] ADD: show create routine load

2021-07-02 Thread GitBox
EmmyMiao87 commented on pull request #6110: URL: https://github.com/apache/incubator-doris/pull/6110#issuecomment-872926511 Could you please add some commit msg before I merge you PR? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-doris] banjin commented on issue #6137: can not fetch partitions

2021-07-02 Thread GitBox
banjin commented on issue #6137: URL: https://github.com/apache/incubator-doris/issues/6137#issuecomment-872926271 org.apache.flink.client.program.ProgramAbortException at org.apache.flink.client.python.PythonDriver.main(PythonDriver.java:111) at sun.reflect.NativeMethodAcc

[GitHub] [incubator-doris] EmmyMiao87 closed issue #6135: [Bug] NPE when replaying meta log

2021-07-02 Thread GitBox
EmmyMiao87 closed issue #6135: URL: https://github.com/apache/incubator-doris/issues/6135 -- 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] EmmyMiao87 merged pull request #6136: [Bug] Fix bug of NPE caused by the absence of table in replay process.

2021-07-02 Thread GitBox
EmmyMiao87 merged pull request #6136: URL: https://github.com/apache/incubator-doris/pull/6136 -- 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: [Bug] Fix bug of NPE caused by the absence of table in replay process. (#6136)

2021-07-02 Thread lingmiao
This is an automated email from the ASF dual-hosted git repository. lingmiao 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 f0c5fb9 [Bug] Fix bug of NPE caused

[GitHub] [incubator-doris] banjin commented on issue #6137: can not fetch partitions

2021-07-02 Thread GitBox
banjin commented on issue #6137: URL: https://github.com/apache/incubator-doris/issues/6137#issuecomment-872925041 org.apache.flink.client.program.ProgramAbortException at org.apache.flink.client.python.PythonDriver.main(PythonDriver.java:111) at sun.reflect.NativeMethodAcc

[GitHub] [incubator-doris] Albus001 closed issue #6118: flink doris connector 支持flink 1.13.0吗?

2021-07-02 Thread GitBox
Albus001 closed issue #6118: URL: https://github.com/apache/incubator-doris/issues/6118 -- 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-un

[GitHub] [incubator-doris] Albus001 commented on issue #6118: flink doris connector 支持flink 1.13.0吗?

2021-07-02 Thread GitBox
Albus001 commented on issue #6118: URL: https://github.com/apache/incubator-doris/issues/6118#issuecomment-872890782 Thanks -- 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

[GitHub] [incubator-doris] qidaye commented on a change in pull request #6147: [bugfix] Page title error

2021-07-02 Thread GitBox
qidaye commented on a change in pull request #6147: URL: https://github.com/apache/incubator-doris/pull/6147#discussion_r662888303 ## File path: docs/en/sql-reference/sql-functions/window-function.md ## @@ -1,9 +1,9 @@ -``` +--- { "title": "window function", "languag

[GitHub] [incubator-doris] JNSimba commented on issue #6118: flink doris connector 支持flink 1.13.0吗?

2021-07-02 Thread GitBox
JNSimba commented on issue #6118: URL: https://github.com/apache/incubator-doris/issues/6118#issuecomment-872867026 #6124 -- 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.

[GitHub] [incubator-doris] qidaye commented on a change in pull request #6146: [BugFix]Window function

2021-07-02 Thread GitBox
qidaye commented on a change in pull request #6146: URL: https://github.com/apache/incubator-doris/pull/6146#discussion_r662882546 ## File path: docs/en/sql-reference/sql-functions/window-function.md ## @@ -0,0 +1,487 @@ +--- +{ +"title": "window function", +"language":

[GitHub] [incubator-doris] JNSimba commented on issue #6124: pyflink已经 引入doris-flink-1.0-SNAPSHOT.jar 仍然报错

2021-07-02 Thread GitBox
JNSimba commented on issue #6124: URL: https://github.com/apache/incubator-doris/issues/6124#issuecomment-872864430 > > The error report is a problem of flink-doris-connector,Currently, the operation mode of flinksql does not support flink1.13.0. > > After upgrading flink-doris-connecto

[GitHub] [incubator-doris] hf200012 opened a new pull request #6147: [bugfix] Page title error

2021-07-02 Thread GitBox
hf200012 opened a new pull request #6147: URL: https://github.com/apache/incubator-doris/pull/6147 bug fix ## 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

[GitHub] [incubator-doris] hf200012 opened a new pull request #6146: [BugFix]Window function

2021-07-02 Thread GitBox
hf200012 opened a new pull request #6146: URL: https://github.com/apache/incubator-doris/pull/6146 ## 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 requ

[GitHub] [incubator-doris] JNSimba commented on issue #6137: can not fetch partitions

2021-07-02 Thread GitBox
JNSimba commented on issue #6137: URL: https://github.com/apache/incubator-doris/issues/6137#issuecomment-872855389 > 当往doris写数据时候,没有报错信息,但是数据也没有写进去 > > ``` > dorisTableSink = """ >CREATE TABLE flink_doris_sink ( >id INT, >ip VARCHAR >) >WITH (

[GitHub] [incubator-doris] qidaye commented on a change in pull request #6094: [DOC]In the official website operation manual, add the window function instruction document

2021-07-02 Thread GitBox
qidaye commented on a change in pull request #6094: URL: https://github.com/apache/incubator-doris/pull/6094#discussion_r662872260 ## File path: docs/en/sql-reference/sql-functions/window-function.md ## @@ -0,0 +1,487 @@ +``` +{ +"title": "window function", +"language":

[GitHub] [incubator-doris] JNSimba commented on issue #6137: can not fetch partitions

2021-07-02 Thread GitBox
JNSimba commented on issue #6137: URL: https://github.com/apache/incubator-doris/issues/6137#issuecomment-872854301 > @JNSimba -1 代表什么意思? The returned number is returned by flink, which means the number of affected rows, -1 means unknown. For details, please refer to https://github

[GitHub] [incubator-doris] DinoZhang commented on a change in pull request #6140: [Feature] support bit_length function

2021-07-02 Thread GitBox
DinoZhang commented on a change in pull request #6140: URL: https://github.com/apache/incubator-doris/pull/6140#discussion_r662855278 ## File path: docs/en/sql-reference/sql-functions/string-functions/bit_length.md ## @@ -0,0 +1,54 @@ +--- +{ +"title": "bit_length", +"l

[GitHub] [incubator-doris] qidaye opened a new issue #6145: [Doc] Inconsistent documentation between Chinese and English versions

2021-07-02 Thread GitBox
qidaye opened a new issue #6145: URL: https://github.com/apache/incubator-doris/issues/6145 The sidebar of the official document is inconsistent between the English and Chinese versions. [English Version](https://doris.apache.org/master/en/installing/compilation.html) [Chinese V

[GitHub] [incubator-doris] DinoZhang commented on a change in pull request #6140: [Feature] support bit_length function

2021-07-02 Thread GitBox
DinoZhang commented on a change in pull request #6140: URL: https://github.com/apache/incubator-doris/pull/6140#discussion_r662850842 ## File path: docs/en/sql-reference/sql-functions/string-functions/bit_length.md ## @@ -0,0 +1,54 @@ +--- +{ +"title": "bit_length", +"l

[GitHub] [incubator-doris] pp85224 opened a new issue #6144: docker编译出错 [2/664] Building CXX object src/exprs/CMakeFiles/Exprs.dir/expr.cpp.o

2021-07-02 Thread GitBox
pp85224 opened a new issue #6144: URL: https://github.com/apache/incubator-doris/issues/6144 通过docker pull apache/incubator-doris:build-env-1.3获取的一天之前更新的最新的镜像 [root@doris-fe01 ~]# docker images REPOSITORY TAG IMAGE ID CREATEDSIZE apache/incuba

[GitHub] [incubator-doris] banjin commented on issue #6124: pyflink已经 引入doris-flink-1.0-SNAPSHOT.jar 仍然报错

2021-07-02 Thread GitBox
banjin commented on issue #6124: URL: https://github.com/apache/incubator-doris/issues/6124#issuecomment-872774182 > The error report is a problem of flink-doris-connector,Currently, the operation mode of flinksql does not support flink1.13.0. > After upgrading flink-doris-connector