eldenmoon commented on code in PR #66858:
URL: https://github.com/apache/doris/pull/66858#discussion_r3900589178
##########
regression-test/suites/variant_p0/predefine/test_all_prdefine_type_to_sparse.groovy:
##########
@@ -387,11 +365,11 @@ suite("test_all_prdefine_type_to_sparse",
"p0,nonConcurrent") {
check_table();
- sql """ insert into ${tableName} values (616,
${variantV2Function}('{"other_1": "1"}')),(617,
${variantV2Function}('{"other_1": "2"}')),(618,
${variantV2Function}('{"other_1": "3"}')),(619,
${variantV2Function}('{"other_1": "4"}')),(620,
${variantV2Function}('{"other_1": "5"}')),(621,
${variantV2Function}('{"other_1": "6"}')),(622,
${variantV2Function}('{"other_1": "7"}')),(623,
${variantV2Function}('{"other_1": "8"}')),(624,
${variantV2Function}('{"other_1": "9"}')),(625,
${variantV2Function}('{"other_1": "10"}')),
- (626, ${variantV2Function}('{"other_1": "11"}')),(627,
${variantV2Function}('{"other_1": "12"}')),(628,
${variantV2Function}('{"other_1": "13"}')),(629,
${variantV2Function}('{"other_1": "14"}')),(630,
${variantV2Function}('{"other_1": "15"}')),(631,
${variantV2Function}('{"other_1": "16"}')),(632,
${variantV2Function}('{"other_1": "17"}')),(633,
${variantV2Function}('{"other_1": "18"}')),(634,
${variantV2Function}('{"other_1": "19"}')),(635,
${variantV2Function}('{"other_1": "20"}')),
- (636, ${variantV2Function}('{"other_1": "21"}')),(637,
${variantV2Function}('{"other_1": "22"}')),(638,
${variantV2Function}('{"other_1": "23"}')),(639,
${variantV2Function}('{"other_1": "24"}')),(640,
${variantV2Function}('{"other_1": "25"}')),(641,
${variantV2Function}('{"other_1": "26"}')),(642,
${variantV2Function}('{"other_1": "27"}')),(643,
${variantV2Function}('{"other_1": "28"}')),(644,
${variantV2Function}('{"other_1": "29"}')),(645,
${variantV2Function}('{"other_1": "30"}')),
- (646, ${variantV2Function}('{"other_1": "31"}')),(647,
${variantV2Function}('{"other_1": "32"}')),(648,
${variantV2Function}('{"other_1": "33"}')),(649,
${variantV2Function}('{"other_1": "34"}')),(650,
${variantV2Function}('{"other_1": "35"}')); """
+ sql """ insert into ${tableName} values (616,
${variantV2Function}('{"other_1": 1}')),(617, ${variantV2Function}('{"other_1":
2}')),(618, ${variantV2Function}('{"other_1": 3}')),(619,
${variantV2Function}('{"other_1": 4}')),(620, ${variantV2Function}('{"other_1":
5}')),(621, ${variantV2Function}('{"other_1": 6}')),(622,
${variantV2Function}('{"other_1": 7}')),(623, ${variantV2Function}('{"other_1":
8}')),(624, ${variantV2Function}('{"other_1": 9}')),(625,
${variantV2Function}('{"other_1": 10}')),
Review Comment:
为什么other_1 要从字符串改成 int
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]