Developer Guide
May 27, 2026 ยท View on GitHub
Executing Disabled Integration Tests
The integration tests for this repository are disabled, but it is possible to execute them locally. The reason for the tests being disabled is we can only deliver drivers where the license allows redistribution. See the user guide why we can't use the Apache Hive JDBC driver.
Starting Disabled Integration Test Locally
- Download the Hive JDBC driver
HiveJDBC42.jar. You need to fill the form in order to download the driver. - Temporarily put the driver into
src/test/resources/integration/driver/hivedirectory. - Make sure that the file's name is
HiveJDBC42.jar. - Run integration tests:
- Run
HiveSqlDialectITfrom your IDE or - Run
mvn verify -DskipIntegrationTests=false
- Run
- Do not upload the driver to the GitHub repository.