Skip to content

Remove JsonEqual trait #2296

@tustvold

Description

@tustvold

Is your feature request related to a problem or challenge? Please describe what you are trying to do.

All Array implementations must implement the JsonEqual trait. However:

Describe the solution you'd like

Rather than maintaining parallel logic to interpret serde_json::Value as arrow arrays, I wonder if we can just remove the JsonEqual functionality and encourage conversion to arrow arrays. I'm unclear of a use-case that would require highly-performant comparison of arrow and JSON data

Describe alternatives you've considered

Additional context

Metadata

Metadata

Assignees

Labels

arrowChanges to the arrow crateenhancementAny new improvement worthy of a entry in the changelogquestionFurther information is requested

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions