issues Search Results · repo:linkedin/goavro language:Go
Filter by
165 results
(44 ms)165 results
inlinkedin/goavro (press backspace or delete to remove)Currently, I can t process in goavro data produced by an old Java application that uses Avro 1.8 library, because schema
validation dies with:
Record ought to have valid name: schema name ought to have ...
knl
- 1
- Opened on Dec 11, 2024
- #290
Hello!
I m fairly new to the Go ecosystem and was curious whether supporting custom codecs would potentially be on the roadmap
for this project.
In my particular case, I have a custom type which wraps ...
marcoserrato
- 1
- Opened on Sep 27, 2024
- #288
Hi there, Consider below struct: [struct1]
type Personal struct { Addresses []Address json: addresses }
type Address struct { StreetName string json: streetName validate: min=6,max=100,noLeadingTrailingSpace ...
sidstillworks
- Opened on Sep 5, 2024
- #287
Hello all,
Here s the situation. Apache Avro spec has some naming guidelines for Record, enums and fixed. This library correctly
checks that and fails when a file has a badly named field.
However, the ...
papanikge
- Opened on Jun 25, 2024
- #286
There is an issue when writing OCR with a schema containing union type.
I ve changed your example like this:
avroSchema := `
{
type : record ,
name : test_schema ,
fields : [
{
...
florentsorel
- Opened on Apr 17, 2024
- #284
The current Codec standard json addition (e.g. NewCodecForStandardJSONFull()) only seems to support long datetimes and
int dates respectively...
When passing a date as ISO8601 (e.g. 2024-01-02T19:55:36.654287-08:00), ...
passuied
- Opened on Jan 3, 2024
- #282
https://github.com/linkedin/goavro/blob/8eb9f0e2d756cea165f593f80c6780f4b0b4dbb6/record.go#L112
This line treats null and null as equivalent for default values, however that is not the case. Having a ...
mokobrosli
- 2
- Opened on Nov 1, 2023
- #280
input.json
package main
import ( bytes encoding/json fmt io/ioutil
os
github.com/linkedin/goavro/v2
)
func main() {
jsonFile, err := os.Open( input.json )
if err != nil {
fmt.Println(err) ...
HarithaHarman
- 1
- Opened on Oct 17, 2023
- #279
Particularly, for the issue with bytes.decimal.
Might not be a security flaw. But any suggestions on how to get this blocked from being used or tagged via Dependabot or
Code scanning.
daleangus
- Opened on Aug 28, 2023
- #278
I m stumbling with some strange behavior using Union and I don t understand if I m missing something in using API or if
it is a possible issue. Please check the following piece of code
Thanks for support ...
fbalicchia
- Opened on Jul 7, 2023
- #274

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.