zhangstar333 commented on code in PR #49394: URL: https://github.com/apache/doris/pull/49394#discussion_r2053237960
########## be/src/vec/exprs/lambda_function/varray_map_function.cpp: ########## @@ -15,9 +15,16 @@ // specific language governing permissions and limitations // under the License. +#include <vec/data_types/data_type_number.h> +#include <vec/exprs/vcolumn_ref.h> +#include <vec/exprs/vslot_ref.h> + #include <memory> #include <string> +<<<<<<< HEAD #include <utility> +======= +>>>>>>> a25d457fa8 ( [opt](lambda) let lambda expression support refer outer slot (#44365)) Review Comment: need solve this -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org