◐ Shell
clean mode source ↗

Clarify current limitations of Hive support by Saadmadni84 · Pull Request #1287 · sqlancer/sqlancer

This PR clarifies the current limitations of Hive support in SQLancer.

Hive currently focuses on schema generation and INSERT-based testing,
which may result in runs executing zero queries depending on the setup.
This behavior is expected and not a runtime failure.

Fixes #1263