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
And this will create an invalid file as the parquet format.
The invalid file causes an error on Athena if we use this command as a compressor of fluent-plugin-s3.
But the following command does not panic:
$ columnify -schemaType avro -schemaFile ~/wc/src/github.com/reproio/columnify/examples/schema/primitives.avsc =(echo '{"boolean": false, "string": "foobar"}')
PAR12020/05/01 14:53:35 Failed to write: interface conversion: interface {} is nil, not string
The text was updated successfully, but these errors were encountered:
The panic is caused by xitongsys/parquet-go#236 , parquet-go will be released in near future.
For more ideal way to handle the problem, we should check records with a given schema at our record formatter to detect errors earlier.
Panic occured when execute the following command.
And this will create an invalid file as the parquet format.
The invalid file causes an error on Athena if we use this command as a compressor of fluent-plugin-s3.
But the following command does not panic:
The text was updated successfully, but these errors were encountered: