ENUM types unsupported
See original GitHub issueI’m trying to read a file which contains ENUM types, however (e.g. parquet-tools schema
shows something like required binary entryMethod (ENUM);
) but parquetjs.ParquetReader.openFile()
just throws an error:
Invalid ENUM value
… which means I can’t use this package to read my files.
What are my options ? Are there any plans to support this type ?
Thanks,
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:9
Top Results From Across the Web
Unity C# enum, Unsupported type error
Show activity on this post. The issue is Unity's enum serializer expects a 32bit value only. Some possible workarounds: Use [NonSerialized] attribute.
Read more >Unsupported enum type 'UnityEngine.Networking. ...
Every time I use the NetworkID enum type in any C# script (namespace UnityEngine.Networking.Types), my console is flooded with the following ...
Read more >Unsupported REST Enum Use Cases
Use cases currently unsupported when consuming REST services using "enums" and how to overcome some of these situations.
Read more >UnsupportedEnumValueException (Oracle® Information ...
Unsupported enumeration value. An enumeration value has been provided that is not a valid choice/supported value. Cause: An unsupported enumeration value was ...
Read more >"Unsupported enum value" error notification displays when ...
"Unsupported enum value" error notification displays when selecting "VMware Tools" under the objects "Updates" tab (76138) ... The issue can occur ...
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
could anyone please let me know how to generate logical type “DECIMAL” ?
@lqueryvg All good, I’m having the same issue right now and was wondering if @ZJONSSON or others had a chance to work with ENUMS?