Re: [PR] [fix](hive-udf) delete Logger to avoid Kryo serialize problem. [doris]

2023-10-16 Thread via GitHub
JNSimba merged PR #25312: URL: https://github.com/apache/doris/pull/25312 -- 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.apac

Re: [PR] [fix](hive-udf) delete Logger to avoid Kryo serialize problem. [doris]

2023-10-16 Thread via GitHub
github-actions[bot] commented on PR #25312: URL: https://github.com/apache/doris/pull/25312#issuecomment-1763901771 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

Re: [PR] [fix](hive-udf) delete Logger to avoid Kryo serialize problem. [doris]

2023-10-13 Thread via GitHub
doris-robot commented on PR #25312: URL: https://github.com/apache/doris/pull/25312#issuecomment-1761094035 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.24 seconds stream load tsv: 579 seconds loaded 74807831229 Bytes,

Re: [PR] [fix](hive-udf) delete Logger to avoid Kryo serialize problem. [doris]

2023-10-12 Thread via GitHub
yagagagaga commented on PR #25312: URL: https://github.com/apache/doris/pull/25312#issuecomment-1760990500 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. To u

[PR] [fix](hive-udf) delete Logger to avoid Kryo serialize problem. [doris]

2023-10-11 Thread via GitHub
yagagagaga opened a new pull request, #25312: URL: https://github.com/apache/doris/pull/25312 ## Proposed changes When executing SQL ```sql select bitmap_count(bitmap_union(uuid)) from hive_bitmap_table; ``` The following exceptions will occur: ```SQL Caused by: java