другой.
arrayMap(x->(tuple(get_delivery_date(x.1, division_store_uuid, date_of_order_registration))), arr_1) AS arr_2
Сама по себе get_delivery_date( нормально отрабатывает. Но в составе lambda функции невнятно ругается. Собственно вопрос: в люмбде нельзя использовать пользовательские функции что ли?
а на что ругается то? невнятно это как?
Code: 43. DB::Exception: Illegal types of arguments (UUID, DateTime) of function greater: While processing toUUID('d0dc20fa-c2f2-11ed-80ed-005056b1354a') AS type_of_discount_uuid, arrayJoin([toUUID('59ffc935-d914-11e7-818f-00155d9d7111'), toUUID('cc37be11-7349-11ea-8de4-000c29a7b565')]) AS type_of_buyers_price_uuid, toUUID('cd4e78a6-dc45-11e7-8191-00155d9d7111') AS division_store_uuid, arrayJoin([toUUID('2b3e98da-74e2-11eb-80c9-005056b1354a'), toUUID('1a5a9d00-29af-11eb-80bd-005056b1354a')]) AS nomenclature_uuid, toDateTime('2023-11-08 13:36:43') AS date_of_order_registration, dictGet('Zapchasti24_dev.active_supplier_offers_dict', 'supplier_offers', sipHash64(nomenclature_uuid)) AS supplier_offers_1, arrayMap(x -> multiIf(((((x.1) = toUUID('3f6c66e9-f49a-11ed-80fd-005056b1354a')) AND (division_store_uuid = toUUID('cd4e78a6-dc45-11e7-8191-00155d9d7111'))) OR (((x.1) = toUUID('8fa13424-76ea-11ee-810d-005056b1354a')) AND (division_store_uuid = toUUID('be16741a-f952-11ec-80e1-005056b1354a')))) AND notEmpty(arrayFilter(operating_mode -> (((operating_mode.1) <= date_of_order_registration) AND ((operating_mode.2) >= date_of_order_registration)), dictGet('Zapchasti24_dev.store_operating_modes_dict', 'operating_mode', sipHash64(division_store_uuid)))), date_of_order_registration, (((x.1) = toUUID('3f6c66e9-f49a-11ed-80fd-005056b1354a')) AND (division_store_uuid = toUUID('cd4e78a6-dc45-11e7-8191-00155d9d7111'))) OR (((x.1) = toUUID('8fa13424-76ea-11ee-810d-005056b1354a')) AND (division_store_uuid = toUUID('be16741a-f952-11ec-80e1-005056b1354a'))), arrayMin(arrayMap(x -> (x.1), arrayFilter(x -> ((x.1) > date_of_order_registration), dictGet('Zapchasti24_dev.store_operating_modes_dict', 'operating_mode', sipHash64(division_store_uuid))))), dictGetOrDefault('Zapchasti24_dev.delivery_time_dict', 'delivery_date', (x.1, division_store_uuid), date_of_order_registration, date_of_order_registration + toIntervalDay(1))), supplier_offers_1) AS supplier_offers_2. (ILLEGAL_TYPE_OF_ARGUMENT) (version 23.7.3.14 (official build))
что-то сомневаюсь что на UDF ругается методом половинчатого деления коментируйте куски запроса... поймете где именно ошибка... у то у вас тут какое то месиво наререненго... нагенерено
Спасибо, попробую
Низкий поклон, мил человек!
Обсуждают сегодня