Gardner Vickers
Gardner Vickers
This sounds like it would be very interesting for deterministic simulation testing! For creating fake SQEs/CQEs, would that be something which could be done within the `iou` crate or were...
@mxxo Good point! I’m not super familiar with the requirements of `transmute` so please correct me if I’m wrong but to transmute between `FakeSQEs` and `SQEs`, would the `SQEs` iterator...
@davidbarsky I think that makes sense, the reason I was drawn to using `tracing` was that I wanted to allow users to interleave their own application specific events into an...
This project is worth a look. It provides a compiler/optimizer for Datalog and some SQL subset to multiple backends, including Spark Dataframes and Flink. https://github.com/uwescience/raco Something like that would subsume...
I like that idea a lot! Something like `interpose-character` instead?
I also need this functionality for #1845. I was thinking it might be possible to do via an internal task-local consisting of `type AnyMap = HashMap`. We would have something...
These were moved up a level to the task bundles. I did not want to have the schema validated twice. @lbradstreet if that's acceptable we can close out this issue.