### Describe the bug After #7745, the tests in 'datafusion-common' didn't work. ### To Reproduce `cargo test --package datafusion-common` ### Expected behavior Pass all tests ### Additional context Related - #7745 - #7930 - #7929
Describe the bug
After #7745, the tests in 'datafusion-common' didn't work.
To Reproduce
cargo test --package datafusion-commonExpected behavior
Pass all tests
Additional context
Related
parquetfeature flag, enabled by default, and make parquet conditional #7745#cfg(feature = "parquet")in tests #7930#cfg(feature = "parquet")#7929