jayzhan211 opened a new issue, #8250: URL: https://github.com/apache/arrow-datafusion/issues/8250
### Describe the bug I believe this breaks after https://github.com/apache/arrow-datafusion/pull/7745, but it has been unsolved for while, so file an issue to tracked. Adding `#[cfg(feature = "parquet")]` is a workaround for it, but if want to run single test inside tests we need to add another flag for it. ### To Reproduce Run tests in `datafusion/common/src/scalar.rs` ### Expected behavior I hope we can have a way to just run the test without adding flag like before. Either all the test at once or single test. ### Additional context _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
