avro
Here are 450 public repositories matching this topic...
-
Updated
Jun 23, 2020 - Rust
-
Updated
Oct 16, 2020 - Shell
-
Updated
Jan 24, 2017 - Scala
-
Updated
Oct 12, 2020 - Scala
-
Updated
Jan 28, 2020 - C++
Currently, there isn't a way to get the table properties in the SparkOrcWriter via the WriterFactory.
-
Updated
Oct 16, 2020 - Python
Over time we've had some things leak into the diff methods that make it more cumbersome to use BigDiffy via code instead of CLI.
For example diffAvro here https://github.com/spotify/ratatool/blob/master/ratatool-diffy/src/main/scala/com/spotify/ratatool/diffy/BigDiffy.scala#L284
User has to manually pass in schema otherwise we they receive a non-informative error regarding null schema, add
-
Updated
Oct 15, 2020 - Java
Migrate to goavro v2
-
Updated
Oct 12, 2020 - Java
Here's a .avdl file with a deliberate typo.
@namespace("integrationtest")
protocol WeatherService {
record GetForecastRequest {
// NOTE: missing semicolon
string city
int days_required;
}
enum Weather {
SUNNY,
CLOUDY,
RAINY
}
record GetForecastResponse {
string last_updated;
array<Weather> daily_forecasts;
}
void -
Updated
Feb 1, 2019 - TypeScript
-
Updated
Sep 30, 2020 - Java
-
Updated
Oct 9, 2020 - Python
-
Updated
Dec 30, 2019 - Java
-
Updated
Sep 30, 2020 - Java
Improve docs
There are several things that the documentation is currently missing and could be helpful to future contributors:
- Explain code organization
- How to test your code
- How to debug
- ...
It can be added in form of CONTRIBUTING guide
-
Updated
Oct 1, 2020 - Ruby
-
Updated
Oct 6, 2020 - Scala
-
Updated
Sep 29, 2020 - Scala
Improve this page
Add a description, image, and links to the avro topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the avro topic, visit your repo's landing page and select "manage topics."
The title might seem a bit vague but I don't know how to describe it any better tbh :-)
Anyway this is what happened: I got some 500 responses from the schema registry and all I could see in the logs was :
The logs di