-
Error is
ravro:::write.avro(df, tf1)
Exception in thread "main" org.apache.avro.SchemaParseException: Enum has no symbols: {"name":"col_2","type":"enum","symbols":"d"}
at org.apache.avro.Schema.p…
-
I have a kafka producer that sends messages to a topic, lets call it "foo-topic". The messages are avro serialized and the Avro schemai is as below:
```
{
"name":"Device",
…
-
Description
===========
Avro message schemas usually carry important information, `namespace` and `name`.
For example, in Java API, both specific and generic Avro records have schema available vi…
-
-
An Avro decimal logical type annotates Avro bytes or fixed types.
Current Row to Avro conversion is limited to bytes type and in addition hardcodes precision to MAX_INT and scale to 0.
I have a…
-
Is the idea to eventually have kWh_offpeak and percent_offpeak calculated and in the table below?
period | kwh_total | kwh_peak | kWh_offpeak | percent_offpeak | cost | pperkwh | tariffs |
-- | …
-
I think this is a really useful project, however I get errors even with a vanilla installation and using the example server code...
```
test_avro_endpoint.connect(app, "/")
from flask import Flask
f…
-
I wrote a small example that is about encoding and decoding a POJO with an auto generated schema, the code is like:
```java
///usr/bin/env jbang "$0" "$@" ; exit $?
//DEPS org.slf4j:slf4j-simple:…
-
Recently it has come to our attention that our Avro output does not handle correctly the situation where the `--tz` option used in TiCDC is different from the local time zone. We need to verify whethe…
-
I'm trying to decode an OCF with invalid values for the namespace:
```javascript
{"type":"record","name":"null","namespace":"null","fields":[{"name":"partition","type":"int"}, // [...]
```
…