Re: [PR] [chore](error msg) print type info when colocate ddl failed due to type mismatch [doris]

2023-12-20 Thread via GitHub
doris-robot commented on PR #28773: URL: https://github.com/apache/doris/pull/28773#issuecomment-1865733587 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 44.22 seconds stream load tsv: 570 seconds loaded 74807831229 Bytes,

Re: [PR] [chore](error msg) print type info when colocate ddl failed due to type mismatch [doris]

2023-12-20 Thread via GitHub
doris-robot commented on PR #28773: URL: https://github.com/apache/doris/pull/28773#issuecomment-1865701463 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit 8ecb8df051019c4b0510a2688351b96718aef431, data reload: false run

Re: [PR] [chore](error msg) print type info when colocate ddl failed due to type mismatch [doris]

2023-12-20 Thread via GitHub
zhiqiang- commented on PR #28773: URL: https://github.com/apache/doris/pull/28773#issuecomment-1865618758 run buildall -- 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.

Re: [PR] [chore](error msg) print type info when colocate ddl failed due to type mismatch [doris]

2023-12-20 Thread via GitHub
zhiqiang- commented on PR #28773: URL: https://github.com/apache/doris/pull/28773#issuecomment-1865559443 run buildall -- 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.

[PR] [chore](error msg) print type info when colocate ddl failed due to type mismatch [doris]

2023-12-20 Thread via GitHub
zhiqiang- opened a new pull request, #28773: URL: https://github.com/apache/doris/pull/28773 before: ``` ERROR 1105 (HY000): errCode = 2, detailMessage = Colocate tables distribution columns must have the same data type: k1 should be INT ``` after: ``` ERROR 1105