-
Hello
com.cloudera.labs.envelope.utils.hbase.HBaseUtils
// HBaseSerde util
public static HBaseSerde getSerde(Config config) {
HBaseSerde serde;
if (config.hasPath(SERDE_PROPERTY)) {
…
-
### Summary
Cannot deserialize query string into dynamic objects such as `serde_json::Value` or `toml::Value`
### Current behaviour
Deserialization fails. Serialization succeeds
### Expect…
-
> serde_cbor is unmaintained
| Details | |
| ------------------- | ---------------------------------------------- |
| Status |…
-
Hey, thanks for this great project; the more I use it, the more I love it.
I just found out about the redaction features, which basically solve all the remaining issues I had with insta :tada:
I …
-
**Describe the bug**
When the refresh worker builds pre-aggregation data from source Athena and store them to CubeStore. We randomly receive the below error:
```
statusCode: 400, type: , msg: E…
-
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the…
-
I have an issue similar to [this issue in serde-xml-rs](https://github.com/RReverser/serde-xml-rs/issues/83).
I have the following implementation, where i use `flatten` and `rename="$value"` on fi…
ch1nq updated
5 months ago
-
While building your package on Debian, on i386 architecture, it appears that some tests are failing:
```
Compiling imagepipe v0.5.0 (/)
Running `CARGO=/usr/bin/cargo CARGO_CRATE_NAME=imag…
-
Hi, I've followed the micronaut guide to use custom serializer/deserializer, but using this feature in property level seems not working.
```
import com.fasterxml.jackson.annotation.JsonProperty;
…
-
When serializing Rust types to JSON, the `None`s are serialized to JSON `null`s. For example:
```rust
use cosmwasm_schema::cw_serde;
use cosmwasm_std::to_json_string;
#[cw_serde]
struct MyStr…