Hu Ming

Results 17 comments of Hu Ming

We haven't used Benthos. Gravity is meant to accept as much input/output plugins as possible, free feel to add a new one; and let use know if you have any...

Gravity is meant to accept as much input/output plugins as possible, free feel to add a new one; and let use know if you have any issues or want to...

Cool. Let us know if you have any issue with the integration; and feel free to raise any questions in github issue.

嗯,归档/快照,以及每次 schema 的变更肯定需要,其他的可以再考虑一下。包括单机版和集群版默认的 schema store 放在哪里也可以再看考虑一下。

Looking into this rfc https://github.com/crossbeam-rs/rfcs/blob/master/text/2017-07-23-relaxed-memory.md and the code of the pr carefully, I think the essential difference is the remove of `SC` fence in unlink/push_bag.

I went through the codebase and some related github issue. So it seems that we need to: 1. Support all `DataType`'s encoding/decoding including nested types such as `List`, `Struct`. 2....

I had a prototype working for recursive `List` now. I will submit different pull requests for this issue.

@yjshen Hi, do you know why `Distinct*`, for example `DistinctCount`'s `state_fields` returns a vector `DataType::List` instead just a vector of `DataType`? I have ran a few examples and all of...

> I think Distinct basically serializes partial results as `List`s when combining partial aggregates Does this mean that the design was meant to support some thing like: `COUNT(DISTINCT (c1, c2))`...

Same error, has any one following this issue? Has any one solved this issue?