Jonathan A. Sternberg

Results 49 comments of Jonathan A. Sternberg

Not commenting on the proposal yet, but I think a syntax of `RUN --cache=12h` is probably more appropriate considering some of the other syntax.

I think the wanted behavior described here is implemented by just calling `window()` by itself. `aggregateWindow` is specifically for the use case that involves graphing the data which requires everything...

I've created this as a draft, but the code itself is mostly complete and could be merged as-is. The code in this PR is already part of buildx and there's...

@krissetto I agree with some of what you're saying on principle, but I do worry a bit about overabstracting in the case of the OTEL libraries. > I think integrating...

> My main concern here was with our dependencies, and keeping the various projects all on the same version of the sdk/libs. I generally always try to avoid having many...

Unfortunately, this wouldn't be easy. We needed some way to uniquely identify the result and there had to be a prefix of some kind to the `AS`. If you have...

The original name is likely not possible. It creates a conflict if you do something like `SELECT first(*), last(*) FROM cpu` since now you have two wildcards that create the...

Given an example where `cpu` has the fields `idle` and `user`, what do you think the output column names should be for each of the above? Just a warning. At...