Suvayu Ali

Results 81 comments of Suvayu Ali

This sounds like a good starting point. I guess the best way to evaluate the impact, is ask the less experienced people to review and see if that makes the...

I found the root cause, the Windows DLL does not export any of the C-API symbols (but the ADBC symbols are present). I shared more information in [this Julia discourse...

I found the first bad commit: d1ea1538c9217fb536485f1500f04a0b55b1e584. It's not clear to me how this would lead to failure to export the C-API symbols 😕

> but maybe there's some limit on the number of symbols that can be exported [What a guess](https://techcommunity.microsoft.com/discussions/windows10space/please-consider-to-remove-the-limit-of-65536-when-export-symbols-from-an-executa/1949555)! 🤦 I'll try to find more documentation, and see if it can...

The symbol count seems unlikely, since the release that works only had 335 symbols exported, and the bad commit adds about 10 more symbols.

> Given that this worked in the past and we haven't changed anything on our end here in a long time - my guess is that something has changed on...

> Maybe even better is to have them do it without persistence the first time? So close the REPL and then show all the data vanished. I don't follow the...

> Create a function to populate TEM tables with defaults available in the schema. I was thinking about an _efficient_ implementation for this, and I'm not sure that this can...

> they can send all three years and set 2040 in the scenario and it'll check for that data? This. Data is static. The point of a workflow is pick...

Indeed, testing for malformed/incorrect input files is a good thing, but I don't think that test actually does that. The test is actually "testing" if the dict holding all the...