jmalkin opened a new pull request, #26: URL: https://github.com/apache/datasketches-spark/pull/26
I believe this successfully forces into codegen or interpreted mode. It'd be nice to be able to control it directly from sbt but I haven't fully internalized sbt's model well enough to figure it out at this point. `sbt test` will default to the normal mode of trying codgen where appropriate and falling back to interpreted mode if that fails. But for CI I'm testing only all-codegen or no-codegen since we want to ensure things work in both modes. Fallback is kind of annoying in that it can leave one of the two paths entirely untested! My confidence in the code will be much higher after this is merged. Whew. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@datasketches.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@datasketches.apache.org For additional commands, e-mail: dev-h...@datasketches.apache.org