Ashley Jeffs

Results 257 comments of Ashley Jeffs

Hey @igenyar, sorry for the late response. I'll take a look soon.

Hey @whoshuu, this would be great. It is on our TODO list internally but I'm tagging this as 'help wanted' since an independent benchmark would be more desirable.

Hey @ostack, you could use `std::bind` to create a `std::function` from a class instance.

Hey @AdrianDC, this is awesome, thanks for putting it together. I'm not sure I'm going to have spare capacity any time soon to help look into this.

@eatonphil I've implemented both a generic decoder and encoder for benthos that you might be able to lift from, it's able to convert back and forth between `parquet.Row` and a...

Hey @DeusFacticius this a documentation bug, what the blurb is meant to mean is that you can only have a single `target_processors` path specified, but that path can point to...

I've added a UTF8 option for column values: https://github.com/benthosdev/benthos/commit/07ed81b150778a362e25e52428c59a05ca21369b as a quick work around. Technically I think we ought to be exposing logical types with a seperate field but we...

Hey @mhite, this is a totally reasonable addition. I've held off from implementing this myself in the past because I'm not too familiar with google services but we already have...

Hey @gregorskii, Definitely, I haven't got much experience with Google Cloud so I was reluctant to take this on myself. The plumbing work should already be there from the lambda...

Thanks for the update @gregorskii, I'll leave this open as it'd be cool to have as an option at some point.