Results 6 comments of Lin Ma

Interesting. Do you know how Columbia did it? Or they actually didn't handle it... On Tue, May 22, 2018 at 9:54 AM, Bowei Chen wrote: > I found that ORCA...

I think it’s okay. There’re trade-offs with it, but I don’t have a better approach right now. I think it’s reasonable to proceed with that way. On Tue, May 22,...

I was pretty much following the [Google Python Style Guide](https://google.github.io/styleguide/pyguide.html) when developing the self-driving code. And I agree that integrating some auto-format tools in our build pipeline would be great.

Hi Juyoung, Thanks for letting us know that! I've seen this problem. Now we're adding new features (multi-tier anti-caching) to the anti-caching of H-Store. It's almost finished but there are...

See this failure again: http://jenkins.db.cs.cmu.edu:8080/blue/organizations/jenkins/terrier/detail/PR-1426/20/tests

Based on the discussion during today's team meeting, we're going to return the internal task execution status (e.g., success/failure) through a `Future` and let the caller decide how to handle...