We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebfedd0 commit 20639faCopy full SHA for 20639fa
datafusion/sqllogictest/Cargo.toml
@@ -45,11 +45,7 @@ async-trait = { workspace = true }
45
bigdecimal = { workspace = true }
46
bytes = { workspace = true, optional = true }
47
chrono = { workspace = true, optional = true }
48
-<<<<<<< HEAD
49
-clap = { version = "4.5.50", features = ["derive", "env"] }
50
-=======
51
clap = { version = "4.5.47", features = ["derive", "env"] }
52
->>>>>>> origin/branch-50
53
datafusion = { workspace = true, default-features = true, features = ["avro"] }
54
datafusion-spark = { workspace = true, default-features = true }
55
datafusion-substrait = { workspace = true, default-features = true }
0 commit comments