Steffen Mangold
Steffen Mangold
> We are planning to release a Spark 3 compatible connector before April 2021 - preview will start in Deb. 2021. Waiting strongly on this preview. Otherwise, we can not...
hi @dapnet2018, I'm sorry I can't reproduce your exception. Is copied your unit test and got the correct result. https://github.com/SteffenMangold/EntityFrameworkCore.Cacheable/blob/bbf8ee7e98d3fc8bbeedbef5609faaf9caaff2f4/EntityFrameworkCore.CacheableTests/CacheableExpressionTests.cs#L361-L406 Could you test it on you system?
Hi seem that this error is a parameter name collision related to the global filter. Have a look here https://github.com/aspnet/EntityFrameworkCore/issues/9850 But this should be fixed and I don't really understand...
No, sadly not. But it is a parameter name collision like in the mentioned bug. I just don't understand why my compiled `ToList()` raised this name collision then using a...
+1 from me too. Really needed.
Please push these changes.
Same for me! It needed to create a typed array based on a DataField to fill a DataColumn.
When I do it in single row insert (take waaay longer) it works without memory issue. Example: ```c# int pageSize = 1000; var startDate = new DateTime(1990, 01, 01); var...

Current Workaround (reducing the leak to a minimum): ```c# int pageSize = 1000; var startDate = new DateTime(1990, 01, 01); var endDate = new DateTime(2040, 12, 31); var dateValueCount =...