You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
I have attached the file in question. This is the dump of avro-tools metdata:
avro-tools getmeta sample_data.avro
23/11/21 10:57:04 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
avro.schema {"type":"record","name":"FromAvroTest","namespace":"nushell","fields":[{"name":"stringField","type":"string"},{"name":"intField","type":"int"},{"name":"complexField","type":{"type":"record","name":"nestedType","fields":[{"name":"enumField","type":{"type":"enum","name":"muck","symbols":["foo","bar"]}}]}}]}
avro.codec deflate
I found this via dataframes in nushell. When opening an avro file that can be processed via avro-tools, I received the following error:
I have attached the file in question. This is the dump of avro-tools metdata:
sample_data.tgz
I'll see if I can figure out why it's happening.
The text was updated successfully, but these errors were encountered: