Ulimo
Ulimo
Thank you for the quick response, rewrite memory locations was already default set to true, but then I know!
I changed my code to this and it seems to produce the correct results ``` [Fact] public async Task Test() { long counter = 17; var task1 = Task.Run(() =>...
Hi, I implemented unnest in flowtide that uses substrait, there as reference I created this custom relation: ``` message TableFunctionRelation { // Table function to use TableFunction table_function = 1;...
Another solution is to allow: ```sql INSERT INTO mytable WITH (CustomPrimaryKeys = "mykey1,mykey2") ``` or similar to allow custom overrides on settings for a specific table using WITH. Issue with...
Another solution is to have: ```csharp connectorManager.AddRegexpFilter("regexpFilter", mngr => { mngr.AddSqlServerSink(...); }); ``` This would allow regexp filtering on any connector and not just sql server