update deltalake for null partition fix

This commit is contained in:
Qingping Hou 2021-08-08 15:47:25 -07:00 committed by QP Hou
parent 98110356d1
commit 485dec7cc8

View File

@ -12,7 +12,8 @@ parquet = { git = "https://github.com/houqp/arrow-rs.git", rev = "eb0aaf164ba445
# datafusion = { git = "https://github.com/houqp/arrow-datafusion.git", rev = "e97b86a8bc410983a73b5802ae44eb7a55faecd3" }
actix-cors = { git = "https://github.com/houqp/actix-extras.git", rev = "ab3bdb6a5924b6d881d204856199e7539e273d2f" }
# deltalake = { git = "https://github.com/delta-io/delta-rs.git", rev = "38be44cdc8e330a21d9ba31017c29429c2082411" }
deltalake = { git = "https://github.com/delta-io/delta-rs.git", rev = "61e2941cc5787ac2028efea271a54926f9c45cec" }
[profile.dev]