Feature Request / Improvement
It's easy to forget to add the "integration test mark" for integration tests. For example, test_table_scan_default_to_large_types is currently missing the integration test mark since it depends on the hive catalog.
We can solve this by running make test in CI. make test will fail for the above since the hive catalog is not available.