Describe the bug
I have recently been running into the error serde_json requires that either ``std`` (default) or ``alloc`` feature is enabled in CLion when working on DataFusion, or on projects that depend on DataFusion. This happens when attempting to run unit tests.
To Reproduce
I don't know if this is something specific to my environment or a more general issue.
Expected behavior
Should not get this error.
Additional context
None.