Describe the bug
The standard naming convention (RFC 430) says enum variants should be named by UpperCamelCase. Most existing enum types in DataFusion conform to this convention, but ParamValues does not.
To Reproduce
No response
Expected behavior
No response
Additional context
No response
Describe the bug
The standard naming convention (RFC 430) says enum variants should be named by
UpperCamelCase. Most existing enum types in DataFusion conform to this convention, butParamValuesdoes not.To Reproduce
No response
Expected behavior
No response
Additional context
No response