question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ENUM types unsupported

See original GitHub issue

I’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:open
  • Created 5 years ago
  • Reactions:2
  • Comments:9

github_iconTop GitHub Comments

3reactions
Abhilash-Potharajucommented, Mar 6, 2019

could anyone please let me know how to generate logical type “DECIMAL” ?

0reactions
kyleboyer-optumcommented, Jan 17, 2019

@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?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found