Describe the bug
The default feature set for datafusion-expr makes the test to fail, getting it to pass relies on feature unification for serde_json.
To Reproduce
cargo test -p datafusion-expr test_display_pg_json
Expected behavior
Ideally, tests should pass with default features, or at least make it clear they require enabled features.
Additional context
No response
Describe the bug
The default feature set for
datafusion-exprmakes the test to fail, getting it to pass relies on feature unification forserde_json.To Reproduce
cargo test -p datafusion-expr test_display_pg_jsonExpected behavior
Ideally, tests should pass with default features, or at least make it clear they require enabled features.
Additional context
No response