Re: [PR] [ut](column_variant)update ut cases and some fix [doris]

2025-04-13 Thread via GitHub
eldenmoon merged PR #49776: URL: https://github.com/apache/doris/pull/49776 -- 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.ap

Re: [PR] [ut](column_variant)update ut cases and some fix [doris]

2025-04-11 Thread via GitHub
amorynan commented on PR #49776: URL: https://github.com/apache/doris/pull/49776#issuecomment-2796146004 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 uns

Re: [PR] [ut](column_variant)update ut cases and some fix [doris]

2025-04-10 Thread via GitHub
amorynan commented on PR #49776: URL: https://github.com/apache/doris/pull/49776#issuecomment-2795907787 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 uns

Re: [PR] [ut](column_variant)update ut cases and some fix [doris]

2025-04-10 Thread via GitHub
amorynan commented on PR #49776: URL: https://github.com/apache/doris/pull/49776#issuecomment-2795693064 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 uns

Re: [PR] [ut](column_variant)update ut cases and some fix [doris]

2025-04-10 Thread via GitHub
amorynan commented on PR #49776: URL: https://github.com/apache/doris/pull/49776#issuecomment-2795685265 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 uns

Re: [PR] [ut](column_variant)update ut cases and some fix [doris]

2025-04-10 Thread via GitHub
amorynan commented on PR #49776: URL: https://github.com/apache/doris/pull/49776#issuecomment-2794050752 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 uns

Re: [PR] [ut](column_variant)update ut cases and some fix [doris]

2025-04-08 Thread via GitHub
amorynan commented on code in PR #49776: URL: https://github.com/apache/doris/pull/49776#discussion_r2034412285 ## be/test/vec/columns/column_object_test.cpp: ## @@ -643,8 +701,9 @@ auto construct_varint_column_more_subcolumns() { data.emplace_back("v.c", 20); data.emp

Re: [PR] [ut](column_variant)update ut cases and some fix [doris]

2025-04-08 Thread via GitHub
eldenmoon commented on PR #49776: URL: https://github.com/apache/doris/pull/49776#issuecomment-2788126127 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 un

Re: [PR] [ut](column_variant)update ut cases and some fix [doris]

2025-04-08 Thread via GitHub
eldenmoon commented on code in PR #49776: URL: https://github.com/apache/doris/pull/49776#discussion_r2034327361 ## be/test/vec/columns/column_object_test.cpp: ## @@ -643,8 +701,9 @@ auto construct_varint_column_more_subcolumns() { data.emplace_back("v.c", 20); data.em

Re: [PR] [ut](column_variant)update ut cases and some fix [doris]

2025-04-08 Thread via GitHub
amorynan commented on code in PR #49776: URL: https://github.com/apache/doris/pull/49776#discussion_r2032820286 ## be/src/vec/data_types/serde/data_type_serde.h: ## @@ -179,6 +179,10 @@ class DataTypeSerDe { */ const char* nested_string_wrapper; int w

Re: [PR] [ut](column_variant)update ut cases and some fix [doris]

2025-04-08 Thread via GitHub
amorynan commented on PR #49776: URL: https://github.com/apache/doris/pull/49776#issuecomment-2785655371 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 uns

Re: [PR] [ut](column_variant)update ut cases and some fix [doris]

2025-04-06 Thread via GitHub
amorynan commented on code in PR #49776: URL: https://github.com/apache/doris/pull/49776#discussion_r2030408584 ## run-be-ut.sh: ## @@ -37,6 +37,7 @@ set +o posix ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")" &>/dev/null && pwd)" +export ROOT Review Comment: u mean we can

Re: [PR] [ut](column_variant)update ut cases and some fix [doris]

2025-04-06 Thread via GitHub
eldenmoon commented on code in PR #49776: URL: https://github.com/apache/doris/pull/49776#discussion_r2030394674 ## run-be-ut.sh: ## @@ -37,6 +37,7 @@ set +o posix ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")" &>/dev/null && pwd)" +export ROOT Review Comment: not modify t

Re: [PR] [ut](column_variant)update ut cases and some fix [doris]

2025-04-06 Thread via GitHub
eldenmoon commented on PR #49776: URL: https://github.com/apache/doris/pull/49776#issuecomment-2781906592 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 un

Re: [PR] [ut](column_variant)update ut cases and some fix [doris]

2025-04-04 Thread via GitHub
hello-stephen commented on PR #49776: URL: https://github.com/apache/doris/pull/49776#issuecomment-2772705635 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+pro

Re: [PR] [ut](column_variant)update ut cases and some fix [doris]

2025-04-02 Thread via GitHub
amorynan commented on code in PR #49776: URL: https://github.com/apache/doris/pull/49776#discussion_r2026089237 ## be/test/vec/columns/column_variant_test.cpp: ## @@ -0,0 +1,1179 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license ag

Re: [PR] [ut](column_variant)update ut cases and some fix [doris]

2025-04-02 Thread via GitHub
csun5285 commented on code in PR #49776: URL: https://github.com/apache/doris/pull/49776#discussion_r2026050409 ## be/src/vec/data_types/serde/data_type_serde.h: ## @@ -179,6 +179,10 @@ class DataTypeSerDe { */ const char* nested_string_wrapper; int w

Re: [PR] [ut](column_variant)update ut cases and some fix [doris]

2025-04-02 Thread via GitHub
amorynan commented on PR #49776: URL: https://github.com/apache/doris/pull/49776#issuecomment-2772706001 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 uns