Alessio Cesaretti

Results 13 comments of Alessio Cesaretti

Hi everyone, I had the same issue, then I followed the instructions you mentioned and eventually I ended up having android auto not working at all, when I plug it...

I saw another response in a similar issue, apparently the solution is to add force_reuse_spark_context =True to the execution engine. i.e.: `datasource_config = { "name": table, "class_name": "Datasource", "execution_engine": {"class_name":...

@mkopec87 yes, I totally agree, initially I was doing like I wrote, but then I realized that if you run for example tests in parallel, they would easily fail because...

Good morning @anakin87, I think it should be ready for merge, can you take a look?

You are welcome, I implemented the minor comments and rebased on the latest main, let me know when you'll merge it :)

Wow! this sounds like a very big improvement as I'm having troubles with the caching myself! Are you working on a PR already? @prescod

Hello everyone, I'm facing a similar issue: basically even if I specify `format: "csv" quotechar: '"' escapechar: "\\" encoding: "UTF-8" header: true` in my datacontract.yaml, I see that sodaCL is...

Hi @jochenchrist @hishoss , I spent little time on it but I think I have a fix: can you take a look? https://github.com/datacontract/datacontract-cli/pull/648 I tried to run tests but those...

@stefanedwards I believe specifying the columns is exactly what you need to do when verifying your contract. If you don’t define the columns explicitly, how can you be sure the...

@stefanedwards I think those are 2 separate problems (not being able to sniff the file correctly/passing parameters to avoid sniffing and gracefully handle when there is a mismatch between the...