AVRO: a class name is captured instead of a format name
See original GitHub issueIssue Description
Avro format is displayed as org.apache.spark.sql.avro.AvroFileFormat@16c9ec5b
. Should be just Avro
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Best practice for Avro schema/field naming regarding aliases
Question: I know I MUST use the alias on the renamed field. However, I could also name each schema with a name that...
Read more >Formats, Serializers, and Deserializers
(For Avro, the reference name is the fully qualified schema name, for JSON ... The full class names for the above strategies consist...
Read more >Deserialize an Avro file with C# - Stack Overflow
I was able to get full data access working using dynamic . Here's the code for accessing the raw body data, which is...
Read more >[Avro] Incompatibility with Avro >=1.9.0 · Issue #167 - GitHub
I believe @cowtowncoder is referring to the schema name -> class name resolution; These don't involve the Jackson 1.x dependency, but break 1.8....
Read more >Loading Avro data from Cloud Storage | BigQuery
For File format, select Avro. On the Create table page, in the Destination section: For Dataset name, choose the appropriate dataset. Verify that...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I actually used your cobrix library in the last year or two so I will gladly try to take that on! I’ll also take a crack at this avro issue. It seems like we can add some case logic in this snippet to handle issues like this
Yep. And leave
toString
there as a default case.