Description
ScalaReflection checks that a field name can be used as a valid Java identifier by checking whether the field name is not a reserved keyword.
But, in the current implementation, enum is missed.
Further, some characters including numeric literals are not used as valid identifiers but not checked.
Attachments
Issue Links
- is duplicated by
-
SPARK-29594 Create a Dataset from a Sequence of Case class
- Resolved
- links to