Jeremy Beard

Results 9 comments of Jeremy Beard

I took a [quick stab](https://github.com/jeremybeard/dag/commit/c26276e40ab7bbe730f239ec859e76cea53687b2) (ignore the auto-formatting from my IDE) at it, and that looks right to me. Is this something you'd like to be contributed? I tried to...

Another naming option is just the `E` suffix, like what Cobra [uses](https://github.com/spf13/cobra/blob/860791844ed3a2e544a9b9bbbcb14144a948ad20/command.go#L119-L138).

First thing is to make sure you are using the latest release 0.7.2 which solves some bugs with that error. If you are getting the error on 0.7.2 then likely...

Thanks for offering. I'm planning to do some work soon on the storage parts of Envelope that will probably break an HBase enhancement that is based on the current storage...

@umesh9794 The whole way through the pipeline, including translators, storage tables, how it is represented in a GenericRecord (the in-memory record format of Envelope), and with Spark SQL. To resolve...

@sunank200 Ok, though this wasn't for me personally, it was just a general feature request that I expect others will want.

@michelemilesi, thanks for raising the issue and sending over the PR to solve it. Currently the project isn't ready for public contributions so for now we are developing it internally...

Hi @sgulati89, Yes, in general Envelope can run nested loops. In the current version (v0.6.1) this is known to work when the values are provided by a range or by...