-
### Version & Environment
Redpanda version: (use `rpk version`):
```
Version: v23.3.5
Git ref: 2c0d4bcfb1
Build date: 2024-02-09T06:03:08Z
OS/Arch: linux/amd64
Go version: go1…
-
Currently, our Parquet validation process does not support Avro schemas (AVSC files). To enhance our data validation capabilities, we need to implement support for validating Parquet files using Avro …
-
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…
-
It seems to me that the documentation lacks an example of using avro with confluence scheme registry. I will attach a working example.
```python
import io
import json
import logging
from datacl…
-
Dear community,
I found an error in using Hudi. If we use the array type in the table.Afterwards, every time I add columns and then write , it throws an exception, The error message is as follows:
…
-
### I tried this:
Clone https://github.com/HansMartinJ/eventcatalog-sample-schema-generation-bug
- npm run generate
Download schema
http://localhost:3000/generated/services/service/service.yam…
-
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…
-
Confluent provider version: 1.43
I am making use us confluent_schema resource to create the schemas subjects. The **schema_b** makes reference to **schema_a** . When i made a change in **schema_a**…
-
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).
…
-
**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…