-
Hi,
When working with a union of records, I am unable to deserialize record using apache_avro.
Example schema `Foo.avsc`:
```json
{
"type": "record",
"name": "Foo",
"fields": [
{"n…
-
### Describe the bug
After updating from Quarkus 3.13.x to 3.14.x we are no longer able to deserialize messages containing arrays of logicalTypes.
This is an example of an Avro schema causing is…
-
It would be great if malli could transform Schemas to Avro.
See http://avro.apache.org/docs/current/spec.html
dakra updated
3 years ago
-
**Describe the problem you faced**
When using Decimal types, I ran into a problem where Hudi cannot write into a non-empty table, getting exception as `Caused by: org.apache.hudi.exception.HoodieEx…
-
(moved from https://github.com/FasterXML/jackson-dataformat-avro/issues/10)
Avro streams may include embedded schema, and since it should be relatively safe to either auto-detect it; or just configur…
-
It would be useful for applications which need convert Avro data to Arrow data.
This is an adapter which convert data with existing API (like JDBC adapter) rather than a native reader (like orc).
…
-
Assuming an existing schema like:
```
@dataclass
class Child:
name: str
class Meta:
namespace = 'com.test'
and using this schema like:
@dataclass
class Parent:
name: st…
-
As mentioned in the [docs](https://doc.arroyo.dev/connectors/kafka#kafka-sinks), "Currently, Kafka sinks only support writing JSON data, with the structure determined by the schema of the data being w…
-
e2e-sink-test now consistently hangs here:
https://github.com/risingwavelabs/risingwave/blob/8d8c1360ce36ca919a7f784ed5fe1a4fac9bbb41/e2e_test/sink/kafka/avro.slt#L189-L196
I find that by disabl…
-
Description
===========
I woule like to use multiple avro files when generating C# classes with avrogen.
Looking at apache.Avro code at: https://github.com/apache/avro/blob/e3e41dcd27822ac3fd4692…
alfhv updated
4 months ago