set @filename= :filename; MERGE INTO TestMerge AS T USING CSVREAD(@filename, null, 'fieldDelimiter=" fieldSeparator=, charset=UTF-8') AS S ON T.Code=S.Code WHEN MATCHED THEN UPDATE SET T.Description=S ...
After adding the rabbitmq dependency according to this guide. I started getting this error at the end of the test suite run. It doesn't fail the tests, but I want to ...