Re: [PR] [fix](gson) Fix Expr deserialize compatibility [doris]

2024-08-03 Thread via GitHub
dataroaring merged PR #38799: URL: https://github.com/apache/doris/pull/38799 -- 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.

Re: [PR] [fix](gson) Fix Expr deserialize compatibility [doris]

2024-08-02 Thread via GitHub
github-actions[bot] commented on PR #38799: URL: https://github.com/apache/doris/pull/38799#issuecomment-2265345520 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, please log on to GitHu

Re: [PR] [fix](gson) Fix Expr deserialize compatibility [doris]

2024-08-02 Thread via GitHub
github-actions[bot] commented on PR #38799: URL: https://github.com/apache/doris/pull/38799#issuecomment-2265345682 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](gson) Fix Expr deserialize compatibility [doris]

2024-08-02 Thread via GitHub
doris-robot commented on PR #38799: URL: https://github.com/apache/doris/pull/38799#issuecomment-2265236773 ClickBench: Total hot run time: 30.24 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [fix](gson) Fix Expr deserialize compatibility [doris]

2024-08-02 Thread via GitHub
doris-robot commented on PR #38799: URL: https://github.com/apache/doris/pull/38799#issuecomment-2265228060 TPC-DS: Total hot run time: 169426 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [fix](gson) Fix Expr deserialize compatibility [doris]

2024-08-02 Thread via GitHub
doris-robot commented on PR #38799: URL: https://github.com/apache/doris/pull/38799#issuecomment-2265211255 TPC-H: Total hot run time: 41893 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [fix](gson) Fix Expr deserialize compatibility [doris]

2024-08-02 Thread via GitHub
doris-robot commented on PR #38799: URL: https://github.com/apache/doris/pull/38799#issuecomment-2265181701 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

Re: [PR] [fix](gson) Fix Expr deserialize compatibility [doris]

2024-08-02 Thread via GitHub
w41ter commented on PR #38799: URL: https://github.com/apache/doris/pull/38799#issuecomment-2265181930 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 unsub

[PR] [fix](gson) Fix Expr deserialize compatibility [doris]

2024-08-02 Thread via GitHub
w41ter opened a new pull request, #38799: URL: https://github.com/apache/doris/pull/38799 Since GsonBuilder.create() adds all registered factories to GSON in reverse order, and ExprAdapterFactory is registered before the RuntimeTypeAdapterFactory for Expr, ExprAdapterFactory will not be exe