databendlabs / databend

𝗗𝗮𝘁𝗮, 𝗔𝗻𝗮𝗹𝘆𝘁𝗶𝗰𝘀 & 𝗔𝗜. Modern alternative to Snowflake. Cost-effective and simple for massive-scale analytics. https://databend.com
https://docs.databend.com
Other
7.71k stars 732 forks source link

orc-rust needs to be upgraded #16490

Closed sundy-li closed 3 days ago

sundy-li commented 4 days ago

Summary

https://github.com/youngsofun/datafusion-orc?rev=1745375#174537521e65bdf195e5fd4eabb59a1c2e724314

The commit is out of date with upstream, datafusion should not be default features.

dosubot[bot] commented 4 days ago

To upgrade the orc-rust project and ensure that datafusion is not included as a default feature, you need to modify the Cargo.toml file to specify default-features = false for the orc-rust dependency. Here is how you can do it:

[patch.crates-io]
orc-rust = { git = "https://github.com/youngsofun/datafusion-orc", rev = "1745375", default-features = false }

This configuration will upgrade the orc-rust project to the specified revision and disable the default features, including datafusion [1].

To continue talking to Dosu, mention @dosu.