-
Currently we have AKHQ running on version 25.0 this is connected out to Confluent Cloud. There seems to be an issue with how the 'Topics' sections is trying to deserialize data. I think this could be …
-
### Problem description
Currently it's not possible to lazily load an `.avro` file. It would be nice if this would be possible.
-
# Problem
If I write a `Manifest` to an `output.avro` file and then read that same `output.avro` file into another `Manifest` object, asserting that the two objects are equal fails due to inequality …
-
### Problem description
I wish there was scan method for avro files (scan_avro), similarly it exists for csv, json and parquet. If it's possible to implement, it would be great!
-
### Description
It would be very useful to have something like [polars.read_csv_batched](https://docs.pola.rs/api/python/stable/reference/api/polars.read_csv_batched.html) but for avro files.
Our …
nat-n updated
1 month ago
-
### Checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://crates.io/crates/polars) of Polars.
### Reproduc…
-
The `SchemaAssistant` tracks all the jars that the generated code will need on the classpath, including the classes for all logical types. However, it neglects to track the classes that represent logi…
-
### Describe the bug.
Hello,
I tried to generate avro mapping java classes with spring template but in any way the generator is making json mapping java classes ( with @JsonProperty property ) .
…
-
## Expected Behavior
The part of interest as shown below (same thing happens whether encoded as JSON or YAML), should not cause any error.
```cwl
- type:
type: enum
symbols:
…
-
### Is your feature request related to a problem or challenge?
I have Avro values in memory parsed using the apache_avro crate. I would like to convert these and get a RecordBatch.
### Describe the …