diff --git a/Cargo.lock b/Cargo.lock index 38548b8ab..0c1ef9827 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -103,20 +103,41 @@ version = "59.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7c14b3d39f306bc28fd639d59f06e17a0f377d0021e1b7e9054e4d6fedc98774" dependencies = [ - "arrow-arith", - "arrow-array", - "arrow-buffer", - "arrow-cast", - "arrow-csv", - "arrow-data", - "arrow-ipc", - "arrow-json", - "arrow-ord", + "arrow-arith 59.3.0", + "arrow-array 59.3.0", + "arrow-buffer 59.3.0", + "arrow-cast 59.3.0", + "arrow-csv 59.3.0", + "arrow-data 59.3.0", + "arrow-ipc 59.3.0", + "arrow-json 59.3.0", + "arrow-ord 59.3.0", + "arrow-row 59.3.0", + "arrow-schema 59.3.0", + "arrow-select 59.3.0", + "arrow-string 59.3.0", +] + +[[package]] +name = "arrow" +version = "60.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "234ce58e76c04e8162c2e4bc3fe53fa7c2418ef5fba7bb2838b8531b7d4fbf14" +dependencies = [ + "arrow-arith 60.0.0", + "arrow-array 60.0.0", + "arrow-buffer 60.0.0", + "arrow-cast 60.0.0", + "arrow-csv 60.0.0", + "arrow-data 60.0.0", + "arrow-ipc 60.0.0", + "arrow-json 60.0.0", + "arrow-ord 60.0.0", "arrow-pyarrow", - "arrow-row", - "arrow-schema", - "arrow-select", - "arrow-string", + "arrow-row 60.0.0", + "arrow-schema 60.0.0", + "arrow-select 60.0.0", + "arrow-string 60.0.0", ] [[package]] @@ -125,10 +146,24 @@ version = "59.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ce2961626677665b2195eb59242af4c7befe7b8737ca2050295389362380104e" dependencies = [ - "arrow-array", - "arrow-buffer", - "arrow-data", - "arrow-schema", + "arrow-array 59.3.0", + "arrow-buffer 59.3.0", + "arrow-data 59.3.0", + "arrow-schema 59.3.0", + "chrono", + "num-traits", +] + +[[package]] +name = "arrow-arith" +version = "60.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2303ebedb1071f4f72d71171e383859a9a285c94d99e4892685a96fca9890720" +dependencies = [ + "arrow-array 60.0.0", + "arrow-buffer 60.0.0", + "arrow-data 60.0.0", + "arrow-schema 60.0.0", "chrono", "num-traits", ] @@ -140,9 +175,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1e5f6adeffdf587d7a31db5d2266189624b526730cd3627f9ff9fedae97ad584" dependencies = [ "ahash", - "arrow-buffer", - "arrow-data", - "arrow-schema", + "arrow-buffer 59.3.0", + "arrow-data 59.3.0", + "arrow-schema 59.3.0", "chrono", "chrono-tz", "half", @@ -153,15 +188,34 @@ dependencies = [ "num-traits", ] +[[package]] +name = "arrow-array" +version = "60.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "51dff6e4b9f158864a0aeb6a131ad53858ecbae7a2fc8989307b9b3c6b2f122e" +dependencies = [ + "ahash", + "arrow-buffer 60.0.0", + "arrow-data 60.0.0", + "arrow-schema 60.0.0", + "chrono", + "half", + "hashbrown 0.17.1", + "libc", + "num-complex", + "num-integer", + "num-traits", +] + [[package]] name = "arrow-avro" version = "59.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9fb45cd6bd2b25c0965793b83200eaca82214273a8030fbbc2d783e4c7c65a61" dependencies = [ - "arrow-array", - "arrow-buffer", - "arrow-schema", + "arrow-array 59.3.0", + "arrow-buffer 59.3.0", + "arrow-schema 59.3.0", "bytes", "bzip2", "crc", @@ -189,19 +243,31 @@ dependencies = [ "num-traits", ] +[[package]] +name = "arrow-buffer" +version = "60.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c7235b863533e9db3ab86905b4521251de11226275b436ff3cb2d0010558d1c5" +dependencies = [ + "bytes", + "half", + "num-bigint 0.5.1", + "num-traits", +] + [[package]] name = "arrow-cast" version = "59.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "635c9c635668ad26adf76cce8fb276c4be7cf06e63bd516de7da514f9680ee53" dependencies = [ - "arrow-array", - "arrow-buffer", - "arrow-data", - "arrow-ord", - "arrow-schema", - "arrow-select", - "atoi", + "arrow-array 59.3.0", + "arrow-buffer 59.3.0", + "arrow-data 59.3.0", + "arrow-ord 59.3.0", + "arrow-schema 59.3.0", + "arrow-select 59.3.0", + "atoi 2.0.0", "base64 0.23.1", "chrono", "comfy-table", @@ -211,15 +277,62 @@ dependencies = [ "ryu", ] +[[package]] +name = "arrow-cast" +version = "60.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d52cf840f0c34aeeb7e8b05aba72d66878e6c001827f423331f0b260209e7b7e" +dependencies = [ + "arrow-array 60.0.0", + "arrow-buffer 60.0.0", + "arrow-data 60.0.0", + "arrow-ord 60.0.0", + "arrow-schema 60.0.0", + "arrow-select 60.0.0", + "atoi 3.1.0", + "base64 0.23.1", + "chrono", + "half", + "lexical-core", + "num-traits", + "ryu", +] + +[[package]] +name = "arrow-cmp" +version = "60.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "73a0e9adb28d95739fabcdae637261a2c14e618caf58ba1b88857120f9ee2687" +dependencies = [ + "arrow-array 60.0.0", + "arrow-buffer 60.0.0", + "arrow-schema 60.0.0", +] + [[package]] name = "arrow-csv" version = "59.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4c2ebf8d631e79b02c16cf5ae860561272c26024ec88fce389a56aaddd558e86" dependencies = [ - "arrow-array", - "arrow-cast", - "arrow-schema", + "arrow-array 59.3.0", + "arrow-cast 59.3.0", + "arrow-schema 59.3.0", + "chrono", + "csv", + "csv-core", + "regex", +] + +[[package]] +name = "arrow-csv" +version = "60.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2ad83176cc677f996096d694a3cccd7310069faeee4b3df9e2dabf92fdcf8b4b" +dependencies = [ + "arrow-array 60.0.0", + "arrow-cast 60.0.0", + "arrow-schema 60.0.0", "chrono", "csv", "csv-core", @@ -232,8 +345,21 @@ version = "59.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9ba2f832eaeca24b8f26143dba750e42ee4ab51cf7d65e701ca9607cfda9f358" dependencies = [ - "arrow-buffer", - "arrow-schema", + "arrow-buffer 59.3.0", + "arrow-schema 59.3.0", + "half", + "num-integer", + "num-traits", +] + +[[package]] +name = "arrow-data" +version = "60.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5aa06d5e22786c4966ffc4d2f171d0cb65d95f6bdea108a14e8c335e9faa437f" +dependencies = [ + "arrow-buffer 60.0.0", + "arrow-schema 60.0.0", "half", "num-integer", "num-traits", @@ -245,28 +371,67 @@ version = "59.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dcc41681ea80f521df14c36725b74d4c60702c47f0793af2be469c04527e2599" dependencies = [ - "arrow-array", - "arrow-buffer", - "arrow-data", - "arrow-schema", - "arrow-select", + "arrow-array 59.3.0", + "arrow-buffer 59.3.0", + "arrow-data 59.3.0", + "arrow-schema 59.3.0", + "arrow-select 59.3.0", "flatbuffers", "lz4_flex", "zstd", ] +[[package]] +name = "arrow-ipc" +version = "60.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "86c523472d22e31f984df7a44fc36e6323d3c9b05ffe53d267ee4c3aa7c128d2" +dependencies = [ + "arrow-array 60.0.0", + "arrow-buffer 60.0.0", + "arrow-data 60.0.0", + "arrow-schema 60.0.0", + "arrow-select 60.0.0", + "flatbuffers", +] + [[package]] name = "arrow-json" version = "59.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a2f57d7a81969f24ccf80809587b76c09897e6f829d2d65a5976bfb3218851f1" dependencies = [ - "arrow-array", - "arrow-buffer", - "arrow-cast", - "arrow-ord", - "arrow-schema", - "arrow-select", + "arrow-array 59.3.0", + "arrow-buffer 59.3.0", + "arrow-cast 59.3.0", + "arrow-ord 59.3.0", + "arrow-schema 59.3.0", + "arrow-select 59.3.0", + "chrono", + "half", + "indexmap", + "itoa", + "lexical-core", + "memchr", + "num-traits", + "ryu", + "serde_core", + "serde_json", + "simdutf8", +] + +[[package]] +name = "arrow-json" +version = "60.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "342fc6600a93a48038d853431803c941436b7b51f756763e76cad9784b7e3718" +dependencies = [ + "arrow-array 60.0.0", + "arrow-buffer 60.0.0", + "arrow-cast 60.0.0", + "arrow-ord 60.0.0", + "arrow-schema 60.0.0", + "arrow-select 60.0.0", "chrono", "half", "indexmap", @@ -286,22 +451,36 @@ version = "59.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2c900759f3bd8354fd4196bc4403eee846894dc2adf66b4225472006a0bf18c5" dependencies = [ - "arrow-array", - "arrow-buffer", - "arrow-data", - "arrow-schema", - "arrow-select", + "arrow-array 59.3.0", + "arrow-buffer 59.3.0", + "arrow-data 59.3.0", + "arrow-schema 59.3.0", + "arrow-select 59.3.0", +] + +[[package]] +name = "arrow-ord" +version = "60.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5a7ac2c6a9cdc782fa9548d3763461eaec8c93347e297fddbaa44807e70a3698" +dependencies = [ + "arrow-array 60.0.0", + "arrow-buffer 60.0.0", + "arrow-cmp", + "arrow-data 60.0.0", + "arrow-schema 60.0.0", + "arrow-select 60.0.0", ] [[package]] name = "arrow-pyarrow" -version = "59.3.0" +version = "60.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "801aed7e607dbcc60ed6359025383b27a490327d4282ba87a9a3b78e25959c9a" +checksum = "ee3ed23010c67188194a4c0232ae8cf5debc1c4c481eb33bffb6fb16a0ebe128" dependencies = [ - "arrow-array", - "arrow-data", - "arrow-schema", + "arrow-array 60.0.0", + "arrow-data 60.0.0", + "arrow-schema 60.0.0", "pyo3", ] @@ -311,10 +490,23 @@ version = "59.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f4c6425032e28266e3fc4ff680805e57e670d6ea92473043f3e65b7ed6ac79f2" dependencies = [ - "arrow-array", - "arrow-buffer", - "arrow-data", - "arrow-schema", + "arrow-array 59.3.0", + "arrow-buffer 59.3.0", + "arrow-data 59.3.0", + "arrow-schema 59.3.0", + "half", +] + +[[package]] +name = "arrow-row" +version = "60.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "758b87e9648d80001e0916c083334ed93074c677a81a96144d5c84bd2d8eab2a" +dependencies = [ + "arrow-array 60.0.0", + "arrow-buffer 60.0.0", + "arrow-data 60.0.0", + "arrow-schema 60.0.0", "half", ] @@ -329,6 +521,15 @@ dependencies = [ "serde_json", ] +[[package]] +name = "arrow-schema" +version = "60.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f85a9a58cd03560526b0066487574aacb9008e413504fa0ee23d61141e96c338" +dependencies = [ + "bitflags", +] + [[package]] name = "arrow-select" version = "59.3.0" @@ -336,10 +537,25 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fc58569193c2525915f3cc6310edba3792f1200f65d6e9ed330aa33e691493b8" dependencies = [ "ahash", - "arrow-array", - "arrow-buffer", - "arrow-data", - "arrow-schema", + "arrow-array 59.3.0", + "arrow-buffer 59.3.0", + "arrow-data 59.3.0", + "arrow-schema 59.3.0", + "num-traits", +] + +[[package]] +name = "arrow-select" +version = "60.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ba3482b7d03bf4a3bf0b195f08a7f2b071595ccd54897e35b975ac63d3104977" +dependencies = [ + "ahash", + "arrow-array 60.0.0", + "arrow-buffer 60.0.0", + "arrow-cmp", + "arrow-data 60.0.0", + "arrow-schema 60.0.0", "num-traits", ] @@ -349,11 +565,28 @@ version = "59.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2e0813f3c35c1cfea65e14c20a953440f7783c088b7ad2d0db162ccdeefcec14" dependencies = [ - "arrow-array", - "arrow-buffer", - "arrow-data", - "arrow-schema", - "arrow-select", + "arrow-array 59.3.0", + "arrow-buffer 59.3.0", + "arrow-data 59.3.0", + "arrow-schema 59.3.0", + "arrow-select 59.3.0", + "memchr", + "num-traits", + "regex", + "regex-syntax", +] + +[[package]] +name = "arrow-string" +version = "60.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f300b4400b1e7cd58f7cbbd5dd2a0072cc59e73bfaee2a152b3ac660e46d9dd1" +dependencies = [ + "arrow-array 60.0.0", + "arrow-buffer 60.0.0", + "arrow-data 60.0.0", + "arrow-schema 60.0.0", + "arrow-select 60.0.0", "memchr", "num-traits", "regex", @@ -409,6 +642,15 @@ dependencies = [ "num-traits", ] +[[package]] +name = "atoi" +version = "3.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e7a8bbe9949e43a1edaa043038c68703b04774156afdfb62ba2cef5bf93d67be" +dependencies = [ + "num-traits", +] + [[package]] name = "atomic-waker" version = "1.1.2" @@ -795,8 +1037,8 @@ version = "55.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "14313430439ef858ed5f52ca9c840e9eea9844da34d3716d05a476449634da5d" dependencies = [ - "arrow", - "arrow-schema", + "arrow 59.3.0", + "arrow-schema 59.3.0", "async-trait", "bzip2", "chrono", @@ -849,7 +1091,7 @@ version = "55.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2c0756ebc770bcebae366dfd273dad50935f6103b4d212253cb17e2e53c5427f" dependencies = [ - "arrow", + "arrow 59.3.0", "async-trait", "dashmap", "datafusion-common", @@ -874,7 +1116,7 @@ version = "55.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bbde2961698705d8402f0f382f08876fc6f1126ffde790ef17833cf0ab87cd59" dependencies = [ - "arrow", + "arrow 59.3.0", "async-trait", "datafusion-catalog", "datafusion-common", @@ -898,9 +1140,9 @@ version = "55.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a6e06fe711ff815c8cf3143158547aea599702fd43f76f5866c70d5a5b3693a0" dependencies = [ - "arrow", - "arrow-ipc", - "arrow-schema", + "arrow 59.3.0", + "arrow-ipc 59.3.0", + "arrow-schema 59.3.0", "chrono", "foldhash 0.2.0", "half", @@ -936,7 +1178,7 @@ version = "55.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f69f45d2d700785be8df9d4b44410e1c8e4a856f10cc728b418a1066c0b594fb" dependencies = [ - "arrow", + "arrow 59.3.0", "async-compression", "async-trait", "bytes", @@ -973,8 +1215,8 @@ version = "55.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "81650af64894ef34b46d2ef818ef244b40a81d90818f3bc642bf8fbf6758f8e0" dependencies = [ - "arrow", - "arrow-ipc", + "arrow 59.3.0", + "arrow-ipc 59.3.0", "async-trait", "bytes", "datafusion-common", @@ -998,7 +1240,7 @@ version = "55.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fb356522bbfe0a309201b24c7a3fb30199870f2513ffb524e7cf6f716331ea8a" dependencies = [ - "arrow", + "arrow 59.3.0", "arrow-avro", "async-trait", "bytes", @@ -1017,7 +1259,7 @@ version = "55.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b5e2519bed59a6907c79298b9c21fe807bbc34e4ff8414577d699b0741083593" dependencies = [ - "arrow", + "arrow 59.3.0", "async-trait", "bytes", "datafusion-common", @@ -1041,7 +1283,7 @@ version = "55.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "635e61290e171597f6e50427e0cb486eda468ab47e880fa24d15bbb0fa24ac7e" dependencies = [ - "arrow", + "arrow 59.3.0", "async-trait", "bytes", "datafusion-common", @@ -1065,8 +1307,8 @@ version = "55.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "07cd518f85b3a027d913047b4ab0811111a2b734fdf84a51b78234455f10d8fa" dependencies = [ - "arrow", - "arrow-schema", + "arrow 59.3.0", + "arrow-schema 59.3.0", "async-trait", "bytes", "datafusion-common", @@ -1104,8 +1346,8 @@ version = "55.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7620ad535af8730186bdec05d720e40d9a4584b40c7eb75f72c43aa7978e5484" dependencies = [ - "arrow", - "arrow-buffer", + "arrow 59.3.0", + "arrow-buffer 59.3.0", "async-trait", "bytes", "dashmap", @@ -1130,8 +1372,8 @@ version = "55.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ea229af8b73e566fc6ebb1c8dd42ab250f8855c5304bd173f4b50ead78b64304" dependencies = [ - "arrow", - "arrow-schema", + "arrow 59.3.0", + "arrow-schema 59.3.0", "async-trait", "chrono", "datafusion-common", @@ -1155,7 +1397,7 @@ version = "55.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a18baa840f77760dcc9eaad281329bc57536c5c39e65e8649596f2a51216be7" dependencies = [ - "arrow", + "arrow 59.3.0", "datafusion-common", "indexmap", "itertools 0.15.0", @@ -1167,8 +1409,8 @@ version = "55.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "77a9e527ab3fd2cea1c216efb81c40684a54490489d4ee6cd5719b17f8442f35" dependencies = [ - "arrow", - "arrow-schema", + "arrow 59.3.0", + "arrow-schema 59.3.0", "async-ffi", "async-trait", "chrono", @@ -1198,9 +1440,9 @@ dependencies = [ name = "datafusion-ffi-example" version = "54.0.0" dependencies = [ - "arrow", - "arrow-array", - "arrow-schema", + "arrow 60.0.0", + "arrow-array 59.3.0", + "arrow-schema 59.3.0", "async-trait", "datafusion", "datafusion-catalog", @@ -1239,8 +1481,8 @@ version = "55.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "763bbfeec40b55a8a961d7349c0fcfcec4f3f66cc234d6295250b95371b85e34" dependencies = [ - "arrow", - "arrow-buffer", + "arrow 59.3.0", + "arrow-buffer 59.3.0", "base64 0.23.1", "blake2", "blake3", @@ -1271,7 +1513,7 @@ version = "55.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "46c0c2b2e856883ecf6a4fa8b23e7c6041183af8a68d0583dc95d1d21e4eaee0" dependencies = [ - "arrow", + "arrow 59.3.0", "datafusion-common", "datafusion-doc", "datafusion-execution", @@ -1292,7 +1534,7 @@ version = "55.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e35e42c87dfbff06934ea0e99cfed3440ac614c3f3bfb8c33be35ca0587d4140" dependencies = [ - "arrow", + "arrow 59.3.0", "datafusion-common", "datafusion-expr-common", "datafusion-physical-expr-common", @@ -1304,8 +1546,8 @@ version = "55.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "08079b0604cdcc43c7d6cf006cfd5d3ed9c235ade0c1ebe91085a62f875603df" dependencies = [ - "arrow", - "arrow-ord", + "arrow 59.3.0", + "arrow-ord 59.3.0", "datafusion-common", "datafusion-doc", "datafusion-execution", @@ -1329,7 +1571,7 @@ version = "55.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fe2070ecf5638a93c81c8babc7858339ef52165a9f54da1411afd69adf7d85ce" dependencies = [ - "arrow", + "arrow 59.3.0", "async-trait", "datafusion-catalog", "datafusion-common", @@ -1345,7 +1587,7 @@ version = "55.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0e9a164ebe1998c5c3f9e15c9a0c4e6b599a0c8739b5471bfb089752441963f1" dependencies = [ - "arrow", + "arrow 59.3.0", "datafusion-common", "datafusion-doc", "datafusion-expr", @@ -1383,7 +1625,7 @@ version = "55.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ff3256b62ff44616ec83c7f04741d21124970833bb377ed56d9abc5ec6f707ec" dependencies = [ - "arrow", + "arrow 59.3.0", "chrono", "datafusion-common", "datafusion-expr", @@ -1403,8 +1645,8 @@ version = "55.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c1e37a25b5aa1f3a1db114f0ee3605bf01639b83a831dcde35119ee61f0b11d6" dependencies = [ - "arrow", - "arrow-schema", + "arrow 59.3.0", + "arrow-schema 59.3.0", "datafusion-common", "datafusion-expr", "datafusion-expr-common", @@ -1427,7 +1669,7 @@ version = "55.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3a4d12787d42e88b26b0d3ec006192fa23ceb832ef2a9e87439ce820a8e038cc" dependencies = [ - "arrow", + "arrow 59.3.0", "datafusion-common", "datafusion-expr", "datafusion-functions", @@ -1442,7 +1684,7 @@ version = "55.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d13bf7f50fd902f5afc46d50759f5185b5620c40b24054f80f7c648897d3e5a6" dependencies = [ - "arrow", + "arrow 59.3.0", "chrono", "datafusion-common", "datafusion-expr-common", @@ -1460,7 +1702,7 @@ version = "55.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "11fbe7e6665072957d44ed9587676e17a1f9ab3acfadfc287dac23750585f18a" dependencies = [ - "arrow", + "arrow 59.3.0", "datafusion-common", "datafusion-execution", "datafusion-expr", @@ -1480,11 +1722,11 @@ version = "55.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1265d58e5bce07d154e642a51ff43033b576a6ae40d50a29ac2b9f311004eb52" dependencies = [ - "arrow", - "arrow-data", - "arrow-ipc", - "arrow-ord", - "arrow-schema", + "arrow 59.3.0", + "arrow-data 59.3.0", + "arrow-ipc 59.3.0", + "arrow-ord 59.3.0", + "arrow-schema 59.3.0", "async-trait", "bytes", "datafusion-common", @@ -1517,7 +1759,7 @@ version = "55.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0f85dee73fa4bab473854d5715ab49b122f2236862291e3c5da582b44e0fd5f9" dependencies = [ - "arrow", + "arrow 59.3.0", "datafusion-catalog", "datafusion-catalog-listing", "datafusion-common", @@ -1544,7 +1786,7 @@ version = "55.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "57901d70c724dab7cb604fea579f5324332244e3c400ff2d7c9b5fc065051437" dependencies = [ - "arrow", + "arrow 59.3.0", "datafusion-common", "prost", ] @@ -1566,7 +1808,7 @@ version = "55.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "74b06b333405c05015836ed36cea02cc29d1e2ee8fb414a77532d8346fb56492" dependencies = [ - "arrow", + "arrow 59.3.0", "datafusion-common", "datafusion-datasource", "datafusion-expr-common", @@ -1580,8 +1822,8 @@ dependencies = [ name = "datafusion-python" version = "54.0.0" dependencies = [ - "arrow", - "arrow-select", + "arrow 60.0.0", + "arrow-select 59.3.0", "async-trait", "chrono", "cstr", @@ -1612,7 +1854,7 @@ dependencies = [ name = "datafusion-python-util" version = "54.0.0" dependencies = [ - "arrow", + "arrow 60.0.0", "datafusion", "datafusion-ffi", "prost", @@ -1626,7 +1868,7 @@ version = "55.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e7616b17b1d2fee3e9b13c651eac91b768d153265e6ba88e06e0b4af7883f69c" dependencies = [ - "arrow-schema", + "arrow-schema 59.3.0", "async-trait", "datafusion-common", "datafusion-execution", @@ -1641,7 +1883,7 @@ version = "55.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f7809ecefb16fcb950c6b22ee3df99cb412dca6fae72c329d64c938ae53254f9" dependencies = [ - "arrow", + "arrow 59.3.0", "bigdecimal", "chrono", "crc32fast", @@ -1671,7 +1913,7 @@ version = "55.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5b4848be66dd008d55adbe1dbc8cbd6a2502588ad0c0b8483bab0f43fd4495d0" dependencies = [ - "arrow", + "arrow 59.3.0", "bigdecimal", "chrono", "datafusion-common", @@ -1763,7 +2005,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -2716,12 +2958,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7065842956a20c2a536924ce8e4d9955f7422451511b9eb7500d7bfe5077e59c" dependencies = [ "ahash", - "arrow-array", - "arrow-buffer", - "arrow-data", - "arrow-ipc", - "arrow-schema", - "arrow-select", + "arrow-array 59.3.0", + "arrow-buffer 59.3.0", + "arrow-data 59.3.0", + "arrow-ipc 59.3.0", + "arrow-schema 59.3.0", + "arrow-select 59.3.0", "base64 0.23.1", "brotli", "bytes", @@ -3343,7 +3585,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -3661,7 +3903,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "52d1cfed4120b4d927bf7c0f86d2087a4a7d6027c906d9f9d525a80573b9be51" dependencies = [ "libc", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -3736,7 +3978,7 @@ dependencies = [ "cfg-if", "libc", "psm", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -3842,7 +4084,7 @@ dependencies = [ "getrandom 0.4.3", "once_cell", "rustix", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -4327,7 +4569,7 @@ version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 725a8471f..78d43f9f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ pyo3 = { version = "0.29" } pyo3-async-runtimes = { version = "0.29" } pyo3-log = "0.13.3" chrono = { version = "0.4", default-features = false } -arrow = { version = "59" } +arrow = { version = "60" } arrow-array = { version = "59" } arrow-schema = { version = "59" } arrow-select = { version = "59" }