We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1ad871 commit dd68f71Copy full SHA for dd68f71
datafusion/expr/Cargo.toml
@@ -66,3 +66,6 @@ sqlparser = { workspace = true, optional = true }
66
ctor = { workspace = true }
67
env_logger = { workspace = true }
68
insta = { workspace = true }
69
+# Makes sure `test_display_pg_json` behaves in a consistent way regardless of
70
+# feature unification with dependencies
71
+serde_json = { workspace = true, features = ["preserve_order"] }
0 commit comments