dasm
dasm
NIST ran a [competition](https://www.drivendata.org/competitions/68/competition-differential-privacy-maps-1/page/260/) last year with the goal of producing differentially private statistics based on a dataset of emergency services calls. As part of that they released a [dataset](https://github.com/drivendataorg/deid2-runtime/blob/sprint-1/data/incidents.csv)...
It seems like you're probably running into the zetasql max_intermediate_byte_size. It's set in-code [here](https://github.com/google/zetasql/blob/master/zetasql/public/evaluator_base.h#L247), and at the moment there's no way to configure it except through code changes. We would...
I filed an internal feature request with them on your behalf, so no need for you to do anything there :) I'll update this issue when we have progress.
This is because we add a ` copts = ["-Wno-sign-compare"], ` line to every build rule. I guess that compiler flag isn't available on windows. It's not necessary, it just...
Nope, we have not made any progress on this yet. The workaround is to remove the `copts = ["-Wno-sign-compare"],` from the build rules you want to use on Windows.
Can you be a little more specific? Which variables are you talking about? Can you provide an example?
Interesting suggestion. We haven't given much thought to this sort of style/convention, but I can see how it would be useful. Do you know if there are any existing examples...
The source you linked doesn't appear to cover weaknesses in RAND_bytes, just that it no longer uses RDRAND. Can you cite any sources for the fact that "openssl's random number...