@@ -21,11 +21,11 @@ version = "0.1.1"
2121edition = " 2021"
2222homepage = " https://github.com/datafusion-contrib/datafusion-materialized-views"
2323repository = " https://github.com/datafusion-contrib/datafusion-materialized-views"
24- authors = [
" Matthew Cramerus <[email protected] >" ]
24+ authors = [
" Massive Engineering <[email protected] >" ]
2525license = " Apache-2.0"
2626description = " Materialized Views & Query Rewriting in DataFusion"
2727keywords = [" arrow" , " arrow-rs" , " datafusion" ]
28- rust-version = " 1.80 "
28+ rust-version = " 1.91 "
2929
3030[dependencies ]
3131
@@ -34,15 +34,15 @@ arrow-schema = { version = "55.0.0" }
3434async-trait = " 0.1"
3535chrono = " = 0.4.40"
3636dashmap = " 6"
37- datafusion = { git = " https://github.com/polygon-io /arrow-datafusion" , rev = " a13a6fe" }
38- datafusion-common = { git = " https://github.com/polygon-io /arrow-datafusion" , rev = " a13a6fe" }
39- datafusion-expr = { git = " https://github.com/polygon-io /arrow-datafusion" , rev = " a13a6fe" }
40- datafusion-functions = { git = " https://github.com/polygon-io /arrow-datafusion" , rev = " a13a6fe" }
41- datafusion-functions-aggregate = { git = " https://github.com/polygon-io /arrow-datafusion" , rev = " a13a6fe" }
42- datafusion-optimizer = { git = " https://github.com/polygon-io /arrow-datafusion" , rev = " a13a6fe" }
43- datafusion-physical-expr = { git = " https://github.com/polygon-io /arrow-datafusion" , rev = " a13a6fe" }
44- datafusion-physical-plan = { git = " https://github.com/polygon-io /arrow-datafusion" , rev = " a13a6fe" }
45- datafusion-sql = { git = " https://github.com/polygon-io /arrow-datafusion" , rev = " a13a6fe" }
37+ datafusion = { git = " https://github.com/massive-com /arrow-datafusion" , rev = " a13a6fe" }
38+ datafusion-common = { git = " https://github.com/massive-com /arrow-datafusion" , rev = " a13a6fe" }
39+ datafusion-expr = { git = " https://github.com/massive-com /arrow-datafusion" , rev = " a13a6fe" }
40+ datafusion-functions = { git = " https://github.com/massive-com /arrow-datafusion" , rev = " a13a6fe" }
41+ datafusion-functions-aggregate = { git = " https://github.com/massive-com /arrow-datafusion" , rev = " a13a6fe" }
42+ datafusion-optimizer = { git = " https://github.com/massive-com /arrow-datafusion" , rev = " a13a6fe" }
43+ datafusion-physical-expr = { git = " https://github.com/massive-com /arrow-datafusion" , rev = " a13a6fe" }
44+ datafusion-physical-plan = { git = " https://github.com/massive-com /arrow-datafusion" , rev = " a13a6fe" }
45+ datafusion-sql = { git = " https://github.com/massive-com /arrow-datafusion" , rev = " a13a6fe" }
4646futures = " 0.3"
4747itertools = " 0.14"
4848log = " 0.4"
0 commit comments