@@ -70,12 +70,12 @@ codegen-units = 1
7070# We cannot publish to crates.io with any patches in the below section. Developers
7171# must remove any entries in this section before creating a release candidate.
7272[patch .crates-io ]
73- datafusion = { git = " https://github.com/apache/datafusion.git" , rev = " 35749607f585b3bf25b66b7d2289c56c18d03e4f" }
74- datafusion-substrait = { git = " https://github.com/apache/datafusion.git" , rev = " 35749607f585b3bf25b66b7d2289c56c18d03e4f" }
75- datafusion-proto = { git = " https://github.com/apache/datafusion.git" , rev = " 35749607f585b3bf25b66b7d2289c56c18d03e4f" }
76- datafusion-ffi = { git = " https://github.com/apache/datafusion.git" , rev = " 35749607f585b3bf25b66b7d2289c56c18d03e4f" }
77- datafusion-catalog = { git = " https://github.com/apache/datafusion.git" , rev = " 35749607f585b3bf25b66b7d2289c56c18d03e4f" }
78- datafusion-common = { git = " https://github.com/apache/datafusion.git" , rev = " 35749607f585b3bf25b66b7d2289c56c18d03e4f" }
79- datafusion-functions-aggregate = { git = " https://github.com/apache/datafusion.git" , rev = " 35749607f585b3bf25b66b7d2289c56c18d03e4f" }
80- datafusion-functions-window = { git = " https://github.com/apache/datafusion.git" , rev = " 35749607f585b3bf25b66b7d2289c56c18d03e4f" }
81- datafusion-expr = { git = " https://github.com/apache/datafusion.git" , rev = " 35749607f585b3bf25b66b7d2289c56c18d03e4f" }
73+ datafusion = { git = " https://github.com/apache/datafusion.git" , rev = " 35749607f585b3bf25b66b7d2289c56c18d03e4f" , submodules = false }
74+ datafusion-substrait = { git = " https://github.com/apache/datafusion.git" , rev = " 35749607f585b3bf25b66b7d2289c56c18d03e4f" , submodules = false }
75+ datafusion-proto = { git = " https://github.com/apache/datafusion.git" , rev = " 35749607f585b3bf25b66b7d2289c56c18d03e4f" , submodules = false }
76+ datafusion-ffi = { git = " https://github.com/apache/datafusion.git" , rev = " 35749607f585b3bf25b66b7d2289c56c18d03e4f" , submodules = false }
77+ datafusion-catalog = { git = " https://github.com/apache/datafusion.git" , rev = " 35749607f585b3bf25b66b7d2289c56c18d03e4f" , submodules = false }
78+ datafusion-common = { git = " https://github.com/apache/datafusion.git" , rev = " 35749607f585b3bf25b66b7d2289c56c18d03e4f" , submodules = false }
79+ datafusion-functions-aggregate = { git = " https://github.com/apache/datafusion.git" , rev = " 35749607f585b3bf25b66b7d2289c56c18d03e4f" , submodules = false }
80+ datafusion-functions-window = { git = " https://github.com/apache/datafusion.git" , rev = " 35749607f585b3bf25b66b7d2289c56c18d03e4f" , submodules = false }
81+ datafusion-expr = { git = " https://github.com/apache/datafusion.git" , rev = " 35749607f585b3bf25b66b7d2289c56c18d03e4f" , submodules = false }
0 commit comments