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 ...
When I execute the tests suite I'm getting this error, not always and the tests doesn't fail. But is weird java.lang.NullPointerException: Inflater has been closed at java.util.zip.Inflater.ensureOpen ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results